ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
www-data
/
sites
/
Upload FileeE
HOME
-- MySQL dump 10.13 Distrib 5.1.73, for redhat-linux-gnu (x86_64) -- -- Host: localhost Database: -- ------------------------------------------------------ -- Server version 5.1.73 /*!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: `mysql` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `mysql` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `mysql`; -- -- Table structure for table `columns_priv` -- DROP TABLE IF EXISTS `columns_priv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `columns_priv` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '', `Table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `Column_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `Column_priv` set('Select','Insert','Update','References') CHARACTER SET utf8 NOT NULL DEFAULT '', PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`,`Column_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Column privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `columns_priv` -- LOCK TABLES `columns_priv` WRITE; /*!40000 ALTER TABLE `columns_priv` DISABLE KEYS */; /*!40000 ALTER TABLE `columns_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `db` -- DROP TABLE IF EXISTS `db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `db` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '', `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Insert_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Update_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Delete_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Drop_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Grant_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `References_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Index_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Lock_tables_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Show_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Execute_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Event_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', PRIMARY KEY (`Host`,`Db`,`User`), KEY `User` (`User`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Database privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `db` -- LOCK TABLES `db` WRITE; /*!40000 ALTER TABLE `db` DISABLE KEYS */; INSERT INTO `db` VALUES ('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y'),('%','test\\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y'); /*!40000 ALTER TABLE `db` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `event` -- DROP TABLE IF EXISTS `event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `event` ( `db` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `name` char(64) NOT NULL DEFAULT '', `body` longblob NOT NULL, `definer` char(77) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `execute_at` datetime DEFAULT NULL, `interval_value` int(11) DEFAULT NULL, `interval_field` enum('YEAR','QUARTER','MONTH','DAY','HOUR','MINUTE','WEEK','SECOND','MICROSECOND','YEAR_MONTH','DAY_HOUR','DAY_MINUTE','DAY_SECOND','HOUR_MINUTE','HOUR_SECOND','MINUTE_SECOND','DAY_MICROSECOND','HOUR_MICROSECOND','MINUTE_MICROSECOND','SECOND_MICROSECOND') DEFAULT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `last_executed` datetime DEFAULT NULL, `starts` datetime DEFAULT NULL, `ends` datetime DEFAULT NULL, `status` enum('ENABLED','DISABLED','SLAVESIDE_DISABLED') NOT NULL DEFAULT 'ENABLED', `on_completion` enum('DROP','PRESERVE') NOT NULL DEFAULT 'DROP', `sql_mode` set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH') NOT NULL DEFAULT '', `comment` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `originator` int(10) unsigned NOT NULL, `time_zone` char(64) CHARACTER SET latin1 NOT NULL DEFAULT 'SYSTEM', `character_set_client` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `body_utf8` longblob, PRIMARY KEY (`db`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Events'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `func` -- DROP TABLE IF EXISTS `func`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `func` ( `name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `ret` tinyint(1) NOT NULL DEFAULT '0', `dl` char(128) COLLATE utf8_bin NOT NULL DEFAULT '', `type` enum('function','aggregate') CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='User defined functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `func` -- LOCK TABLES `func` WRITE; /*!40000 ALTER TABLE `func` DISABLE KEYS */; /*!40000 ALTER TABLE `func` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_category` -- DROP TABLE IF EXISTS `help_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `help_category` ( `help_category_id` smallint(5) unsigned NOT NULL, `name` char(64) NOT NULL, `parent_category_id` smallint(5) unsigned DEFAULT NULL, `url` text NOT NULL, PRIMARY KEY (`help_category_id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `help_category` -- LOCK TABLES `help_category` WRITE; /*!40000 ALTER TABLE `help_category` DISABLE KEYS */; INSERT INTO `help_category` VALUES (1,'Geographic',0,''),(2,'Polygon properties',35,''),(3,'WKT',35,''),(4,'Numeric Functions',39,''),(5,'Plugins',36,''),(6,'MBR',35,''),(7,'Control flow functions',39,''),(8,'Transactions',36,''),(9,'Help Metadata',36,''),(10,'Account Management',36,''),(11,'Point properties',35,''),(12,'Encryption Functions',39,''),(13,'LineString properties',35,''),(14,'Miscellaneous Functions',39,''),(15,'Logical operators',39,''),(16,'Functions and Modifiers for Use with GROUP BY',36,''),(17,'Information Functions',39,''),(18,'Storage Engines',36,''),(19,'Comparison operators',39,''),(20,'Bit Functions',39,''),(21,'Table Maintenance',36,''),(22,'User-Defined Functions',36,''),(23,'Data Types',36,''),(24,'Compound Statements',36,''),(25,'Geometry constructors',35,''),(26,'GeometryCollection properties',1,''),(27,'Administration',36,''),(28,'Data Manipulation',36,''),(29,'Utility',36,''),(30,'Language Structure',36,''),(31,'Geometry relations',35,''),(32,'Date and Time Functions',39,''),(33,'WKB',35,''),(34,'Procedures',36,''),(35,'Geographic Features',36,''),(36,'Contents',0,''),(37,'Geometry properties',35,''),(38,'String Functions',39,''),(39,'Functions',36,''),(40,'Data Definition',36,''); /*!40000 ALTER TABLE `help_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_keyword` -- DROP TABLE IF EXISTS `help_keyword`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `help_keyword` ( `help_keyword_id` int(10) unsigned NOT NULL, `name` char(64) NOT NULL, PRIMARY KEY (`help_keyword_id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help keywords'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `help_keyword` -- LOCK TABLES `help_keyword` WRITE; /*!40000 ALTER TABLE `help_keyword` DISABLE KEYS */; INSERT INTO `help_keyword` VALUES (0,'JOIN'),(1,'HOST'),(2,'REPEAT'),(3,'SERIALIZABLE'),(4,'REPLACE'),(5,'AT'),(6,'SCHEDULE'),(7,'RETURNS'),(8,'STARTS'),(9,'MASTER_SSL_CA'),(10,'NCHAR'),(11,'ONLY'),(12,'COLUMNS'),(13,'COMPLETION'),(14,'WORK'),(15,'DATETIME'),(16,'MODE'),(17,'OPEN'),(18,'INTEGER'),(19,'ESCAPE'),(20,'VALUE'),(21,'MASTER_SSL_VERIFY_SERVER_CERT'),(22,'SQL_BIG_RESULT'),(23,'DROP'),(24,'GEOMETRYCOLLECTIONFROMWKB'),(25,'EVENTS'),(26,'MONTH'),(27,'PROFILES'),(28,'DUPLICATE'),(29,'REPLICATION'),(30,'UNLOCK'),(31,'INNODB'),(32,'YEAR_MONTH'),(33,'SUBJECT'),(34,'PREPARE'),(35,'LOCK'),(36,'NDB'),(37,'CHECK'),(38,'FULL'),(39,'INT4'),(40,'BY'),(41,'NO'),(42,'MINUTE'),(43,'PARTITION'),(44,'DATA'),(45,'DAY'),(46,'SHARE'),(47,'REAL'),(48,'SEPARATOR'),(49,'MASTER_HEARTBEAT_PERIOD'),(50,'DELETE'),(51,'ON'),(52,'CONNECTION'),(53,'CLOSE'),(54,'X509'),(55,'USE'),(56,'WHERE'),(57,'PRIVILEGES'),(58,'SPATIAL'),(59,'EVENT'),(60,'SUPER'),(61,'SQL_BUFFER_RESULT'),(62,'IGNORE'),(63,'QUICK'),(64,'SIGNED'),(65,'OFFLINE'),(66,'SECURITY'),(67,'AUTOEXTEND_SIZE'),(68,'NDBCLUSTER'),(69,'POLYGONFROMWKB'),(70,'FALSE'),(71,'LEVEL'),(72,'FORCE'),(73,'BINARY'),(74,'TO'),(75,'CHANGE'),(76,'CURRENT_USER'),(77,'HOUR_MINUTE'),(78,'UPDATE'),(79,'PRESERVE'),(80,'INTO'),(81,'FEDERATED'),(82,'VARYING'),(83,'MAX_SIZE'),(84,'HOUR_SECOND'),(85,'VARIABLE'),(86,'ROLLBACK'),(87,'PROCEDURE'),(88,'TIMESTAMP'),(89,'IMPORT'),(90,'AGAINST'),(91,'CHECKSUM'),(92,'COUNT'),(93,'LONGBINARY'),(94,'THEN'),(95,'INSERT'),(96,'ENGINES'),(97,'HANDLER'),(98,'PORT'),(99,'DAY_SECOND'),(100,'EXISTS'),(101,'MUTEX'),(102,'HELP_DATE'),(103,'RELEASE'),(104,'BOOLEAN'),(105,'MOD'),(106,'DEFAULT'),(107,'TYPE'),(108,'NO_WRITE_TO_BINLOG'),(109,'OPTIMIZE'),(110,'RESET'),(111,'INSTALL'),(112,'ITERATE'),(113,'DO'),(114,'BIGINT'),(115,'SET'),(116,'ISSUER'),(117,'DATE'),(118,'STATUS'),(119,'FULLTEXT'),(120,'COMMENT'),(121,'MASTER_CONNECT_RETRY'),(122,'INNER'),(123,'STOP'),(124,'MASTER_LOG_FILE'),(125,'MRG_MYISAM'),(126,'PRECISION'),(127,'REQUIRE'),(128,'TRAILING'),(129,'PARTITIONS'),(130,'LONG'),(131,'OPTION'),(132,'REORGANIZE'),(133,'ELSE'),(134,'DEALLOCATE'),(135,'IO_THREAD'),(136,'CASE'),(137,'CIPHER'),(138,'CONTINUE'),(139,'FROM'),(140,'READ'),(141,'LEFT'),(142,'ELSEIF'),(143,'MINUTE_SECOND'),(144,'COMPACT'),(145,'RESTORE'),(146,'DEC'),(147,'FOR'),(148,'WARNINGS'),(149,'MIN_ROWS'),(150,'STRING'),(151,'CONDITION'),(152,'ENCLOSED'),(153,'FUNCTION'),(154,'AGGREGATE'),(155,'FIELDS'),(156,'INT3'),(157,'ARCHIVE'),(158,'AVG_ROW_LENGTH'),(159,'ADD'),(160,'KILL'),(161,'FLOAT4'),(162,'TABLESPACE'),(163,'VIEW'),(164,'REPEATABLE'),(165,'INFILE'),(166,'HELP_VERSION'),(167,'ORDER'),(168,'USING'),(169,'MIDDLEINT'),(170,'GRANT'),(171,'UNSIGNED'),(172,'DECIMAL'),(173,'GEOMETRYFROMTEXT'),(174,'INDEXES'),(175,'FOREIGN'),(176,'CACHE'),(177,'HOSTS'),(178,'COMMIT'),(179,'SCHEMAS'),(180,'LEADING'),(181,'SNAPSHOT'),(182,'DECLARE'),(183,'LOAD'),(184,'SQL_CACHE'),(185,'CONVERT'),(186,'DYNAMIC'),(187,'COLLATE'),(188,'POLYGONFROMTEXT'),(189,'BYTE'),(190,'GLOBAL'),(191,'LINESTRINGFROMWKB'),(192,'WHEN'),(193,'COLUMN_FORMAT'),(194,'HAVING'),(195,'AS'),(196,'STARTING'),(197,'RELOAD'),(198,'AUTOCOMMIT'),(199,'REVOKE'),(200,'GRANTS'),(201,'OUTER'),(202,'FLOOR'),(203,'EXPLAIN'),(204,'WITH'),(205,'AFTER'),(206,'STD'),(207,'CSV'),(208,'DISABLE'),(209,'UNINSTALL'),(210,'OUTFILE'),(211,'LOW_PRIORITY'),(212,'FILE'),(213,'NODEGROUP'),(214,'SCHEMA'),(215,'SONAME'),(216,'POW'),(217,'DUAL'),(218,'MULTIPOINTFROMWKB'),(219,'INDEX'),(220,'BACKUP'),(221,'MULTIPOINTFROMTEXT'),(222,'DEFINER'),(223,'MASTER_BIND'),(224,'REMOVE'),(225,'EXTENDED'),(226,'MULTILINESTRINGFROMWKB'),(227,'CROSS'),(228,'CONTRIBUTORS'),(229,'NATIONAL'),(230,'GROUP'),(231,'SHA'),(232,'ONLINE'),(233,'UNDO'),(234,'IGNORE_SERVER_IDS'),(235,'ZEROFILL'),(236,'CLIENT'),(237,'MASTER_PASSWORD'),(238,'OWNER'),(239,'RELAY_LOG_FILE'),(240,'TRUE'),(241,'CHARACTER'),(242,'MASTER_USER'),(243,'TABLE'),(244,'ENGINE'),(245,'INSERT_METHOD'),(246,'CASCADE'),(247,'RELAY_LOG_POS'),(248,'SQL_CALC_FOUND_ROWS'),(249,'UNION'),(250,'MYISAM'),(251,'LEAVE'),(252,'MODIFY'),(253,'MATCH'),(254,'MASTER_LOG_POS'),(255,'DISTINCTROW'),(256,'DESC'),(257,'TIME'),(258,'NUMERIC'),(259,'EXPANSION'),(260,'CODE'),(261,'CURSOR'),(262,'GEOMETRYCOLLECTIONFROMTEXT'),(263,'CHAIN'),(264,'LOGFILE'),(265,'FLUSH'),(266,'CREATE'),(267,'DESCRIBE'),(268,'EXTENT_SIZE'),(269,'MAX_UPDATES_PER_HOUR'),(270,'INT2'),(271,'PROCESSLIST'),(272,'ENDS'),(273,'LOGS'),(274,'RECOVER'),(275,'DISCARD'),(276,'HEAP'),(277,'SOUNDS'),(278,'BETWEEN'),(279,'MULTILINESTRINGFROMTEXT'),(280,'REPAIR'),(281,'PACK_KEYS'),(282,'FAST'),(283,'VALUES'),(284,'CALL'),(285,'LOOP'),(286,'VARCHARACTER'),(287,'BEFORE'),(288,'TRUNCATE'),(289,'SHOW'),(290,'ALL'),(291,'REDUNDANT'),(292,'USER_RESOURCES'),(293,'PARTIAL'),(294,'BINLOG'),(295,'END'),(296,'SECOND'),(297,'AND'),(298,'FLOAT8'),(299,'PREV'),(300,'HOUR'),(301,'SELECT'),(302,'DATABASES'),(303,'OR'),(304,'IDENTIFIED'),(305,'WRAPPER'),(306,'MASTER_SSL_CIPHER'),(307,'SQL_SLAVE_SKIP_COUNTER'),(308,'BOTH'),(309,'BOOL'),(310,'YEAR'),(311,'MASTER_PORT'),(312,'CONCURRENT'),(313,'HELP'),(314,'UNIQUE'),(315,'TRIGGERS'),(316,'PROCESS'),(317,'OPTIONS'),(318,'CONSISTENT'),(319,'MASTER_SSL'),(320,'DATE_ADD'),(321,'MAX_CONNECTIONS_PER_HOUR'),(322,'LIKE'),(323,'PLUGIN'),(324,'FETCH'),(325,'IN'),(326,'COLUMN'),(327,'DUMPFILE'),(328,'USAGE'),(329,'EXECUTE'),(330,'MEMORY'),(331,'CEIL'),(332,'QUERY'),(333,'MASTER_HOST'),(334,'LINES'),(335,'SQL_THREAD'),(336,'SERVER'),(337,'MAX_QUERIES_PER_HOUR'),(338,'MASTER_SSL_CERT'),(339,'MULTIPOLYGONFROMWKB'),(340,'TRANSACTION'),(341,'DAY_MINUTE'),(342,'STDDEV'),(343,'DATE_SUB'),(344,'REBUILD'),(345,'GEOMETRYFROMWKB'),(346,'INT1'),(347,'RENAME'),(348,'PARSER'),(349,'RIGHT'),(350,'ALTER'),(351,'MAX_ROWS'),(352,'SOCKET'),(353,'STRAIGHT_JOIN'),(354,'NATURAL'),(355,'VARIABLES'),(356,'ESCAPED'),(357,'SHA1'),(358,'KEY_BLOCK_SIZE'),(359,'PASSWORD'),(360,'OFFSET'),(361,'CHAR'),(362,'NEXT'),(363,'ERRORS'),(364,'SQL_LOG_BIN'),(365,'TEMPORARY'),(366,'COMMITTED'),(367,'SQL_SMALL_RESULT'),(368,'UPGRADE'),(369,'XA'),(370,'BEGIN'),(371,'DELAY_KEY_WRITE'),(372,'PROFILE'),(373,'MEDIUM'),(374,'INTERVAL'),(375,'SSL'),(376,'DAY_HOUR'),(377,'NAME'),(378,'REFERENCES'),(379,'AES_ENCRYPT'),(380,'STORAGE'),(381,'ISOLATION'),(382,'CEILING'),(383,'EVERY'),(384,'INT8'),(385,'AUTHORS'),(386,'RESTRICT'),(387,'UNCOMMITTED'),(388,'LINESTRINGFROMTEXT'),(389,'IS'),(390,'NOT'),(391,'ANALYSE'),(392,'DATAFILE'),(393,'DES_KEY_FILE'),(394,'COMPRESSED'),(395,'START'),(396,'PLUGINS'),(397,'SAVEPOINT'),(398,'IF'),(399,'PRIMARY'),(400,'PURGE'),(401,'LAST'),(402,'USER'),(403,'EXIT'),(404,'KEYS'),(405,'LIMIT'),(406,'KEY'),(407,'MERGE'),(408,'UNTIL'),(409,'SQL_NO_CACHE'),(410,'DELAYED'),(411,'ANALYZE'),(412,'CONSTRAINT'),(413,'SERIAL'),(414,'ACTION'),(415,'WRITE'),(416,'INITIAL_SIZE'),(417,'SESSION'),(418,'DATABASE'),(419,'NULL'),(420,'POWER'),(421,'USE_FRM'),(422,'TERMINATED'),(423,'SLAVE'),(424,'NVARCHAR'),(425,'ASC'),(426,'RETURN'),(427,'OPTIONALLY'),(428,'ENABLE'),(429,'DIRECTORY'),(430,'MAX_USER_CONNECTIONS'),(431,'WHILE'),(432,'LOCAL'),(433,'DISTINCT'),(434,'AES_DECRYPT'),(435,'MASTER_SSL_KEY'),(436,'NONE'),(437,'TABLES'),(438,'<>'),(439,'RLIKE'),(440,'TRIGGER'),(441,'COLLATION'),(442,'SHUTDOWN'),(443,'HIGH_PRIORITY'),(444,'BTREE'),(445,'FIRST'),(446,'COALESCE'),(447,'WAIT'),(448,'TYPES'),(449,'MASTER'),(450,'FIXED'),(451,'MULTIPOLYGONFROMTEXT'),(452,'ROW_FORMAT'); /*!40000 ALTER TABLE `help_keyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_relation` -- DROP TABLE IF EXISTS `help_relation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `help_relation` ( `help_topic_id` int(10) unsigned NOT NULL, `help_keyword_id` int(10) unsigned NOT NULL, PRIMARY KEY (`help_keyword_id`,`help_topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='keyword-topic relation'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `help_relation` -- LOCK TABLES `help_relation` WRITE; /*!40000 ALTER TABLE `help_relation` DISABLE KEYS */; INSERT INTO `help_relation` VALUES (1,0),(357,0),(475,1),(234,2),(450,3),(3,4),(424,4),(89,5),(89,6),(409,6),(97,7),(89,8),(186,9),(432,10),(437,11),(21,12),(348,12),(424,12),(465,12),(89,13),(409,13),(146,14),(231,15),(88,16),(357,16),(18,17),(106,17),(134,17),(348,17),(97,18),(502,18),(382,19),(3,20),(104,20),(245,20),(186,21),(357,22),(9,23),(31,23),(35,23),(87,23),(187,23),(232,23),(239,23),(265,23),(278,23),(302,23),(332,23),(408,23),(418,23),(419,23),(465,23),(480,23),(108,24),(123,25),(170,25),(378,26),(82,27),(104,28),(200,29),(37,30),(348,31),(403,31),(470,31),(378,32),(200,33),(36,34),(239,34),(437,34),(37,35),(357,35),(470,36),(420,37),(465,37),(470,37),(21,38),(296,38),(348,38),(454,38),(470,38),(502,39),(50,40),(77,40),(83,40),(200,40),(357,40),(364,40),(424,40),(465,40),(470,40),(470,41),(474,41),(378,42),(465,43),(470,43),(120,44),(213,44),(424,44),(470,44),(475,44),(378,45),(357,46),(97,47),(316,47),(364,48),(186,49),(50,50),(470,50),(474,50),(1,51),(89,51),(409,51),(474,51),(176,52),(470,52),(53,53),(106,53),(200,54),(1,55),(57,55),(195,55),(50,56),(83,56),(106,56),(194,57),(200,57),(251,57),(211,58),(465,58),(89,59),(302,59),(359,59),(409,59),(200,60),(357,61),(1,62),(83,62),(104,62),(357,62),(424,62),(465,62),(50,63),(420,63),(468,63),(231,64),(87,65),(211,65),(465,65),(200,66),(195,67),(470,68),(91,69),(484,69),(387,70),(450,71),(1,72),(40,73),(231,73),(271,73),(186,74),(271,74),(462,74),(186,75),(465,75),(89,76),(409,76),(378,77),(83,78),(104,78),(357,78),(474,78),(89,79),(409,79),(3,80),(104,80),(306,80),(357,80),(470,81),(259,82),(195,83),(378,84),(130,85),(146,86),(437,86),(462,86),(17,87),(190,87),(304,87),(330,87),(348,87),(357,87),(419,87),(442,87),(490,87),(99,88),(189,88),(424,89),(465,89),(88,90),(404,91),(470,91),(69,92),(331,92),(435,92),(287,93),(29,94),(59,94),(85,94),(104,95),(196,95),(303,95),(488,95),(284,96),(348,96),(106,97),(315,97),(475,98),(378,99),(9,100),(31,100),(89,100),(155,100),(187,100),(278,100),(302,100),(348,101),(368,101),(109,102),(146,103),(437,103),(462,103),(24,104),(88,104),(113,105),(174,105),(3,106),(104,106),(155,106),(201,106),(213,106),(245,106),(465,106),(470,106),(465,107),(115,108),(328,108),(468,108),(472,108),(115,109),(465,109),(39,110),(119,110),(151,110),(266,110),(422,111),(125,112),(89,113),(126,113),(409,113),(498,113),(222,114),(3,115),(83,115),(104,115),(130,115),(146,115),(155,115),(183,115),(213,115),(334,115),(348,115),(357,115),(424,115),(465,115),(470,115),(474,115),(479,115),(496,115),(200,116),(132,117),(231,117),(264,117),(378,117),(60,118),(137,118),(216,118),(224,118),(330,118),(337,118),(348,118),(368,118),(403,118),(211,119),(465,119),(470,119),(89,120),(195,120),(409,120),(470,120),(186,121),(1,122),(54,123),(186,124),(470,125),(316,126),(200,127),(458,128),(257,129),(287,130),(200,131),(251,131),(465,132),(59,133),(85,133),(239,134),(54,135),(326,135),(59,136),(85,136),(200,137),(315,138),(50,139),(120,139),(123,139),(348,139),(357,139),(362,139),(458,139),(37,140),(106,140),(437,140),(450,140),(1,141),(29,142),(378,143),(470,144),(180,145),(210,146),(181,147),(315,147),(348,147),(357,147),(423,147),(331,148),(348,148),(470,149),(97,150),(181,151),(424,152),(35,153),(68,153),(97,153),(212,153),(235,153),(304,153),(337,153),(348,153),(395,153),(408,153),(419,153),(97,154),(348,155),(424,155),(254,156),(470,157),(465,158),(470,158),(62,159),(195,159),(465,159),(480,159),(176,160),(168,161),(195,162),(418,162),(465,162),(480,162),(31,163),(159,163),(457,163),(450,164),(424,165),(191,166),(50,167),(83,167),(357,167),(364,167),(465,167),(1,168),(50,168),(86,168),(254,169),(200,170),(251,170),(24,171),(129,171),(168,171),(210,171),(231,171),(316,171),(502,171),(97,172),(156,172),(231,172),(414,173),(348,174),(465,175),(470,175),(474,175),(475,175),(101,176),(151,176),(306,176),(145,177),(348,177),(146,178),(437,178),(160,179),(348,179),(458,180),(146,181),(437,181),(181,182),(201,182),(315,182),(423,182),(120,183),(306,183),(362,183),(424,183),(357,184),(231,185),(379,185),(470,186),(155,187),(213,187),(470,187),(397,188),(467,189),(130,190),(137,190),(183,190),(350,190),(450,190),(455,191),(59,192),(85,192),(470,193),(357,194),(1,195),(37,195),(357,195),(424,196),(200,197),(146,198),(251,199),(193,200),(348,200),(1,201),(222,202),(257,203),(88,204),(200,204),(211,204),(465,204),(470,204),(465,205),(262,206),(424,207),(470,207),(89,208),(409,208),(465,208),(293,209),(357,210),(3,211),(37,211),(50,211),(83,211),(104,211),(424,211),(200,212),(195,213),(155,214),(187,214),(213,214),(311,214),(348,214),(97,215),(279,216),(281,217),(466,218),(1,219),(62,219),(87,219),(101,219),(211,219),(306,219),(310,219),(348,219),(465,219),(470,219),(360,220),(427,221),(89,222),(409,222),(186,223),(465,224),(257,225),(468,225),(274,226),(1,227),(7,228),(348,228),(259,229),(432,229),(49,230),(195,230),(227,230),(232,230),(357,230),(429,231),(87,232),(211,232),(465,232),(315,233),(186,234),(24,235),(129,235),(168,235),(210,235),(316,235),(502,235),(200,236),(186,237),(475,238),(186,239),(387,240),(155,241),(213,241),(259,241),(334,241),(348,241),(357,241),(424,241),(432,241),(470,241),(186,242),(62,243),(110,243),(115,243),(180,243),(216,243),(278,243),(280,243),(323,243),(348,243),(360,243),(362,243),(404,243),(420,243),(465,243),(468,243),(470,243),(472,243),(195,244),(348,244),(368,244),(418,244),(465,244),(470,244),(480,244),(470,245),(31,246),(278,246),(470,246),(474,246),(186,247),(357,248),(307,249),(470,250),(312,251),(465,252),(88,253),(186,254),(357,255),(257,256),(357,256),(364,256),(231,257),(317,257),(377,257),(210,258),(88,259),(68,260),(490,260),(423,261),(248,262),(146,263),(49,264),(195,264),(227,264),(232,264),(151,265),(328,265),(17,266),(22,266),(49,266),(62,266),(77,266),(89,266),(97,266),(155,266),(195,266),(211,266),(212,266),(280,266),(304,266),(311,266),(348,266),(359,266),(395,266),(457,266),(470,266),(475,266),(257,267),(195,268),(200,269),(236,270),(348,271),(454,271),(89,272),(40,273),(271,273),(348,273),(437,274),(465,275),(470,276),(380,277),(147,278),(107,279),(465,280),(468,280),(470,281),(420,282),(3,283),(104,283),(340,284),(345,285),(259,286),(271,287),(323,288),(7,289),(10,289),(17,289),(21,289),(25,289),(34,289),(40,289),(60,289),(68,289),(69,289),(82,289),(123,289),(134,289),(137,289),(145,289),(160,289),(170,289),(193,289),(194,289),(216,289),(224,289),(280,289),(284,289),(296,289),(310,289),(311,289),(330,289),(331,289),(334,289),(337,289),(348,289),(350,289),(359,289),(368,289),(395,289),(403,289),(454,289),(489,289),(490,289),(494,289),(200,290),(251,290),(307,290),(357,290),(470,291),(328,292),(470,293),(123,294),(351,294),(29,295),(59,295),(85,295),(234,295),(329,295),(345,295),(437,295),(498,295),(378,296),(147,297),(318,297),(316,298),(106,299),(378,300),(3,301),(104,301),(257,301),(303,301),(357,301),(160,302),(348,302),(141,303),(77,304),(200,304),(475,305),(186,306),(183,307),(458,308),(24,309),(111,309),(378,310),(186,311),(424,312),(118,313),(392,313),(465,314),(25,315),(348,315),(200,316),(376,317),(475,317),(146,318),(437,318),(186,319),(378,320),(200,321),(348,322),(380,322),(293,323),(348,323),(422,323),(385,324),(88,325),(123,325),(357,325),(465,326),(357,327),(200,328),(86,329),(200,329),(357,330),(399,331),(88,332),(151,332),(176,332),(186,333),(424,334),(54,335),(326,335),(9,336),(376,336),(475,336),(200,337),(186,338),(124,339),(146,340),(450,340),(378,341),(410,342),(378,343),(465,344),(144,345),(24,346),(110,347),(223,347),(409,347),(465,347),(211,348),(465,348),(470,348),(1,349),(62,350),(159,350),(200,350),(213,350),(227,350),(235,350),(376,350),(409,350),(442,350),(465,350),(480,350),(470,351),(475,352),(1,353),(357,353),(1,354),(348,355),(350,355),(424,356),(429,357),(470,358),(77,359),(200,359),(475,359),(479,359),(357,360),(231,361),(467,361),(106,362),(69,363),(348,363),(496,364),(278,365),(450,366),(357,367),(213,368),(420,368),(437,369),(146,370),(329,370),(437,370),(470,371),(489,372),(420,373),(89,374),(378,374),(200,375),(378,376),(213,377),(200,378),(470,378),(474,378),(446,379),(284,380),(450,381),(451,382),(89,383),(129,384),(10,385),(348,385),(31,386),(278,386),(474,386),(450,387),(58,388),(84,389),(207,389),(371,389),(459,389),(84,390),(89,390),(155,390),(207,390),(314,390),(190,391),(195,392),(480,392),(328,393),(470,394),(146,395),(326,395),(437,395),(34,396),(462,397),(9,398),(29,398),(31,398),(89,398),(155,398),(187,398),(278,398),(302,398),(481,398),(465,399),(271,400),(106,401),(77,402),(223,402),(332,402),(475,402),(315,403),(310,404),(348,404),(465,404),(50,405),(83,405),(106,405),(123,405),(357,405),(62,406),(104,406),(465,406),(470,406),(474,406),(470,407),(234,408),(357,409),(3,410),(104,410),(488,410),(465,411),(472,411),(465,412),(470,412),(245,413),(470,413),(470,414),(474,414),(37,415),(437,415),(195,416),(480,416),(130,417),(137,417),(350,417),(450,417),(155,418),(187,418),(213,418),(311,418),(348,418),(475,418),(84,419),(371,419),(474,419),(485,420),(468,421),(424,422),(39,423),(54,423),(89,423),(145,423),(224,423),(326,423),(409,423),(259,424),(357,425),(364,425),(493,426),(424,427),(89,428),(409,428),(465,428),(213,429),(470,429),(200,430),(498,431),(37,432),(115,432),(328,432),(424,432),(468,432),(472,432),(0,433),(96,433),(290,433),(307,433),(357,433),(364,433),(386,433),(435,433),(499,434),(186,435),(200,436),(37,437),(134,437),(296,437),(348,437),(497,438),(28,439),(22,440),(265,440),(348,440),(348,441),(494,441),(200,442),(104,443),(357,443),(211,444),(106,445),(465,445),(470,445),(465,446),(195,447),(480,447),(348,448),(40,449),(60,449),(120,449),(186,449),(266,449),(271,449),(362,449),(210,450),(470,450),(202,451),(470,452); /*!40000 ALTER TABLE `help_relation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_topic` -- DROP TABLE IF EXISTS `help_topic`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `help_topic` ( `help_topic_id` int(10) unsigned NOT NULL, `name` char(64) NOT NULL, `help_category_id` smallint(5) unsigned NOT NULL, `description` text NOT NULL, `example` text NOT NULL, `url` text NOT NULL, PRIMARY KEY (`help_topic_id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help topics'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `help_topic` -- LOCK TABLES `help_topic` WRITE; /*!40000 ALTER TABLE `help_topic` DISABLE KEYS */; INSERT INTO `help_topic` VALUES (0,'MIN',16,'Syntax:\nMIN([DISTINCT] expr)\n\nReturns the minimum value of expr. MIN() may take a string argument; in\nsuch cases, it returns the minimum string value. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html. The DISTINCT\nkeyword can be used to find the minimum of the distinct values of expr,\nhowever, this produces the same result as omitting DISTINCT.\n\nMIN() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','mysql> SELECT student_name, MIN(test_score), MAX(test_score)\n -> FROM student\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(1,'JOIN',28,'MySQL supports the following JOIN syntaxes for the table_references\npart of SELECT statements and multiple-table DELETE and UPDATE\nstatements:\n\ntable_references:\n escaped_table_reference [, escaped_table_reference] ...\n\nescaped_table_reference:\n table_reference\n | { OJ table_reference }\n\ntable_reference:\n table_factor\n | join_table\n\ntable_factor:\n tbl_name [[AS] alias] [index_hint_list]\n | table_subquery [AS] alias\n | ( table_references )\n\njoin_table:\n table_reference [INNER | CROSS] JOIN table_factor [join_condition]\n | table_reference STRAIGHT_JOIN table_factor\n | table_reference STRAIGHT_JOIN table_factor ON conditional_expr\n | table_reference {LEFT|RIGHT} [OUTER] JOIN table_reference join_condition\n | table_reference NATURAL [{LEFT|RIGHT} [OUTER]] JOIN table_factor\n\njoin_condition:\n ON conditional_expr\n | USING (column_list)\n\nindex_hint_list:\n index_hint [, index_hint] ...\n\nindex_hint:\n USE {INDEX|KEY}\n [FOR {JOIN|ORDER BY|GROUP BY}] ([index_list])\n | IGNORE {INDEX|KEY}\n [FOR {JOIN|ORDER BY|GROUP BY}] (index_list)\n | FORCE {INDEX|KEY}\n [FOR {JOIN|ORDER BY|GROUP BY}] (index_list)\n\nindex_list:\n index_name [, index_name] ...\n\nA table reference is also known as a join expression.\n\nThe syntax of table_factor is extended in comparison with the SQL\nStandard. The latter accepts only table_reference, not a list of them\ninside a pair of parentheses.\n\nThis is a conservative extension if we consider each comma in a list of\ntable_reference items as equivalent to an inner join. For example:\n\nSELECT * FROM t1 LEFT JOIN (t2, t3, t4)\n ON (t2.a=t1.a AND t3.b=t1.b AND t4.c=t1.c)\n\nis equivalent to:\n\nSELECT * FROM t1 LEFT JOIN (t2 CROSS JOIN t3 CROSS JOIN t4)\n ON (t2.a=t1.a AND t3.b=t1.b AND t4.c=t1.c)\n\nIn MySQL, JOIN, CROSS JOIN, and INNER JOIN are syntactic equivalents\n(they can replace each other). In standard SQL, they are not\nequivalent. INNER JOIN is used with an ON clause, CROSS JOIN is used\notherwise.\n\nIn general, parentheses can be ignored in join expressions containing\nonly inner join operations. MySQL also supports nested joins (see\nhttp://dev.mysql.com/doc/refman/5.1/en/nested-join-optimization.html).\n\nIndex hints can be specified to affect how the MySQL optimizer makes\nuse of indexes. For more information, see\nhttp://dev.mysql.com/doc/refman/5.1/en/index-hints.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/join.html\n\n','SELECT left_tbl.*\n FROM left_tbl LEFT JOIN right_tbl ON left_tbl.id = right_tbl.id\n WHERE right_tbl.id IS NULL;\n','http://dev.mysql.com/doc/refman/5.1/en/join.html'),(2,'HEX',38,'Syntax:\nHEX(str), HEX(N)\n\nFor a string argument str, HEX() returns a hexadecimal string\nrepresentation of str where each character in str is converted to two\nhexadecimal digits. The inverse of this operation is performed by the\nUNHEX() function.\n\nFor a numeric argument N, HEX() returns a hexadecimal string\nrepresentation of the value of N treated as a longlong (BIGINT) number.\nThis is equivalent to CONV(N,10,16). The inverse of this operation is\nperformed by CONV(HEX(N),16,10).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT 0x616263, HEX(\'abc\'), UNHEX(HEX(\'abc\'));\n -> \'abc\', 616263, \'abc\'\nmysql> SELECT HEX(255), CONV(HEX(255),16,10);\n -> \'FF\', 255\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(3,'REPLACE',28,'Syntax:\nREPLACE [LOW_PRIORITY | DELAYED]\n [INTO] tbl_name [(col_name,...)]\n {VALUES | VALUE} ({expr | DEFAULT},...),(...),...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n [INTO] tbl_name\n SET col_name={expr | DEFAULT}, ...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n [INTO] tbl_name [(col_name,...)]\n SELECT ...\n\nREPLACE works exactly like INSERT, except that if an old row in the\ntable has the same value as a new row for a PRIMARY KEY or a UNIQUE\nindex, the old row is deleted before the new row is inserted. See [HELP\nINSERT].\n\nREPLACE is a MySQL extension to the SQL standard. It either inserts, or\ndeletes and inserts. For another MySQL extension to standard SQL---that\neither inserts or updates---see\nhttp://dev.mysql.com/doc/refman/5.1/en/insert-on-duplicate.html.\n\nNote that unless the table has a PRIMARY KEY or UNIQUE index, using a\nREPLACE statement makes no sense. It becomes equivalent to INSERT,\nbecause there is no index to be used to determine whether a new row\nduplicates another.\n\nValues for all columns are taken from the values specified in the\nREPLACE statement. Any missing columns are set to their default values,\njust as happens for INSERT. You cannot refer to values from the current\nrow and use them in the new row. If you use an assignment such as SET\ncol_name = col_name + 1, the reference to the column name on the right\nhand side is treated as DEFAULT(col_name), so the assignment is\nequivalent to SET col_name = DEFAULT(col_name) + 1.\n\nTo use REPLACE, you must have both the INSERT and DELETE privileges for\nthe table.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/replace.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/replace.html'),(4,'CONTAINS',31,'Contains(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 completely contains g2. This\ntests the opposite relationship as Within().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(5,'SRID',37,'SRID(g)\n\nReturns an integer indicating the Spatial Reference System ID for the\ngeometry value g.\n\nIn MySQL, the SRID value is just an integer associated with the\ngeometry value. All calculations are done assuming Euclidean (planar)\ngeometry.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SELECT SRID(GeomFromText(\'LineString(1 1,2 2)\',101));\n+-----------------------------------------------+\n| SRID(GeomFromText(\'LineString(1 1,2 2)\',101)) |\n+-----------------------------------------------+\n| 101 |\n+-----------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(6,'CURRENT_TIMESTAMP',32,'Syntax:\nCURRENT_TIMESTAMP, CURRENT_TIMESTAMP()\n\nCURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(7,'SHOW CONTRIBUTORS',27,'Syntax:\nSHOW CONTRIBUTORS\n\nThe SHOW CONTRIBUTORS statement displays information about the people\nwho contribute to MySQL source or to causes that we support. For each\ncontributor, it displays Name, Location, and Comment values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-contributors.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-contributors.html'),(8,'VARIANCE',16,'Syntax:\nVARIANCE(expr)\n\nReturns the population standard variance of expr. This is an extension\nto standard SQL. The standard SQL function VAR_POP() can be used\ninstead.\n\nVARIANCE() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(9,'DROP SERVER',40,'Syntax:\nDROP SERVER [ IF EXISTS ] server_name\n\nDrops the server definition for the server named server_name. The\ncorresponding row in the mysql.servers table is deleted. This statement\nrequires the SUPER privilege.\n\nDropping a server for a table does not affect any FEDERATED tables that\nused this connection information when they were created. See [HELP\nCREATE SERVER].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-server.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-server.html'),(10,'SHOW AUTHORS',27,'Syntax:\nSHOW AUTHORS\n\nThe SHOW AUTHORS statement displays information about the people who\nwork on MySQL. For each author, it displays Name, Location, and Comment\nvalues.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-authors.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-authors.html'),(11,'VAR_SAMP',16,'Syntax:\nVAR_SAMP(expr)\n\nReturns the sample variance of expr. That is, the denominator is the\nnumber of rows minus one.\n\nVAR_SAMP() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(12,'CONCAT',38,'Syntax:\nCONCAT(str1,str2,...)\n\nReturns the string that results from concatenating the arguments. May\nhave one or more arguments. If all arguments are nonbinary strings, the\nresult is a nonbinary string. If the arguments include any binary\nstrings, the result is a binary string. A numeric argument is converted\nto its equivalent binary string form; if you want to avoid that, you\ncan use an explicit type cast, as in this example:\n\nSELECT CONCAT(CAST(int_col AS CHAR), char_col);\n\nCONCAT() returns NULL if any argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT CONCAT(\'My\', \'S\', \'QL\');\n -> \'MySQL\'\nmysql> SELECT CONCAT(\'My\', NULL, \'QL\');\n -> NULL\nmysql> SELECT CONCAT(14.3);\n -> \'14.3\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(13,'GEOMETRY HIERARCHY',35,'Geometry is the base class. It is an abstract class. The instantiable\nsubclasses of Geometry are restricted to zero-, one-, and\ntwo-dimensional geometric objects that exist in two-dimensional\ncoordinate space. All instantiable geometry classes are defined so that\nvalid instances of a geometry class are topologically closed (that is,\nall defined geometries include their boundary).\n\nThe base Geometry class has subclasses for Point, Curve, Surface, and\nGeometryCollection:\n\no Point represents zero-dimensional objects.\n\no Curve represents one-dimensional objects, and has subclass\n LineString, with sub-subclasses Line and LinearRing.\n\no Surface is designed for two-dimensional objects and has subclass\n Polygon.\n\no GeometryCollection has specialized zero-, one-, and two-dimensional\n collection classes named MultiPoint, MultiLineString, and\n MultiPolygon for modeling geometries corresponding to collections of\n Points, LineStrings, and Polygons, respectively. MultiCurve and\n MultiSurface are introduced as abstract superclasses that generalize\n the collection interfaces to handle Curves and Surfaces.\n\nGeometry, Curve, Surface, MultiCurve, and MultiSurface are defined as\nnoninstantiable classes. They define a common set of methods for their\nsubclasses and are included for extensibility.\n\nPoint, LineString, Polygon, GeometryCollection, MultiPoint,\nMultiLineString, and MultiPolygon are instantiable classes.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/gis-geometry-class-hierarchy.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/gis-geometry-class-hierarchy.html'),(14,'CHAR FUNCTION',38,'Syntax:\nCHAR(N,... [USING charset_name])\n\nCHAR() interprets each argument N as an integer and returns a string\nconsisting of the characters given by the code values of those\nintegers. NULL values are skipped.\nBy default, CHAR() returns a binary string. To produce a string in a\ngiven character set, use the optional USING clause:\n\nmysql> SELECT CHARSET(CHAR(0x65)), CHARSET(CHAR(0x65 USING utf8));\n+---------------------+--------------------------------+\n| CHARSET(CHAR(0x65)) | CHARSET(CHAR(0x65 USING utf8)) |\n+---------------------+--------------------------------+\n| binary | utf8 |\n+---------------------+--------------------------------+\n\nIf USING is given and the result string is illegal for the given\ncharacter set, a warning is issued. Also, if strict SQL mode is\nenabled, the result from CHAR() becomes NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT CHAR(77,121,83,81,\'76\');\n -> \'MySQL\'\nmysql> SELECT CHAR(77,77.3,\'77.3\');\n -> \'MMM\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(15,'DATETIME',23,'DATETIME\n\nA date and time combination. The supported range is \'1000-01-01\n00:00:00\' to \'9999-12-31 23:59:59\'. MySQL displays DATETIME values in\n\'YYYY-MM-DD HH:MM:SS\' format, but permits assignment of values to\nDATETIME columns using either strings or numbers.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html'),(16,'SHOW CREATE TRIGGER',27,'Syntax:\nSHOW CREATE TRIGGER trigger_name\n\nThis statement shows the CREATE TRIGGER statement that creates the\nnamed trigger.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-trigger.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-create-trigger.html'),(17,'SHOW CREATE PROCEDURE',27,'Syntax:\nSHOW CREATE PROCEDURE proc_name\n\nThis statement is a MySQL extension. It returns the exact string that\ncan be used to re-create the named stored procedure. A similar\nstatement, SHOW CREATE FUNCTION, displays information about stored\nfunctions (see [HELP SHOW CREATE FUNCTION]).\n\nBoth statements require that you be the owner of the routine or have\nSELECT access to the mysql.proc table. If you do not have privileges\nfor the routine itself, the value displayed for the Create Procedure or\nCreate Function field will be NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-procedure.html\n\n','mysql> SHOW CREATE PROCEDURE test.simpleproc\\G\n*************************** 1. row ***************************\n Procedure: simpleproc\n sql_mode:\n Create Procedure: CREATE PROCEDURE `simpleproc`(OUT param1 INT)\n BEGIN\n SELECT COUNT(*) INTO param1 FROM t;\n END\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n\nmysql> SHOW CREATE FUNCTION test.hello\\G\n*************************** 1. row ***************************\n Function: hello\n sql_mode:\n Create Function: CREATE FUNCTION `hello`(s CHAR(20))\n RETURNS CHAR(50)\n RETURN CONCAT(\'Hello, \',s,\'!\')\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n','http://dev.mysql.com/doc/refman/5.1/en/show-create-procedure.html'),(18,'OPEN',24,'Syntax:\nOPEN cursor_name\n\nThis statement opens a previously declared cursor. For an example, see\nhttp://dev.mysql.com/doc/refman/5.1/en/cursors.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/open.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/open.html'),(19,'INTEGER',23,'INTEGER[(M)] [UNSIGNED] [ZEROFILL]\n\nThis type is a synonym for INT.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(20,'LOWER',38,'Syntax:\nLOWER(str)\n\nReturns the string str with all characters changed to lowercase\naccording to the current character set mapping. The default is latin1\n(cp1252 West European).\n\nmysql> SELECT LOWER(\'QUADRATICALLY\');\n -> \'quadratically\'\n\nLOWER() (and UPPER()) are ineffective when applied to binary strings\n(BINARY, VARBINARY, BLOB). To perform lettercase conversion, convert\nthe string to a nonbinary string:\n\nmysql> SET @str = BINARY \'New York\';\nmysql> SELECT LOWER(@str), LOWER(CONVERT(@str USING latin1));\n+-------------+-----------------------------------+\n| LOWER(@str) | LOWER(CONVERT(@str USING latin1)) |\n+-------------+-----------------------------------+\n| New York | new york |\n+-------------+-----------------------------------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(21,'SHOW COLUMNS',27,'Syntax:\nSHOW [FULL] COLUMNS {FROM | IN} tbl_name [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW COLUMNS displays information about the columns in a given table.\nIt also works for views. The LIKE clause, if present, indicates which\ncolumn names to match. The WHERE clause can be given to select rows\nusing more general conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nmysql> SHOW COLUMNS FROM City;\n+------------+----------+------+-----+---------+----------------+\n| Field | Type | Null | Key | Default | Extra |\n+------------+----------+------+-----+---------+----------------+\n| Id | int(11) | NO | PRI | NULL | auto_increment |\n| Name | char(35) | NO | | | |\n| Country | char(3) | NO | UNI | | |\n| District | char(20) | YES | MUL | | |\n| Population | int(11) | NO | | 0 | |\n+------------+----------+------+-----+---------+----------------+\n5 rows in set (0.00 sec)\n\nIf the data types differ from what you expect them to be based on a\nCREATE TABLE statement, note that MySQL sometimes changes data types\nwhen you create or alter a table. The conditions under which this\noccurs are described in\nhttp://dev.mysql.com/doc/refman/5.1/en/silent-column-changes.html.\n\nThe FULL keyword causes the output to include the column collation and\ncomments, as well as the privileges you have for each column.\n\nYou can use db_name.tbl_name as an alternative to the tbl_name FROM\ndb_name syntax. In other words, these two statements are equivalent:\n\nmysql> SHOW COLUMNS FROM mytable FROM mydb;\nmysql> SHOW COLUMNS FROM mydb.mytable;\n\nSHOW COLUMNS displays the following values for each table column:\n\nField indicates the column name.\n\nType indicates the column data type.\n\nCollation indicates the collation for nonbinary string columns, or NULL\nfor other columns. This value is displayed only if you use the FULL\nkeyword.\n\nThe Null field contains YES if NULL values can be stored in the column,\nNO if not.\n\nThe Key field indicates whether the column is indexed:\n\no If Key is empty, the column either is not indexed or is indexed only\n as a secondary column in a multiple-column, nonunique index.\n\no If Key is PRI, the column is a PRIMARY KEY or is one of the columns\n in a multiple-column PRIMARY KEY.\n\no If Key is UNI, the column is the first column of a UNIQUE index. (A\n UNIQUE index permits multiple NULL values, but you can tell whether\n the column permits NULL by checking the Null field.)\n\no If Key is MUL, the column is the first column of a nonunique index in\n which multiple occurrences of a given value are permitted within the\n column.\n\nIf more than one of the Key values applies to a given column of a\ntable, Key displays the one with the highest priority, in the order\nPRI, UNI, MUL.\n\nA UNIQUE index may be displayed as PRI if it cannot contain NULL values\nand there is no PRIMARY KEY in the table. A UNIQUE index may display as\nMUL if several columns form a composite UNIQUE index; although the\ncombination of the columns is unique, each column can still hold\nmultiple occurrences of a given value.\n\nThe Default field indicates the default value that is assigned to the\ncolumn. This is NULL if the column has an explicit default of NULL. As\nof MySQL 5.1.23, Default is also NULL if the column definition has no\nDEFAULT clause.\n\nThe Extra field contains any additional information that is available\nabout a given column. The value is nonempty in these cases:\nauto_increment for columns that have the AUTO_INCREMENT attribute; as\nof MySQL 5.1.23, on update CURRENT_TIMESTAMP for TIMESTAMP columns that\nhave the ON UPDATE CURRENT_TIMESTAMP attribute.\n\nPrivileges indicates the privileges you have for the column. This value\nis displayed only if you use the FULL keyword.\n\nComment indicates any comment the column has. This value is displayed\nonly if you use the FULL keyword.\n\nSHOW FIELDS is a synonym for SHOW COLUMNS. You can also list a table\'s\ncolumns with the mysqlshow db_name tbl_name command.\n\nThe DESCRIBE statement provides information similar to SHOW COLUMNS.\nSee http://dev.mysql.com/doc/refman/5.1/en/describe.html.\n\nThe SHOW CREATE TABLE, SHOW TABLE STATUS, and SHOW INDEX statements\nalso provide information about tables. See [HELP SHOW].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-columns.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-columns.html'),(22,'CREATE TRIGGER',40,'Syntax:\nCREATE\n [DEFINER = { user | CURRENT_USER }]\n TRIGGER trigger_name\n trigger_time trigger_event\n ON tbl_name FOR EACH ROW\n trigger_body\n\ntrigger_time: { BEFORE | AFTER }\n\ntrigger_event: { INSERT | UPDATE | DELETE }\n\nThis statement creates a new trigger. A trigger is a named database\nobject that is associated with a table, and that activates when a\nparticular event occurs for the table. The trigger becomes associated\nwith the table named tbl_name, which must refer to a permanent table.\nYou cannot associate a trigger with a TEMPORARY table or a view.\n\nTrigger names exist in the schema namespace, meaning that all triggers\nmust have unique names within a schema. Triggers in different schemas\ncan have the same name.\n\nThis section describes CREATE TRIGGER syntax. For additional\ndiscussion, see\nhttp://dev.mysql.com/doc/refman/5.1/en/trigger-syntax.html.\n\nCREATE TRIGGER requires the TRIGGER privilege for the table associated\nwith the trigger. The statement might also require the SUPER privilege,\ndepending on the DEFINER value, as described later in this section. If\nbinary logging is enabled, CREATE TRIGGER might require the SUPER\nprivilege, as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-logging.html.\n(Before MySQL 5.1.6, there is no TRIGGER privilege and this statement\nrequires the SUPER privilege in all cases.)\n\nThe DEFINER clause determines the security context to be used when\nchecking access privileges at trigger activation time, as described\nlater in this section.\n\ntrigger_time is the trigger action time. It can be BEFORE or AFTER to\nindicate that the trigger activates before or after each row to be\nmodified.\n\ntrigger_event indicates the kind of operation that activates the\ntrigger. These trigger_event values are permitted:\n\no INSERT: The trigger activates whenever a new row is inserted into the\n table; for example, through INSERT, LOAD DATA, and REPLACE\n statements.\n\no UPDATE: The trigger activates whenever a row is modified; for\n example, through UPDATE statements.\n\no DELETE: The trigger activates whenever a row is deleted from the\n table; for example, through DELETE and REPLACE statements. DROP TABLE\n and TRUNCATE TABLE statements on the table do not activate this\n trigger, because they do not use DELETE. Dropping a partition does\n not activate DELETE triggers, either.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-trigger.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-trigger.html'),(23,'MONTH',32,'Syntax:\nMONTH(date)\n\nReturns the month for date, in the range 1 to 12 for January to\nDecember, or 0 for dates such as \'0000-00-00\' or \'2008-00-00\' that have\na zero month part.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT MONTH(\'2008-02-03\');\n -> 2\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(24,'TINYINT',23,'TINYINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA very small integer. The signed range is -128 to 127. The unsigned\nrange is 0 to 255.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(25,'SHOW TRIGGERS',27,'Syntax:\nSHOW TRIGGERS [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW TRIGGERS lists the triggers currently defined for tables in a\ndatabase (the default database unless a FROM clause is given). This\nstatement returns results only for databases and tables for which you\nhave the TRIGGER privilege, or (prior to MySQL 5.1.23) if you have the\nSUPER privilege). The LIKE clause, if present, indicates which table\nnames to match (not trigger names) and causes the statement to display\ntriggers for those tables. The WHERE clause can be given to select rows\nusing more general conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nFor the trigger ins_sum as defined in\nhttp://dev.mysql.com/doc/refman/5.1/en/triggers.html, the output of\nthis statement is as shown here:\n\nmysql> SHOW TRIGGERS LIKE \'acc%\'\\G\n*************************** 1. row ***************************\n Trigger: ins_sum\n Event: INSERT\n Table: account\n Statement: SET @sum = @sum + NEW.amount\n Timing: BEFORE\n Created: NULL\n sql_mode: \n Definer: me@localhost\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-triggers.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-triggers.html'),(26,'ISCLOSED',13,'IsClosed(ls)\n\nReturns 1 if the LineString value ls is closed (that is, its\nStartPoint() and EndPoint() values are the same) and is simple (does\nnot pass through the same point more than once). Returns 0 if ls is not\nclosed, and -1 if it is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @ls1 = \'LineString(1 1,2 2,3 3,2 2)\';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SET @ls2 = \'LineString(1 1,2 2,3 3,1 1)\';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT IsClosed(GeomFromText(@ls1));\n+------------------------------+\n| IsClosed(GeomFromText(@ls1)) |\n+------------------------------+\n| 0 |\n+------------------------------+\n1 row in set (0.00 sec)\n\nmysql> SELECT IsClosed(GeomFromText(@ls2));\n+------------------------------+\n| IsClosed(GeomFromText(@ls2)) |\n+------------------------------+\n| 1 |\n+------------------------------+\n1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(27,'MASTER_POS_WAIT',14,'Syntax:\nMASTER_POS_WAIT(log_name,log_pos[,timeout])\n\nThis function is useful for control of master/slave synchronization. It\nblocks until the slave has read and applied all updates up to the\nspecified position in the master log. The return value is the number of\nlog events the slave had to wait for to advance to the specified\nposition. The function returns NULL if the slave SQL thread is not\nstarted, the slave\'s master information is not initialized, the\narguments are incorrect, or an error occurs. It returns -1 if the\ntimeout has been exceeded. If the slave SQL thread stops while\nMASTER_POS_WAIT() is waiting, the function returns NULL. If the slave\nis past the specified position, the function returns immediately.\n\nIf a timeout value is specified, MASTER_POS_WAIT() stops waiting when\ntimeout seconds have elapsed. timeout must be greater than 0; a zero or\nnegative timeout means no timeout.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(28,'REGEXP',38,'Syntax:\nexpr REGEXP pat, expr RLIKE pat\n\nPerforms a pattern match of a string expression expr against a pattern\npat. The pattern can be an extended regular expression. The syntax for\nregular expressions is discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/regexp.html. Returns 1 if expr\nmatches pat; otherwise it returns 0. If either expr or pat is NULL, the\nresult is NULL. RLIKE is a synonym for REGEXP, provided for mSQL\ncompatibility.\n\nThe pattern need not be a literal string. For example, it can be\nspecified as a string expression or table column.\n\n*Note*: Because MySQL uses the C escape syntax in strings (for example,\n\"\\n\" to represent the newline character), you must double any \"\\\" that\nyou use in your REGEXP strings.\n\nREGEXP is not case sensitive, except when used with binary strings.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/regexp.html\n\n','mysql> SELECT \'Monty!\' REGEXP \'.*\';\n -> 1\nmysql> SELECT \'new*\\n*line\' REGEXP \'new\\\\*.\\\\*line\';\n -> 1\nmysql> SELECT \'a\' REGEXP \'A\', \'a\' REGEXP BINARY \'A\';\n -> 1 0\nmysql> SELECT \'a\' REGEXP \'^[a-d]\';\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/regexp.html'),(29,'IF STATEMENT',24,'Syntax:\nIF search_condition THEN statement_list\n [ELSEIF search_condition THEN statement_list] ...\n [ELSE statement_list]\nEND IF\n\nThe IF statement for stored programs implements a basic conditional\nconstruct.\n\n*Note*: There is also an IF() function, which differs from the IF\nstatement described here. See\nhttp://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html. The\nIF statement can have THEN, ELSE, and ELSEIF clauses, and it is\nterminated with END IF.\n\nIf the search_condition evaluates to true, the corresponding THEN or\nELSEIF clause statement_list executes. If no search_condition matches,\nthe ELSE clause statement_list executes.\n\nEach statement_list consists of one or more SQL statements; an empty\nstatement_list is not permitted.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/if.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/if.html'),(30,'^',20,'Syntax:\n^\n\nBitwise XOR:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n','mysql> SELECT 1 ^ 1;\n -> 0\nmysql> SELECT 1 ^ 0;\n -> 1\nmysql> SELECT 11 ^ 3;\n -> 8\n','http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),(31,'DROP VIEW',40,'Syntax:\nDROP VIEW [IF EXISTS]\n view_name [, view_name] ...\n [RESTRICT | CASCADE]\n\nDROP VIEW removes one or more views. You must have the DROP privilege\nfor each view. If any of the views named in the argument list do not\nexist, MySQL returns an error indicating by name which nonexisting\nviews it was unable to drop, but it also drops all of the views in the\nlist that do exist.\n\nThe IF EXISTS clause prevents an error from occurring for views that\ndon\'t exist. When this clause is given, a NOTE is generated for each\nnonexistent view. See [HELP SHOW WARNINGS].\n\nRESTRICT and CASCADE, if given, are parsed and ignored.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-view.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-view.html'),(32,'WITHIN',31,'Within(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially within g2. This\ntests the opposite relationship as Contains().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(33,'WEEK',32,'Syntax:\nWEEK(date[,mode])\n\nThis function returns the week number for date. The two-argument form\nof WEEK() enables you to specify whether the week starts on Sunday or\nMonday and whether the return value should be in the range from 0 to 53\nor from 1 to 53. If the mode argument is omitted, the value of the\ndefault_week_format system variable is used. See\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT WEEK(\'2008-02-20\');\n -> 7\nmysql> SELECT WEEK(\'2008-02-20\',0);\n -> 7\nmysql> SELECT WEEK(\'2008-02-20\',1);\n -> 8\nmysql> SELECT WEEK(\'2008-12-31\',1);\n -> 53\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(34,'SHOW PLUGINS',27,'Syntax:\nSHOW PLUGINS\n\nSHOW PLUGINS displays information about server plugins. Plugin\ninformation is also available in the INFORMATION_SCHEMA.PLUGINS table.\nSee http://dev.mysql.com/doc/refman/5.1/en/plugins-table.html.\n\nExample of SHOW PLUGINS output:\n\nmysql> SHOW PLUGINS\\G\n*************************** 1. row ***************************\n Name: binlog\n Status: ACTIVE\n Type: STORAGE ENGINE\nLibrary: NULL\nLicense: GPL\n*************************** 2. row ***************************\n Name: CSV\n Status: ACTIVE\n Type: STORAGE ENGINE\nLibrary: NULL\nLicense: GPL\n*************************** 3. row ***************************\n Name: MEMORY\n Status: ACTIVE\n Type: STORAGE ENGINE\nLibrary: NULL\nLicense: GPL\n*************************** 4. row ***************************\n Name: MyISAM\n Status: ACTIVE\n Type: STORAGE ENGINE\nLibrary: NULL\nLicense: GPL\n...\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-plugins.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-plugins.html'),(35,'DROP FUNCTION UDF',22,'Syntax:\nDROP FUNCTION function_name\n\nThis statement drops the user-defined function (UDF) named\nfunction_name.\n\nTo drop a function, you must have the DELETE privilege for the mysql\ndatabase. This is because DROP FUNCTION removes a row from the\nmysql.func system table that records the function\'s name, type, and\nshared library name.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-function-udf.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-function-udf.html'),(36,'PREPARE',8,'Syntax:\nPREPARE stmt_name FROM preparable_stmt\n\nThe PREPARE statement prepares a SQL statement and assigns it a name,\nstmt_name, by which to refer to the statement later. The prepared\nstatement is executed with EXECUTE and released with DEALLOCATE\nPREPARE. For examples, see\nhttp://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-statements.h\ntml.\n\nStatement names are not case sensitive. preparable_stmt is either a\nstring literal or a user variable that contains the text of the SQL\nstatement. The text must represent a single statement, not multiple\nstatements. Within the statement, ? characters can be used as parameter\nmarkers to indicate where data values are to be bound to the query\nlater when you execute it. The ? characters should not be enclosed\nwithin quotation marks, even if you intend to bind them to string\nvalues. Parameter markers can be used only where data values should\nappear, not for SQL keywords, identifiers, and so forth.\n\nIf a prepared statement with the given name already exists, it is\ndeallocated implicitly before the new statement is prepared. This means\nthat if the new statement contains an error and cannot be prepared, an\nerror is returned and no statement with the given name exists.\n\nThe scope of a prepared statement is the session within which it is\ncreated, which as several implications:\n\no A prepared statement created in one session is not available to other\n sessions.\n\no When a session ends, whether normally or abnormally, its prepared\n statements no longer exist. If auto-reconnect is enabled, the client\n is not notified that the connection was lost. For this reason,\n clients may wish to disable auto-reconnect. See\n http://dev.mysql.com/doc/refman/5.1/en/auto-reconnect.html.\n\no A prepared statement created within a stored program continues to\n exist after the program finishes executing and can be executed\n outside the program later.\n\no A statement prepared in stored program context cannot refer to stored\n procedure or function parameters or local variables because they go\n out of scope when the program ends and would be unavailable were the\n statement to be executed later outside the program. As a workaround,\n refer instead to user-defined variables, which also have session\n scope; see\n http://dev.mysql.com/doc/refman/5.1/en/user-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/prepare.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/prepare.html'),(37,'LOCK',8,'Syntax:\nLOCK TABLES\n tbl_name [[AS] alias] lock_type\n [, tbl_name [[AS] alias] lock_type] ...\n\nlock_type:\n READ [LOCAL]\n | [LOW_PRIORITY] WRITE\n\nUNLOCK TABLES\n\nMySQL enables client sessions to acquire table locks explicitly for the\npurpose of cooperating with other sessions for access to tables, or to\nprevent other sessions from modifying tables during periods when a\nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itself. One session cannot acquire locks for\nanother session or release locks held by another session.\n\nLocks may be used to emulate transactions or to get more speed when\nupdating tables. This is explained in more detail later in this\nsection.\n\nLOCK TABLES explicitly acquires table locks for the current client\nsession. Table locks can be acquired for base tables or views. You must\nhave the LOCK TABLES privilege, and the SELECT privilege for each\nobject to be locked.\n\nFor view locking, LOCK TABLES adds all base tables used in the view to\nthe set of tables to be locked and locks them automatically. If you\nlock a table explicitly with LOCK TABLES, any tables used in triggers\nare also locked implicitly, as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/lock-tables-and-triggers.html.\n\nUNLOCK TABLES explicitly releases any table locks held by the current\nsession. LOCK TABLES implicitly releases any table locks held by the\ncurrent session before acquiring new locks.\n\nAnother use for UNLOCK TABLES is to release the global read lock\nacquired with the FLUSH TABLES WITH READ LOCK statement, which enables\nyou to lock all tables in all databases. See [HELP FLUSH]. (This is a\nvery convenient way to get backups if you have a file system such as\nVeritas that can take snapshots in time.)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/lock-tables.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/lock-tables.html'),(38,'UPDATEXML',38,'Syntax:\nUpdateXML(xml_target, xpath_expr, new_xml)\n\nThis function replaces a single portion of a given fragment of XML\nmarkup xml_target with a new XML fragment new_xml, and then returns the\nchanged XML. The portion of xml_target that is replaced matches an\nXPath expression xpath_expr supplied by the user. In MySQL 5.1, the\nXPath expression can contain at most 127 characters. (This limitation\nis lifted in MySQL 5.6.)\n\nIf no expression matching xpath_expr is found, or if multiple matches\nare found, the function returns the original xml_target XML fragment.\nAll three arguments should be strings.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/xml-functions.html\n\n','mysql> SELECT\n -> UpdateXML(\'<a><b>ccc</b><d></d></a>\', \'/a\', \'<e>fff</e>\') AS val1,\n -> UpdateXML(\'<a><b>ccc</b><d></d></a>\', \'/b\', \'<e>fff</e>\') AS val2,\n -> UpdateXML(\'<a><b>ccc</b><d></d></a>\', \'//b\', \'<e>fff</e>\') AS val3,\n -> UpdateXML(\'<a><b>ccc</b><d></d></a>\', \'/a/d\', \'<e>fff</e>\') AS val4,\n -> UpdateXML(\'<a><d></d><b>ccc</b><d></d></a>\', \'/a/d\', \'<e>fff</e>\') AS val5\n -> \\G\n\n*************************** 1. row ***************************\nval1: <e>fff</e>\nval2: <a><b>ccc</b><d></d></a>\nval3: <a><e>fff</e><d></d></a>\nval4: <a><b>ccc</b><e>fff</e></a>\nval5: <a><d></d><b>ccc</b><d></d></a>\n','http://dev.mysql.com/doc/refman/5.1/en/xml-functions.html'),(39,'RESET SLAVE',8,'Syntax:\nRESET SLAVE\n\nRESET SLAVE makes the slave forget its replication position in the\nmaster\'s binary log. This statement is meant to be used for a clean\nstart: It deletes the master.info and relay-log.info files, all the\nrelay log files, and starts a new relay log file. To use RESET SLAVE,\nthe slave replication threads must be stopped (use STOP SLAVE if\nnecessary).\n\n*Note*: All relay log files are deleted, even if they have not been\ncompletely executed by the slave SQL thread. (This is a condition\nlikely to exist on a replication slave if you have issued a STOP SLAVE\nstatement or if the slave is highly loaded.)\n\nIf any startup options for setting connection parameters (such as\nmaster host, master port, master user, and master password) are in use,\nthen any corresponding connection information stored in the master.info\nfile is immediately reset using the values specified for these options.\nOptions for which values are not specified are cleared. However, since\nthese options are deprecated in MySQL 5.1 and removed altogether from\nMySQL 5.5, you are encouraged to use a CHANGE MASTER TO statement\ninstead to reset the connection parameters. (If you do not use the\nstartup options, you must issue CHANGE MASTER TO in such cases if you\ndo not want the connection settings to be cleared.)\n\nIf the slave SQL thread was in the middle of replicating temporary\ntables when it was stopped, and RESET SLAVE is issued, these replicated\ntemporary tables are deleted on the slave.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/reset-slave.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/reset-slave.html'),(40,'SHOW BINARY LOGS',27,'Syntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [HELP PURGE BINARY LOGS], that shows\nhow to determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name | File_size |\n+---------------+-----------+\n| binlog.000015 | 724935 |\n| binlog.000016 | 733481 |\n+---------------+-----------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-binary-logs.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-binary-logs.html'),(41,'POLYGON',25,'Polygon(ls1,ls2,...)\n\nConstructs a Polygon value from a number of LineString or WKB\nLineString arguments. If any argument does not represent a LinearRing\n(that is, not a closed and simple LineString), the return value is\nNULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(42,'MINUTE',32,'Syntax:\nMINUTE(time)\n\nReturns the minute for time, in the range 0 to 59.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT MINUTE(\'2008-02-03 10:05:03\');\n -> 5\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(43,'DAY',32,'Syntax:\nDAY(date)\n\nDAY() is a synonym for DAYOFMONTH().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(44,'MID',38,'Syntax:\nMID(str,pos,len)\n\nMID(str,pos,len) is a synonym for SUBSTRING(str,pos,len).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(45,'UUID',14,'Syntax:\nUUID()\n\nReturns a Universal Unique Identifier (UUID) generated according to\n\"DCE 1.1: Remote Procedure Call\" (Appendix A) CAE (Common Applications\nEnvironment) Specifications published by The Open Group in October 1997\n(Document Number C706,\nhttp://www.opengroup.org/public/pubs/catalog/c706.htm).\n\nA UUID is designed as a number that is globally unique in space and\ntime. Two calls to UUID() are expected to generate two different\nvalues, even if these calls are performed on two separate computers\nthat are not connected to each other.\n\nA UUID is a 128-bit number represented by a utf8 string of five\nhexadecimal numbers in aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee format:\n\no The first three numbers are generated from a timestamp.\n\no The fourth number preserves temporal uniqueness in case the timestamp\n value loses monotonicity (for example, due to daylight saving time).\n\no The fifth number is an IEEE 802 node number that provides spatial\n uniqueness. A random number is substituted if the latter is not\n available (for example, because the host computer has no Ethernet\n card, or we do not know how to find the hardware address of an\n interface on your operating system). In this case, spatial uniqueness\n cannot be guaranteed. Nevertheless, a collision should have very low\n probability.\n\n Currently, the MAC address of an interface is taken into account only\n on FreeBSD and Linux. On other operating systems, MySQL uses a\n randomly generated 48-bit number.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','mysql> SELECT UUID();\n -> \'6ccd780c-baba-1026-9564-0040f4311e29\'\n','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(46,'LINESTRING',25,'LineString(pt1,pt2,...)\n\nConstructs a LineString value from a number of Point or WKB Point\narguments. If the number of arguments is less than two, the return\nvalue is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(47,'SLEEP',14,'Syntax:\nSLEEP(duration)\n\nSleeps (pauses) for the number of seconds given by the duration\nargument, then returns 0. If SLEEP() is interrupted, it returns 1. The\nduration may have a fractional part.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(48,'CONNECTION_ID',17,'Syntax:\nCONNECTION_ID()\n\nReturns the connection ID (thread ID) for the connection. Every\nconnection has an ID that is unique among the set of currently\nconnected clients.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT CONNECTION_ID();\n -> 23786\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(49,'CREATE LOGFILE GROUP',40,'Syntax:\nCREATE LOGFILE GROUP logfile_group\n ADD UNDOFILE \'undo_file\'\n [INITIAL_SIZE [=] initial_size]\n [UNDO_BUFFER_SIZE [=] undo_buffer_size]\n [REDO_BUFFER_SIZE [=] redo_buffer_size]\n [NODEGROUP [=] nodegroup_id]\n [WAIT]\n [COMMENT [=] comment_text]\n ENGINE [=] engine_name\n\nThis statement creates a new log file group named logfile_group having\na single UNDO file named \'undo_file\'. A CREATE LOGFILE GROUP statement\nhas one and only one ADD UNDOFILE clause. For rules covering the naming\nof log file groups, see\nhttp://dev.mysql.com/doc/refman/5.1/en/identifiers.html.\n\n*Note*: All MySQL Cluster Disk Data objects share the same namespace.\nThis means that each Disk Data object must be uniquely named (and not\nmerely each Disk Data object of a given type). For example, you cannot\nhave a tablespace and a log file group with the same name, or a\ntablespace and a data file with the same name.\n\nBeginning with MySQL 5.1.8, you can have only one log file group per\nCluster at any given time. (See Bug #16386)\n\nPrior to MySQL Cluster NDB 6.2.17, 6.3.23, and 6.4.3, path and file\nnames for undo log files could not be longer than 128 characters. (Bug\n#31769)\n\nThe optional INITIAL_SIZE parameter sets the UNDO file\'s initial size;\nif not specified, it defaults to 128M (128 megabytes). The optional\nUNDO_BUFFER_SIZE parameter sets the size used by the UNDO buffer for\nthe log file group; The default value for UNDO_BUFFER_SIZE is 8M (eight\nmegabytes); this value cannot exceed the amount of system memory\navailable. Both of these parameters are specified in bytes. You may\noptionally follow either or both of these with a one-letter\nabbreviation for an order of magnitude, similar to those used in\nmy.cnf. Generally, this is one of the letters M (for megabytes) or G\n(for gigabytes).\n\nThe memory used for both INITIAL_SIZE and UNDO_BUFFER_SIZE comes from\nthe global pool whose size is determined by the value of the\nSharedGlobalMemory data node configuration parameter. This includes any\ndefault value implied for these options by the setting of the\nInitialLogFileGroup data node configuration parameter.\n\nBeginning with MySQL Cluster NDB 6.2.17, 6.3.23, and 6.4.3, the maximum\npermitted for UNDO_BUFFER_SIZE is 600M; previously, it was 150M. (Bug\n#34102)\n\nOn 32-bit systems, the maximum supported value for INITIAL_SIZE is 4G.\n(Bug #29186)\n\nBeginning with MySQL Cluster NDB 2.1.18, 6.3.24, and 7.0.4, the minimum\npermitted value for INITIAL_SIZE is 1M. (Bug #29574)\n\nThe ENGINE option determines the storage engine to be used by this log\nfile group, with engine_name being the name of the storage engine. In\nMySQL 5.1, this must be NDB (or NDBCLUSTER). If ENGINE is not set,\nMySQL tries to use the engine specified by the storage_engine server\nsystem variable. In any case, if the engine is not specified as NDB or\nNDBCLUSTER, the CREATE LOGFILE GROUP statement appears to succeed but\nactually fails to create the log file group, as shown here:\n\nmysql> CREATE LOGFILE GROUP lg1 \n -> ADD UNDOFILE \'undo.dat\' INITIAL_SIZE = 10M;\nQuery OK, 0 rows affected, 1 warning (0.00 sec)\n\nmysql> SHOW WARNINGS;\n+-------+------+------------------------------------------------------------------------------------------------+\n| Level | Code | Message |\n+-------+------+------------------------------------------------------------------------------------------------+\n| Error | 1478 | Table storage engine \'MyISAM\' does not support the create option \'TABLESPACE or LOGFILE GROUP\' |\n+-------+------+------------------------------------------------------------------------------------------------+\n1 row in set (0.00 sec)\n\nmysql> DROP LOGFILE GROUP lg1 ENGINE = NDB; \nERROR 1529 (HY000): Failed to drop LOGFILE GROUP\n\nmysql> CREATE LOGFILE GROUP lg1 \n -> ADD UNDOFILE \'undo.dat\' INITIAL_SIZE = 10M\n -> ENGINE = NDB;\nQuery OK, 0 rows affected (2.97 sec)\n\nThe fact that the CREATE LOGFILE GROUP statement does not actually\nreturn an error when a non-NDB storage engine is named, but rather\nappears to succeed, is a known issue which we hope to address in a\nfuture release of MySQL Cluster.\n\nREDO_BUFFER_SIZE, NODEGROUP, WAIT, and COMMENT are parsed but ignored,\nand so have no effect in MySQL 5.1. These options are intended for\nfuture expansion.\n\nWhen used with ENGINE [=] NDB, a log file group and associated UNDO log\nfile are created on each Cluster data node. You can verify that the\nUNDO files were created and obtain information about them by querying\nthe INFORMATION_SCHEMA.FILES table. For example:\n\nmysql> SELECT LOGFILE_GROUP_NAME, LOGFILE_GROUP_NUMBER, EXTRA\n -> FROM INFORMATION_SCHEMA.FILES\n -> WHERE FILE_NAME = \'undo_10.dat\';\n+--------------------+----------------------+----------------+\n| LOGFILE_GROUP_NAME | LOGFILE_GROUP_NUMBER | EXTRA |\n+--------------------+----------------------+----------------+\n| lg_3 | 11 | CLUSTER_NODE=3 |\n| lg_3 | 11 | CLUSTER_NODE=4 |\n+--------------------+----------------------+----------------+\n2 rows in set (0.06 sec)\n\nCREATE LOGFILE GROUP was added in MySQL 5.1.6. In MySQL 5.1, it is\nuseful only with Disk Data storage for MySQL Cluster. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-logfile-group.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-logfile-group.html'),(50,'DELETE',28,'Syntax:\nSingle-table syntax:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM tbl_name\n [WHERE where_condition]\n [ORDER BY ...]\n [LIMIT row_count]\n\nMultiple-table syntax:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n tbl_name[.*] [, tbl_name[.*]] ...\n FROM table_references\n [WHERE where_condition]\n\nOr:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n FROM tbl_name[.*] [, tbl_name[.*]] ...\n USING table_references\n [WHERE where_condition]\n\nFor the single-table syntax, the DELETE statement deletes rows from\ntbl_name and returns a count of the number of deleted rows. This count\ncan be obtained by calling the ROW_COUNT() function (see\nhttp://dev.mysql.com/doc/refman/5.1/en/information-functions.html). The\nWHERE clause, if given, specifies the conditions that identify which\nrows to delete. With no WHERE clause, all rows are deleted. If the\nORDER BY clause is specified, the rows are deleted in the order that is\nspecified. The LIMIT clause places a limit on the number of rows that\ncan be deleted.\n\nFor the multiple-table syntax, DELETE deletes from each tbl_name the\nrows that satisfy the conditions. In this case, ORDER BY and LIMIT\ncannot be used.\n\nwhere_condition is an expression that evaluates to true for each row to\nbe deleted. It is specified as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/select.html.\n\nCurrently, you cannot delete from a table and select from the same\ntable in a subquery.\n\nYou need the DELETE privilege on a table to delete rows from it. You\nneed only the SELECT privilege for any columns that are only read, such\nas those named in the WHERE clause.\n\nAs stated, a DELETE statement with no WHERE clause deletes all rows. A\nfaster way to do this, when you do not need to know the number of\ndeleted rows, is to use TRUNCATE TABLE. However, within a transaction\nor if you have a lock on the table, TRUNCATE TABLE cannot be used\nwhereas DELETE can. See [HELP TRUNCATE TABLE], and [HELP LOCK].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/delete.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/delete.html'),(51,'ROUND',4,'Syntax:\nROUND(X), ROUND(X,D)\n\nRounds the argument X to D decimal places. The rounding algorithm\ndepends on the data type of X. D defaults to 0 if not specified. D can\nbe negative to cause D digits left of the decimal point of the value X\nto become zero.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT ROUND(-1.23);\n -> -1\nmysql> SELECT ROUND(-1.58);\n -> -2\nmysql> SELECT ROUND(1.58);\n -> 2\nmysql> SELECT ROUND(1.298, 1);\n -> 1.3\nmysql> SELECT ROUND(1.298, 0);\n -> 1\nmysql> SELECT ROUND(23.298, -1);\n -> 20\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(52,'NULLIF',7,'Syntax:\nNULLIF(expr1,expr2)\n\nReturns NULL if expr1 = expr2 is true, otherwise returns expr1. This is\nthe same as CASE WHEN expr1 = expr2 THEN NULL ELSE expr1 END.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html\n\n','mysql> SELECT NULLIF(1,1);\n -> NULL\nmysql> SELECT NULLIF(1,2);\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html'),(53,'CLOSE',24,'Syntax:\nCLOSE cursor_name\n\nThis statement closes a previously opened cursor. For an example, see\nhttp://dev.mysql.com/doc/refman/5.1/en/cursors.html.\n\nAn error occurs if the cursor is not open.\n\nIf not closed explicitly, a cursor is closed at the end of the BEGIN\n... END block in which it was declared.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/close.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/close.html'),(54,'STOP SLAVE',8,'Syntax:\nSTOP SLAVE [thread_types]\n\nthread_types:\n [thread_type [, thread_type] ... ]\n\nthread_type: IO_THREAD | SQL_THREAD\n\nStops the slave threads. STOP SLAVE requires the SUPER privilege.\nRecommended best practice is to execute STOP SLAVE on the slave before\nstopping the slave server (see\nhttp://dev.mysql.com/doc/refman/5.1/en/server-shutdown.html, for more\ninformation).\n\nWhen using the row-based logging format: Prior to MySQL 5.1.35, you\nshould always execute STOP SLAVE on the slave before stopping the slave\nserver to help avoid the possibility of an inconsistent slave; in MySQL\n5.1.35 and later, you should execute this statement on the slave prior\nto shutting down the slave server if you are replicating any tables\nthat use a nontransactional storage engine (see the Note later in this\nsection). In MySQL 5.1.55 and later, you can also use STOP SLAVE\nSQL_THREAD for this purpose.\n\nLike START SLAVE, this statement may be used with the IO_THREAD and\nSQL_THREAD options to name the thread or threads to be stopped.\n\n*Note*: The transactional behavior of STOP SLAVE changed in MySQL\n5.1.35. Previously, it took effect immediately. Beginning with MySQL\n5.1.35, it waits until any current replication event group affecting\none or more nontransactional tables has finished executing (if there is\nany such replication group), or until the user issues a KILL QUERY or\nKILL CONNECTION statement. (Bug #319, Bug #38205)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/stop-slave.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/stop-slave.html'),(55,'TIMEDIFF',32,'Syntax:\nTIMEDIFF(expr1,expr2)\n\nTIMEDIFF() returns expr1 - expr2 expressed as a time value. expr1 and\nexpr2 are time or date-and-time expressions, but both must be of the\nsame type.\n\nThe result returned by TIMEDIFF() is limited to the range allowed for\nTIME values. Alternatively, you can use either of the functions\nTIMESTAMPDIFF() and UNIX_TIMESTAMP(), both of which return integers.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT TIMEDIFF(\'2000:01:01 00:00:00\',\n -> \'2000:01:01 00:00:00.000001\');\n -> \'-00:00:00.000001\'\nmysql> SELECT TIMEDIFF(\'2008-12-31 23:59:59.000001\',\n -> \'2008-12-30 01:01:01.000002\');\n -> \'46:58:57.999999\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(56,'REPLACE FUNCTION',38,'Syntax:\nREPLACE(str,from_str,to_str)\n\nReturns the string str with all occurrences of the string from_str\nreplaced by the string to_str. REPLACE() performs a case-sensitive\nmatch when searching for from_str.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT REPLACE(\'www.mysql.com\', \'w\', \'Ww\');\n -> \'WwWwWw.mysql.com\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(57,'USE',29,'Syntax:\nUSE db_name\n\nThe USE db_name statement tells MySQL to use the db_name database as\nthe default (current) database for subsequent statements. The database\nremains the default until the end of the session or another USE\nstatement is issued:\n\nUSE db1;\nSELECT COUNT(*) FROM mytable; # selects from db1.mytable\nUSE db2;\nSELECT COUNT(*) FROM mytable; # selects from db2.mytable\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/use.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/use.html'),(58,'LINEFROMTEXT',3,'LineFromText(wkt[,srid]), LineStringFromText(wkt[,srid])\n\nConstructs a LINESTRING value using its WKT representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(59,'CASE OPERATOR',7,'Syntax:\nCASE value WHEN [compare_value] THEN result [WHEN [compare_value] THEN\nresult ...] [ELSE result] END\n\nCASE WHEN [condition] THEN result [WHEN [condition] THEN result ...]\n[ELSE result] END\n\nThe first version returns the result where value=compare_value. The\nsecond version returns the result for the first condition that is true.\nIf there was no matching result value, the result after ELSE is\nreturned, or NULL if there is no ELSE part.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html\n\n','mysql> SELECT CASE 1 WHEN 1 THEN \'one\'\n -> WHEN 2 THEN \'two\' ELSE \'more\' END;\n -> \'one\'\nmysql> SELECT CASE WHEN 1>0 THEN \'true\' ELSE \'false\' END;\n -> \'true\'\nmysql> SELECT CASE BINARY \'B\'\n -> WHEN \'a\' THEN 1 WHEN \'b\' THEN 2 END;\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html'),(60,'SHOW MASTER STATUS',27,'Syntax:\nSHOW MASTER STATUS\n\nThis statement provides status information about the binary log files\nof the master. It requires either the SUPER or REPLICATION CLIENT\nprivilege.\n\nExample:\n\nmysql> SHOW MASTER STATUS;\n+---------------+----------+--------------+------------------+\n| File | Position | Binlog_Do_DB | Binlog_Ignore_DB |\n+---------------+----------+--------------+------------------+\n| mysql-bin.003 | 73 | test | manual,mysql |\n+---------------+----------+--------------+------------------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-master-status.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-master-status.html'),(61,'ADDTIME',32,'Syntax:\nADDTIME(expr1,expr2)\n\nADDTIME() adds expr2 to expr1 and returns the result. expr1 is a time\nor datetime expression, and expr2 is a time expression.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT ADDTIME(\'2007-12-31 23:59:59.999999\', \'1 1:1:1.000002\');\n -> \'2008-01-02 01:01:01.000001\'\nmysql> SELECT ADDTIME(\'01:00:00.999999\', \'02:00:00.999998\');\n -> \'03:00:01.999997\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(62,'SPATIAL',35,'For MyISAM tables, MySQL can create spatial indexes using syntax\nsimilar to that for creating regular indexes, but extended with the\nSPATIAL keyword. Currently, columns in spatial indexes must be declared\nNOT NULL. The following examples demonstrate how to create spatial\nindexes:\n\no With CREATE TABLE:\n\nCREATE TABLE geom (g GEOMETRY NOT NULL, SPATIAL INDEX(g)) ENGINE=MyISAM;\n\no With ALTER TABLE:\n\nALTER TABLE geom ADD SPATIAL INDEX(g);\n\no With CREATE INDEX:\n\nCREATE SPATIAL INDEX sp_index ON geom (g);\n\nFor MyISAM tables, SPATIAL INDEX creates an R-tree index. For storage\nengines that support nonspatial indexing of spatial columns, the engine\ncreates a B-tree index. A B-tree index on spatial values will be useful\nfor exact-value lookups, but not for range scans.\n\nFor more information on indexing spatial columns, see [HELP CREATE\nINDEX].\n\nTo drop spatial indexes, use ALTER TABLE or DROP INDEX:\n\no With ALTER TABLE:\n\nALTER TABLE geom DROP INDEX g;\n\no With DROP INDEX:\n\nDROP INDEX sp_index ON geom;\n\nExample: Suppose that a table geom contains more than 32,000\ngeometries, which are stored in the column g of type GEOMETRY. The\ntable also has an AUTO_INCREMENT column fid for storing object ID\nvalues.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-indexes.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-indexes.html'),(63,'TIMESTAMPDIFF',32,'Syntax:\nTIMESTAMPDIFF(unit,datetime_expr1,datetime_expr2)\n\nReturns datetime_expr2 - datetime_expr1, where datetime_expr1 and\ndatetime_expr2 are date or datetime expressions. One expression may be\na date and the other a datetime; a date value is treated as a datetime\nhaving the time part \'00:00:00\' where necessary. The unit for the\nresult (an integer) is given by the unit argument. The legal values for\nunit are the same as those listed in the description of the\nTIMESTAMPADD() function.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT TIMESTAMPDIFF(MONTH,\'2003-02-01\',\'2003-05-01\');\n -> 3\nmysql> SELECT TIMESTAMPDIFF(YEAR,\'2002-05-01\',\'2001-01-01\');\n -> -1\nmysql> SELECT TIMESTAMPDIFF(MINUTE,\'2003-02-01\',\'2003-05-01 12:05:55\');\n -> 128885\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(64,'UPPER',38,'Syntax:\nUPPER(str)\n\nReturns the string str with all characters changed to uppercase\naccording to the current character set mapping. The default is latin1\n(cp1252 West European).\n\nmysql> SELECT UPPER(\'Hej\');\n -> \'HEJ\'\n\nSee the description of LOWER() for information that also applies to\nUPPER(), such as information about how to perform lettercase conversion\nof binary strings (BINARY, VARBINARY, BLOB) for which these functions\nare ineffective.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(65,'FROM_UNIXTIME',32,'Syntax:\nFROM_UNIXTIME(unix_timestamp), FROM_UNIXTIME(unix_timestamp,format)\n\nReturns a representation of the unix_timestamp argument as a value in\n\'YYYY-MM-DD HH:MM:SS\' or YYYYMMDDHHMMSS.uuuuuu format, depending on\nwhether the function is used in a string or numeric context. The value\nis expressed in the current time zone. unix_timestamp is an internal\ntimestamp value such as is produced by the UNIX_TIMESTAMP() function.\n\nIf format is given, the result is formatted according to the format\nstring, which is used the same way as listed in the entry for the\nDATE_FORMAT() function.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT FROM_UNIXTIME(1196440219);\n -> \'2007-11-30 10:30:19\'\nmysql> SELECT FROM_UNIXTIME(1196440219) + 0;\n -> 20071130103019.000000\nmysql> SELECT FROM_UNIXTIME(UNIX_TIMESTAMP(),\n -> \'%Y %D %M %h:%i:%s %x\');\n -> \'2007 30th November 10:30:59 2007\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(66,'MEDIUMBLOB',23,'MEDIUMBLOB\n\nA BLOB column with a maximum length of 16,777,215 (224 - 1) bytes. Each\nMEDIUMBLOB value is stored using a 3-byte length prefix that indicates\nthe number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(67,'IFNULL',7,'Syntax:\nIFNULL(expr1,expr2)\n\nIf expr1 is not NULL, IFNULL() returns expr1; otherwise it returns\nexpr2. IFNULL() returns a numeric or string value, depending on the\ncontext in which it is used.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html\n\n','mysql> SELECT IFNULL(1,0);\n -> 1\nmysql> SELECT IFNULL(NULL,10);\n -> 10\nmysql> SELECT IFNULL(1/0,10);\n -> 10\nmysql> SELECT IFNULL(1/0,\'yes\');\n -> \'yes\'\n','http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html'),(68,'SHOW FUNCTION CODE',27,'Syntax:\nSHOW FUNCTION CODE func_name\n\nThis statement is similar to SHOW PROCEDURE CODE but for stored\nfunctions. See [HELP SHOW PROCEDURE CODE].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-function-code.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-function-code.html'),(69,'SHOW ERRORS',27,'Syntax:\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW COUNT(*) ERRORS\n\nSHOW ERRORS is a diagnostic statement that is similar to SHOW WARNINGS,\nexcept that it displays information only for errors, rather than for\nerrors, warnings, and notes.\n\nThe LIMIT clause has the same syntax as for the SELECT statement. See\nhttp://dev.mysql.com/doc/refman/5.1/en/select.html.\n\nThe SHOW COUNT(*) ERRORS statement displays the number of errors. You\ncan also retrieve this number from the error_count variable:\n\nSHOW COUNT(*) ERRORS;\nSELECT @@error_count;\n\nSHOW ERRORS and error_count apply only to errors, not warnings or\nnotes. In other respects, they are similar to SHOW WARNINGS and\nwarning_count. In particular, SHOW ERRORS cannot display information\nfor more than max_error_count messages, and error_count can exceed the\nvalue of max_error_count if the number of errors exceeds\nmax_error_count.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-errors.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-errors.html'),(70,'LEAST',19,'Syntax:\nLEAST(value1,value2,...)\n\nWith two or more arguments, returns the smallest (minimum-valued)\nargument. The arguments are compared using the following rules:\n\no If any argument is NULL, the result is NULL. No comparison is needed.\n\no If the return value is used in an INTEGER context or all arguments\n are integer-valued, they are compared as integers.\n\no If the return value is used in a REAL context or all arguments are\n real-valued, they are compared as reals.\n\no If the arguments comprise a mix of numbers and strings, they are\n compared as numbers.\n\no If any argument is a nonbinary (character) string, the arguments are\n compared as nonbinary strings.\n\no In all other cases, the arguments are compared as binary strings.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT LEAST(2,0);\n -> 0\nmysql> SELECT LEAST(34.0,3.0,5.0,767.0);\n -> 3.0\nmysql> SELECT LEAST(\'B\',\'A\',\'C\');\n -> \'A\'\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(71,'=',19,'=\n\nEqual:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 1 = 0;\n -> 0\nmysql> SELECT \'0\' = 0;\n -> 1\nmysql> SELECT \'0.0\' = 0;\n -> 1\nmysql> SELECT \'0.01\' = 0;\n -> 0\nmysql> SELECT \'.01\' = 0.01;\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(72,'REVERSE',38,'Syntax:\nREVERSE(str)\n\nReturns the string str with the order of the characters reversed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT REVERSE(\'abc\');\n -> \'cba\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(73,'ISNULL',19,'Syntax:\nISNULL(expr)\n\nIf expr is NULL, ISNULL() returns 1, otherwise it returns 0.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT ISNULL(1+1);\n -> 0\nmysql> SELECT ISNULL(1/0);\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(74,'BINARY',23,'BINARY(M)\n\nThe BINARY type is similar to the CHAR type, but stores binary byte\nstrings rather than nonbinary character strings. M represents the\ncolumn length in bytes.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(75,'BLOB DATA TYPE',23,'A BLOB is a binary large object that can hold a variable amount of\ndata. The four BLOB types are TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB.\nThese differ only in the maximum length of the values they can hold.\nThe four TEXT types are TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. These\ncorrespond to the four BLOB types and have the same maximum lengths and\nstorage requirements. See\nhttp://dev.mysql.com/doc/refman/5.1/en/storage-requirements.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/blob.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/blob.html'),(76,'BOUNDARY',37,'Boundary(g)\n\nReturns a geometry that is the closure of the combinatorial boundary of\nthe geometry value g.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(77,'CREATE USER',10,'Syntax:\nCREATE USER user_specification\n [, user_specification] ...\n\nuser_specification:\n user [IDENTIFIED BY [PASSWORD] \'password\']\n\nThe CREATE USER statement creates new MySQL accounts. To use it, you\nmust have the global CREATE USER privilege or the INSERT privilege for\nthe mysql database. For each account, CREATE USER creates a new row in\nthe mysql.user table and assigns the account no privileges. An error\noccurs if the account already exists.\n\nEach account name uses the format described in\nhttp://dev.mysql.com/doc/refman/5.1/en/account-names.html. For example:\n\nCREATE USER \'jeffrey\'@\'localhost\' IDENTIFIED BY \'mypass\';\n\nIf you specify only the user name part of the account name, a host name\npart of \'%\' is used.\n\nThe user specification may indicate how the user should authenticate\nwhen connecting to the server:\n\no To enable the user to connect with no password (which is insecure),\n include no IDENTIFIED BY clause:\n\nCREATE USER \'jeffrey\'@\'localhost\';\n\no To assign a password, use IDENTIFIED BY with the literal plaintext\n password value:\n\nCREATE USER \'jeffrey\'@\'localhost\' IDENTIFIED BY \'mypass\';\n\no To avoid specifying the plaintext password if you know its hash value\n (the value that PASSWORD() would return for the password), specify\n the hash value preceded by the keyword PASSWORD:\n\nCREATE USER \'jeffrey\'@\'localhost\'\nIDENTIFIED BY PASSWORD \'*90E462C37378CED12064BB3388827D2BA3A9B689\';\n\nFor additional information about setting passwords, see\nhttp://dev.mysql.com/doc/refman/5.1/en/assigning-passwords.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-user.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-user.html'),(78,'POINT',25,'Point(x,y)\n\nConstructs a Point using its coordinates.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(79,'CURRENT_USER',17,'Syntax:\nCURRENT_USER, CURRENT_USER()\n\nReturns the user name and host name combination for the MySQL account\nthat the server used to authenticate the current client. This account\ndetermines your access privileges. The return value is a string in the\nutf8 character set.\n\nThe value of CURRENT_USER() can differ from the value of USER().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT USER();\n -> \'davida@localhost\'\nmysql> SELECT * FROM mysql.user;\nERROR 1044: Access denied for user \'\'@\'localhost\' to\ndatabase \'mysql\'\nmysql> SELECT CURRENT_USER();\n -> \'@localhost\'\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(80,'LCASE',38,'Syntax:\nLCASE(str)\n\nLCASE() is a synonym for LOWER().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(81,'<=',19,'Syntax:\n<=\n\nLess than or equal:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 0.1 <= 2;\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(82,'SHOW PROFILES',27,'Syntax:\nSHOW PROFILES\n\nThe SHOW PROFILES statement, together with SHOW PROFILE, displays\nprofiling information that indicates resource usage for statements\nexecuted during the course of the current session. For more\ninformation, see [HELP SHOW PROFILE].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-profiles.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-profiles.html'),(83,'UPDATE',28,'Syntax:\nSingle-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] table_reference\n SET col_name1={expr1|DEFAULT} [, col_name2={expr2|DEFAULT}] ...\n [WHERE where_condition]\n [ORDER BY ...]\n [LIMIT row_count]\n\nMultiple-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] table_references\n SET col_name1={expr1|DEFAULT} [, col_name2={expr2|DEFAULT}] ...\n [WHERE where_condition]\n\nFor the single-table syntax, the UPDATE statement updates columns of\nexisting rows in the named table with new values. The SET clause\nindicates which columns to modify and the values they should be given.\nEach value can be given as an expression, or the keyword DEFAULT to set\na column explicitly to its default value. The WHERE clause, if given,\nspecifies the conditions that identify which rows to update. With no\nWHERE clause, all rows are updated. If the ORDER BY clause is\nspecified, the rows are updated in the order that is specified. The\nLIMIT clause places a limit on the number of rows that can be updated.\n\nFor the multiple-table syntax, UPDATE updates rows in each table named\nin table_references that satisfy the conditions. In this case, ORDER BY\nand LIMIT cannot be used.\n\nwhere_condition is an expression that evaluates to true for each row to\nbe updated. For expression syntax, see\nhttp://dev.mysql.com/doc/refman/5.1/en/expressions.html.\n\ntable_references and where_condition are specified as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/select.html.\n\nYou need the UPDATE privilege only for columns referenced in an UPDATE\nthat are actually updated. You need only the SELECT privilege for any\ncolumns that are read but not modified.\n\nThe UPDATE statement supports the following modifiers:\n\no With the LOW_PRIORITY keyword, execution of the UPDATE is delayed\n until no other clients are reading from the table. This affects only\n storage engines that use only table-level locking (such as MyISAM,\n MEMORY, and MERGE).\n\no With the IGNORE keyword, the update statement does not abort even if\n errors occur during the update. Rows for which duplicate-key\n conflicts occur are not updated. Rows for which columns are updated\n to values that would cause data conversion errors are updated to the\n closest valid values instead.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/update.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/update.html'),(84,'IS NOT NULL',19,'Syntax:\nIS NOT NULL\n\nTests whether a value is not NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 1 IS NOT NULL, 0 IS NOT NULL, NULL IS NOT NULL;\n -> 1, 1, 0\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(85,'CASE STATEMENT',24,'Syntax:\nCASE case_value\n WHEN when_value THEN statement_list\n [WHEN when_value THEN statement_list] ...\n [ELSE statement_list]\nEND CASE\n\nOr:\n\nCASE\n WHEN search_condition THEN statement_list\n [WHEN search_condition THEN statement_list] ...\n [ELSE statement_list]\nEND CASE\n\nThe CASE statement for stored programs implements a complex conditional\nconstruct.\n\n*Note*: There is also a CASE expression, which differs from the CASE\nstatement described here. See\nhttp://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html. The\nCASE statement cannot have an ELSE NULL clause, and it is terminated\nwith END CASE instead of END.\n\nFor the first syntax, case_value is an expression. This value is\ncompared to the when_value expression in each WHEN clause until one of\nthem is equal. When an equal when_value is found, the corresponding\nTHEN clause statement_list executes. If no when_value is equal, the\nELSE clause statement_list executes, if there is one.\n\nThis syntax cannot be used to test for equality with NULL because NULL\n= NULL is false. See\nhttp://dev.mysql.com/doc/refman/5.1/en/working-with-null.html.\n\nFor the second syntax, each WHEN clause search_condition expression is\nevaluated until one is true, at which point its corresponding THEN\nclause statement_list executes. If no search_condition is equal, the\nELSE clause statement_list executes, if there is one.\n\nIf no when_value or search_condition matches the value tested and the\nCASE statement contains no ELSE clause, a Case not found for CASE\nstatement error results.\n\nEach statement_list consists of one or more SQL statements; an empty\nstatement_list is not permitted.\n\nTo handle situations where no value is matched by any WHEN clause, use\nan ELSE containing an empty BEGIN ... END block, as shown in this\nexample. (The indentation used here in the ELSE clause is for purposes\nof clarity only, and is not otherwise significant.)\n\nDELIMITER |\n\nCREATE PROCEDURE p()\n BEGIN\n DECLARE v INT DEFAULT 1;\n\n CASE v\n WHEN 2 THEN SELECT v;\n WHEN 3 THEN SELECT 0;\n ELSE\n BEGIN\n END;\n END CASE;\n END;\n |\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/case.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/case.html'),(86,'EXECUTE STATEMENT',8,'Syntax:\nEXECUTE stmt_name\n [USING @var_name [, @var_name] ...]\n\nAfter preparing a statement with PREPARE, you execute it with an\nEXECUTE statement that refers to the prepared statement name. If the\nprepared statement contains any parameter markers, you must supply a\nUSING clause that lists user variables containing the values to be\nbound to the parameters. Parameter values can be supplied only by user\nvariables, and the USING clause must name exactly as many variables as\nthe number of parameter markers in the statement.\n\nYou can execute a given prepared statement multiple times, passing\ndifferent variables to it or setting the variables to different values\nbefore each execution.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/execute.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/execute.html'),(87,'DROP INDEX',40,'Syntax:\nDROP [ONLINE|OFFLINE] INDEX index_name ON tbl_name\n\nDROP INDEX drops the index named index_name from the table tbl_name.\nThis statement is mapped to an ALTER TABLE statement to drop the index.\nSee [HELP ALTER TABLE].\n\nTo drop a primary key, the index name is always PRIMARY, which must be\nspecified as a quoted identifier because PRIMARY is a reserved word:\n\nDROP INDEX `PRIMARY` ON t;\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-index.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-index.html'),(88,'MATCH AGAINST',38,'Syntax:\nMATCH (col1,col2,...) AGAINST (expr [search_modifier])\n\nMySQL has support for full-text indexing and searching:\n\no A full-text index in MySQL is an index of type FULLTEXT.\n\no Full-text indexes can be used only with MyISAM tables. (In MySQL 5.6\n and up, they can also be used with InnoDB tables.) Full-text indexes\n can be created only for CHAR, VARCHAR, or TEXT columns.\n\no A FULLTEXT index definition can be given in the CREATE TABLE\n statement when a table is created, or added later using ALTER TABLE\n or CREATE INDEX.\n\no For large data sets, it is much faster to load your data into a table\n that has no FULLTEXT index and then create the index after that, than\n to load data into a table that has an existing FULLTEXT index.\n\nFull-text searching is performed using MATCH() ... AGAINST syntax.\nMATCH() takes a comma-separated list that names the columns to be\nsearched. AGAINST takes a string to search for, and an optional\nmodifier that indicates what type of search to perform. The search\nstring must be a string value that is constant during query evaluation.\nThis rules out, for example, a table column because that can differ for\neach row.\n\nThere are three types of full-text searches:\n\no A natural language search interprets the search string as a phrase in\n natural human language (a phrase in free text). There are no special\n operators. The stopword list applies. In addition, words that are\n present in 50% or more of the rows are considered common and do not\n match.\n\n Full-text searches are natural language searches if the IN NATURAL\n LANGUAGE MODE modifier is given or if no modifier is given. For more\n information, see\n http://dev.mysql.com/doc/refman/5.1/en/fulltext-natural-language.html\n .\n\no A boolean search interprets the search string using the rules of a\n special query language. The string contains the words to search for.\n It can also contain operators that specify requirements such that a\n word must be present or absent in matching rows, or that it should be\n weighted higher or lower than usual. Common words such as \"some\" or\n \"then\" are stopwords and do not match if present in the search\n string. The IN BOOLEAN MODE modifier specifies a boolean search. For\n more information, see\n http://dev.mysql.com/doc/refman/5.1/en/fulltext-boolean.html.\n\no A query expansion search is a modification of a natural language\n search. The search string is used to perform a natural language\n search. Then words from the most relevant rows returned by the search\n are added to the search string and the search is done again. The\n query returns the rows from the second search. The IN NATURAL\n LANGUAGE MODE WITH QUERY EXPANSION or WITH QUERY EXPANSION modifier\n specifies a query expansion search. For more information, see\n http://dev.mysql.com/doc/refman/5.1/en/fulltext-query-expansion.html.\n\nThe IN NATURAL LANGUAGE MODE and IN NATURAL LANGUAGE MODE WITH QUERY\nEXPANSION modifiers were added in MySQL 5.1.7.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/fulltext-search.html\n\n','mysql> SELECT id, body, MATCH (title,body) AGAINST\n -> (\'Security implications of running MySQL as root\'\n -> IN NATURAL LANGUAGE MODE) AS score\n -> FROM articles WHERE MATCH (title,body) AGAINST\n -> (\'Security implications of running MySQL as root\'\n -> IN NATURAL LANGUAGE MODE);\n+----+-------------------------------------+-----------------+\n| id | body | score |\n+----+-------------------------------------+-----------------+\n| 4 | 1. Never run mysqld as root. 2. ... | 1.5219271183014 |\n| 6 | When configured properly, MySQL ... | 1.3114095926285 |\n+----+-------------------------------------+-----------------+\n2 rows in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/fulltext-search.html'),(89,'CREATE EVENT',40,'Syntax:\nCREATE\n [DEFINER = { user | CURRENT_USER }]\n EVENT\n [IF NOT EXISTS]\n event_name\n ON SCHEDULE schedule\n [ON COMPLETION [NOT] PRESERVE]\n [ENABLE | DISABLE | DISABLE ON SLAVE]\n [COMMENT \'comment\']\n DO event_body;\n\nschedule:\n AT timestamp [+ INTERVAL interval] ...\n | EVERY interval\n [STARTS timestamp [+ INTERVAL interval] ...]\n [ENDS timestamp [+ INTERVAL interval] ...]\n\ninterval:\n quantity {YEAR | QUARTER | MONTH | DAY | HOUR | MINUTE |\n WEEK | SECOND | YEAR_MONTH | DAY_HOUR | DAY_MINUTE |\n DAY_SECOND | HOUR_MINUTE | HOUR_SECOND | MINUTE_SECOND}\n\nThis statement creates and schedules a new event. The event will not\nrun unless the Event Scheduler is enabled. For information about\nchecking Event Scheduler status and enabling it if necessary, see\nhttp://dev.mysql.com/doc/refman/5.1/en/events-configuration.html.\n\nCREATE EVENT requires the EVENT privilege for the schema in which the\nevent is to be created. It might also require the SUPER privilege,\ndepending on the DEFINER value, as described later in this section.\n\nThe minimum requirements for a valid CREATE EVENT statement are as\nfollows:\n\no The keywords CREATE EVENT plus an event name, which uniquely\n identifies the event within a database schema. (Prior to MySQL\n 5.1.12, the event name needed to be unique only among events created\n by the same user within a schema.)\n\no An ON SCHEDULE clause, which determines when and how often the event\n executes.\n\no A DO clause, which contains the SQL statement to be executed by an\n event.\n\nThis is an example of a minimal CREATE EVENT statement:\n\nCREATE EVENT myevent\n ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 HOUR\n DO\n UPDATE myschema.mytable SET mycol = mycol + 1;\n\nThe previous statement creates an event named myevent. This event\nexecutes once---one hour following its creation---by running an SQL\nstatement that increments the value of the myschema.mytable table\'s\nmycol column by 1.\n\nThe event_name must be a valid MySQL identifier with a maximum length\nof 64 characters. Event names are not case sensitive, so you cannot\nhave two events named myevent and MyEvent in the same schema. In\ngeneral, the rules governing event names are the same as those for\nnames of stored routines. See\nhttp://dev.mysql.com/doc/refman/5.1/en/identifiers.html.\n\nAn event is associated with a schema. If no schema is indicated as part\nof event_name, the default (current) schema is assumed. To create an\nevent in a specific schema, qualify the event name with a schema using\nschema_name.event_name syntax.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-event.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-event.html'),(90,'ABS',4,'Syntax:\nABS(X)\n\nReturns the absolute value of X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT ABS(2);\n -> 2\nmysql> SELECT ABS(-32);\n -> 32\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(91,'POLYFROMWKB',33,'PolyFromWKB(wkb[,srid]), PolygonFromWKB(wkb[,srid])\n\nConstructs a POLYGON value using its WKB representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(92,'NOT LIKE',38,'Syntax:\nexpr NOT LIKE pat [ESCAPE \'escape_char\']\n\nThis is the same as NOT (expr LIKE pat [ESCAPE \'escape_char\']).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html'),(93,'SPACE',38,'Syntax:\nSPACE(N)\n\nReturns a string consisting of N space characters.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT SPACE(6);\n -> \' \'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(94,'MBR DEFINITION',6,'Its MBR (Minimum Bounding Rectangle), or Envelope. This is the bounding\ngeometry, formed by the minimum and maximum (X,Y) coordinates:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/gis-class-geometry.html\n\n','((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n','http://dev.mysql.com/doc/refman/5.1/en/gis-class-geometry.html'),(95,'GEOMETRYCOLLECTION',25,'GeometryCollection(g1,g2,...)\n\nConstructs a GeometryCollection.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(96,'MAX',16,'Syntax:\nMAX([DISTINCT] expr)\n\nReturns the maximum value of expr. MAX() may take a string argument; in\nsuch cases, it returns the maximum string value. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html. The DISTINCT\nkeyword can be used to find the maximum of the distinct values of expr,\nhowever, this produces the same result as omitting DISTINCT.\n\nMAX() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','mysql> SELECT student_name, MIN(test_score), MAX(test_score)\n -> FROM student\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(97,'CREATE FUNCTION UDF',22,'Syntax:\nCREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|REAL|DECIMAL}\n SONAME shared_library_name\n\nA user-defined function (UDF) is a way to extend MySQL with a new\nfunction that works like a native (built-in) MySQL function such as\nABS() or CONCAT().\n\nfunction_name is the name that should be used in SQL statements to\ninvoke the function. The RETURNS clause indicates the type of the\nfunction\'s return value. DECIMAL is a legal value after RETURNS, but\ncurrently DECIMAL functions return string values and should be written\nlike STRING functions.\n\nshared_library_name is the basename of the shared object file that\ncontains the code that implements the function. The file must be\nlocated in the plugin directory. This directory is given by the value\nof the plugin_dir system variable.\n\n*Note*: This is a change in MySQL 5.1. For earlier versions of MySQL,\nthe shared object can be located in any directory that is searched by\nyour system\'s dynamic linker. For more information, see\nhttp://dev.mysql.com/doc/refman/5.1/en/udf-compiling.html.\n\nTo create a function, you must have the INSERT privilege for the mysql\ndatabase. This is necessary because CREATE FUNCTION adds a row to the\nmysql.func system table that records the function\'s name, type, and\nshared library name. If you do not have this table, you should run the\nmysql_upgrade command to create it. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-upgrade.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-function-udf.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-function-udf.html'),(98,'*',4,'Syntax:\n*\n\nMultiplication:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html\n\n','mysql> SELECT 3*5;\n -> 15\nmysql> SELECT 18014398509481984*18014398509481984.0;\n -> 324518553658426726783156020576256.0\n','http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),(99,'TIMESTAMP',23,'TIMESTAMP\n\nA timestamp. The range is \'1970-01-01 00:00:01\' UTC to \'2038-01-19\n03:14:07\' UTC. TIMESTAMP values are stored as the number of seconds\nsince the epoch (\'1970-01-01 00:00:00\' UTC). A TIMESTAMP cannot\nrepresent the value \'1970-01-01 00:00:00\' because that is equivalent to\n0 seconds from the epoch and the value 0 is reserved for representing\n\'0000-00-00 00:00:00\', the \"zero\" TIMESTAMP value.\n\nUnless specified otherwise, the first TIMESTAMP column in a table is\ndefined to be automatically set to the date and time of the most recent\nmodification if not explicitly assigned a value. This makes TIMESTAMP\nuseful for recording the timestamp of an INSERT or UPDATE operation.\nYou can also set any TIMESTAMP column to the current date and time by\nassigning it a NULL value, unless it has been defined with the NULL\nattribute to permit NULL values. The automatic initialization and\nupdating to the current date and time can be specified using DEFAULT\nCURRENT_TIMESTAMP and ON UPDATE CURRENT_TIMESTAMP clauses, as described\nin\nhttp://dev.mysql.com/doc/refman/5.1/en/timestamp-initialization.html.\n\n*Note*: The TIMESTAMP format that was used prior to MySQL 4.1 is not\nsupported in MySQL 5.1; see MySQL 3.23, 4.0, 4.1 Reference Manual for\ninformation regarding the old format.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html'),(100,'DES_DECRYPT',12,'Syntax:\nDES_DECRYPT(crypt_str[,key_str])\n\nDecrypts a string encrypted with DES_ENCRYPT(). If an error occurs,\nthis function returns NULL.\n\nThis function works only if MySQL has been configured with SSL support.\nSee http://dev.mysql.com/doc/refman/5.1/en/ssl-connections.html.\n\nIf no key_str argument is given, DES_DECRYPT() examines the first byte\nof the encrypted string to determine the DES key number that was used\nto encrypt the original string, and then reads the key from the DES key\nfile to decrypt the message. For this to work, the user must have the\nSUPER privilege. The key file can be specified with the --des-key-file\nserver option.\n\nIf you pass this function a key_str argument, that string is used as\nthe key for decrypting the message.\n\nIf the crypt_str argument does not appear to be an encrypted string,\nMySQL returns the given crypt_str.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(101,'CACHE INDEX',27,'Syntax:\nCACHE INDEX\n tbl_index_list [, tbl_index_list] ...\n IN key_cache_name\n\ntbl_index_list:\n tbl_name [[INDEX|KEY] (index_name[, index_name] ...)]\n\nThe CACHE INDEX statement assigns table indexes to a specific key\ncache. It is used only for MyISAM tables. After the indexes have been\nassigned, they can be preloaded into the cache if desired with LOAD\nINDEX INTO CACHE.\n\nThe following statement assigns indexes from the tables t1, t2, and t3\nto the key cache named hot_cache:\n\nmysql> CACHE INDEX t1, t2, t3 IN hot_cache;\n+---------+--------------------+----------+----------+\n| Table | Op | Msg_type | Msg_text |\n+---------+--------------------+----------+----------+\n| test.t1 | assign_to_keycache | status | OK |\n| test.t2 | assign_to_keycache | status | OK |\n| test.t3 | assign_to_keycache | status | OK |\n+---------+--------------------+----------+----------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/cache-index.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/cache-index.html'),(102,'ENDPOINT',13,'EndPoint(ls)\n\nReturns the Point that is the endpoint of the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(EndPoint(GeomFromText(@ls)));\n+-------------------------------------+\n| AsText(EndPoint(GeomFromText(@ls))) |\n+-------------------------------------+\n| POINT(3 3) |\n+-------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(103,'COMPRESS',12,'Syntax:\nCOMPRESS(string_to_compress)\n\nCompresses a string and returns the result as a binary string. This\nfunction requires MySQL to have been compiled with a compression\nlibrary such as zlib. Otherwise, the return value is always NULL. The\ncompressed string can be uncompressed with UNCOMPRESS().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','mysql> SELECT LENGTH(COMPRESS(REPEAT(\'a\',1000)));\n -> 21\nmysql> SELECT LENGTH(COMPRESS(\'\'));\n -> 0\nmysql> SELECT LENGTH(COMPRESS(\'a\'));\n -> 13\nmysql> SELECT LENGTH(COMPRESS(REPEAT(\'a\',16)));\n -> 15\n','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(104,'INSERT',28,'Syntax:\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name [(col_name,...)]\n {VALUES | VALUE} ({expr | DEFAULT},...),(...),...\n [ ON DUPLICATE KEY UPDATE\n col_name=expr\n [, col_name=expr] ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name\n SET col_name={expr | DEFAULT}, ...\n [ ON DUPLICATE KEY UPDATE\n col_name=expr\n [, col_name=expr] ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name [(col_name,...)]\n SELECT ...\n [ ON DUPLICATE KEY UPDATE\n col_name=expr\n [, col_name=expr] ... ]\n\nINSERT inserts new rows into an existing table. The INSERT ... VALUES\nand INSERT ... SET forms of the statement insert rows based on\nexplicitly specified values. The INSERT ... SELECT form inserts rows\nselected from another table or tables. INSERT ... SELECT is discussed\nfurther in [HELP INSERT SELECT].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/insert.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/insert.html'),(105,'COUNT',16,'Syntax:\nCOUNT(expr)\n\nReturns a count of the number of non-NULL values of expr in the rows\nretrieved by a SELECT statement. The result is a BIGINT value.\n\nCOUNT() returns 0 if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','mysql> SELECT student.student_name,COUNT(*)\n -> FROM student,course\n -> WHERE student.student_id=course.student_id\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(106,'HANDLER',28,'Syntax:\nHANDLER tbl_name OPEN [ [AS] alias]\n\nHANDLER tbl_name READ index_name { = | <= | >= | < | > } (value1,value2,...)\n [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ index_name { FIRST | NEXT | PREV | LAST }\n [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ { FIRST | NEXT }\n [ WHERE where_condition ] [LIMIT ... ]\n\nHANDLER tbl_name CLOSE\n\nThe HANDLER statement provides direct access to table storage engine\ninterfaces. It is available for InnoDB and MyISAM tables.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/handler.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/handler.html'),(107,'MLINEFROMTEXT',3,'MLineFromText(wkt[,srid]), MultiLineStringFromText(wkt[,srid])\n\nConstructs a MULTILINESTRING value using its WKT representation and\nSRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(108,'GEOMCOLLFROMWKB',33,'GeomCollFromWKB(wkb[,srid]), GeometryCollectionFromWKB(wkb[,srid])\n\nConstructs a GEOMETRYCOLLECTION value using its WKB representation and\nSRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(109,'HELP_DATE',9,'This help information was generated from the MySQL 5.1 Reference Manual\non: 2013-11-04\n','',''),(110,'RENAME TABLE',40,'Syntax:\nRENAME TABLE tbl_name TO new_tbl_name\n [, tbl_name2 TO new_tbl_name2] ...\n\nThis statement renames one or more tables.\n\nThe rename operation is done atomically, which means that no other\nsession can access any of the tables while the rename is running. For\nexample, if you have an existing table old_table, you can create\nanother table new_table that has the same structure but is empty, and\nthen replace the existing table with the empty one as follows (assuming\nthat backup_table does not already exist):\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/rename-table.html\n\n','CREATE TABLE new_table (...);\nRENAME TABLE old_table TO backup_table, new_table TO old_table;\n','http://dev.mysql.com/doc/refman/5.1/en/rename-table.html'),(111,'BOOLEAN',23,'BOOL, BOOLEAN\n\nThese types are synonyms for TINYINT(1). A value of zero is considered\nfalse. Nonzero values are considered true:\n\nmysql> SELECT IF(0, \'true\', \'false\');\n+------------------------+\n| IF(0, \'true\', \'false\') |\n+------------------------+\n| false |\n+------------------------+\n\nmysql> SELECT IF(1, \'true\', \'false\');\n+------------------------+\n| IF(1, \'true\', \'false\') |\n+------------------------+\n| true |\n+------------------------+\n\nmysql> SELECT IF(2, \'true\', \'false\');\n+------------------------+\n| IF(2, \'true\', \'false\') |\n+------------------------+\n| true |\n+------------------------+\n\nHowever, the values TRUE and FALSE are merely aliases for 1 and 0,\nrespectively, as shown here:\n\nmysql> SELECT IF(0 = FALSE, \'true\', \'false\');\n+--------------------------------+\n| IF(0 = FALSE, \'true\', \'false\') |\n+--------------------------------+\n| true |\n+--------------------------------+\n\nmysql> SELECT IF(1 = TRUE, \'true\', \'false\');\n+-------------------------------+\n| IF(1 = TRUE, \'true\', \'false\') |\n+-------------------------------+\n| true |\n+-------------------------------+\n\nmysql> SELECT IF(2 = TRUE, \'true\', \'false\');\n+-------------------------------+\n| IF(2 = TRUE, \'true\', \'false\') |\n+-------------------------------+\n| false |\n+-------------------------------+\n\nmysql> SELECT IF(2 = FALSE, \'true\', \'false\');\n+--------------------------------+\n| IF(2 = FALSE, \'true\', \'false\') |\n+--------------------------------+\n| false |\n+--------------------------------+\n\nThe last two statements display the results shown because 2 is equal to\nneither 1 nor 0.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(112,'DEFAULT',14,'Syntax:\nDEFAULT(col_name)\n\nReturns the default value for a table column. An error results if the\ncolumn has no default value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','mysql> UPDATE t SET i = DEFAULT(i)+1 WHERE id < 100;\n','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(113,'MOD',4,'Syntax:\nMOD(N,M), N % M, N MOD M\n\nModulo operation. Returns the remainder of N divided by M.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT MOD(234, 10);\n -> 4\nmysql> SELECT 253 % 7;\n -> 1\nmysql> SELECT MOD(29,9);\n -> 2\nmysql> SELECT 29 MOD 9;\n -> 2\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(114,'TINYTEXT',23,'TINYTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 255 (28 - 1) characters. The\neffective maximum length is less if the value contains multi-byte\ncharacters. Each TINYTEXT value is stored using a 1-byte length prefix\nthat indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(115,'OPTIMIZE TABLE',21,'Syntax:\nOPTIMIZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE\n tbl_name [, tbl_name] ...\n\nReorganizes the physical storage of table data and associated index\ndata, to reduce storage space and improve I/O efficiency when accessing\nthe table. The exact changes made to each table depend on the storage\nengine\n(http://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_storage_engi\nne) used by that table.\n\nUse OPTIMIZE TABLE in these cases, depending on the type of table:\n\no After doing substantial insert, update, or delete operations on an\n InnoDB table that has its own .ibd file\n (http://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_ibd_file)\n because it was created with the innodb_file_per_table option enabled.\n The table and indexes are reorganized, and disk space can be\n reclaimed for use by the operating system.\n\no After deleting a large part of a MyISAM or ARCHIVE table, or making\n many changes to a MyISAM or ARCHIVE table with variable-length rows\n (tables that have VARCHAR, VARBINARY, BLOB, or TEXT columns). Deleted\n rows are maintained in a linked list and subsequent INSERT operations\n reuse old row positions. You can use OPTIMIZE TABLE to reclaim the\n unused space and to defragment the data file. After extensive changes\n to a table, this statement may also improve performance of statements\n that use the table, sometimes significantly.\n\nThis statement requires SELECT and INSERT privileges for the table.\n\nBeginning with MySQL 5.1.27, OPTIMIZE TABLE is also supported for\npartitioned tables. For information about using this statement with\npartitioned tables and table partitions, see\nhttp://dev.mysql.com/doc/refman/5.1/en/partitioning-maintenance.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/optimize-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/optimize-table.html'),(116,'DECODE',12,'Syntax:\nDECODE(crypt_str,pass_str)\n\nDecrypts the encrypted string crypt_str using pass_str as the password.\ncrypt_str should be a string returned from ENCODE().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(117,'<=>',19,'Syntax:\n<=>\n\nNULL-safe equal. This operator performs an equality comparison like the\n= operator, but returns 1 rather than NULL if both operands are NULL,\nand 0 rather than NULL if one operand is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 1 <=> 1, NULL <=> NULL, 1 <=> NULL;\n -> 1, 1, 0\nmysql> SELECT 1 = 1, NULL = NULL, 1 = NULL;\n -> 1, NULL, NULL\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(118,'HELP STATEMENT',29,'Syntax:\nHELP \'search_string\'\n\nThe HELP statement returns online information from the MySQL Reference\nmanual. Its proper operation requires that the help tables in the mysql\ndatabase be initialized with help topic information (see\nhttp://dev.mysql.com/doc/refman/5.1/en/server-side-help-support.html).\n\nThe HELP statement searches the help tables for the given search string\nand displays the result of the search. The search string is not case\nsensitive.\n\nThe search string can contain the the wildcard characters \"%\" and \"_\".\nThese have the same meaning as for pattern-matching operations\nperformed with the LIKE operator. For example, HELP \'rep%\' returns a\nlist of topics that begin with rep.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/help.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/help.html'),(119,'RESET',27,'Syntax:\nRESET reset_option [, reset_option] ...\n\nThe RESET statement is used to clear the state of various server\noperations. You must have the RELOAD privilege to execute RESET.\n\nRESET acts as a stronger version of the FLUSH statement. See [HELP\nFLUSH].\n\nThe RESET statement causes an implicit commit. See\nhttp://dev.mysql.com/doc/refman/5.1/en/implicit-commit.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/reset.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/reset.html'),(120,'LOAD DATA FROM MASTER',8,'Syntax:\nLOAD DATA FROM MASTER\n\nThis feature is deprecated and should be avoided. It is subject to\nremoval in a future version of MySQL.\n\nSince the current implementation of LOAD DATA FROM MASTER and LOAD\nTABLE FROM MASTER is very limited, these statements are deprecated as\nof MySQL 4.1 and removed in MySQL 5.5.\n\nThe recommended alternative solution to using LOAD DATA FROM MASTER or\nLOAD TABLE FROM MASTER is using mysqldump or mysqlhotcopy. The latter\nrequires Perl and two Perl modules (DBI and DBD:mysql) and works for\nMyISAM and ARCHIVE tables only. With mysqldump, you can create SQL\ndumps on the master and pipe (or copy) these to a mysql client on the\nslave. This has the advantage of working for all storage engines, but\ncan be quite slow, since it works using SELECT.\n\nThis statement takes a snapshot of the master and copies it to the\nslave. It updates the values of MASTER_LOG_FILE and MASTER_LOG_POS so\nthat the slave starts replicating from the correct position. Any table\nand database exclusion rules specified with the --replicate-*-do-* and\n--replicate-*-ignore-* options are honored. --replicate-rewrite-db is\nnot taken into account because a user could use this option to set up a\nnonunique mapping such as --replicate-rewrite-db=\"db1->db3\" and\n--replicate-rewrite-db=\"db2->db3\", which would confuse the slave when\nloading tables from the master.\n\nUse of this statement is subject to the following conditions:\n\no It works only for MyISAM tables. Attempting to load a non-MyISAM\n table results in the following error:\n\nERROR 1189 (08S01): Net error reading from master\n\no It acquires a global read lock on the master while taking the\n snapshot, which prevents updates on the master during the load\n operation.\n\nIf you are loading large tables, you might have to increase the values\nof net_read_timeout and net_write_timeout on both the master and slave\nservers. See\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html.\n\nNote that LOAD DATA FROM MASTER does not copy any tables from the mysql\ndatabase. This makes it easy to have different users and privileges on\nthe master and the slave.\n\nTo use LOAD DATA FROM MASTER, the replication account that is used to\nconnect to the master must have the RELOAD and SUPER privileges on the\nmaster and the SELECT privilege for all master tables you want to load.\nAll master tables for which the user does not have the SELECT privilege\nare ignored by LOAD DATA FROM MASTER. This is because the master hides\nthem from the user: LOAD DATA FROM MASTER calls SHOW DATABASES to know\nthe master databases to load, but SHOW DATABASES returns only databases\nfor which the user has some privilege. See [HELP SHOW DATABASES]. On\nthe slave side, the user that issues LOAD DATA FROM MASTER must have\nprivileges for dropping and creating the databases and tables that are\ncopied.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/load-data-from-master.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/load-data-from-master.html'),(121,'GET_LOCK',14,'Syntax:\nGET_LOCK(str,timeout)\n\nTries to obtain a lock with a name given by the string str, using a\ntimeout of timeout seconds. Returns 1 if the lock was obtained\nsuccessfully, 0 if the attempt timed out (for example, because another\nclient has previously locked the name), or NULL if an error occurred\n(such as running out of memory or the thread was killed with mysqladmin\nkill). If you have a lock obtained with GET_LOCK(), it is released when\nyou execute RELEASE_LOCK(), execute a new GET_LOCK(), or your\nconnection terminates (either normally or abnormally). Locks obtained\nwith GET_LOCK() do not interact with transactions. That is, committing\na transaction does not release any such locks obtained during the\ntransaction.\n\nThis function can be used to implement application locks or to simulate\nrecord locks. Names are locked on a server-wide basis. If a name has\nbeen locked by one client, GET_LOCK() blocks any request by another\nclient for a lock with the same name. This enables clients that agree\non a given lock name to use the name to perform cooperative advisory\nlocking. But be aware that it also enables a client that is not among\nthe set of cooperating clients to lock a name, either inadvertently or\ndeliberately, and thus prevent any of the cooperating clients from\nlocking that name. One way to reduce the likelihood of this is to use\nlock names that are database-specific or application-specific. For\nexample, use lock names of the form db_name.str or app_name.str.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','mysql> SELECT GET_LOCK(\'lock1\',10);\n -> 1\nmysql> SELECT IS_FREE_LOCK(\'lock2\');\n -> 1\nmysql> SELECT GET_LOCK(\'lock2\',10);\n -> 1\nmysql> SELECT RELEASE_LOCK(\'lock2\');\n -> 1\nmysql> SELECT RELEASE_LOCK(\'lock1\');\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(122,'UCASE',38,'Syntax:\nUCASE(str)\n\nUCASE() is a synonym for UPPER().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(123,'SHOW BINLOG EVENTS',27,'Syntax:\nSHOW BINLOG EVENTS\n [IN \'log_name\'] [FROM pos] [LIMIT [offset,] row_count]\n\nShows the events in the binary log. If you do not specify \'log_name\',\nthe first binary log is displayed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-binlog-events.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-binlog-events.html'),(124,'MPOLYFROMWKB',33,'MPolyFromWKB(wkb[,srid]), MultiPolygonFromWKB(wkb[,srid])\n\nConstructs a MULTIPOLYGON value using its WKB representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(125,'ITERATE',24,'Syntax:\nITERATE label\n\nITERATE can appear only within LOOP, REPEAT, and WHILE statements.\nITERATE means \"start the loop again.\"\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/iterate.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/iterate.html'),(126,'DO',28,'Syntax:\nDO expr [, expr] ...\n\nDO executes the expressions but does not return any results. In most\nrespects, DO is shorthand for SELECT expr, ..., but has the advantage\nthat it is slightly faster when you do not care about the result.\n\nDO is useful primarily with functions that have side effects, such as\nRELEASE_LOCK().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/do.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/do.html'),(127,'CURTIME',32,'Syntax:\nCURTIME()\n\nReturns the current time as a value in \'HH:MM:SS\' or HHMMSS.uuuuuu\nformat, depending on whether the function is used in a string or\nnumeric context. The value is expressed in the current time zone.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT CURTIME();\n -> \'23:50:26\'\nmysql> SELECT CURTIME() + 0;\n -> 235026.000000\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(128,'CHAR_LENGTH',38,'Syntax:\nCHAR_LENGTH(str)\n\nReturns the length of the string str, measured in characters. A\nmulti-byte character counts as a single character. This means that for\na string containing five 2-byte characters, LENGTH() returns 10,\nwhereas CHAR_LENGTH() returns 5.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(129,'BIGINT',23,'BIGINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA large integer. The signed range is -9223372036854775808 to\n9223372036854775807. The unsigned range is 0 to 18446744073709551615.\n\nSERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(130,'SET',27,'Syntax:\nSET variable_assignment [, variable_assignment] ...\n\nvariable_assignment:\n user_var_name = expr\n | [GLOBAL | SESSION] system_var_name = expr\n | [@@global. | @@session. | @@]system_var_name = expr\n\nThe SET statement assigns values to different types of variables that\naffect the operation of the server or your client. Older versions of\nMySQL employed SET OPTION, but this syntax is deprecated in favor of\nSET without OPTION.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/set-statement.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/set-statement.html'),(131,'CONV',4,'Syntax:\nCONV(N,from_base,to_base)\n\nConverts numbers between different number bases. Returns a string\nrepresentation of the number N, converted from base from_base to base\nto_base. Returns NULL if any argument is NULL. The argument N is\ninterpreted as an integer, but may be specified as an integer or a\nstring. The minimum base is 2 and the maximum base is 36. If to_base is\na negative number, N is regarded as a signed number. Otherwise, N is\ntreated as unsigned. CONV() works with 64-bit precision.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT CONV(\'a\',16,2);\n -> \'1010\'\nmysql> SELECT CONV(\'6E\',18,8);\n -> \'172\'\nmysql> SELECT CONV(-17,10,-18);\n -> \'-H\'\nmysql> SELECT CONV(10+\'10\'+\'10\'+0xa,10,10);\n -> \'40\'\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(132,'DATE',23,'DATE\n\nA date. The supported range is \'1000-01-01\' to \'9999-12-31\'. MySQL\ndisplays DATE values in \'YYYY-MM-DD\' format, but permits assignment of\nvalues to DATE columns using either strings or numbers.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html'),(133,'ASSIGN-VALUE',15,'Syntax:\n:=\n\nAssignment operator. Causes the user variable on the left hand side of\nthe operator to take on the value to its right. The value on the right\nhand side may be a literal value, another variable storing a value, or\nany legal expression that yields a scalar value, including the result\nof a query (provided that this value is a scalar value). You can\nperform multiple assignments in the same SET statement. You can perform\nmultiple assignments in the same statement-\n\nUnlike =, the := operator is never interpreted as a comparison\noperator. This means you can use := in any valid SQL statement (not\njust in SET statements) to assign a value to a variable.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/assignment-operators.html\n\n','mysql> SELECT @var1, @var2;\n -> NULL, NULL\nmysql> SELECT @var1 := 1, @var2;\n -> 1, NULL\nmysql> SELECT @var1, @var2;\n -> 1, NULL\nmysql> SELECT @var1, @var2 := @var1;\n -> 1, 1\nmysql> SELECT @var1, @var2;\n -> 1, 1\n\nmysql> SELECT @var1:=COUNT(*) FROM t1;\n -> 4\nmysql> SELECT @var1;\n -> 4\n','http://dev.mysql.com/doc/refman/5.1/en/assignment-operators.html'),(134,'SHOW OPEN TABLES',27,'Syntax:\nSHOW OPEN TABLES [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW OPEN TABLES lists the non-TEMPORARY tables that are currently open\nin the table cache. See\nhttp://dev.mysql.com/doc/refman/5.1/en/table-cache.html. The WHERE\nclause can be given to select rows using more general conditions, as\ndiscussed in http://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nThe FROM and LIKE clauses may be used beginning with MySQL 5.1.24. The\nLIKE clause, if present, indicates which table names to match. The FROM\nclause, if present, restricts the tables shown to those present in the\ndb_name database.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-open-tables.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-open-tables.html'),(135,'EXTRACT',32,'Syntax:\nEXTRACT(unit FROM date)\n\nThe EXTRACT() function uses the same kinds of unit specifiers as\nDATE_ADD() or DATE_SUB(), but extracts parts from the date rather than\nperforming date arithmetic.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT EXTRACT(YEAR FROM \'2009-07-02\');\n -> 2009\nmysql> SELECT EXTRACT(YEAR_MONTH FROM \'2009-07-02 01:02:03\');\n -> 200907\nmysql> SELECT EXTRACT(DAY_MINUTE FROM \'2009-07-02 01:02:03\');\n -> 20102\nmysql> SELECT EXTRACT(MICROSECOND\n -> FROM \'2003-01-02 10:30:00.000123\');\n -> 123\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(136,'ENCRYPT',12,'Syntax:\nENCRYPT(str[,salt])\n\nEncrypts str using the Unix crypt() system call and returns a binary\nstring. The salt argument must be a string with at least two characters\nor the result will be NULL. If no salt argument is given, a random\nvalue is used.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','mysql> SELECT ENCRYPT(\'hello\');\n -> \'VxuFAJXVARROc\'\n','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(137,'SHOW STATUS',27,'Syntax:\nSHOW [GLOBAL | SESSION] STATUS\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW STATUS provides server status information. This information also\ncan be obtained using the mysqladmin extended-status command. The LIKE\nclause, if present, indicates which variable names to match. The WHERE\nclause can be given to select rows using more general conditions, as\ndiscussed in http://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\nThis statement does not require any privilege. It requires only the\nability to connect to the server.\nWith a LIKE clause, the statement displays only rows for those\nvariables with names that match the pattern:\n\nmysql> SHOW STATUS LIKE \'Key%\';\n+--------------------+----------+\n| Variable_name | Value |\n+--------------------+----------+\n| Key_blocks_used | 14955 |\n| Key_read_requests | 96854827 |\n| Key_reads | 162040 |\n| Key_write_requests | 7589728 |\n| Key_writes | 3813196 |\n+--------------------+----------+\n\nWith the GLOBAL modifier, SHOW STATUS displays the status values for\nall connections to MySQL. With SESSION, it displays the status values\nfor the current connection. If no modifier is present, the default is\nSESSION. LOCAL is a synonym for SESSION.\n\nSome status variables have only a global value. For these, you get the\nsame value for both GLOBAL and SESSION. The scope for each status\nvariable is listed at\nhttp://dev.mysql.com/doc/refman/5.1/en/server-status-variables.html.\n\nEach invocation of the SHOW STATUS statement uses an internal temporary\ntable and increments the global Created_tmp_tables value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-status.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-status.html'),(138,'EXTRACTVALUE',38,'Syntax:\nExtractValue(xml_frag, xpath_expr)\n\nExtractValue() takes two string arguments, a fragment of XML markup\nxml_frag and an XPath expression xpath_expr (also known as a locator);\nit returns the text (CDATA) of the first text node which is a child of\nthe elements or elements matched by the XPath expression. In MySQL 5.1,\nthe XPath expression can contain at most 127 characters. (This\nlimitation is lifted in MySQL 5.6.)\n\nUsing this function is the equivalent of performing a match using the\nxpath_expr after appending /text(). In other words,\nExtractValue(\'<a><b>Sakila</b></a>\', \'/a/b\') and\nExtractValue(\'<a><b>Sakila</b></a>\', \'/a/b/text()\') produce the same\nresult.\n\nIf multiple matches are found, the content of the first child text node\nof each matching element is returned (in the order matched) as a\nsingle, space-delimited string.\n\nIf no matching text node is found for the expression (including the\nimplicit /text())---for whatever reason, as long as xpath_expr is\nvalid, and xml_frag consists of elements which are properly nested and\nclosed---an empty string is returned. No distinction is made between a\nmatch on an empty element and no match at all. This is by design.\n\nIf you need to determine whether no matching element was found in\nxml_frag or such an element was found but contained no child text\nnodes, you should test the result of an expression that uses the XPath\ncount() function. For example, both of these statements return an empty\nstring, as shown here:\n\nmysql> SELECT ExtractValue(\'<a><b/></a>\', \'/a/b\');\n+-------------------------------------+\n| ExtractValue(\'<a><b/></a>\', \'/a/b\') |\n+-------------------------------------+\n| |\n+-------------------------------------+\n1 row in set (0.00 sec)\n\nmysql> SELECT ExtractValue(\'<a><c/></a>\', \'/a/b\');\n+-------------------------------------+\n| ExtractValue(\'<a><c/></a>\', \'/a/b\') |\n+-------------------------------------+\n| |\n+-------------------------------------+\n1 row in set (0.00 sec)\n\nHowever, you can determine whether there was actually a matching\nelement using the following:\n\nmysql> SELECT ExtractValue(\'<a><b/></a>\', \'count(/a/b)\');\n+-------------------------------------+\n| ExtractValue(\'<a><b/></a>\', \'count(/a/b)\') |\n+-------------------------------------+\n| 1 |\n+-------------------------------------+\n1 row in set (0.00 sec)\n\nmysql> SELECT ExtractValue(\'<a><c/></a>\', \'count(/a/b)\');\n+-------------------------------------+\n| ExtractValue(\'<a><c/></a>\', \'count(/a/b)\') |\n+-------------------------------------+\n| 0 |\n+-------------------------------------+\n1 row in set (0.01 sec)\n\n*Important*: ExtractValue() returns only CDATA, and does not return any\ntags that might be contained within a matching tag, nor any of their\ncontent (see the result returned as val1 in the following example).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/xml-functions.html\n\n','mysql> SELECT\n -> ExtractValue(\'<a>ccc<b>ddd</b></a>\', \'/a\') AS val1,\n -> ExtractValue(\'<a>ccc<b>ddd</b></a>\', \'/a/b\') AS val2,\n -> ExtractValue(\'<a>ccc<b>ddd</b></a>\', \'//b\') AS val3,\n -> ExtractValue(\'<a>ccc<b>ddd</b></a>\', \'/b\') AS val4,\n -> ExtractValue(\'<a>ccc<b>ddd</b><b>eee</b></a>\', \'//b\') AS val5;\n\n+------+------+------+------+---------+\n| val1 | val2 | val3 | val4 | val5 |\n+------+------+------+------+---------+\n| ccc | ddd | ddd | | ddd eee |\n+------+------+------+------+---------+\n','http://dev.mysql.com/doc/refman/5.1/en/xml-functions.html'),(139,'OLD_PASSWORD',12,'Syntax:\nOLD_PASSWORD(str)\n\nOLD_PASSWORD() was added when the implementation of PASSWORD() was\nchanged in MySQL 4.1 to improve security. OLD_PASSWORD() returns the\nvalue of the pre-4.1 implementation of PASSWORD() as a binary string,\nand is intended to permit you to reset passwords for any pre-4.1\nclients that need to connect to your version 5.1 MySQL server without\nlocking them out. See\nhttp://dev.mysql.com/doc/refman/5.1/en/password-hashing.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(140,'FORMAT',38,'Syntax:\nFORMAT(X,D)\n\nFormats the number X to a format like \'#,###,###.##\', rounded to D\ndecimal places, and returns the result as a string. If D is 0, the\nresult has no decimal point or fractional part.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT FORMAT(12332.123456, 4);\n -> \'12,332.1235\'\nmysql> SELECT FORMAT(12332.1,4);\n -> \'12,332.1000\'\nmysql> SELECT FORMAT(12332.2,0);\n -> \'12,332\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(141,'||',15,'Syntax:\nOR, ||\n\nLogical OR. When both operands are non-NULL, the result is 1 if any\noperand is nonzero, and 0 otherwise. With a NULL operand, the result is\n1 if the other operand is nonzero, and NULL otherwise. If both operands\nare NULL, the result is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html\n\n','mysql> SELECT 1 || 1;\n -> 1\nmysql> SELECT 1 || 0;\n -> 1\nmysql> SELECT 0 || 0;\n -> 0\nmysql> SELECT 0 || NULL;\n -> NULL\nmysql> SELECT 1 || NULL;\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html'),(142,'BIT_LENGTH',38,'Syntax:\nBIT_LENGTH(str)\n\nReturns the length of the string str in bits.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT BIT_LENGTH(\'text\');\n -> 32\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(143,'EXTERIORRING',2,'ExteriorRing(poly)\n\nReturns the exterior ring of the Polygon value poly as a LineString.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @poly =\n -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT AsText(ExteriorRing(GeomFromText(@poly)));\n+-------------------------------------------+\n| AsText(ExteriorRing(GeomFromText(@poly))) |\n+-------------------------------------------+\n| LINESTRING(0 0,0 3,3 3,3 0,0 0) |\n+-------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(144,'GEOMFROMWKB',33,'GeomFromWKB(wkb[,srid]), GeometryFromWKB(wkb[,srid])\n\nConstructs a geometry value of any type using its WKB representation\nand SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(145,'SHOW SLAVE HOSTS',27,'Syntax:\nSHOW SLAVE HOSTS\n\nDisplays a list of replication slaves currently registered with the\nmaster. Only slaves started with the --report-host=host_name option are\nvisible in this list.\n\nThe list is displayed on any server (not just the master server). The\noutput looks like this:\n\nmysql> SHOW SLAVE HOSTS;\n+------------+-----------+------+-----------+\n| Server_id | Host | Port | Master_id |\n+------------+-----------+------+-----------+\n| 192168010 | iconnect2 | 3306 | 192168011 |\n| 1921680101 | athena | 3306 | 192168011 |\n+------------+-----------+------+-----------+\n\no Server_id: The unique server ID of the slave server, as configured in\n the server\'s option file, or on the command line with\n --server-id=value.\n\no Host: The host name of the slave server, as configured in the\n server\'s option file, or on the command line with\n --report-host=host_name. Note that this can differ from the machine\n name as configured in the operating system.\n\no Port: The port the slave server is listening on.\n\no Master_id: The unique server ID of the master server that the slave\n server is replicating from.\n\nSome MySQL versions report another variable, Rpl_recovery_rank. This\nvariable was never used, and was eventually removed. (Bug #13963)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-slave-hosts.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-slave-hosts.html'),(146,'START TRANSACTION',8,'Syntax:\nSTART TRANSACTION [WITH CONSISTENT SNAPSHOT]\nBEGIN [WORK]\nCOMMIT [WORK] [AND [NO] CHAIN] [[NO] RELEASE]\nROLLBACK [WORK] [AND [NO] CHAIN] [[NO] RELEASE]\nSET autocommit = {0 | 1}\n\nThese statements provide control over use of transactions\n(http://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_transaction)\n:\n\no START TRANSACTION or BEGIN start a new transaction.\n\no COMMIT commits the current transaction, making its changes permanent.\n\no ROLLBACK rolls back the current transaction, canceling its changes.\n\no SET autocommit disables or enables the default autocommit mode for\n the current session.\n\nBy default, MySQL runs with autocommit\n(http://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_autocommit)\nmode enabled. This means that as soon as you execute a statement that\nupdates (modifies) a table, MySQL stores the update on disk to make it\npermanent. The change cannot be rolled back.\n\nTo disable autocommit mode implicitly for a single series of\nstatements, use the START TRANSACTION statement:\n\nSTART TRANSACTION;\nSELECT @A:=SUM(salary) FROM table1 WHERE type=1;\nUPDATE table2 SET summary=@A WHERE type=1;\nCOMMIT;\n\nWith START TRANSACTION, autocommit remains disabled until you end the\ntransaction with COMMIT or ROLLBACK. The autocommit mode then reverts\nto its previous state.\n\nYou can also begin a transaction like this:\n\nSTART TRANSACTION WITH CONSISTENT SNAPSHOT;\n\nThe WITH CONSISTENT SNAPSHOT option starts a consistent read\n(http://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_consistent_r\nead) for storage engines that are capable of it. This applies only to\nInnoDB. The effect is the same as issuing a START TRANSACTION followed\nby a SELECT from any InnoDB table. See\nhttp://dev.mysql.com/doc/refman/5.1/en/innodb-consistent-read.html. The\nWITH CONSISTENT SNAPSHOT option does not change the current transaction\nisolation level\n(http://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_isolation_le\nvel), so it provides a consistent snapshot only if the current\nisolation level is one that permits a consistent read. The only\nisolation level that permits a consistent read is REPEATABLE READ. For\nall other isolation levels, the WITH CONSISTENT SNAPSHOT clause is\nignored.\n\n*Important*: Many APIs used for writing MySQL client applications (such\nas JDBC) provide their own methods for starting transactions that can\n(and sometimes should) be used instead of sending a START TRANSACTION\nstatement from the client. See\nhttp://dev.mysql.com/doc/refman/5.1/en/connectors-apis.html, or the\ndocumentation for your API, for more information.\n\nTo disable autocommit mode explicitly, use the following statement:\n\nSET autocommit=0;\n\nAfter disabling autocommit mode by setting the autocommit variable to\nzero, changes to transaction-safe tables (such as those for InnoDB or\nNDBCLUSTER) are not made permanent immediately. You must use COMMIT to\nstore your changes to disk or ROLLBACK to ignore the changes.\n\nautocommit is a session variable and must be set for each session. To\ndisable autocommit mode for each new connection, see the description of\nthe autocommit system variable at\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html.\n\nBEGIN and BEGIN WORK are supported as aliases of START TRANSACTION for\ninitiating a transaction. START TRANSACTION is standard SQL syntax and\nis the recommended way to start an ad-hoc transaction.\n\nThe BEGIN statement differs from the use of the BEGIN keyword that\nstarts a BEGIN ... END compound statement. The latter does not begin a\ntransaction. See [HELP BEGIN END].\n\n*Note*: Within all stored programs (stored procedures and functions,\ntriggers, and events), the parser treats BEGIN [WORK] as the beginning\nof a BEGIN ... END block. Begin a transaction in this context with\nSTART TRANSACTION instead.\n\nThe optional WORK keyword is supported for COMMIT and ROLLBACK, as are\nthe CHAIN and RELEASE clauses. CHAIN and RELEASE can be used for\nadditional control over transaction completion. The value of the\ncompletion_type system variable determines the default completion\nbehavior. See\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html.\n\nThe AND CHAIN clause causes a new transaction to begin as soon as the\ncurrent one ends, and the new transaction has the same isolation level\nas the just-terminated transaction. The RELEASE clause causes the\nserver to disconnect the current client session after terminating the\ncurrent transaction. Including the NO keyword suppresses CHAIN or\nRELEASE completion, which can be useful if the completion_type system\nvariable is set to cause chaining or release completion by default.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/commit.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/commit.html'),(147,'BETWEEN AND',19,'Syntax:\nexpr BETWEEN min AND max\n\nIf expr is greater than or equal to min and expr is less than or equal\nto max, BETWEEN returns 1, otherwise it returns 0. This is equivalent\nto the expression (min <= expr AND expr <= max) if all the arguments\nare of the same type. Otherwise type conversion takes place according\nto the rules described in\nhttp://dev.mysql.com/doc/refman/5.1/en/type-conversion.html, but\napplied to all the three arguments.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 2 BETWEEN 1 AND 3, 2 BETWEEN 3 and 1;\n -> 1, 0\nmysql> SELECT 1 BETWEEN 2 AND 3;\n -> 0\nmysql> SELECT \'b\' BETWEEN \'a\' AND \'c\';\n -> 1\nmysql> SELECT 2 BETWEEN 2 AND \'3\';\n -> 1\nmysql> SELECT 2 BETWEEN 2 AND \'x-3\';\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(148,'MULTIPOLYGON',25,'MultiPolygon(poly1,poly2,...)\n\nConstructs a MultiPolygon value from a set of Polygon or WKB Polygon\narguments.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(149,'TIME_FORMAT',32,'Syntax:\nTIME_FORMAT(time,format)\n\nThis is used like the DATE_FORMAT() function, but the format string may\ncontain format specifiers only for hours, minutes, seconds, and\nmicroseconds. Other specifiers produce a NULL value or 0.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT TIME_FORMAT(\'100:00:00\', \'%H %k %h %I %l\');\n -> \'100 100 04 04 4\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(150,'LEFT',38,'Syntax:\nLEFT(str,len)\n\nReturns the leftmost len characters from the string str, or NULL if any\nargument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT LEFT(\'foobarbar\', 5);\n -> \'fooba\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(151,'FLUSH QUERY CACHE',27,'You can defragment the query cache to better utilize its memory with\nthe FLUSH QUERY CACHE statement. The statement does not remove any\nqueries from the cache.\n\nThe RESET QUERY CACHE statement removes all query results from the\nquery cache. The FLUSH TABLES statement also does this.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/query-cache-status-and-maintenance.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/query-cache-status-and-maintenance.html'),(152,'SET DATA TYPE',23,'SET(\'value1\',\'value2\',...) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA set. A string object that can have zero or more values, each of which\nmust be chosen from the list of values \'value1\', \'value2\', ... SET\nvalues are represented internally as integers.\n\nA SET column can have a maximum of 64 distinct members. A table can\nhave no more than 255 unique element list definitions among its ENUM\nand SET columns considered as a group. For more information on this\nlimit, see http://dev.mysql.com/doc/refman/5.1/en/limits-frm-file.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(153,'RAND',4,'Syntax:\nRAND(), RAND(N)\n\nReturns a random floating-point value v in the range 0 <= v < 1.0. If a\nconstant integer argument N is specified, it is used as the seed value,\nwhich produces a repeatable sequence of column values. In the following\nexample, note that the sequences of values produced by RAND(3) is the\nsame both places where it occurs.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> CREATE TABLE t (i INT);\nQuery OK, 0 rows affected (0.42 sec)\n\nmysql> INSERT INTO t VALUES(1),(2),(3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3 Duplicates: 0 Warnings: 0\n\nmysql> SELECT i, RAND() FROM t;\n+------+------------------+\n| i | RAND() |\n+------+------------------+\n| 1 | 0.61914388706828 |\n| 2 | 0.93845168309142 |\n| 3 | 0.83482678498591 |\n+------+------------------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT i, RAND(3) FROM t;\n+------+------------------+\n| i | RAND(3) |\n+------+------------------+\n| 1 | 0.90576975597606 |\n| 2 | 0.37307905813035 |\n| 3 | 0.14808605345719 |\n+------+------------------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT i, RAND() FROM t;\n+------+------------------+\n| i | RAND() |\n+------+------------------+\n| 1 | 0.35877890638893 |\n| 2 | 0.28941420772058 |\n| 3 | 0.37073435016976 |\n+------+------------------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT i, RAND(3) FROM t;\n+------+------------------+\n| i | RAND(3) |\n+------+------------------+\n| 1 | 0.90576975597606 |\n| 2 | 0.37307905813035 |\n| 3 | 0.14808605345719 |\n+------+------------------+\n3 rows in set (0.01 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(154,'RPAD',38,'Syntax:\nRPAD(str,len,padstr)\n\nReturns the string str, right-padded with the string padstr to a length\nof len characters. If str is longer than len, the return value is\nshortened to len characters.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT RPAD(\'hi\',5,\'?\');\n -> \'hi???\'\nmysql> SELECT RPAD(\'hi\',1,\'?\');\n -> \'h\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(155,'CREATE DATABASE',40,'Syntax:\nCREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name\n [create_specification] ...\n\ncreate_specification:\n [DEFAULT] CHARACTER SET [=] charset_name\n | [DEFAULT] COLLATE [=] collation_name\n\nCREATE DATABASE creates a database with the given name. To use this\nstatement, you need the CREATE privilege for the database. CREATE\nSCHEMA is a synonym for CREATE DATABASE.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-database.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-database.html'),(156,'DEC',23,'DEC[(M[,D])] [UNSIGNED] [ZEROFILL], NUMERIC[(M[,D])] [UNSIGNED]\n[ZEROFILL], FIXED[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nThese types are synonyms for DECIMAL. The FIXED synonym is available\nfor compatibility with other database systems.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(157,'VAR_POP',16,'Syntax:\nVAR_POP(expr)\n\nReturns the population standard variance of expr. It considers rows as\nthe whole population, not as a sample, so it has the number of rows as\nthe denominator. You can also use VARIANCE(), which is equivalent but\nis not standard SQL.\n\nVAR_POP() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(158,'ELT',38,'Syntax:\nELT(N,str1,str2,str3,...)\n\nELT() returns the Nth element of the list of strings: str1 if N = 1,\nstr2 if N = 2, and so on. Returns NULL if N is less than 1 or greater\nthan the number of arguments. ELT() is the complement of FIELD().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT ELT(1, \'ej\', \'Heja\', \'hej\', \'foo\');\n -> \'ej\'\nmysql> SELECT ELT(4, \'ej\', \'Heja\', \'hej\', \'foo\');\n -> \'foo\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(159,'ALTER VIEW',40,'Syntax:\nALTER\n [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n [DEFINER = { user | CURRENT_USER }]\n [SQL SECURITY { DEFINER | INVOKER }]\n VIEW view_name [(column_list)]\n AS select_statement\n [WITH [CASCADED | LOCAL] CHECK OPTION]\n\nThis statement changes the definition of a view, which must exist. The\nsyntax is similar to that for CREATE VIEW and the effect is the same as\nfor CREATE OR REPLACE VIEW. See [HELP CREATE VIEW]. This statement\nrequires the CREATE VIEW and DROP privileges for the view, and some\nprivilege for each column referred to in the SELECT statement. As of\nMySQL 5.1.23, ALTER VIEW is permitted only to the definer or users with\nthe SUPER privilege.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-view.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/alter-view.html'),(160,'SHOW DATABASES',27,'Syntax:\nSHOW {DATABASES | SCHEMAS}\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW DATABASES lists the databases on the MySQL server host. SHOW\nSCHEMAS is a synonym for SHOW DATABASES. The LIKE clause, if present,\nindicates which database names to match. The WHERE clause can be given\nto select rows using more general conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nYou see only those databases for which you have some kind of privilege,\nunless you have the global SHOW DATABASES privilege. You can also get\nthis list using the mysqlshow command.\n\nIf the server was started with the --skip-show-database option, you\ncannot use this statement at all unless you have the SHOW DATABASES\nprivilege.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-databases.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-databases.html'),(161,'~',20,'Syntax:\n~\n\nInvert all bits.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n','mysql> SELECT 5 & ~1;\n -> 4\n','http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),(162,'TEXT',23,'TEXT[(M)] [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 65,535 (216 - 1) characters. The\neffective maximum length is less if the value contains multi-byte\ncharacters. Each TEXT value is stored using a 2-byte length prefix that\nindicates the number of bytes in the value.\n\nAn optional length M can be given for this type. If this is done, MySQL\ncreates the column as the smallest TEXT type large enough to hold\nvalues M characters long.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(163,'CONCAT_WS',38,'Syntax:\nCONCAT_WS(separator,str1,str2,...)\n\nCONCAT_WS() stands for Concatenate With Separator and is a special form\nof CONCAT(). The first argument is the separator for the rest of the\narguments. The separator is added between the strings to be\nconcatenated. The separator can be a string, as can the rest of the\narguments. If the separator is NULL, the result is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT CONCAT_WS(\',\',\'First name\',\'Second name\',\'Last Name\');\n -> \'First name,Second name,Last Name\'\nmysql> SELECT CONCAT_WS(\',\',\'First name\',NULL,\'Last Name\');\n -> \'First name,Last Name\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(164,'ROW_COUNT',17,'Syntax:\nROW_COUNT()\n\nROW_COUNT() returns the number of rows changed, deleted, or inserted by\nthe last statement if it was an UPDATE, DELETE, or INSERT. For other\nstatements, the value may not be meaningful.\n\nFor UPDATE statements, the affected-rows value by default is the number\nof rows actually changed. If you specify the CLIENT_FOUND_ROWS flag to\nmysql_real_connect() when connecting to mysqld, the affected-rows value\nis the number of rows \"found\"; that is, matched by the WHERE clause.\n\nFor REPLACE statements, the affected-rows value is 2 if the new row\nreplaced an old row, because in this case, one row was inserted after\nthe duplicate was deleted.\n\nFor INSERT ... ON DUPLICATE KEY UPDATE statements, the affected-rows\nvalue is 1 if the row is inserted as a new row and 2 if an existing row\nis updated.\n\nThe ROW_COUNT() value is similar to the value from the\nmysql_affected_rows() C API function and the row count that the mysql\nclient displays following statement execution.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> INSERT INTO t VALUES(1),(2),(3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3 Duplicates: 0 Warnings: 0\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n| 3 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> DELETE FROM t WHERE i IN(1,2);\nQuery OK, 2 rows affected (0.00 sec)\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n| 2 |\n+-------------+\n1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(165,'ASIN',4,'Syntax:\nASIN(X)\n\nReturns the arc sine of X, that is, the value whose sine is X. Returns\nNULL if X is not in the range -1 to 1.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT ASIN(0.2);\n -> 0.20135792079033\nmysql> SELECT ASIN(\'foo\');\n\n+-------------+\n| ASIN(\'foo\') |\n+-------------+\n| 0 |\n+-------------+\n1 row in set, 1 warning (0.00 sec)\n\nmysql> SHOW WARNINGS;\n+---------+------+-----------------------------------------+\n| Level | Code | Message |\n+---------+------+-----------------------------------------+\n| Warning | 1292 | Truncated incorrect DOUBLE value: \'foo\' |\n+---------+------+-----------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(166,'SIGN',4,'Syntax:\nSIGN(X)\n\nReturns the sign of the argument as -1, 0, or 1, depending on whether X\nis negative, zero, or positive.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT SIGN(-32);\n -> -1\nmysql> SELECT SIGN(0);\n -> 0\nmysql> SELECT SIGN(234);\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(167,'SEC_TO_TIME',32,'Syntax:\nSEC_TO_TIME(seconds)\n\nReturns the seconds argument, converted to hours, minutes, and seconds,\nas a TIME value. The range of the result is constrained to that of the\nTIME data type. A warning occurs if the argument corresponds to a value\noutside that range.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT SEC_TO_TIME(2378);\n -> \'00:39:38\'\nmysql> SELECT SEC_TO_TIME(2378) + 0;\n -> 3938\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(168,'FLOAT',23,'FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA small (single-precision) floating-point number. Permissible values\nare -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to\n3.402823466E+38. These are the theoretical limits, based on the IEEE\nstandard. The actual range might be slightly smaller depending on your\nhardware or operating system.\n\nM is the total number of digits and D is the number of digits following\nthe decimal point. If M and D are omitted, values are stored to the\nlimits permitted by the hardware. A single-precision floating-point\nnumber is accurate to approximately 7 decimal places.\n\nUNSIGNED, if specified, disallows negative values.\n\nUsing FLOAT might give you some unexpected problems because all\ncalculations in MySQL are done with double precision. See\nhttp://dev.mysql.com/doc/refman/5.1/en/no-matching-rows.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(169,'LOCATE',38,'Syntax:\nLOCATE(substr,str), LOCATE(substr,str,pos)\n\nThe first syntax returns the position of the first occurrence of\nsubstring substr in string str. The second syntax returns the position\nof the first occurrence of substring substr in string str, starting at\nposition pos. Returns 0 if substr is not in str.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT LOCATE(\'bar\', \'foobarbar\');\n -> 4\nmysql> SELECT LOCATE(\'xbar\', \'foobar\');\n -> 0\nmysql> SELECT LOCATE(\'bar\', \'foobarbar\', 5);\n -> 7\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(170,'SHOW EVENTS',27,'Syntax:\nSHOW EVENTS [{FROM | IN} schema_name]\n [LIKE \'pattern\' | WHERE expr]\n\nThis statement displays information about Event Manager events. It\nrequires the EVENT privilege for the database from which the events are\nto be shown.\n\nIn its simplest form, SHOW EVENTS lists all of the events in the\ncurrent schema:\n\nmysql> SELECT CURRENT_USER(), SCHEMA();\n+----------------+----------+\n| CURRENT_USER() | SCHEMA() |\n+----------------+----------+\n| jon@ghidora | myschema |\n+----------------+----------+\n1 row in set (0.00 sec)\n\nmysql> SHOW EVENTS\\G\n*************************** 1. row ***************************\n Db: myschema\n Name: e_daily\n Definer: jon@ghidora\n Time zone: SYSTEM\n Type: RECURRING\n Execute at: NULL\n Interval value: 10\n Interval field: SECOND\n Starts: 2006-02-09 10:41:23\n Ends: NULL\n Status: ENABLED\n Originator: 0\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n\nTo see events for a specific schema, use the FROM clause. For example,\nto see events for the test schema, use the following statement:\n\nSHOW EVENTS FROM test;\n\nThe LIKE clause, if present, indicates which event names to match. The\nWHERE clause can be given to select rows using more general conditions,\nas discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-events.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-events.html'),(171,'CHARSET',17,'Syntax:\nCHARSET(str)\n\nReturns the character set of the string argument.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT CHARSET(\'abc\');\n -> \'latin1\'\nmysql> SELECT CHARSET(CONVERT(\'abc\' USING utf8));\n -> \'utf8\'\nmysql> SELECT CHARSET(USER());\n -> \'utf8\'\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(172,'SUBDATE',32,'Syntax:\nSUBDATE(date,INTERVAL expr unit), SUBDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument, SUBDATE()\nis a synonym for DATE_SUB(). For information on the INTERVAL unit\nargument, see the discussion for DATE_ADD().\n\nmysql> SELECT DATE_SUB(\'2008-01-02\', INTERVAL 31 DAY);\n -> \'2007-12-02\'\nmysql> SELECT SUBDATE(\'2008-01-02\', INTERVAL 31 DAY);\n -> \'2007-12-02\'\n\nThe second form enables the use of an integer value for days. In such\ncases, it is interpreted as the number of days to be subtracted from\nthe date or datetime expression expr.\n\nmysql> SELECT SUBDATE(\'2008-01-02 12:00:00\', 31);\n -> \'2007-12-02 12:00:00\'\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(173,'DAYOFYEAR',32,'Syntax:\nDAYOFYEAR(date)\n\nReturns the day of the year for date, in the range 1 to 366.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT DAYOFYEAR(\'2007-02-03\');\n -> 34\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(174,'%',4,'Syntax:\nN % M, N MOD M\n\nModulo operation. Returns the remainder of N divided by M. For more\ninformation, see the description for the MOD() function in\nhttp://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),(175,'LONGTEXT',23,'LONGTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 4,294,967,295 or 4GB (232 - 1)\ncharacters. The effective maximum length is less if the value contains\nmulti-byte characters. The effective maximum length of LONGTEXT columns\nalso depends on the configured maximum packet size in the client/server\nprotocol and available memory. Each LONGTEXT value is stored using a\n4-byte length prefix that indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(176,'KILL',27,'Syntax:\nKILL [CONNECTION | QUERY] thread_id\n\nEach connection to mysqld runs in a separate thread. You can see which\nthreads are running with the SHOW PROCESSLIST statement and kill a\nthread with the KILL thread_id statement.\n\nKILL permits an optional CONNECTION or QUERY modifier:\n\no KILL CONNECTION is the same as KILL with no modifier: It terminates\n the connection associated with the given thread_id.\n\no KILL QUERY terminates the statement that the connection is currently\n executing, but leaves the connection itself intact.\n\nIf you have the PROCESS privilege, you can see all threads. If you have\nthe SUPER privilege, you can kill all threads and statements.\nOtherwise, you can see and kill only your own threads and statements.\n\nYou can also use the mysqladmin processlist and mysqladmin kill\ncommands to examine and kill threads.\n\n*Note*: You cannot use KILL with the Embedded MySQL Server library\nbecause the embedded server merely runs inside the threads of the host\napplication. It does not create any connection threads of its own.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/kill.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/kill.html'),(177,'DISJOINT',31,'Disjoint(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially disjoint from (does\nnot intersect) g2.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(178,'ASTEXT',3,'AsText(g), AsWKT(g)\n\nConverts a value in internal geometry format to its WKT representation\nand returns the string result.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-to-convert-geometries-between-formats.html\n\n','mysql> SET @g = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(GeomFromText(@g));\n+--------------------------+\n| AsText(GeomFromText(@g)) |\n+--------------------------+\n| LINESTRING(1 1,2 2,3 3) |\n+--------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/functions-to-convert-geometries-between-formats.html'),(179,'LPAD',38,'Syntax:\nLPAD(str,len,padstr)\n\nReturns the string str, left-padded with the string padstr to a length\nof len characters. If str is longer than len, the return value is\nshortened to len characters.\n\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT LPAD(\'hi\',4,\'??\');\n -> \'??hi\'\nmysql> SELECT LPAD(\'hi\',1,\'??\');\n -> \'h\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(180,'RESTORE TABLE',21,'Syntax:\nRESTORE TABLE tbl_name [, tbl_name] ... FROM \'/path/to/backup/directory\'\n\n*Note*: This statement is deprecated and is removed in MySQL 5.5.\n\nRESTORE TABLE restores the table or tables from a backup that was made\nwith BACKUP TABLE. The directory should be specified as a full path\nname.\n\nExisting tables are not overwritten; if you try to restore over an\nexisting table, an error occurs. Just as for BACKUP TABLE, RESTORE\nTABLE currently works only for MyISAM tables. Restored tables are not\nreplicated from master to slave.\n\nThe backup for each table consists of its .frm format file and .MYD\ndata file. The restore operation restores those files, and then uses\nthem to rebuild the .MYI index file. Restoring takes longer than\nbacking up due to the need to rebuild the indexes. The more indexes the\ntable has, the longer it takes.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/restore-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/restore-table.html'),(181,'DECLARE CONDITION',24,'Syntax:\nDECLARE condition_name CONDITION FOR condition_value\n\ncondition_value:\n mysql_error_code\n | SQLSTATE [VALUE] sqlstate_value\n\nThe DECLARE ... CONDITION statement declares a named error condition,\nassociating a name with a condition that needs specific handling. The\nname can be referred to in a subsequent DECLARE ... HANDLER statement\n(see [HELP DECLARE HANDLER]).\n\nCondition declarations must appear before cursor or handler\ndeclarations.\n\nThe condition_value for DECLARE ... CONDITION can be a MySQL error code\n(a number) or an SQLSTATE value (a 5-character string literal). You\nshould not use MySQL error code 0 or SQLSTATE values that begin with\n\'00\', because those indicate success rather than an error condition.\nFor a list of MySQL error codes and SQLSTATE values, see\nhttp://dev.mysql.com/doc/refman/5.1/en/error-messages-server.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/declare-condition.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/declare-condition.html'),(182,'OVERLAPS',31,'Overlaps(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially overlaps g2. The term\nspatially overlaps is used if two geometries intersect and their\nintersection results in a geometry of the same dimension but not equal\nto either of the given geometries.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(183,'SET GLOBAL SQL_SLAVE_SKIP_COUNTER',8,'Syntax:\nSET GLOBAL sql_slave_skip_counter = N\n\nThis statement skips the next N events from the master. This is useful\nfor recovering from replication stops caused by a statement.\n\nThis statement is valid only when the slave threads are not running.\nOtherwise, it produces an error.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/set-global-sql-slave-skip-counter.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/set-global-sql-slave-skip-counter.html'),(184,'NUMGEOMETRIES',26,'NumGeometries(gc)\n\nReturns the number of geometries in the GeometryCollection value gc.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT NumGeometries(GeomFromText(@gc));\n+----------------------------------+\n| NumGeometries(GeomFromText(@gc)) |\n+----------------------------------+\n| 2 |\n+----------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(185,'MONTHNAME',32,'Syntax:\nMONTHNAME(date)\n\nReturns the full name of the month for date. As of MySQL 5.1.12, the\nlanguage used for the name is controlled by the value of the\nlc_time_names system variable\n(http://dev.mysql.com/doc/refman/5.1/en/locale-support.html).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT MONTHNAME(\'2008-02-03\');\n -> \'February\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(186,'CHANGE MASTER TO',8,'Syntax:\nCHANGE MASTER TO option [, option] ...\n\noption:\n MASTER_BIND = \'interface_name\'\n | MASTER_HOST = \'host_name\'\n | MASTER_USER = \'user_name\'\n | MASTER_PASSWORD = \'password\'\n | MASTER_PORT = port_num\n | MASTER_CONNECT_RETRY = interval\n | MASTER_HEARTBEAT_PERIOD = interval\n | MASTER_LOG_FILE = \'master_log_name\'\n | MASTER_LOG_POS = master_log_pos\n | RELAY_LOG_FILE = \'relay_log_name\'\n | RELAY_LOG_POS = relay_log_pos\n | MASTER_SSL = {0|1}\n | MASTER_SSL_CA = \'ca_file_name\'\n | MASTER_SSL_CAPATH = \'ca_directory_name\'\n | MASTER_SSL_CERT = \'cert_file_name\'\n | MASTER_SSL_KEY = \'key_file_name\'\n | MASTER_SSL_CIPHER = \'cipher_list\'\n | MASTER_SSL_VERIFY_SERVER_CERT = {0|1}\n | IGNORE_SERVER_IDS = (server_id_list)\n\nserver_id_list:\n [server_id [, server_id] ... ]\n\nCHANGE MASTER TO changes the parameters that the slave server uses for\nconnecting to the master server, for reading the master binary log, and\nreading the slave relay log. It also updates the contents of the\nmaster.info and relay-log.info files. To use CHANGE MASTER TO, the\nslave replication threads must be stopped (use STOP SLAVE if\nnecessary).\n\nOptions not specified retain their value, except as indicated in the\nfollowing discussion. Thus, in most cases, there is no need to specify\noptions that do not change. For example, if the password to connect to\nyour MySQL master has changed, you just need to issue these statements\nto tell the slave about the new password:\n\nSTOP SLAVE; -- if replication was running\nCHANGE MASTER TO MASTER_PASSWORD=\'new3cret\';\nSTART SLAVE; -- if you want to restart replication\n\nMASTER_HOST, MASTER_USER, MASTER_PASSWORD, and MASTER_PORT provide\ninformation to the slave about how to connect to its master:\n\no MASTER_HOST and MASTER_PORT are the host name (or IP address) of the\n master host and its TCP/IP port.\n\n *Note*: Replication cannot use Unix socket files. You must be able to\n connect to the master MySQL server using TCP/IP.\n\n If you specify the MASTER_HOST or MASTER_PORT option, the slave\n assumes that the master server is different from before (even if the\n option value is the same as its current value.) In this case, the old\n values for the master binary log file name and position are\n considered no longer applicable, so if you do not specify\n MASTER_LOG_FILE and MASTER_LOG_POS in the statement,\n MASTER_LOG_FILE=\'\' and MASTER_LOG_POS=4 are silently appended to it.\n\n Setting MASTER_HOST=\'\' (that is, setting its value explicitly to an\n empty string) is not the same as not setting MASTER_HOST at all.\n Setting this option to an empty string causes START SLAVE\n subsequently to fail. This issue is addressed in MySQL 5.5. (Bug\n #28796)\n\no MASTER_USER and MASTER_PASSWORD are the user name and password of the\n account to use for connecting to the master.\n\n Currently, a password used for a replication slave account is\n effectively limited to 32 characters in length; the password can be\n longer, but any excess characters are truncated. This is not due to\n any limit imposed by the MySQL Server generally, but rather is an\n issue specific to MySQL Replication. (For more information, see Bug\n #43439.)\n\n The text of a running CHANGE MASTER TO statement, including values\n for MASTER_USER and MASTER_PASSWORD, can be seen in the output of a\n concurrent SHOW PROCESSLIST statement.\n\nThe MASTER_SSL_xxx options provide information about using SSL for the\nconnection. They correspond to the --ssl-xxx options described in\nhttp://dev.mysql.com/doc/refman/5.1/en/ssl-options.html, and\nhttp://dev.mysql.com/doc/refman/5.1/en/replication-solutions-ssl.html.\nMASTER_SSL_VERIFY_SERVER_CERT was added in MySQL 5.1.18. These options\ncan be changed even on slaves that are compiled without SSL support.\nThey are saved to the master.info file, but are ignored if the slave\ndoes not have SSL support enabled.\n\nMASTER_CONNECT_RETRY specifies how many seconds to wait between connect\nretries. The default is 60. The number of reconnection attempts is\nlimited by the --master-retry-count server option; for more\ninformation, see\nhttp://dev.mysql.com/doc/refman/5.1/en/replication-options.html.\n\nThe next two options (MASTER_BIND and MASTER_HEARTBEAT_PERIOD) are\navailable in MySQL Cluster NDB 6.3 and later, but are not supported in\nmainline MySQL 5.1:\n\nMASTER_BIND is for use on replication slaves having multiple network\ninterfaces, and determines which of the slave\'s network interfaces is\nchosen for connecting to the master.\n\nThe ability to bind a replication slave to specific network interface\nwas added in MySQL Cluster NDB 6.3.4.\n\nMASTER_HEARTBEAT_PERIOD sets the interval in seconds between\nreplication heartbeats. Whenever the master\'s binary log is updated\nwith an event, the waiting period for the next heartbeat is reset.\ninterval is a decimal value having the range 0 to 4294967 seconds and a\nresolution in milliseconds; the smallest nonzero value is 0.001.\nHeartbeats are sent by the master only if there are no unsent events in\nthe binary log file for a period longer than interval.\n\nSetting interval to 0 disables heartbeats altogether. The default value\nfor interval is equal to the value of slave_net_timeout divided by 2.\n\nSetting @@global.slave_net_timeout to a value less than that of the\ncurrent heartbeat interval results in a warning being issued. The\neffect of issuing RESET SLAVE on the heartbeat interval is to reset it\nto the default value.\n\nMASTER_HEARTBEAT_PERIOD was added in MySQL Cluster NDB 6.3.4.\n\nMASTER_LOG_FILE and MASTER_LOG_POS are the coordinates at which the\nslave I/O thread should begin reading from the master the next time the\nthread starts. RELAY_LOG_FILE and RELAY_LOG_POS are the coordinates at\nwhich the slave SQL thread should begin reading from the relay log the\nnext time the thread starts. If you specify either of MASTER_LOG_FILE\nor MASTER_LOG_POS, you cannot specify RELAY_LOG_FILE or RELAY_LOG_POS.\nIf neither of MASTER_LOG_FILE or MASTER_LOG_POS is specified, the slave\nuses the last coordinates of the slave SQL thread before CHANGE MASTER\nTO was issued. This ensures that there is no discontinuity in\nreplication, even if the slave SQL thread was late compared to the\nslave I/O thread, when you merely want to change, say, the password to\nuse.\n\nCHANGE MASTER TO deletes all relay log files and starts a new one,\nunless you specify RELAY_LOG_FILE or RELAY_LOG_POS. In that case, relay\nlog files are kept; the relay_log_purge global variable is set silently\nto 0.\n\nIGNORE_SERVER_IDS was added in MySQL Cluster NDB 6.1.29, MySQL Cluster\nNDB 6.3.31, MySQL Cluster NDB 7.0.11, and MySQL Cluster NDB 7.1.0 (see\nBug #47037). This option takes a comma-separated list of 0 or more\nserver IDs. Events originating from the corresponding servers are\nignored, with the exception of log rotation and deletion events, which\nare still recorded in the relay log.\n\nIn circular replication, the originating server normally acts as the\nterminator of its own events, so that they are not applied more than\nonce. Thus, this option is useful in circular replication when one of\nthe servers in the circle is removed. Suppose that you have a circular\nreplication setup with 4 servers, having server IDs 1, 2, 3, and 4, and\nserver 3 fails. When bridging the gap by starting replication from\nserver 2 to server 4, you can include IGNORE_SERVER_IDS = (3) in the\nCHANGE MASTER TO statement that you issue on server 4 to tell it to use\nserver 2 as its master instead of server 3. Doing so causes it to\nignore and not to propagate any statements that originated with the\nserver that is no longer in use.\n\nIf a CHANGE MASTER TO statement is issued without any IGNORE_SERVER_IDS\noption, any existing list is preserved; RESET SLAVE also has no effect\non the server ID list. To clear the list of ignored servers, it is\nnecessary to use the option with an empty list:\n\nCHANGE MASTER TO IGNORE_SERVER_IDS = ();\n\nIf IGNORE_SERVER_IDS contains the server\'s own ID and the server was\nstarted with the --replicate-same-server-id option enabled, an error\nresults.\n\nBeginning with MySQL 5.1.47, invoking CHANGE MASTER TO causes the\nprevious values for MASTER_HOST, MASTER_PORT, MASTER_LOG_FILE, and\nMASTER_LOG_POS to be written to the error log, along with other\ninformation about the slave\'s state prior to execution.\n\nCHANGE MASTER TO is useful for setting up a slave when you have the\nsnapshot of the master and have recorded the master binary log\ncoordinates corresponding to the time of the snapshot. After loading\nthe snapshot into the slave to synchronize it to the slave, you can run\nCHANGE MASTER TO MASTER_LOG_FILE=\'log_name\', MASTER_LOG_POS=log_pos on\nthe slave to specify the coordinates at which the slave should begin\nreading the master binary log.\n\nThe following example changes the master server the slave uses and\nestablishes the master binary log coordinates from which the slave\nbegins reading. This is used when you want to set up the slave to\nreplicate the master:\n\nCHANGE MASTER TO\n MASTER_HOST=\'master2.mycompany.com\',\n MASTER_USER=\'replication\',\n MASTER_PASSWORD=\'bigs3cret\',\n MASTER_PORT=3306,\n MASTER_LOG_FILE=\'master2-bin.001\',\n MASTER_LOG_POS=4,\n MASTER_CONNECT_RETRY=10;\n\nThe next example shows an operation that is less frequently employed.\nIt is used when the slave has relay log files that you want it to\nexecute again for some reason. To do this, the master need not be\nreachable. You need only use CHANGE MASTER TO and start the SQL thread\n(START SLAVE SQL_THREAD):\n\nCHANGE MASTER TO\n RELAY_LOG_FILE=\'slave-relay-bin.006\',\n RELAY_LOG_POS=4025;\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/change-master-to.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/change-master-to.html'),(187,'DROP DATABASE',40,'Syntax:\nDROP {DATABASE | SCHEMA} [IF EXISTS] db_name\n\nDROP DATABASE drops all tables in the database and deletes the\ndatabase. Be very careful with this statement! To use DROP DATABASE,\nyou need the DROP privilege on the database. DROP SCHEMA is a synonym\nfor DROP DATABASE.\n\n*Important*: When a database is dropped, user privileges on the\ndatabase are not automatically dropped. See [HELP GRANT].\n\nIF EXISTS is used to prevent an error from occurring if the database\ndoes not exist.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-database.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-database.html'),(188,'MBREQUAL',6,'MBREqual(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are the same.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(189,'TIMESTAMP FUNCTION',32,'Syntax:\nTIMESTAMP(expr), TIMESTAMP(expr1,expr2)\n\nWith a single argument, this function returns the date or datetime\nexpression expr as a datetime value. With two arguments, it adds the\ntime expression expr2 to the date or datetime expression expr1 and\nreturns the result as a datetime value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT TIMESTAMP(\'2003-12-31\');\n -> \'2003-12-31 00:00:00\'\nmysql> SELECT TIMESTAMP(\'2003-12-31 12:00:00\',\'12:00:00\');\n -> \'2004-01-01 00:00:00\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(190,'PROCEDURE ANALYSE',34,'Syntax:\nANALYSE([max_elements[,max_memory]])\n\nANALYSE() examines the result from a query and returns an analysis of\nthe results that suggests optimal data types for each column that may\nhelp reduce table sizes. To obtain this analysis, append PROCEDURE\nANALYSE to the end of a SELECT statement:\n\nSELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max_elements,[max_memory]])\n\nFor example:\n\nSELECT col1, col2 FROM table1 PROCEDURE ANALYSE(10, 2000);\n\nThe results show some statistics for the values returned by the query,\nand propose an optimal data type for the columns. This can be helpful\nfor checking your existing tables, or after importing new data. You may\nneed to try different settings for the arguments so that PROCEDURE\nANALYSE() does not suggest the ENUM data type when it is not\nappropriate.\n\nThe arguments are optional and are used as follows:\n\no max_elements (default 256) is the maximum number of distinct values\n that ANALYSE() notices per column. This is used by ANALYSE() to check\n whether the optimal data type should be of type ENUM; if there are\n more than max_elements distinct values, then ENUM is not a suggested\n type.\n\no max_memory (default 8192) is the maximum amount of memory that\n ANALYSE() should allocate per column while trying to find all\n distinct values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/procedure-analyse.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/procedure-analyse.html'),(191,'HELP_VERSION',9,'This help information was generated from the MySQL 5.1 Reference Manual\non: 2013-11-04 (revision: 36590)\n\nThis information applies to MySQL 5.1 through 5.1.74.\n','',''),(192,'CHARACTER_LENGTH',38,'Syntax:\nCHARACTER_LENGTH(str)\n\nCHARACTER_LENGTH() is a synonym for CHAR_LENGTH().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(193,'SHOW GRANTS',27,'Syntax:\nSHOW GRANTS [FOR user]\n\nThis statement lists the GRANT statement or statements that must be\nissued to duplicate the privileges that are granted to a MySQL user\naccount. The account is named using the same format as for the GRANT\nstatement; for example, \'jeffrey\'@\'localhost\'. If you specify only the\nuser name part of the account name, a host name part of \'%\' is used.\nFor additional information about specifying account names, see [HELP\nGRANT].\n\nmysql> SHOW GRANTS FOR \'root\'@\'localhost\';\n+---------------------------------------------------------------------+\n| Grants for root@localhost |\n+---------------------------------------------------------------------+\n| GRANT ALL PRIVILEGES ON *.* TO \'root\'@\'localhost\' WITH GRANT OPTION |\n+---------------------------------------------------------------------+\n\nTo list the privileges granted to the account that you are using to\nconnect to the server, you can use any of the following statements:\n\nSHOW GRANTS;\nSHOW GRANTS FOR CURRENT_USER;\nSHOW GRANTS FOR CURRENT_USER();\n\nAs of MySQL 5.1.12, if SHOW GRANTS FOR CURRENT_USER (or any of the\nequivalent syntaxes) is used in DEFINER context, such as within a\nstored procedure that is defined with SQL SECURITY DEFINER), the grants\ndisplayed are those of the definer and not the invoker.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-grants.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-grants.html'),(194,'SHOW PRIVILEGES',27,'Syntax:\nSHOW PRIVILEGES\n\nSHOW PRIVILEGES shows the list of system privileges that the MySQL\nserver supports. The exact list of privileges depends on the version of\nyour server.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-privileges.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-privileges.html'),(195,'CREATE TABLESPACE',40,'Syntax:\nCREATE TABLESPACE tablespace_name\n ADD DATAFILE \'file_name\'\n USE LOGFILE GROUP logfile_group\n [EXTENT_SIZE [=] extent_size]\n [INITIAL_SIZE [=] initial_size]\n [AUTOEXTEND_SIZE [=] autoextend_size]\n [MAX_SIZE [=] max_size]\n [NODEGROUP [=] nodegroup_id]\n [WAIT]\n [COMMENT [=] comment_text]\n ENGINE [=] engine_name\n\nThis statement is used to create a tablespace, which can contain one or\nmore data files, providing storage space for tables. One data file is\ncreated and added to the tablespace using this statement. Additional\ndata files may be added to the tablespace by using the ALTER TABLESPACE\nstatement (see [HELP ALTER TABLESPACE]). For rules covering the naming\nof tablespaces, see\nhttp://dev.mysql.com/doc/refman/5.1/en/identifiers.html.\n\n*Note*: All MySQL Cluster Disk Data objects share the same namespace.\nThis means that each Disk Data object must be uniquely named (and not\nmerely each Disk Data object of a given type). For example, you cannot\nhave a tablespace and a log file group with the same name, or a\ntablespace and a data file with the same name.\n\nPrior to MySQL Cluster NDB 6.2.17, 6.3.23, and 6.4.3, path and file\nnames for data files could not be longer than 128 characters. (Bug\n#31770)\n\nA log file group of one or more UNDO log files must be assigned to the\ntablespace to be created with the USE LOGFILE GROUP clause.\nlogfile_group must be an existing log file group created with CREATE\nLOGFILE GROUP (see [HELP CREATE LOGFILE GROUP]). Multiple tablespaces\nmay use the same log file group for UNDO logging.\n\nThe EXTENT_SIZE sets the size, in bytes, of the extents used by any\nfiles belonging to the tablespace. The default value is 1M. The minimum\nsize is 32K, and theoretical maximum is 2G, although the practical\nmaximum size depends on a number of factors. In most cases, changing\nthe extent size does not have any measurable effect on performance, and\nthe default value is recommended for all but the most unusual\nsituations.\n\nAn extent is a unit of disk space allocation. One extent is filled with\nas much data as that extent can contain before another extent is used.\nIn theory, up to 65,535 (64K) extents may used per data file; however,\nthe recommended maximum is 32,768 (32K). The recommended maximum size\nfor a single data file is 32G---that is, 32K extents x 1 MB per extent.\nIn addition, once an extent is allocated to a given partition, it\ncannot be used to store data from a different partition; an extent\ncannot store data from more than one partition. This means, for example\nthat a tablespace having a single datafile whose INITIAL_SIZE is 256 MB\nand whose EXTENT_SIZE is 128M has just two extents, and so can be used\nto store data from at most two different disk data table partitions.\n\nYou can see how many extents remain free in a given data file by\nquerying the INFORMATION_SCHEMA.FILES table, and so derive an estimate\nfor how much space remains free in the file. For further discussion and\nexamples, see http://dev.mysql.com/doc/refman/5.1/en/files-table.html.\n\nThe INITIAL_SIZE parameter sets the data file\'s total size in bytes.\nOnce the file has been created, its size cannot be changed; however,\nyou can add more data files to the tablespace using ALTER TABLESPACE\n... ADD DATAFILE. See [HELP ALTER TABLESPACE].\n\nINITIAL_SIZE is optional; its default value is 128M.\n\nOn 32-bit systems, the maximum supported value for INITIAL_SIZE is 4G.\n(Bug #29186)\n\nWhen setting EXTENT_SIZE or INITIAL_SIZE (either or both), you may\noptionally follow the number with a one-letter abbreviation for an\norder of magnitude, similar to those used in my.cnf. Generally, this is\none of the letters M (for megabytes) or G (for gigabytes).\n\nINITIAL_SIZE, EXTENT_SIZE, and UNDO_BUFFER_SIZE are subject to rounding\nas follows:\n\no EXTENT_SIZE and UNDO_BUFFER_SIZE are each rounded up to the nearest\n whole multiple of 32K.\n\no INITIAL_SIZE is rounded down to the nearest whole multiple of 32K.\n\n For data files, INITIAL_SIZE is subject to further rounding; the\n result just obtained is rounded up to the nearest whole multiple of\n EXTENT_SIZE (after any rounding).\n\nThe rounding just described has always (since Disk Data tablespaces\nwere introduced in MySQL 5.1.6) been performed implicitly, but\nbeginning with MySQL Cluster NDB 6.2.19, MySQL Cluster NDB 6.3.32,\nMySQL Cluster NDB 7.0.13, and MySQL Cluster NDB 7.1.2, this rounding is\ndone explicitly, and a warning is issued by the MySQL Server when any\nsuch rounding is performed. The rounded values are also used by the NDB\nkernel for calculating INFORMATION_SCHEMA.FILES column values and other\npurposes. However, to avoid an unexpected result, we suggest that you\nalways use whole multiples of 32K in specifying these options.\n\nAUTOEXTEND_SIZE, MAX_SIZE, NODEGROUP, WAIT, and COMMENT are parsed but\nignored, and so currently have no effect. These options are intended\nfor future expansion.\n\nThe ENGINE parameter determines the storage engine which uses this\ntablespace, with engine_name being the name of the storage engine. In\nMySQL 5.1, engine_name must be one of the values NDB or NDBCLUSTER.\n\nWhen CREATE TABLESPACE is used with ENGINE = NDB, a tablespace and\nassociated data file are created on each Cluster data node. You can\nverify that the data files were created and obtain information about\nthem by querying the INFORMATION_SCHEMA.FILES table. For example:\n\nmysql> SELECT LOGFILE_GROUP_NAME, FILE_NAME, EXTRA\n -> FROM INFORMATION_SCHEMA.FILES\n -> WHERE TABLESPACE_NAME = \'newts\' AND FILE_TYPE = \'DATAFILE\';\n+--------------------+-------------+----------------+\n| LOGFILE_GROUP_NAME | FILE_NAME | EXTRA |\n+--------------------+-------------+----------------+\n| lg_3 | newdata.dat | CLUSTER_NODE=3 |\n| lg_3 | newdata.dat | CLUSTER_NODE=4 |\n+--------------------+-------------+----------------+\n2 rows in set (0.01 sec)\n\n(See http://dev.mysql.com/doc/refman/5.1/en/files-table.html.)\n\nCREATE TABLESPACE was added in MySQL 5.1.6. In MySQL 5.1, it is useful\nonly with Disk Data storage for MySQL Cluster. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-tablespace.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-tablespace.html'),(196,'INSERT FUNCTION',38,'Syntax:\nINSERT(str,pos,len,newstr)\n\nReturns the string str, with the substring beginning at position pos\nand len characters long replaced by the string newstr. Returns the\noriginal string if pos is not within the length of the string. Replaces\nthe rest of the string from position pos if len is not within the\nlength of the rest of the string. Returns NULL if any argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT INSERT(\'Quadratic\', 3, 4, \'What\');\n -> \'QuWhattic\'\nmysql> SELECT INSERT(\'Quadratic\', -1, 4, \'What\');\n -> \'Quadratic\'\nmysql> SELECT INSERT(\'Quadratic\', 3, 100, \'What\');\n -> \'QuWhat\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(197,'CRC32',4,'Syntax:\nCRC32(expr)\n\nComputes a cyclic redundancy check value and returns a 32-bit unsigned\nvalue. The result is NULL if the argument is NULL. The argument is\nexpected to be a string and (if possible) is treated as one if it is\nnot.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT CRC32(\'MySQL\');\n -> 3259397556\nmysql> SELECT CRC32(\'mysql\');\n -> 2501908538\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(198,'XOR',15,'Syntax:\nXOR\n\nLogical XOR. Returns NULL if either operand is NULL. For non-NULL\noperands, evaluates to 1 if an odd number of operands is nonzero,\notherwise 0 is returned.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html\n\n','mysql> SELECT 1 XOR 1;\n -> 0\nmysql> SELECT 1 XOR 0;\n -> 1\nmysql> SELECT 1 XOR NULL;\n -> NULL\nmysql> SELECT 1 XOR 1 XOR 1;\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html'),(199,'STARTPOINT',13,'StartPoint(ls)\n\nReturns the Point that is the start point of the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(StartPoint(GeomFromText(@ls)));\n+---------------------------------------+\n| AsText(StartPoint(GeomFromText(@ls))) |\n+---------------------------------------+\n| POINT(1 1) |\n+---------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(200,'GRANT',10,'Syntax:\nGRANT\n priv_type [(column_list)]\n [, priv_type [(column_list)]] ...\n ON [object_type] priv_level\n TO user_specification [, user_specification] ...\n [REQUIRE {NONE | ssl_option [[AND] ssl_option] ...}]\n [WITH with_option ...]\n\nobject_type:\n TABLE\n | FUNCTION\n | PROCEDURE\n\npriv_level:\n *\n | *.*\n | db_name.*\n | db_name.tbl_name\n | tbl_name\n | db_name.routine_name\n\nuser_specification:\n user [IDENTIFIED BY [PASSWORD] \'password\']\n\nssl_option:\n SSL\n | X509\n | CIPHER \'cipher\'\n | ISSUER \'issuer\'\n | SUBJECT \'subject\'\n\nwith_option:\n GRANT OPTION\n | MAX_QUERIES_PER_HOUR count\n | MAX_UPDATES_PER_HOUR count\n | MAX_CONNECTIONS_PER_HOUR count\n | MAX_USER_CONNECTIONS count\n\nThe GRANT statement grants privileges to MySQL user accounts. GRANT\nalso serves to specify other account characteristics such as use of\nsecure connections and limits on access to server resources. To use\nGRANT, you must have the GRANT OPTION privilege, and you must have the\nprivileges that you are granting.\n\nNormally, a database administrator first uses CREATE USER to create an\naccount, then GRANT to define its privileges and characteristics. For\nexample:\n\nCREATE USER \'jeffrey\'@\'localhost\' IDENTIFIED BY \'mypass\';\nGRANT ALL ON db1.* TO \'jeffrey\'@\'localhost\';\nGRANT SELECT ON db2.invoice TO \'jeffrey\'@\'localhost\';\nGRANT USAGE ON *.* TO \'jeffrey\'@\'localhost\' WITH MAX_QUERIES_PER_HOUR 90;\n\nHowever, if an account named in a GRANT statement does not already\nexist, GRANT may create it under the conditions described later in the\ndiscussion of the NO_AUTO_CREATE_USER SQL mode.\n\nThe REVOKE statement is related to GRANT and enables administrators to\nremove account privileges. See [HELP REVOKE].\n\nWhen successfully executed from the mysql program, GRANT responds with\nQuery OK, 0 rows affected. To determine what privileges result from the\noperation, use SHOW GRANTS. See [HELP SHOW GRANTS].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/grant.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/grant.html'),(201,'DECLARE VARIABLE',24,'Syntax:\nDECLARE var_name [, var_name] ... type [DEFAULT value]\n\nThis statement declares local variables within stored programs. To\nprovide a default value for a variable, include a DEFAULT clause. The\nvalue can be specified as an expression; it need not be a constant. If\nthe DEFAULT clause is missing, the initial value is NULL.\n\nLocal variables are treated like stored routine parameters with respect\nto data type and overflow checking. See [HELP CREATE PROCEDURE].\n\nVariable declarations must appear before cursor or handler\ndeclarations.\n\nLocal variable names are not case sensitive. Permissible characters and\nquoting rules are the same as for other identifiers, as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/identifiers.html.\n\nThe scope of a local variable is the BEGIN ... END block within which\nit is declared. The variable can be referred to in blocks nested within\nthe declaring block, except those blocks that declare a variable with\nthe same name.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/declare-local-variable.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/declare-local-variable.html'),(202,'MPOLYFROMTEXT',3,'MPolyFromText(wkt[,srid]), MultiPolygonFromText(wkt[,srid])\n\nConstructs a MULTIPOLYGON value using its WKT representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(203,'MBRINTERSECTS',6,'MBRIntersects(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 intersect.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(204,'BIT_OR',16,'Syntax:\nBIT_OR(expr)\n\nReturns the bitwise OR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(205,'YEARWEEK',32,'Syntax:\nYEARWEEK(date), YEARWEEK(date,mode)\n\nReturns year and week for a date. The mode argument works exactly like\nthe mode argument to WEEK(). The year in the result may be different\nfrom the year in the date argument for the first and the last week of\nthe year.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT YEARWEEK(\'1987-01-01\');\n -> 198653\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(206,'NOT BETWEEN',19,'Syntax:\nexpr NOT BETWEEN min AND max\n\nThis is the same as NOT (expr BETWEEN min AND max).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(207,'IS NOT',19,'Syntax:\nIS NOT boolean_value\n\nTests a value against a boolean value, where boolean_value can be TRUE,\nFALSE, or UNKNOWN.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 1 IS NOT UNKNOWN, 0 IS NOT UNKNOWN, NULL IS NOT UNKNOWN;\n -> 1, 1, 0\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(208,'LOG10',4,'Syntax:\nLOG10(X)\n\nReturns the base-10 logarithm of X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT LOG10(2);\n -> 0.30102999566398\nmysql> SELECT LOG10(100);\n -> 2\nmysql> SELECT LOG10(-100);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(209,'SQRT',4,'Syntax:\nSQRT(X)\n\nReturns the square root of a nonnegative number X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT SQRT(4);\n -> 2\nmysql> SELECT SQRT(20);\n -> 4.4721359549996\nmysql> SELECT SQRT(-16);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(210,'DECIMAL',23,'DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nA packed \"exact\" fixed-point number. M is the total number of digits\n(the precision) and D is the number of digits after the decimal point\n(the scale). The decimal point and (for negative numbers) the \"-\" sign\nare not counted in M. If D is 0, values have no decimal point or\nfractional part. The maximum number of digits (M) for DECIMAL is 65.\nThe maximum number of supported decimals (D) is 30. If D is omitted,\nthe default is 0. If M is omitted, the default is 10.\n\nUNSIGNED, if specified, disallows negative values.\n\nAll basic calculations (+, -, *, /) with DECIMAL columns are done with\na precision of 65 digits.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(211,'CREATE INDEX',40,'Syntax:\nCREATE [ONLINE|OFFLINE] [UNIQUE|FULLTEXT|SPATIAL] INDEX index_name\n [index_type]\n ON tbl_name (index_col_name,...)\n [index_option] ...\n\nindex_col_name:\n col_name [(length)] [ASC | DESC]\n\nindex_type:\n USING {BTREE | HASH}\n\nindex_option:\n KEY_BLOCK_SIZE [=] value\n | index_type\n | WITH PARSER parser_name\n\nCREATE INDEX is mapped to an ALTER TABLE statement to create indexes.\nSee [HELP ALTER TABLE]. CREATE INDEX cannot be used to create a PRIMARY\nKEY; use ALTER TABLE instead. For more information about indexes, see\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-index.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-index.html'),(212,'CREATE FUNCTION',40,'The CREATE FUNCTION statement is used to create stored functions and\nuser-defined functions (UDFs):\n\no For information about creating stored functions, see [HELP CREATE\n PROCEDURE].\n\no For information about creating user-defined functions, see [HELP\n CREATE FUNCTION UDF].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-function.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-function.html'),(213,'ALTER DATABASE',40,'Syntax:\nALTER {DATABASE | SCHEMA} [db_name]\n alter_specification ...\nALTER {DATABASE | SCHEMA} db_name\n UPGRADE DATA DIRECTORY NAME\n\nalter_specification:\n [DEFAULT] CHARACTER SET [=] charset_name\n | [DEFAULT] COLLATE [=] collation_name\n\nALTER DATABASE enables you to change the overall characteristics of a\ndatabase. These characteristics are stored in the db.opt file in the\ndatabase directory. To use ALTER DATABASE, you need the ALTER privilege\non the database. ALTER SCHEMA is a synonym for ALTER DATABASE.\n\nThe database name can be omitted from the first syntax, in which case\nthe statement applies to the default database.\n\nNational Language Characteristics\n\nThe CHARACTER SET clause changes the default database character set.\nThe COLLATE clause changes the default database collation.\nhttp://dev.mysql.com/doc/refman/5.1/en/charset.html, discusses\ncharacter set and collation names.\n\nYou can see what character sets and collations are available using,\nrespectively, the SHOW CHARACTER SET and SHOW COLLATION statements. See\n[HELP SHOW CHARACTER SET], and [HELP SHOW COLLATION], for more\ninformation.\n\nIf you change the default character set or collation for a database,\nstored routines that use the database defaults must be dropped and\nrecreated so that they use the new defaults. (In a stored routine,\nvariables with character data types use the database defaults if the\ncharacter set or collation are not specified explicitly. See [HELP\nCREATE PROCEDURE].)\n\nUpgrading from Versions Older than MySQL 5.1\n\nThe syntax that includes the UPGRADE DATA DIRECTORY NAME clause was\nadded in MySQL 5.1.23. It updates the name of the directory associated\nwith the database to use the encoding implemented in MySQL 5.1 for\nmapping database names to database directory names (see\nhttp://dev.mysql.com/doc/refman/5.1/en/identifier-mapping.html). This\nclause is for use under these conditions:\n\no It is intended when upgrading MySQL to 5.1 or later from older\n versions.\n\no It is intended to update a database directory name to the current\n encoding format if the name contains special characters that need\n encoding.\n\no The statement is used by mysqlcheck (as invoked by mysql_upgrade).\n\nFor example, if a database in MySQL 5.0 has the name a-b-c, the name\ncontains instances of the - (dash) character. In MySQL 5.0, the\ndatabase directory is also named a-b-c, which is not necessarily safe\nfor all file systems. In MySQL 5.1 and later, the same database name is\nencoded as a@002db@002dc to produce a file system-neutral directory\nname.\n\nWhen a MySQL installation is upgraded to MySQL 5.1 or later from an\nolder version,the server displays a name such as a-b-c (which is in the\nold format) as #mysql50#a-b-c, and you must refer to the name using the\n#mysql50# prefix. Use UPGRADE DATA DIRECTORY NAME in this case to\nexplicitly tell the server to re-encode the database directory name to\nthe current encoding format:\n\nALTER DATABASE `#mysql50#a-b-c` UPGRADE DATA DIRECTORY NAME;\n\nAfter executing this statement, you can refer to the database as a-b-c\nwithout the special #mysql50# prefix.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-database.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/alter-database.html'),(214,'GEOMETRYN',26,'GeometryN(gc,N)\n\nReturns the N-th geometry in the GeometryCollection value gc.\nGeometries are numbered beginning with 1.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT AsText(GeometryN(GeomFromText(@gc),1));\n+----------------------------------------+\n| AsText(GeometryN(GeomFromText(@gc),1)) |\n+----------------------------------------+\n| POINT(1 1) |\n+----------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(215,'<<',20,'Syntax:\n<<\n\nShifts a longlong (BIGINT) number to the left.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n','mysql> SELECT 1 << 2;\n -> 4\n','http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),(216,'SHOW TABLE STATUS',27,'Syntax:\nSHOW TABLE STATUS [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW TABLE STATUS works likes SHOW TABLES, but provides a lot of\ninformation about each non-TEMPORARY table. You can also get this list\nusing the mysqlshow --status db_name command. The LIKE clause, if\npresent, indicates which table names to match. The WHERE clause can be\ngiven to select rows using more general conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-table-status.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-table-status.html'),(217,'MD5',12,'Syntax:\nMD5(str)\n\nCalculates an MD5 128-bit checksum for the string. The value is\nreturned as a binary string of 32 hex digits, or NULL if the argument\nwas NULL. The return value can, for example, be used as a hash key. See\nthe notes at the beginning of this section about storing hash values\nefficiently.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','mysql> SELECT MD5(\'testing\');\n -> \'ae2b1fca515949e5d54fb22b8ed95575\'\n','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(218,'<',19,'Syntax:\n<\n\nLess than:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 2 < 2;\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(219,'UNIX_TIMESTAMP',32,'Syntax:\nUNIX_TIMESTAMP(), UNIX_TIMESTAMP(date)\n\nIf called with no argument, returns a Unix timestamp (seconds since\n\'1970-01-01 00:00:00\' UTC) as an unsigned integer. If UNIX_TIMESTAMP()\nis called with a date argument, it returns the value of the argument as\nseconds since \'1970-01-01 00:00:00\' UTC. date may be a DATE string, a\nDATETIME string, a TIMESTAMP, or a number in the format YYMMDD or\nYYYYMMDD. The server interprets date as a value in the current time\nzone and converts it to an internal value in UTC. Clients can set their\ntime zone as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT UNIX_TIMESTAMP();\n -> 1196440210\nmysql> SELECT UNIX_TIMESTAMP(\'2007-11-30 10:30:19\');\n -> 1196440219\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(220,'DAYOFMONTH',32,'Syntax:\nDAYOFMONTH(date)\n\nReturns the day of the month for date, in the range 1 to 31, or 0 for\ndates such as \'0000-00-00\' or \'2008-00-00\' that have a zero day part.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT DAYOFMONTH(\'2007-02-03\');\n -> 3\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(221,'ASCII',38,'Syntax:\nASCII(str)\n\nReturns the numeric value of the leftmost character of the string str.\nReturns 0 if str is the empty string. Returns NULL if str is NULL.\nASCII() works for 8-bit characters.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT ASCII(\'2\');\n -> 50\nmysql> SELECT ASCII(2);\n -> 50\nmysql> SELECT ASCII(\'dx\');\n -> 100\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(222,'DIV',4,'Syntax:\nDIV\n\nInteger division. Similar to FLOOR(), but is safe with BIGINT values.\nIncorrect results may occur for noninteger operands that exceed BIGINT\nrange.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html\n\n','mysql> SELECT 5 DIV 2;\n -> 2\n','http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),(223,'RENAME USER',10,'Syntax:\nRENAME USER old_user TO new_user\n [, old_user TO new_user] ...\n\nThe RENAME USER statement renames existing MySQL accounts. To use it,\nyou must have the global CREATE USER privilege or the UPDATE privilege\nfor the mysql database. An error occurs if any old account does not\nexist or any new account exists. Each account name uses the format\ndescribed in http://dev.mysql.com/doc/refman/5.1/en/account-names.html.\nFor example:\n\nRENAME USER \'jeffrey\'@\'localhost\' TO \'jeff\'@\'127.0.0.1\';\n\nIf you specify only the user name part of the account name, a host name\npart of \'%\' is used.\n\nRENAME USER causes the privileges held by the old user to be those held\nby the new user. However, RENAME USER does not automatically drop or\ninvalidate databases or objects within them that the old user created.\nThis includes stored programs or views for which the DEFINER attribute\nnames the old user. Attempts to access such objects may produce an\nerror if they execute in definer security context. (For information\nabout security context, see\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-security.html.)\n\nThe privilege changes take effect as indicated in\nhttp://dev.mysql.com/doc/refman/5.1/en/privilege-changes.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/rename-user.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/rename-user.html'),(224,'SHOW SLAVE STATUS',27,'Syntax:\nSHOW SLAVE STATUS\n\nThis statement provides status information on essential parameters of\nthe slave threads. It requires either the SUPER or REPLICATION CLIENT\nprivilege.\n\nIf you issue this statement using the mysql client, you can use a \\G\nstatement terminator rather than a semicolon to obtain a more readable\nvertical layout:\n\nmysql> SHOW SLAVE STATUS\\G\n*************************** 1. row ***************************\n Slave_IO_State: Waiting for master to send event\n Master_Host: localhost\n Master_User: root\n Master_Port: 3306\n Connect_Retry: 3\n Master_Log_File: gbichot-bin.005\n Read_Master_Log_Pos: 79\n Relay_Log_File: gbichot-relay-bin.005\n Relay_Log_Pos: 548\n Relay_Master_Log_File: gbichot-bin.005\n Slave_IO_Running: Yes\n Slave_SQL_Running: Yes\n Replicate_Do_DB:\n Replicate_Ignore_DB:\n Replicate_Do_Table:\n Replicate_Ignore_Table:\n Replicate_Wild_Do_Table:\n Replicate_Wild_Ignore_Table:\n Last_Errno: 0\n Last_Error:\n Skip_Counter: 0\n Exec_Master_Log_Pos: 79\n Relay_Log_Space: 552\n Until_Condition: None\n Until_Log_File:\n Until_Log_Pos: 0\n Master_SSL_Allowed: No\n Master_SSL_CA_File:\n Master_SSL_CA_Path:\n Master_SSL_Cert:\n Master_SSL_Cipher:\n Master_SSL_Key:\n Seconds_Behind_Master: 8\nMaster_SSL_Verify_Server_Cert: No\n Last_IO_Errno: 0\n Last_IO_Error:\n Last_SQL_Errno: 0\n Last_SQL_Error:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-slave-status.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-slave-status.html'),(225,'GEOMETRY',35,'MySQL provides a standard way of creating spatial columns for geometry\ntypes, for example, with CREATE TABLE or ALTER TABLE. Currently,\nspatial columns are supported for MyISAM, InnoDB, NDB, and ARCHIVE\ntables. See also the annotations about spatial indexes under [HELP\nSPATIAL].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-columns.html\n\n','CREATE TABLE geom (g GEOMETRY);\n','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-columns.html'),(226,'NUMPOINTS',13,'NumPoints(ls)\n\nReturns the number of Point objects in the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT NumPoints(GeomFromText(@ls));\n+------------------------------+\n| NumPoints(GeomFromText(@ls)) |\n+------------------------------+\n| 3 |\n+------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(227,'ALTER LOGFILE GROUP',40,'Syntax:\nALTER LOGFILE GROUP logfile_group\n ADD UNDOFILE \'file_name\'\n [INITIAL_SIZE [=] size]\n [WAIT]\n ENGINE [=] engine_name\n\nThis statement adds an UNDO file named \'file_name\' to an existing log\nfile group logfile_group. An ALTER LOGFILE GROUP statement has one and\nonly one ADD UNDOFILE clause. No DROP UNDOFILE clause is currently\nsupported.\n\n*Note*: All MySQL Cluster Disk Data objects share the same namespace.\nThis means that each Disk Data object must be uniquely named (and not\nmerely each Disk Data object of a given type). For example, you cannot\nhave a tablespace and an undo log file with the same name, or an undo\nlog file and a data file with the same name.\n\nPrior to MySQL Cluster NDB 6.2.17, 6.3.23, and 6.4.3, path and file\nnames for undo log files could not be longer than 128 characters. (Bug\n#31769)\n\nThe optional INITIAL_SIZE parameter sets the UNDO file\'s initial size\nin bytes; if not specified, the initial size default to 128M (128\nmegabytes). You may optionally follow size with a one-letter\nabbreviation for an order of magnitude, similar to those used in\nmy.cnf. Generally, this is one of the letters M (for megabytes) or G\n(for gigabytes).\n\nOn 32-bit systems, the maximum supported value for INITIAL_SIZE is 4G.\n(Bug #29186)\n\nBeginning with MySQL Cluster NDB 6.2.18, 6.3.24, and 7.0.4, the minimum\npermitted value for INITIAL_SIZE is 1M. (Bug #29574)\n\n*Note*: WAIT is parsed but otherwise ignored. This keyword has no\neffect in MySQL 5.1, MySQL Cluster NDB 6.x, or MySQL Cluster NDB 7.x,\nand is intended for future expansion.\n\nThe ENGINE parameter (required) determines the storage engine which is\nused by this log file group, with engine_name being the name of the\nstorage engine. In MySQL 5.1, MySQL Cluster NDB 6.x, and MySQL Cluster\nNDB 7.x, the only accepted values for engine_name are \"NDBCLUSTER\" and\n\"NDB\". The two values are equivalent.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-logfile-group.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/alter-logfile-group.html'),(228,'&',20,'Syntax:\n&\n\nBitwise AND:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n','mysql> SELECT 29 & 15;\n -> 13\n','http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),(229,'LOCALTIMESTAMP',32,'Syntax:\nLOCALTIMESTAMP, LOCALTIMESTAMP()\n\nLOCALTIMESTAMP and LOCALTIMESTAMP() are synonyms for NOW().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(230,'ASSIGN-EQUAL',15,'Syntax:\n=\n\nThis operator is used to perform value assignments in two cases,\ndescribed in the next two paragraphs.\n\nWithin a SET statement, = is treated as an assignment operator that\ncauses the user variable on the left hand side of the operator to take\non the value to its right. (In other words, when used in a SET\nstatement, = is treated identically to :=.) The value on the right hand\nside may be a literal value, another variable storing a value, or any\nlegal expression that yields a scalar value, including the result of a\nquery (provided that this value is a scalar value). You can perform\nmultiple assignments in the same SET statement.\n\nIn the SET clause of an UPDATE statement, = also acts as an assignment\noperator; in this case, however, it causes the column named on the left\nhand side of the operator to assume the value given to the right,\nprovided any WHERE conditions that are part of the UPDATE are met. You\ncan make multiple assignments in the same SET clause of an UPDATE\nstatement.\n\nIn any other context, = is treated as a comparison operator.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/assignment-operators.html\n\n','mysql> SELECT @var1, @var2;\n -> NULL, NULL\nmysql> SELECT @var1 := 1, @var2;\n -> 1, NULL\nmysql> SELECT @var1, @var2;\n -> 1, NULL\nmysql> SELECT @var1, @var2 := @var1;\n -> 1, 1\nmysql> SELECT @var1, @var2;\n -> 1, 1\n','http://dev.mysql.com/doc/refman/5.1/en/assignment-operators.html'),(231,'CONVERT',38,'Syntax:\nCONVERT(expr,type), CONVERT(expr USING transcoding_name)\n\nThe CONVERT() and CAST() functions take an expression of any type and\nproduce a result value of a specified type.\n\nThe type for the result can be one of the following values:\n\no BINARY[(N)]\n\no CHAR[(N)]\n\no DATE\n\no DATETIME\n\no DECIMAL[(M[,D])]\n\no SIGNED [INTEGER]\n\no TIME\n\no UNSIGNED [INTEGER]\n\nBINARY produces a string with the BINARY data type. See\nhttp://dev.mysql.com/doc/refman/5.1/en/binary-varbinary.html for a\ndescription of how this affects comparisons. If the optional length N\nis given, BINARY(N) causes the cast to use no more than N bytes of the\nargument. Values shorter than N bytes are padded with 0x00 bytes to a\nlength of N.\n\nCHAR(N) causes the cast to use no more than N characters of the\nargument.\n\nCAST() and CONVERT(... USING ...) are standard SQL syntax. The\nnon-USING form of CONVERT() is ODBC syntax.\n\nCONVERT() with USING is used to convert data between different\ncharacter sets. In MySQL, transcoding names are the same as the\ncorresponding character set names. For example, this statement converts\nthe string \'abc\' in the default character set to the corresponding\nstring in the utf8 character set:\n\nSELECT CONVERT(\'abc\' USING utf8);\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/cast-functions.html\n\n','SELECT enum_col FROM tbl_name ORDER BY CAST(enum_col AS CHAR);\n','http://dev.mysql.com/doc/refman/5.1/en/cast-functions.html'),(232,'DROP LOGFILE GROUP',40,'Syntax:\nDROP LOGFILE GROUP logfile_group\n ENGINE [=] engine_name\n\nThis statement drops the log file group named logfile_group. The log\nfile group must already exist or an error results. (For information on\ncreating log file groups, see [HELP CREATE LOGFILE GROUP].)\n\n*Important*: Before dropping a log file group, you must drop all\ntablespaces that use that log file group for UNDO logging.\n\nThe required ENGINE clause provides the name of the storage engine used\nby the log file group to be dropped. In MySQL 5.1, the only permitted\nvalues for engine_name are NDB and NDBCLUSTER.\n\nDROP LOGFILE GROUP was added in MySQL 5.1.6. In MySQL 5.1, it is useful\nonly with Disk Data storage for MySQL Cluster. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-logfile-group.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-logfile-group.html'),(233,'ADDDATE',32,'Syntax:\nADDDATE(date,INTERVAL expr unit), ADDDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument, ADDDATE()\nis a synonym for DATE_ADD(). The related function SUBDATE() is a\nsynonym for DATE_SUB(). For information on the INTERVAL unit argument,\nsee the discussion for DATE_ADD().\n\nmysql> SELECT DATE_ADD(\'2008-01-02\', INTERVAL 31 DAY);\n -> \'2008-02-02\'\nmysql> SELECT ADDDATE(\'2008-01-02\', INTERVAL 31 DAY);\n -> \'2008-02-02\'\n\nWhen invoked with the days form of the second argument, MySQL treats it\nas an integer number of days to be added to expr.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT ADDDATE(\'2008-01-02\', 31);\n -> \'2008-02-02\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(234,'REPEAT LOOP',24,'Syntax:\n[begin_label:] REPEAT\n statement_list\nUNTIL search_condition\nEND REPEAT [end_label]\n\nThe statement list within a REPEAT statement is repeated until the\nsearch_condition expression is true. Thus, a REPEAT always enters the\nloop at least once. statement_list consists of one or more statements,\neach terminated by a semicolon (;) statement delimiter.\n\nA REPEAT statement can be labeled. For the rules regarding label use,\nsee [HELP labels].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/repeat.html\n\n','mysql> delimiter //\n\nmysql> CREATE PROCEDURE dorepeat(p1 INT)\n -> BEGIN\n -> SET @x = 0;\n -> REPEAT\n -> SET @x = @x + 1;\n -> UNTIL @x > p1 END REPEAT;\n -> END\n -> //\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CALL dorepeat(1000)//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @x//\n+------+\n| @x |\n+------+\n| 1001 |\n+------+\n1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/repeat.html'),(235,'ALTER FUNCTION',40,'Syntax:\nALTER FUNCTION func_name [characteristic ...]\n\ncharacteristic:\n COMMENT \'string\'\n | LANGUAGE SQL\n | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n | SQL SECURITY { DEFINER | INVOKER }\n\nThis statement can be used to change the characteristics of a stored\nfunction. More than one change may be specified in an ALTER FUNCTION\nstatement. However, you cannot change the parameters or body of a\nstored function using this statement; to make such changes, you must\ndrop and re-create the function using DROP FUNCTION and CREATE\nFUNCTION.\n\nYou must have the ALTER ROUTINE privilege for the function. (That\nprivilege is granted automatically to the function creator.) If binary\nlogging is enabled, the ALTER FUNCTION statement might also require the\nSUPER privilege, as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-logging.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-function.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/alter-function.html'),(236,'SMALLINT',23,'SMALLINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA small integer. The signed range is -32768 to 32767. The unsigned\nrange is 0 to 65535.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(237,'DOUBLE PRECISION',23,'DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL], REAL[(M,D)] [UNSIGNED]\n[ZEROFILL]\n\nThese types are synonyms for DOUBLE. Exception: If the REAL_AS_FLOAT\nSQL mode is enabled, REAL is a synonym for FLOAT rather than DOUBLE.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(238,'ORD',38,'Syntax:\nORD(str)\n\nIf the leftmost character of the string str is a multi-byte character,\nreturns the code for that character, calculated from the numeric values\nof its constituent bytes using this formula:\n\n (1st byte code)\n+ (2nd byte code * 256)\n+ (3rd byte code * 2562) ...\n\nIf the leftmost character is not a multi-byte character, ORD() returns\nthe same value as the ASCII() function.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT ORD(\'2\');\n -> 50\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(239,'DEALLOCATE PREPARE',8,'Syntax:\n{DEALLOCATE | DROP} PREPARE stmt_name\n\nTo deallocate a prepared statement produced with PREPARE, use a\nDEALLOCATE PREPARE statement that refers to the prepared statement\nname. Attempting to execute a prepared statement after deallocating it\nresults in an error.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/deallocate-prepare.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/deallocate-prepare.html'),(240,'ENVELOPE',37,'Envelope(g)\n\nReturns the Minimum Bounding Rectangle (MBR) for the geometry value g.\nThe result is returned as a Polygon value.\n\nThe polygon is defined by the corner points of the bounding box:\n\nPOLYGON((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SELECT AsText(Envelope(GeomFromText(\'LineString(1 1,2 2)\')));\n+-------------------------------------------------------+\n| AsText(Envelope(GeomFromText(\'LineString(1 1,2 2)\'))) |\n+-------------------------------------------------------+\n| POLYGON((1 1,2 1,2 2,1 2,1 1)) |\n+-------------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(241,'IS_FREE_LOCK',14,'Syntax:\nIS_FREE_LOCK(str)\n\nChecks whether the lock named str is free to use (that is, not locked).\nReturns 1 if the lock is free (no one is using the lock), 0 if the lock\nis in use, and NULL if an error occurs (such as an incorrect argument).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(242,'TOUCHES',31,'Touches(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially touches g2. Two\ngeometries spatially touch if the interiors of the geometries do not\nintersect, but the boundary of one of the geometries intersects either\nthe boundary or the interior of the other.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(243,'INET_ATON',14,'Syntax:\nINET_ATON(expr)\n\nGiven the dotted-quad representation of an IPv4 network address as a\nstring, returns an integer that represents the numeric value of the\naddress in network byte order (big endian). INET_ATON() returns NULL if\nit does not understand its argument.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','mysql> SELECT INET_ATON(\'10.0.5.9\');\n -> 167773449\n','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(244,'UNCOMPRESS',12,'Syntax:\nUNCOMPRESS(string_to_uncompress)\n\nUncompresses a string compressed by the COMPRESS() function. If the\nargument is not a compressed value, the result is NULL. This function\nrequires MySQL to have been compiled with a compression library such as\nzlib. Otherwise, the return value is always NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','mysql> SELECT UNCOMPRESS(COMPRESS(\'any string\'));\n -> \'any string\'\nmysql> SELECT UNCOMPRESS(\'any string\');\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(245,'AUTO_INCREMENT',23,'The AUTO_INCREMENT attribute can be used to generate a unique identity\nfor new rows:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/example-auto-increment.html\n\n','CREATE TABLE animals (\n id MEDIUMINT NOT NULL AUTO_INCREMENT,\n name CHAR(30) NOT NULL,\n PRIMARY KEY (id)\n) ENGINE=INNODB;\n\nINSERT INTO animals (name) VALUES\n (\'dog\'),(\'cat\'),(\'penguin\'),\n (\'lax\'),(\'whale\'),(\'ostrich\');\n\nSELECT * FROM animals;\n','http://dev.mysql.com/doc/refman/5.1/en/example-auto-increment.html'),(246,'ISSIMPLE',37,'IsSimple(g)\n\nIn MySQL 5.1, this function is a placeholder that always returns 0.\n\nThe description of each instantiable geometric class given earlier in\nthe chapter includes the specific conditions that cause an instance of\nthat class to be classified as not simple. (See [HELP Geometry\nhierarchy].)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(247,'- BINARY',4,'Syntax:\n-\n\nSubtraction:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html\n\n','mysql> SELECT 3-5;\n -> -2\n','http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),(248,'GEOMCOLLFROMTEXT',3,'GeomCollFromText(wkt[,srid]), GeometryCollectionFromText(wkt[,srid])\n\nConstructs a GEOMETRYCOLLECTION value using its WKT representation and\nSRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(249,'WKT DEFINITION',3,'The Well-Known Text (WKT) representation of Geometry is designed to\nexchange geometry data in ASCII form. For a Backus-Naur grammar that\nspecifies the formal production rules for writing WKT values, see the\nOpenGIS specification document referenced in\nhttp://dev.mysql.com/doc/refman/5.1/en/spatial-extensions.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/gis-wkt-format.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/gis-wkt-format.html'),(250,'CURRENT_TIME',32,'Syntax:\nCURRENT_TIME, CURRENT_TIME()\n\nCURRENT_TIME and CURRENT_TIME() are synonyms for CURTIME().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(251,'REVOKE',10,'Syntax:\nREVOKE\n priv_type [(column_list)]\n [, priv_type [(column_list)]] ...\n ON [object_type] priv_level\n FROM user [, user] ...\n\nREVOKE ALL PRIVILEGES, GRANT OPTION\n FROM user [, user] ...\n\nThe REVOKE statement enables system administrators to revoke privileges\nfrom MySQL accounts. Each account name uses the format described in\nhttp://dev.mysql.com/doc/refman/5.1/en/account-names.html. For example:\n\nREVOKE INSERT ON *.* FROM \'jeffrey\'@\'localhost\';\n\nIf you specify only the user name part of the account name, a host name\npart of \'%\' is used.\n\nFor details on the levels at which privileges exist, the permissible\npriv_type and priv_level values, and the syntax for specifying users\nand passwords, see [HELP GRANT]\n\nTo use the first REVOKE syntax, you must have the GRANT OPTION\nprivilege, and you must have the privileges that you are revoking.\n\nTo revoke all privileges, use the second syntax, which drops all\nglobal, database, table, column, and routine privileges for the named\nuser or users:\n\nREVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...\n\nTo use this REVOKE syntax, you must have the global CREATE USER\nprivilege or the UPDATE privilege for the mysql database.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/revoke.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/revoke.html'),(252,'LAST_INSERT_ID',17,'Syntax:\nLAST_INSERT_ID(), LAST_INSERT_ID(expr)\n\nFor MySQL 5.1.12 and later, with no argument, LAST_INSERT_ID() returns\na 64-bit value representing the first automatically generated value\nsuccessfully inserted for an AUTO_INCREMENT column as a result of the\nmost recently executed INSERT statement. The value has a type of BIGINT\nUNSIGNED as of MySQL 5.1.67, BIGINT (signed) before that. The value of\nLAST_INSERT_ID() remains unchanged if no rows are successfully\ninserted.\n\nWith an argument, LAST_INSERT_ID() returns an unsigned integer as of\nMySQL 5.1.67, a signed integer before that.\n\nFor example, after inserting a row that generates an AUTO_INCREMENT\nvalue, you can get the value like this:\n\nmysql> SELECT LAST_INSERT_ID();\n -> 195\n\nIn MySQL 5.1.11 and earlier, LAST_INSERT_ID() (with no argument)\nreturns the first automatically generated value if any rows were\nsuccessfully inserted or updated. This means that the returned value\ncould be a value that was not successfully inserted into the table. If\nno rows were successfully inserted, LAST_INSERT_ID() returns 0.\n\nThe value of LAST_INSERT_ID() will be consistent across all MySQL\nversions if all rows in the INSERT or UPDATE statement were successful.\n\nif a table contains an AUTO_INCREMENT column and INSERT ... ON\nDUPLICATE KEY UPDATE updates (rather than inserts) a row, the value of\nLAST_INSERT_ID() is not meaningful prior to MySQL 5.1.12. For a\nworkaround, see\nhttp://dev.mysql.com/doc/refman/5.1/en/insert-on-duplicate.html.\n\nThe currently executing statement does not affect the value of\nLAST_INSERT_ID(). Suppose that you generate an AUTO_INCREMENT value\nwith one statement, and then refer to LAST_INSERT_ID() in a\nmultiple-row INSERT statement that inserts rows into a table with its\nown AUTO_INCREMENT column. The value of LAST_INSERT_ID() will remain\nstable in the second statement; its value for the second and later rows\nis not affected by the earlier row insertions. (However, if you mix\nreferences to LAST_INSERT_ID() and LAST_INSERT_ID(expr), the effect is\nundefined.)\n\nIf the previous statement returned an error, the value of\nLAST_INSERT_ID() is undefined. For transactional tables, if the\nstatement is rolled back due to an error, the value of LAST_INSERT_ID()\nis left undefined. For manual ROLLBACK, the value of LAST_INSERT_ID()\nis not restored to that before the transaction; it remains as it was at\nthe point of the ROLLBACK.\n\nPrior to MySQL 5.1.73, this function was not replicated correctly if\nreplication filtering rules were in use. (Bug #17234370, Bug #69861)\n\nWithin the body of a stored routine (procedure or function) or a\ntrigger, the value of LAST_INSERT_ID() changes the same way as for\nstatements executed outside the body of these kinds of objects. The\neffect of a stored routine or trigger upon the value of\nLAST_INSERT_ID() that is seen by following statements depends on the\nkind of routine:\n\no If a stored procedure executes statements that change the value of\n LAST_INSERT_ID(), the changed value is seen by statements that follow\n the procedure call.\n\no For stored functions and triggers that change the value, the value is\n restored when the function or trigger ends, so following statements\n will not see a changed value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(253,'LAST_DAY',32,'Syntax:\nLAST_DAY(date)\n\nTakes a date or datetime value and returns the corresponding value for\nthe last day of the month. Returns NULL if the argument is invalid.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT LAST_DAY(\'2003-02-05\');\n -> \'2003-02-28\'\nmysql> SELECT LAST_DAY(\'2004-02-05\');\n -> \'2004-02-29\'\nmysql> SELECT LAST_DAY(\'2004-01-01 01:01:01\');\n -> \'2004-01-31\'\nmysql> SELECT LAST_DAY(\'2003-03-32\');\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(254,'MEDIUMINT',23,'MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA medium-sized integer. The signed range is -8388608 to 8388607. The\nunsigned range is 0 to 16777215.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(255,'FLOOR',4,'Syntax:\nFLOOR(X)\n\nReturns the largest integer value not greater than X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT FLOOR(1.23);\n -> 1\nmysql> SELECT FLOOR(-1.23);\n -> -2\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(256,'RTRIM',38,'Syntax:\nRTRIM(str)\n\nReturns the string str with trailing space characters removed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT RTRIM(\'barbar \');\n -> \'barbar\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(257,'EXPLAIN',29,'Syntax:\n{EXPLAIN | DESCRIBE | DESC}\n tbl_name [col_name | wild]\n\n{EXPLAIN | DESCRIBE | DESC}\n [explain_type] SELECT select_options\n\nexplain_type: {EXTENDED | PARTITIONS}\n\nThe DESCRIBE and EXPLAIN statements are synonyms. In practice, the\nDESCRIBE keyword is more often used to obtain information about table\nstructure, whereas EXPLAIN is used to obtain a query execution plan\n(that is, an explanation of how MySQL would execute a query). The\nfollowing discussion uses the DESCRIBE and EXPLAIN keywords in\naccordance with those uses, but the MySQL parser treats them as\ncompletely synonymous.\n\nObtaining Table Structure Information\n\nDESCRIBE provides information about the columns in a table:\n\nmysql> DESCRIBE City;\n+------------+----------+------+-----+---------+----------------+\n| Field | Type | Null | Key | Default | Extra |\n+------------+----------+------+-----+---------+----------------+\n| Id | int(11) | NO | PRI | NULL | auto_increment |\n| Name | char(35) | NO | | | |\n| Country | char(3) | NO | UNI | | |\n| District | char(20) | YES | MUL | | |\n| Population | int(11) | NO | | 0 | |\n+------------+----------+------+-----+---------+----------------+\n\nDESCRIBE is a shortcut for SHOW COLUMNS. These statements also display\ninformation for views. The description for SHOW COLUMNS provides more\ninformation about the output columns. See [HELP SHOW COLUMNS].\n\nBy default, DESCRIBE displays information about all columns in the\ntable. col_name, if given, is the name of a column in the table. In\nthis case, the statement displays information only for the named\ncolumn. wild, if given, is a pattern string. It can contain the SQL \"%\"\nand \"_\" wildcard characters. In this case, the statement displays\noutput only for the columns with names matching the string. There is no\nneed to enclose the string within quotation marks unless it contains\nspaces or other special characters.\n\nThe DESCRIBE statement is provided for compatibility with Oracle.\n\nThe SHOW CREATE TABLE, SHOW TABLE STATUS, and SHOW INDEX statements\nalso provide information about tables. See [HELP SHOW].\n\nObtaining Execution Plan Information\n\nThe EXPLAIN statement provides information about how MySQL executes\nstatements:\n\no When you precede a SELECT statement with the keyword EXPLAIN, MySQL\n displays information from the optimizer about the statement execution\n plan. That is, MySQL explains how it would process the statement,\n including information about how tables are joined and in which order.\n For information about using EXPLAIN to obtain execution plan\n information, see\n http://dev.mysql.com/doc/refman/5.1/en/explain-output.html.\n\no EXPLAIN EXTENDED can be used to obtain additional execution plan\n information. See\n http://dev.mysql.com/doc/refman/5.1/en/explain-extended.html.\n\no As of MySQL 5.1.5, EXPLAIN PARTITIONS is useful for examining queries\n involving partitioned tables. See\n http://dev.mysql.com/doc/refman/5.1/en/partitioning-info.html.\n\nWith the help of EXPLAIN, you can see where you should add indexes to\ntables so that the statement executes faster by using indexes to find\nrows. You can also use EXPLAIN to check whether the optimizer joins the\ntables in an optimal order. To give a hint to the optimizer to use a\njoin order corresponding to the order in which the tables are named in\na SELECT statement, begin the statement with SELECT STRAIGHT_JOIN\nrather than just SELECT. (See\nhttp://dev.mysql.com/doc/refman/5.1/en/select.html.)\n\nIf you have a problem with indexes not being used when you believe that\nthey should be, run ANALYZE TABLE to update table statistics, such as\ncardinality of keys, that can affect the choices the optimizer makes.\nSee [HELP ANALYZE TABLE].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/explain.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/explain.html'),(258,'DEGREES',4,'Syntax:\nDEGREES(X)\n\nReturns the argument X, converted from radians to degrees.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT DEGREES(PI());\n -> 180\nmysql> SELECT DEGREES(PI() / 2);\n -> 90\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(259,'VARCHAR',23,'[NATIONAL] VARCHAR(M) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA variable-length string. M represents the maximum column length in\ncharacters. The range of M is 0 to 65,535. The effective maximum length\nof a VARCHAR is subject to the maximum row size (65,535 bytes, which is\nshared among all columns) and the character set used. For example, utf8\ncharacters can require up to three bytes per character, so a VARCHAR\ncolumn that uses the utf8 character set can be declared to be a maximum\nof 21,844 characters. See\nhttp://dev.mysql.com/doc/refman/5.1/en/column-count-limit.html.\n\nMySQL stores VARCHAR values as a 1-byte or 2-byte length prefix plus\ndata. The length prefix indicates the number of bytes in the value. A\nVARCHAR column uses one length byte if values require no more than 255\nbytes, two length bytes if values may require more than 255 bytes.\n\n*Note*: MySQL 5.1 follows the standard SQL specification, and does not\nremove trailing spaces from VARCHAR values.\n\nVARCHAR is shorthand for CHARACTER VARYING. NATIONAL VARCHAR is the\nstandard SQL way to define that a VARCHAR column should use some\npredefined character set. MySQL 4.1 and up uses utf8 as this predefined\ncharacter set.\nhttp://dev.mysql.com/doc/refman/5.1/en/charset-national.html. NVARCHAR\nis shorthand for NATIONAL VARCHAR.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(260,'UNHEX',38,'Syntax:\n\nUNHEX(str)\n\nFor a string argument str, UNHEX(str) performs the inverse operation of\nHEX(str). That is, it interprets each pair of characters in the\nargument as a hexadecimal number and converts it to the character\nrepresented by the number. The return value is a binary string.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT UNHEX(\'4D7953514C\');\n -> \'MySQL\'\nmysql> SELECT 0x4D7953514C;\n -> \'MySQL\'\nmysql> SELECT UNHEX(HEX(\'string\'));\n -> \'string\'\nmysql> SELECT HEX(UNHEX(\'1267\'));\n -> \'1267\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(261,'- UNARY',4,'Syntax:\n-\n\nUnary minus. This operator changes the sign of the operand.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html\n\n','mysql> SELECT - 2;\n -> -2\n','http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),(262,'STD',16,'Syntax:\nSTD(expr)\n\nReturns the population standard deviation of expr. This is an extension\nto standard SQL. The standard SQL function STDDEV_POP() can be used\ninstead.\n\nThis function returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(263,'COS',4,'Syntax:\nCOS(X)\n\nReturns the cosine of X, where X is given in radians.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT COS(PI());\n -> -1\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(264,'DATE FUNCTION',32,'Syntax:\nDATE(expr)\n\nExtracts the date part of the date or datetime expression expr.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT DATE(\'2003-12-31 01:02:03\');\n -> \'2003-12-31\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(265,'DROP TRIGGER',40,'Syntax:\nDROP TRIGGER [IF EXISTS] [schema_name.]trigger_name\n\nThis statement drops a trigger. The schema (database) name is optional.\nIf the schema is omitted, the trigger is dropped from the default\nschema. DROP TRIGGER requires the TRIGGER privilege for the table\nassociated with the trigger. (This statement requires the SUPER\nprivilege prior to MySQL 5.1.6.)\n\nUse IF EXISTS to prevent an error from occurring for a trigger that\ndoes not exist. A NOTE is generated for a nonexistent trigger when\nusing IF EXISTS. See [HELP SHOW WARNINGS]. The IF EXISTS clause was\nadded in MySQL 5.1.14.\n\nTriggers for a table are also dropped if you drop the table.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-trigger.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-trigger.html'),(266,'RESET MASTER',8,'Syntax:\nRESET MASTER\n\nDeletes all binary log files listed in the index file, resets the\nbinary log index file to be empty, and creates a new binary log file.\nThis statement is intended to be used only when the master is started\nfor the first time.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/reset-master.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/reset-master.html'),(267,'TAN',4,'Syntax:\nTAN(X)\n\nReturns the tangent of X, where X is given in radians.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT TAN(PI());\n -> -1.2246063538224e-16\nmysql> SELECT TAN(PI()+1);\n -> 1.5574077246549\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(268,'PI',4,'Syntax:\nPI()\n\nReturns the value of π (pi). The default number of decimal places\ndisplayed is seven, but MySQL uses the full double-precision value\ninternally.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT PI();\n -> 3.141593\nmysql> SELECT PI()+0.000000000000000000;\n -> 3.141592653589793116\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(269,'WEEKOFYEAR',32,'Syntax:\nWEEKOFYEAR(date)\n\nReturns the calendar week of the date as a number in the range from 1\nto 53. WEEKOFYEAR() is a compatibility function that is equivalent to\nWEEK(date,3).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT WEEKOFYEAR(\'2008-02-20\');\n -> 8\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(270,'/',4,'Syntax:\n/\n\nDivision:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html\n\n','mysql> SELECT 3/5;\n -> 0.60\n','http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),(271,'PURGE BINARY LOGS',8,'Syntax:\nPURGE { BINARY | MASTER } LOGS\n { TO \'log_name\' | BEFORE datetime_expr }\n\nThe binary log is a set of files that contain information about data\nmodifications made by the MySQL server. The log consists of a set of\nbinary log files, plus an index file (see\nhttp://dev.mysql.com/doc/refman/5.1/en/binary-log.html).\n\nThe PURGE BINARY LOGS statement deletes all the binary log files listed\nin the log index file prior to the specified log file name or date.\nBINARY and MASTER are synonyms. Deleted log files also are removed from\nthe list recorded in the index file, so that the given log file becomes\nthe first in the list.\n\nThis statement has no effect if the server was not started with the\n--log-bin option to enable binary logging.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/purge-binary-logs.html\n\n','PURGE BINARY LOGS TO \'mysql-bin.010\';\nPURGE BINARY LOGS BEFORE \'2008-04-02 22:46:26\';\n','http://dev.mysql.com/doc/refman/5.1/en/purge-binary-logs.html'),(272,'STDDEV_SAMP',16,'Syntax:\nSTDDEV_SAMP(expr)\n\nReturns the sample standard deviation of expr (the square root of\nVAR_SAMP().\n\nSTDDEV_SAMP() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(273,'SCHEMA',17,'Syntax:\nSCHEMA()\n\nThis function is a synonym for DATABASE().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(274,'MLINEFROMWKB',33,'MLineFromWKB(wkb[,srid]), MultiLineStringFromWKB(wkb[,srid])\n\nConstructs a MULTILINESTRING value using its WKB representation and\nSRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(275,'LOG2',4,'Syntax:\nLOG2(X)\n\nReturns the base-2 logarithm of X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT LOG2(65536);\n -> 16\nmysql> SELECT LOG2(-100);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(276,'SUBTIME',32,'Syntax:\nSUBTIME(expr1,expr2)\n\nSUBTIME() returns expr1 - expr2 expressed as a value in the same format\nas expr1. expr1 is a time or datetime expression, and expr2 is a time\nexpression.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT SUBTIME(\'2007-12-31 23:59:59.999999\',\'1 1:1:1.000002\');\n -> \'2007-12-30 22:58:58.999997\'\nmysql> SELECT SUBTIME(\'01:00:00.999999\', \'02:00:00.999998\');\n -> \'-00:59:59.999999\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(277,'UNCOMPRESSED_LENGTH',12,'Syntax:\nUNCOMPRESSED_LENGTH(compressed_string)\n\nReturns the length that the compressed string had before being\ncompressed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT(\'a\',30)));\n -> 30\n','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(278,'DROP TABLE',40,'Syntax:\nDROP [TEMPORARY] TABLE [IF EXISTS]\n tbl_name [, tbl_name] ...\n [RESTRICT | CASCADE]\n\nDROP TABLE removes one or more tables. You must have the DROP privilege\nfor each table. All table data and the table definition are removed, so\nbe careful with this statement! If any of the tables named in the\nargument list do not exist, MySQL returns an error indicating by name\nwhich nonexisting tables it was unable to drop, but it also drops all\nof the tables in the list that do exist.\n\n*Important*: When a table is dropped, user privileges on the table are\nnot automatically dropped. See [HELP GRANT].\n\nNote that for a partitioned table, DROP TABLE permanently removes the\ntable definition, all of its partitions, and all of the data which was\nstored in those partitions. It also removes the partitioning definition\n(.par) file associated with the dropped table.\n\nUse IF EXISTS to prevent an error from occurring for tables that do not\nexist. A NOTE is generated for each nonexistent table when using IF\nEXISTS. See [HELP SHOW WARNINGS].\n\nRESTRICT and CASCADE are permitted to make porting easier. In MySQL\n5.1, they do nothing.\n\n*Note*: DROP TABLE automatically commits the current active\ntransaction, unless you use the TEMPORARY keyword.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-table.html'),(279,'POW',4,'Syntax:\nPOW(X,Y)\n\nReturns the value of X raised to the power of Y.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT POW(2,2);\n -> 4\nmysql> SELECT POW(2,-2);\n -> 0.25\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(280,'SHOW CREATE TABLE',27,'Syntax:\nSHOW CREATE TABLE tbl_name\n\nShows the CREATE TABLE statement that creates the named table. To use\nthis statement, you must have some privilege for the table. This\nstatement also works with views.\nSHOW CREATE TABLE quotes table and column names according to the value\nof the sql_quote_show_create option. See\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-table.html\n\n','mysql> SHOW CREATE TABLE t\\G\n*************************** 1. row ***************************\n Table: t\nCreate Table: CREATE TABLE t (\n id INT(11) default NULL auto_increment,\n s char(60) default NULL,\n PRIMARY KEY (id)\n) ENGINE=MyISAM\n','http://dev.mysql.com/doc/refman/5.1/en/show-create-table.html'),(281,'DUAL',28,'You are permitted to specify DUAL as a dummy table name in situations\nwhere no tables are referenced:\n\nmysql> SELECT 1 + 1 FROM DUAL;\n -> 2\n\nDUAL is purely for the convenience of people who require that all\nSELECT statements should have FROM and possibly other clauses. MySQL\nmay ignore the clauses. MySQL does not require FROM DUAL if no tables\nare referenced.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/select.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/select.html'),(282,'INSTR',38,'Syntax:\nINSTR(str,substr)\n\nReturns the position of the first occurrence of substring substr in\nstring str. This is the same as the two-argument form of LOCATE(),\nexcept that the order of the arguments is reversed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT INSTR(\'foobarbar\', \'bar\');\n -> 4\nmysql> SELECT INSTR(\'xbar\', \'foobar\');\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(283,'NOW',32,'Syntax:\nNOW()\n\nReturns the current date and time as a value in \'YYYY-MM-DD HH:MM:SS\'\nor YYYYMMDDHHMMSS.uuuuuu format, depending on whether the function is\nused in a string or numeric context. The value is expressed in the\ncurrent time zone.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT NOW();\n -> \'2007-12-15 23:50:26\'\nmysql> SELECT NOW() + 0;\n -> 20071215235026.000000\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(284,'SHOW ENGINES',27,'Syntax:\nSHOW [STORAGE] ENGINES\n\nSHOW ENGINES displays status information about the server\'s storage\nengines. This is particularly useful for checking whether a storage\nengine is supported, or to see what the default engine is. SHOW TABLE\nTYPES is a synonym, but is deprecated and is removed in MySQL 5.5.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-engines.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-engines.html'),(285,'>=',19,'Syntax:\n>=\n\nGreater than or equal:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 2 >= 2;\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(286,'EXP',4,'Syntax:\nEXP(X)\n\nReturns the value of e (the base of natural logarithms) raised to the\npower of X. The inverse of this function is LOG() (using a single\nargument only) or LN().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT EXP(2);\n -> 7.3890560989307\nmysql> SELECT EXP(-2);\n -> 0.13533528323661\nmysql> SELECT EXP(0);\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(287,'LONGBLOB',23,'LONGBLOB\n\nA BLOB column with a maximum length of 4,294,967,295 or 4GB (232 - 1)\nbytes. The effective maximum length of LONGBLOB columns depends on the\nconfigured maximum packet size in the client/server protocol and\navailable memory. Each LONGBLOB value is stored using a 4-byte length\nprefix that indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(288,'POINTN',13,'PointN(ls,N)\n\nReturns the N-th Point in the Linestring value ls. Points are numbered\nbeginning with 1.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(PointN(GeomFromText(@ls),2));\n+-------------------------------------+\n| AsText(PointN(GeomFromText(@ls),2)) |\n+-------------------------------------+\n| POINT(2 2) |\n+-------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(289,'YEAR DATA TYPE',23,'YEAR[(2|4)]\n\nA year in two-digit or four-digit format. The default is four-digit\nformat. YEAR(2) or YEAR(4) differ in display format, but have the same\nrange of values. In four-digit format, values display as 1901 to 2155,\nand 0000. In two-digit format, values display as 70 to 69, representing\nyears from 1970 to 2069. MySQL displays YEAR values in YYYY or\nYYformat, but permits assignment of values to YEAR columns using either\nstrings or numbers.\n\n*Note*: The YEAR(2) data type has certain issues that you should\nconsider before choosing to use it. As of MySQL 5.1.65, YEAR(2) is\ndeprecated. For more information, see\nhttp://dev.mysql.com/doc/refman/5.1/en/migrating-to-year4.html.\n\nFor additional information about YEAR display format and interpretation\nof input values, see http://dev.mysql.com/doc/refman/5.1/en/year.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html'),(290,'SUM',16,'Syntax:\nSUM([DISTINCT] expr)\n\nReturns the sum of expr. If the return set has no rows, SUM() returns\nNULL. The DISTINCT keyword can be used to sum only the distinct values\nof expr.\n\nSUM() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(291,'OCT',38,'Syntax:\nOCT(N)\n\nReturns a string representation of the octal value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(N,10,8). Returns\nNULL if N is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT OCT(12);\n -> \'14\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(292,'SYSDATE',32,'Syntax:\nSYSDATE()\n\nReturns the current date and time as a value in \'YYYY-MM-DD HH:MM:SS\'\nor YYYYMMDDHHMMSS.uuuuuu format, depending on whether the function is\nused in a string or numeric context.\n\nSYSDATE() returns the time at which it executes. This differs from the\nbehavior for NOW(), which returns a constant time that indicates the\ntime at which the statement began to execute. (Within a stored function\nor trigger, NOW() returns the time at which the function or triggering\nstatement began to execute.)\n\nmysql> SELECT NOW(), SLEEP(2), NOW();\n+---------------------+----------+---------------------+\n| NOW() | SLEEP(2) | NOW() |\n+---------------------+----------+---------------------+\n| 2006-04-12 13:47:36 | 0 | 2006-04-12 13:47:36 |\n+---------------------+----------+---------------------+\n\nmysql> SELECT SYSDATE(), SLEEP(2), SYSDATE();\n+---------------------+----------+---------------------+\n| SYSDATE() | SLEEP(2) | SYSDATE() |\n+---------------------+----------+---------------------+\n| 2006-04-12 13:47:44 | 0 | 2006-04-12 13:47:46 |\n+---------------------+----------+---------------------+\n\nIn addition, the SET TIMESTAMP statement affects the value returned by\nNOW() but not by SYSDATE(). This means that timestamp settings in the\nbinary log have no effect on invocations of SYSDATE().\n\nBecause SYSDATE() can return different values even within the same\nstatement, and is not affected by SET TIMESTAMP, it is nondeterministic\nand therefore unsafe for replication if statement-based binary logging\nis used. If that is a problem, you can use row-based logging.\n\nAlternatively, you can use the --sysdate-is-now option to cause\nSYSDATE() to be an alias for NOW(). This works if the option is used on\nboth the master and the slave.\n\nThe nondeterministic nature of SYSDATE() also means that indexes cannot\nbe used for evaluating expressions that refer to it.\n\nBeginning with MySQL 5.1.42, a warning is logged if you use this\nfunction when binlog_format is set to STATEMENT. (Bug #47995)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(293,'UNINSTALL PLUGIN',5,'Syntax:\nUNINSTALL PLUGIN plugin_name\n\nThis statement removes an installed server plugin. It requires the\nDELETE privilege for the mysql.plugin table.\n\nplugin_name must be the name of some plugin that is listed in the\nmysql.plugin table. The server executes the plugin\'s deinitialization\nfunction and removes the row for the plugin from the mysql.plugin\ntable, so that subsequent server restarts will not load and initialize\nthe plugin. UNINSTALL PLUGIN does not remove the plugin\'s shared\nlibrary file.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/uninstall-plugin.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/uninstall-plugin.html'),(294,'ASBINARY',33,'AsBinary(g), AsWKB(g)\n\nConverts a value in internal geometry format to its WKB representation\nand returns the binary result.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-to-convert-geometries-between-formats.html\n\n','SELECT AsBinary(g) FROM geom;\n','http://dev.mysql.com/doc/refman/5.1/en/functions-to-convert-geometries-between-formats.html'),(295,'REPEAT FUNCTION',38,'Syntax:\nREPEAT(str,count)\n\nReturns a string consisting of the string str repeated count times. If\ncount is less than 1, returns an empty string. Returns NULL if str or\ncount are NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT REPEAT(\'MySQL\', 3);\n -> \'MySQLMySQLMySQL\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(296,'SHOW TABLES',27,'Syntax:\nSHOW [FULL] TABLES [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW TABLES lists the non-TEMPORARY tables in a given database. You can\nalso get this list using the mysqlshow db_name command. The LIKE\nclause, if present, indicates which table names to match. The WHERE\nclause can be given to select rows using more general conditions, as\ndiscussed in http://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nMatching performed by the LIKE clause is dependent on the setting of\nthe lower_case_table_names system variable.\n\nThis statement also lists any views in the database. The FULL modifier\nis supported such that SHOW FULL TABLES displays a second output\ncolumn. Values for the second column are BASE TABLE for a table and\nVIEW for a view.\n\nIf you have no privileges for a base table or view, it does not show up\nin the output from SHOW TABLES or mysqlshow db_name.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-tables.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-tables.html'),(297,'MAKEDATE',32,'Syntax:\nMAKEDATE(year,dayofyear)\n\nReturns a date, given year and day-of-year values. dayofyear must be\ngreater than 0 or the result is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT MAKEDATE(2011,31), MAKEDATE(2011,32);\n -> \'2011-01-31\', \'2011-02-01\'\nmysql> SELECT MAKEDATE(2011,365), MAKEDATE(2014,365);\n -> \'2011-12-31\', \'2014-12-31\'\nmysql> SELECT MAKEDATE(2011,0);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(298,'BINARY OPERATOR',38,'Syntax:\nBINARY\n\nThe BINARY operator casts the string following it to a binary string.\nThis is an easy way to force a column comparison to be done byte by\nbyte rather than character by character. This causes the comparison to\nbe case sensitive even if the column is not defined as BINARY or BLOB.\nBINARY also causes trailing spaces to be significant.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/cast-functions.html\n\n','mysql> SELECT \'a\' = \'A\';\n -> 1\nmysql> SELECT BINARY \'a\' = \'A\';\n -> 0\nmysql> SELECT \'a\' = \'a \';\n -> 1\nmysql> SELECT BINARY \'a\' = \'a \';\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/cast-functions.html'),(299,'MBROVERLAPS',6,'MBROverlaps(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 overlap. The term spatially overlaps is\nused if two geometries intersect and their intersection results in a\ngeometry of the same dimension but not equal to either of the given\ngeometries.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(300,'SOUNDEX',38,'Syntax:\nSOUNDEX(str)\n\nReturns a soundex string from str. Two strings that sound almost the\nsame should have identical soundex strings. A standard soundex string\nis four characters long, but the SOUNDEX() function returns an\narbitrarily long string. You can use SUBSTRING() on the result to get a\nstandard soundex string. All nonalphabetic characters in str are\nignored. All international alphabetic characters outside the A-Z range\nare treated as vowels.\n\n*Important*: When using SOUNDEX(), you should be aware of the following\nlimitations:\n\no This function, as currently implemented, is intended to work well\n with strings that are in the English language only. Strings in other\n languages may not produce reliable results.\n\no This function is not guaranteed to provide consistent results with\n strings that use multi-byte character sets, including utf-8.\n\n We hope to remove these limitations in a future release. See Bug\n #22638 for more information.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT SOUNDEX(\'Hello\');\n -> \'H400\'\nmysql> SELECT SOUNDEX(\'Quadratically\');\n -> \'Q36324\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(301,'MBRTOUCHES',6,'MBRTouches(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 touch. Two geometries spatially touch if\nthe interiors of the geometries do not intersect, but the boundary of\none of the geometries intersects either the boundary or the interior of\nthe other.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(302,'DROP EVENT',40,'Syntax:\nDROP EVENT [IF EXISTS] event_name\n\nThis statement drops the event named event_name. The event immediately\nceases being active, and is deleted completely from the server.\n\nIf the event does not exist, the error ERROR 1517 (HY000): Unknown\nevent \'event_name\' results. You can override this and cause the\nstatement to generate a warning for nonexistent events instead using IF\nEXISTS.\n\nBeginning with MySQL 5.1.12, this statement requires the EVENT\nprivilege for the schema to which the event to be dropped belongs. (In\nMySQL 5.1.11 and earlier, an event could be dropped only by its\ndefiner, or by a user having the SUPER privilege.)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-event.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-event.html'),(303,'INSERT SELECT',28,'Syntax:\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name [(col_name,...)]\n SELECT ...\n [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nWith INSERT ... SELECT, you can quickly insert many rows into a table\nfrom one or many tables. For example:\n\nINSERT INTO tbl_temp2 (fld_id)\n SELECT tbl_temp1.fld_order_id\n FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100;\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/insert-select.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/insert-select.html'),(304,'CREATE PROCEDURE',40,'Syntax:\nCREATE\n [DEFINER = { user | CURRENT_USER }]\n PROCEDURE sp_name ([proc_parameter[,...]])\n [characteristic ...] routine_body\n\nCREATE\n [DEFINER = { user | CURRENT_USER }]\n FUNCTION sp_name ([func_parameter[,...]])\n RETURNS type\n [characteristic ...] routine_body\n\nproc_parameter:\n [ IN | OUT | INOUT ] param_name type\n\nfunc_parameter:\n param_name type\n\ntype:\n Any valid MySQL data type\n\ncharacteristic:\n COMMENT \'string\'\n | LANGUAGE SQL\n | [NOT] DETERMINISTIC\n | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n | SQL SECURITY { DEFINER | INVOKER }\n\nroutine_body:\n Valid SQL routine statement\n\nThese statements create stored routines. By default, a routine is\nassociated with the default database. To associate the routine\nexplicitly with a given database, specify the name as db_name.sp_name\nwhen you create it.\n\nThe CREATE FUNCTION statement is also used in MySQL to support UDFs\n(user-defined functions). See\nhttp://dev.mysql.com/doc/refman/5.1/en/adding-functions.html. A UDF can\nbe regarded as an external stored function. Stored functions share\ntheir namespace with UDFs. See\nhttp://dev.mysql.com/doc/refman/5.1/en/function-resolution.html, for\nthe rules describing how the server interprets references to different\nkinds of functions.\n\nTo invoke a stored procedure, use the CALL statement (see [HELP CALL]).\nTo invoke a stored function, refer to it in an expression. The function\nreturns a value during expression evaluation.\n\nCREATE PROCEDURE and CREATE FUNCTION require the CREATE ROUTINE\nprivilege. They might also require the SUPER privilege, depending on\nthe DEFINER value, as described later in this section. If binary\nlogging is enabled, CREATE FUNCTION might require the SUPER privilege,\nas described in\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-logging.html.\n\nBy default, MySQL automatically grants the ALTER ROUTINE and EXECUTE\nprivileges to the routine creator. This behavior can be changed by\ndisabling the automatic_sp_privileges system variable. See\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-routines-privileges.html.\n\nThe DEFINER and SQL SECURITY clauses specify the security context to be\nused when checking access privileges at routine execution time, as\ndescribed later in this section.\n\nIf the routine name is the same as the name of a built-in SQL function,\na syntax error occurs unless you use a space between the name and the\nfollowing parenthesis when defining the routine or invoking it later.\nFor this reason, avoid using the names of existing SQL functions for\nyour own stored routines.\n\nThe IGNORE_SPACE SQL mode applies to built-in functions, not to stored\nroutines. It is always permissible to have spaces after a stored\nroutine name, regardless of whether IGNORE_SPACE is enabled.\n\nThe parameter list enclosed within parentheses must always be present.\nIf there are no parameters, an empty parameter list of () should be\nused. Parameter names are not case sensitive.\n\nEach parameter is an IN parameter by default. To specify otherwise for\na parameter, use the keyword OUT or INOUT before the parameter name.\n\n*Note*: Specifying a parameter as IN, OUT, or INOUT is valid only for a\nPROCEDURE. For a FUNCTION, parameters are always regarded as IN\nparameters.\n\nAn IN parameter passes a value into a procedure. The procedure might\nmodify the value, but the modification is not visible to the caller\nwhen the procedure returns. An OUT parameter passes a value from the\nprocedure back to the caller. Its initial value is NULL within the\nprocedure, and its value is visible to the caller when the procedure\nreturns. An INOUT parameter is initialized by the caller, can be\nmodified by the procedure, and any change made by the procedure is\nvisible to the caller when the procedure returns.\n\nFor each OUT or INOUT parameter, pass a user-defined variable in the\nCALL statement that invokes the procedure so that you can obtain its\nvalue when the procedure returns. If you are calling the procedure from\nwithin another stored procedure or function, you can also pass a\nroutine parameter or local routine variable as an IN or INOUT\nparameter.\n\nRoutine parameters cannot be referenced in statements prepared within\nthe routine; see\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-program-restrictions.html\n.\n\nThe following example shows a simple stored procedure that uses an OUT\nparameter:\n\nmysql> delimiter //\n\nmysql> CREATE PROCEDURE simpleproc (OUT param1 INT)\n -> BEGIN\n -> SELECT COUNT(*) INTO param1 FROM t;\n -> END//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> delimiter ;\n\nmysql> CALL simpleproc(@a);\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @a;\n+------+\n| @a |\n+------+\n| 3 |\n+------+\n1 row in set (0.00 sec)\n\nThe example uses the mysql client delimiter command to change the\nstatement delimiter from ; to // while the procedure is being defined.\nThis enables the ; delimiter used in the procedure body to be passed\nthrough to the server rather than being interpreted by mysql itself.\nSee\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-defining.html.\n\nThe RETURNS clause may be specified only for a FUNCTION, for which it\nis mandatory. It indicates the return type of the function, and the\nfunction body must contain a RETURN value statement. If the RETURN\nstatement returns a value of a different type, the value is coerced to\nthe proper type. For example, if a function specifies an ENUM or SET\nvalue in the RETURNS clause, but the RETURN statement returns an\ninteger, the value returned from the function is the string for the\ncorresponding ENUM member of set of SET members.\n\nThe following example function takes a parameter, performs an operation\nusing an SQL function, and returns the result. In this case, it is\nunnecessary to use delimiter because the function definition contains\nno internal ; statement delimiters:\n\nmysql> CREATE FUNCTION hello (s CHAR(20))\nmysql> RETURNS CHAR(50) DETERMINISTIC\n -> RETURN CONCAT(\'Hello, \',s,\'!\');\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT hello(\'world\');\n+----------------+\n| hello(\'world\') |\n+----------------+\n| Hello, world! |\n+----------------+\n1 row in set (0.00 sec)\n\nParameter types and function return types can be declared to use any\nvalid data type, except that the COLLATE attribute cannot be used.\n\nThe routine_body consists of a valid SQL routine statement. This can be\na simple statement such as SELECT or INSERT, or a compound statement\nwritten using BEGIN and END. Compound statements can contain\ndeclarations, loops, and other control structure statements. The syntax\nfor these statements is described in\nhttp://dev.mysql.com/doc/refman/5.1/en/sql-syntax-compound-statements.h\ntml.\n\nMySQL permits routines to contain DDL statements, such as CREATE and\nDROP. MySQL also permits stored procedures (but not stored functions)\nto contain SQL transaction statements such as COMMIT. Stored functions\nmay not contain statements that perform explicit or implicit commit or\nrollback. Support for these statements is not required by the SQL\nstandard, which states that each DBMS vendor may decide whether to\npermit them.\n\nStatements that return a result set can be used within a stored\nprocedure but not within a stored function. This prohibition includes\nSELECT statements that do not have an INTO var_list clause and other\nstatements such as SHOW, EXPLAIN, and CHECK TABLE. For statements that\ncan be determined at function definition time to return a result set, a\nNot allowed to return a result set from a function error occurs\n(ER_SP_NO_RETSET). For statements that can be determined only at\nruntime to return a result set, a PROCEDURE %s can\'t return a result\nset in the given context error occurs (ER_SP_BADSELECT).\n\nUSE statements within stored routines are not permitted. When a routine\nis invoked, an implicit USE db_name is performed (and undone when the\nroutine terminates). This causes the routine to have the given default\ndatabase while it executes. References to objects in databases other\nthan the routine default database should be qualified with the\nappropriate database name.\n\nFor additional information about statements that are not permitted in\nstored routines, see\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-program-restrictions.html\n.\n\nFor information about invoking stored procedures from within programs\nwritten in a language that has a MySQL interface, see [HELP CALL].\n\nMySQL stores the sql_mode system variable setting in effect when a\nroutine is created or altered, and always executes the routine with\nthis setting in force, regardless of the current server SQL mode when\nthe routine begins executing.\n\nThe switch from the SQL mode of the invoker to that of the routine\noccurs after evaluation of arguments and assignment of the resulting\nvalues to routine parameters. If you define a routine in strict SQL\nmode but invoke it in nonstrict mode, assignment of arguments to\nroutine parameters does not take place in strict mode. If you require\nthat expressions passed to a routine be assigned in strict SQL mode,\nyou should invoke the routine with strict mode in effect.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-procedure.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-procedure.html'),(305,'VARBINARY',23,'VARBINARY(M)\n\nThe VARBINARY type is similar to the VARCHAR type, but stores binary\nbyte strings rather than nonbinary character strings. M represents the\nmaximum column length in bytes.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(306,'LOAD INDEX',27,'Syntax:\nLOAD INDEX INTO CACHE\n tbl_index_list [, tbl_index_list] ...\n\ntbl_index_list:\n tbl_name\n [[INDEX|KEY] (index_name[, index_name] ...)]\n [IGNORE LEAVES]\n\nThe LOAD INDEX INTO CACHE statement preloads a table index into the key\ncache to which it has been assigned by an explicit CACHE INDEX\nstatement, or into the default key cache otherwise. LOAD INDEX INTO\nCACHE is used only for MyISAM tables. It is not supported for tables\nhaving user-defined partitioning (see\nhttp://dev.mysql.com/doc/refman/5.1/en/partitioning-limitations.html.)\n\nThe IGNORE LEAVES modifier causes only blocks for the nonleaf nodes of\nthe index to be preloaded.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/load-index.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/load-index.html'),(307,'UNION',28,'Syntax:\nSELECT ...\nUNION [ALL | DISTINCT] SELECT ...\n[UNION [ALL | DISTINCT] SELECT ...]\n\nUNION is used to combine the result from multiple SELECT statements\ninto a single result set.\n\nThe column names from the first SELECT statement are used as the column\nnames for the results returned. Selected columns listed in\ncorresponding positions of each SELECT statement should have the same\ndata type. (For example, the first column selected by the first\nstatement should have the same type as the first column selected by the\nother statements.)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/union.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/union.html'),(308,'TO_DAYS',32,'Syntax:\nTO_DAYS(date)\n\nGiven a date date, returns a day number (the number of days since year\n0).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT TO_DAYS(950501);\n -> 728779\nmysql> SELECT TO_DAYS(\'2007-10-07\');\n -> 733321\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(309,'NOT REGEXP',38,'Syntax:\nexpr NOT REGEXP pat, expr NOT RLIKE pat\n\nThis is the same as NOT (expr REGEXP pat).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/regexp.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/regexp.html'),(310,'SHOW INDEX',27,'Syntax:\nSHOW {INDEX | INDEXES | KEYS}\n {FROM | IN} tbl_name\n [{FROM | IN} db_name]\n [WHERE expr]\n\nSHOW INDEX returns table index information. The format resembles that\nof the SQLStatistics call in ODBC.\nYou can use db_name.tbl_name as an alternative to the tbl_name FROM\ndb_name syntax. These two statements are equivalent:\n\nSHOW INDEX FROM mytable FROM mydb;\nSHOW INDEX FROM mydb.mytable;\n\nThe WHERE clause can be given to select rows using more general\nconditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nYou can also list a table\'s indexes with the mysqlshow -k db_name\ntbl_name command.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-index.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-index.html'),(311,'SHOW CREATE DATABASE',27,'Syntax:\nSHOW CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name\n\nShows the CREATE DATABASE statement that creates the named database. If\nthe SHOW statement includes an IF NOT EXISTS clause, the output too\nincludes such a clause. SHOW CREATE SCHEMA is a synonym for SHOW CREATE\nDATABASE.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-database.html\n\n','mysql> SHOW CREATE DATABASE test\\G\n*************************** 1. row ***************************\n Database: test\nCreate Database: CREATE DATABASE `test`\n /*!40100 DEFAULT CHARACTER SET latin1 */\n\nmysql> SHOW CREATE SCHEMA test\\G\n*************************** 1. row ***************************\n Database: test\nCreate Database: CREATE DATABASE `test`\n /*!40100 DEFAULT CHARACTER SET latin1 */\n','http://dev.mysql.com/doc/refman/5.1/en/show-create-database.html'),(312,'LEAVE',24,'Syntax:\nLEAVE label\n\nThis statement is used to exit the flow control construct that has the\ngiven label. If the label is for the outermost stored program block,\nLEAVE exits the program.\n\nLEAVE can be used within BEGIN ... END or loop constructs (LOOP,\nREPEAT, WHILE).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/leave.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/leave.html'),(313,'NOT IN',19,'Syntax:\nexpr NOT IN (value,...)\n\nThis is the same as NOT (expr IN (value,...)).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(314,'!',15,'Syntax:\nNOT, !\n\nLogical NOT. Evaluates to 1 if the operand is 0, to 0 if the operand is\nnonzero, and NOT NULL returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html\n\n','mysql> SELECT NOT 10;\n -> 0\nmysql> SELECT NOT 0;\n -> 1\nmysql> SELECT NOT NULL;\n -> NULL\nmysql> SELECT ! (1+1);\n -> 0\nmysql> SELECT ! 1+1;\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html'),(315,'DECLARE HANDLER',24,'Syntax:\nDECLARE handler_action HANDLER\n FOR condition_value [, condition_value] ...\n statement\n\nhandler_action:\n CONTINUE\n | EXIT\n | UNDO\n\ncondition_value:\n mysql_error_code\n | SQLSTATE [VALUE] sqlstate_value\n | condition_name\n | SQLWARNING\n | NOT FOUND\n | SQLEXCEPTION\n\nThe DECLARE ... HANDLER statement specifies a handler that deals with\none or more conditions. If one of these conditions occurs, the\nspecified statement executes. statement can be a simple statement such\nas SET var_name = value, or a compound statement written using BEGIN\nand END (see [HELP BEGIN END]).\n\nHandler declarations must appear after variable or condition\ndeclarations.\n\nThe handler_action value indicates what action the handler takes after\nexecution of the handler statement:\n\no CONTINUE: Execution of the current program continues.\n\no EXIT: Execution terminates for the BEGIN ... END compound statement\n in which the handler is declared. This is true even if the condition\n occurs in an inner block.\n\no UNDO: Not supported.\n\nThe condition_value for DECLARE ... HANDLER indicates the specific\ncondition or class of conditions that activates the handler:\n\no A MySQL error code (a number) or an SQLSTATE value (a 5-character\n string literal). You should not use MySQL error code 0 or SQLSTATE\n values that begin with \'00\', because those indicate success rather\n than an error condition. For a list of MySQL error codes and SQLSTATE\n values, see\n http://dev.mysql.com/doc/refman/5.1/en/error-messages-server.html.\n\no A condition name previously specified with DECLARE ... CONDITION. A\n condition name can be associated with a MySQL error code or SQLSTATE\n value. See [HELP DECLARE CONDITION].\n\no SQLWARNING is shorthand for the class of SQLSTATE values that begin\n with \'01\'.\n\no NOT FOUND is shorthand for the class of SQLSTATE values that begin\n with \'02\'. This is relevant within the context of cursors and is used\n to control what happens when a cursor reaches the end of a data set.\n If no more rows are available, a No Data condition occurs with\n SQLSTATE value \'02000\'. To detect this condition, you can set up a\n handler for it (or for a NOT FOUND condition). For an example, see\n http://dev.mysql.com/doc/refman/5.1/en/cursors.html. This condition\n also occurs for SELECT ... INTO var_list statements that retrieve no\n rows.\n\no SQLEXCEPTION is shorthand for the class of SQLSTATE values that do\n not begin with \'00\', \'01\', or \'02\'.\n\nIf a condition occurs for which no handler has been declared, the\naction taken depends on the condition class:\n\no For SQLEXCEPTION conditions, the stored program terminates at the\n statement that raised the condition, as if there were an EXIT\n handler. If the program was called by another stored program, the\n calling program handles the condition using the handler selection\n rules applied to its own handlers.\n\no For SQLWARNING or NOT FOUND conditions, the program continues\n executing, as if there were a CONTINUE handler.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/declare-handler.html\n\n','mysql> CREATE TABLE test.t (s1 INT, PRIMARY KEY (s1));\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> delimiter //\n\nmysql> CREATE PROCEDURE handlerdemo ()\n -> BEGIN\n -> DECLARE CONTINUE HANDLER FOR SQLSTATE \'23000\' SET @x2 = 1;\n -> SET @x = 1;\n -> INSERT INTO test.t VALUES (1);\n -> SET @x = 2;\n -> INSERT INTO test.t VALUES (1);\n -> SET @x = 3;\n -> END;\n -> //\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CALL handlerdemo()//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @x//\n +------+\n | @x |\n +------+\n | 3 |\n +------+\n 1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/declare-handler.html'),(316,'DOUBLE',23,'DOUBLE[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA normal-size (double-precision) floating-point number. Permissible\nvalues are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and\n2.2250738585072014E-308 to 1.7976931348623157E+308. These are the\ntheoretical limits, based on the IEEE standard. The actual range might\nbe slightly smaller depending on your hardware or operating system.\n\nM is the total number of digits and D is the number of digits following\nthe decimal point. If M and D are omitted, values are stored to the\nlimits permitted by the hardware. A double-precision floating-point\nnumber is accurate to approximately 15 decimal places.\n\nUNSIGNED, if specified, disallows negative values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(317,'TIME',23,'TIME\n\nA time. The range is \'-838:59:59\' to \'838:59:59\'. MySQL displays TIME\nvalues in \'HH:MM:SS\' format, but permits assignment of values to TIME\ncolumns using either strings or numbers.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html'),(318,'&&',15,'Syntax:\nAND, &&\n\nLogical AND. Evaluates to 1 if all operands are nonzero and not NULL,\nto 0 if one or more operands are 0, otherwise NULL is returned.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html\n\n','mysql> SELECT 1 && 1;\n -> 1\nmysql> SELECT 1 && 0;\n -> 0\nmysql> SELECT 1 && NULL;\n -> NULL\nmysql> SELECT 0 && NULL;\n -> 0\nmysql> SELECT NULL && 0;\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html'),(319,'X',11,'X(p)\n\nReturns the X-coordinate value for the Point object p as a\ndouble-precision number.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SELECT X(POINT(56.7, 53.34));\n+-----------------------+\n| X(POINT(56.7, 53.34)) |\n+-----------------------+\n| 56.7 |\n+-----------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(320,'SYSTEM_USER',17,'Syntax:\nSYSTEM_USER()\n\nSYSTEM_USER() is a synonym for USER().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(321,'FOUND_ROWS',17,'Syntax:\nFOUND_ROWS()\n\nA SELECT statement may include a LIMIT clause to restrict the number of\nrows the server returns to the client. In some cases, it is desirable\nto know how many rows the statement would have returned without the\nLIMIT, but without running the statement again. To obtain this row\ncount, include a SQL_CALC_FOUND_ROWS option in the SELECT statement,\nand then invoke FOUND_ROWS() afterward:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT SQL_CALC_FOUND_ROWS * FROM tbl_name\n -> WHERE id > 100 LIMIT 10;\nmysql> SELECT FOUND_ROWS();\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(322,'CROSSES',31,'Crosses(g1,g2)\n\nReturns 1 if g1 spatially crosses g2. Returns NULL if g1 is a Polygon\nor a MultiPolygon, or if g2 is a Point or a MultiPoint. Otherwise,\nreturns 0.\n\nThe term spatially crosses denotes a spatial relation between two given\ngeometries that has the following properties:\n\no The two geometries intersect\n\no Their intersection results in a geometry that has a dimension that is\n one less than the maximum dimension of the two given geometries\n\no Their intersection is not equal to either of the two given geometries\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(323,'TRUNCATE TABLE',40,'Syntax:\nTRUNCATE [TABLE] tbl_name\n\nTRUNCATE TABLE empties a table completely. It requires the DROP\nprivilege as of MySQL 5.1.16. (Before 5.1.16, it requires the DELETE\nprivilege).\n\nLogically, TRUNCATE TABLE is equivalent to a DELETE statement that\ndeletes all rows, but there are practical differences under some\ncircumstances.\n\nFor an InnoDB table:\n\no If there are no FOREIGN KEY constraints, InnoDB performs fast\n truncation by dropping the original table and creating an empty one\n with the same definition, which is much faster than deleting rows one\n by one.\n\no When you use this fast truncation technique with the\n innodb_file_per_table option enabled, the operating system can reuse\n the freed disk space. For users of the InnoDB Plugin, the space is\n reclaimed automatically, as described in TRUNCATE TABLE Reclaims\n Space\n (http://dev.mysql.com/doc/refman/5.5/en/innodb-other-changes-truncate\n .html). If you do not have the InnoDB Plugin installed, issue the\n OPTIMIZE TABLE statement to free the disk space for the table.\n\no If there are any FOREIGN KEY constraints that reference the table,\n InnoDB processes TRUNCATE TABLE by deleting rows one by one,\n processing the constraints as it proceeds. If the FOREIGN KEY\n constraint specifies DELETE CASCADE, rows from the child (referenced)\n table are deleted, and the truncated table becomes empty. If the\n FOREIGN KEY constraint does not specify CASCADE, the TRUNCATE TABLE\n statement deletes rows one by one and stops if it encounters a parent\n row that is referenced by the child, returning this error:\n\nERROR 1451 (23000): Cannot delete or update a parent row: a foreign\nkey constraint fails (`test`.`child`, CONSTRAINT `child_ibfk_1`\nFOREIGN KEY (`parent_id`) REFERENCES `parent` (`id`))\n\n *Note*: In MySQL 5.5 and higher, TRUNCATE TABLE is not allowed for\n InnoDB tables referenced by foreign keys. For ease of upgrading,\n rewrite such statements to use DELETE instead.\n\no The AUTO_INCREMENT counter is reset to zero by TRUNCATE TABLE,\n regardless of whether there is a FOREIGN KEY constraint.\n\nThis is the same as a DELETE statement with no WHERE clause.\n\nThe count of rows affected by TRUNCATE TABLE is accurate only when it\nis mapped to a DELETE statement.\n\nFor other storage engines, TRUNCATE TABLE differs from DELETE in the\nfollowing ways in MySQL 5.1:\n\no Truncate operations drop and re-create the table, which is much\n faster than deleting rows one by one, particularly for large tables.\n\no Truncate operations cause an implicit commit.\n\no Truncation operations cannot be performed if the session holds an\n active table lock.\n\no Truncation operations do not return a meaningful value for the number\n of deleted rows. The usual result is \"0 rows affected,\" which should\n be interpreted as \"no information.\"\n\no As long as the table format file tbl_name.frm is valid, the table can\n be re-created as an empty table with TRUNCATE TABLE, even if the data\n or index files have become corrupted.\n\no The table handler does not remember the last used AUTO_INCREMENT\n value, but starts counting from the beginning. This is true even for\n MyISAM and InnoDB, which normally do not reuse sequence values.\n\no When used with partitioned tables, TRUNCATE TABLE preserves the\n partitioning; that is, the data and index files are dropped and\n re-created, while the partition definitions (.par) file is\n unaffected.\n\no Since truncation of a table does not make any use of DELETE, the\n TRUNCATE TABLE statement does not invoke ON DELETE triggers.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/truncate-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/truncate-table.html'),(324,'BIT_XOR',16,'Syntax:\nBIT_XOR(expr)\n\nReturns the bitwise XOR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(325,'CURRENT_DATE',32,'Syntax:\nCURRENT_DATE, CURRENT_DATE()\n\nCURRENT_DATE and CURRENT_DATE() are synonyms for CURDATE().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(326,'START SLAVE',8,'Syntax:\nSTART SLAVE [thread_types]\n\nSTART SLAVE [SQL_THREAD] UNTIL\n MASTER_LOG_FILE = \'log_name\', MASTER_LOG_POS = log_pos\n\nSTART SLAVE [SQL_THREAD] UNTIL\n RELAY_LOG_FILE = \'log_name\', RELAY_LOG_POS = log_pos\n\nthread_types:\n [thread_type [, thread_type] ... ]\n\nthread_type: IO_THREAD | SQL_THREAD\n\nSTART SLAVE with no thread_type options starts both of the slave\nthreads. The I/O thread reads events from the master server and stores\nthem in the relay log. The SQL thread reads events from the relay log\nand executes them. START SLAVE requires the SUPER privilege.\n\nIf START SLAVE succeeds in starting the slave threads, it returns\nwithout any error. However, even in that case, it might be that the\nslave threads start and then later stop (for example, because they do\nnot manage to connect to the master or read its binary log, or some\nother problem). START SLAVE does not warn you about this. You must\ncheck the slave\'s error log for error messages generated by the slave\nthreads, or check that they are running satisfactorily with SHOW SLAVE\nSTATUS.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/start-slave.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/start-slave.html'),(327,'AREA',2,'Area(poly)\n\nReturns as a double-precision number the area of the Polygon value\npoly, as measured in its spatial reference system.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @poly = \'Polygon((0 0,0 3,3 0,0 0),(1 1,1 2,2 1,1 1))\';\nmysql> SELECT Area(GeomFromText(@poly));\n+---------------------------+\n| Area(GeomFromText(@poly)) |\n+---------------------------+\n| 4 |\n+---------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(328,'FLUSH',27,'Syntax:\nFLUSH [NO_WRITE_TO_BINLOG | LOCAL]\n flush_option [, flush_option] ...\n\nThe FLUSH statement has several variant forms that clear or reload\nvarious internal caches, flush tables, or acquire locks. To execute\nFLUSH, you must have the RELOAD privilege.\n\nBy default, the server writes FLUSH statements to the binary log so\nthat they replicate to replication slaves. To suppress logging, specify\nthe optional NO_WRITE_TO_BINLOG keyword or its alias LOCAL.\n\n*Note*: FLUSH LOGS, FLUSH MASTER, FLUSH SLAVE, and FLUSH TABLES WITH\nREAD LOCK are not written to the binary log in any case because they\nwould cause problems if replicated to a slave.\n\nSending a SIGHUP signal to the server causes several flush operations\nto occur that are similar to various forms of the FLUSH statement. See\nhttp://dev.mysql.com/doc/refman/5.1/en/server-signal-response.html.\n\nThe FLUSH statement causes an implicit commit. See\nhttp://dev.mysql.com/doc/refman/5.1/en/implicit-commit.html.\n\nThe RESET statement is similar to FLUSH. See [HELP RESET], for\ninformation about using the RESET statement with replication.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/flush.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/flush.html'),(329,'BEGIN END',24,'Syntax:\n[begin_label:] BEGIN\n [statement_list]\nEND [end_label]\n\nBEGIN ... END syntax is used for writing compound statements, which can\nappear within stored programs (stored procedures and functions,\ntriggers, and events). A compound statement can contain multiple\nstatements, enclosed by the BEGIN and END keywords. statement_list\nrepresents a list of one or more statements, each terminated by a\nsemicolon (;) statement delimiter. The statement_list itself is\noptional, so the empty compound statement (BEGIN END) is legal.\n\nBEGIN ... END blocks can be nested.\n\nUse of multiple statements requires that a client is able to send\nstatement strings containing the ; statement delimiter. In the mysql\ncommand-line client, this is handled with the delimiter command.\nChanging the ; end-of-statement delimiter (for example, to //) permit ;\nto be used in a program body. For an example, see\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-defining.html.\n\nA BEGIN ... END block can be labeled. See [HELP labels].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/begin-end.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/begin-end.html'),(330,'SHOW PROCEDURE STATUS',27,'Syntax:\nSHOW PROCEDURE STATUS\n [LIKE \'pattern\' | WHERE expr]\n\nThis statement is a MySQL extension. It returns characteristics of a\nstored procedure, such as the database, name, type, creator, creation\nand modification dates, and character set information. A similar\nstatement, SHOW FUNCTION STATUS, displays information about stored\nfunctions (see [HELP SHOW FUNCTION STATUS]).\n\nThe LIKE clause, if present, indicates which procedure or function\nnames to match. The WHERE clause can be given to select rows using more\ngeneral conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-procedure-status.html\n\n','mysql> SHOW PROCEDURE STATUS LIKE \'sp1\'\\G\n*************************** 1. row ***************************\n Db: test\n Name: sp1\n Type: PROCEDURE\n Definer: testuser@localhost\n Modified: 2004-08-03 15:29:37\n Created: 2004-08-03 15:29:37\n Security_type: DEFINER\n Comment:\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n','http://dev.mysql.com/doc/refman/5.1/en/show-procedure-status.html'),(331,'SHOW WARNINGS',27,'Syntax:\nSHOW WARNINGS [LIMIT [offset,] row_count]\nSHOW COUNT(*) WARNINGS\n\nSHOW WARNINGS is a diagnostic statement that displays information about\nthe conditions (errors, warnings, and notes) resulting from executing a\nstatement in the current session. Warnings are generated for DML\nstatements such as INSERT, UPDATE, and LOAD DATA INFILE as well as DDL\nstatements such as CREATE TABLE and ALTER TABLE.\n\nThe LIMIT clause has the same syntax as for the SELECT statement. See\nhttp://dev.mysql.com/doc/refman/5.1/en/select.html.\n\nSHOW WARNINGS is also used following EXPLAIN EXTENDED, to display the\nextra information generated by EXPLAIN when the EXTENDED keyword is\nused. See http://dev.mysql.com/doc/refman/5.1/en/explain-extended.html.\n\nSHOW WARNINGS displays information about the conditions resulting from\nthe most recent statement in the current session that generated\nmessages. It shows nothing if the most recent statement used a table\nand generated no messages. (That is, statements that use a table but\ngenerate no messages clear the message list.) Statements that do not\nuse tables and do not generate messages have no effect on the message\nlist.\n\nThe SHOW COUNT(*) WARNINGS diagnostic statement displays the total\nnumber of errors, warnings, and notes. You can also retrieve this\nnumber from the warning_count system variable:\n\nSHOW COUNT(*) WARNINGS;\nSELECT @@warning_count;\n\nA related diagnostic statement, SHOW ERRORS, shows only error\nconditions (it excludes warnings and notes), and SHOW COUNT(*) ERRORS\nstatement displays the total number of errors. See [HELP SHOW ERRORS].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-warnings.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-warnings.html'),(332,'DROP USER',10,'Syntax:\nDROP USER user [, user] ...\n\nThe DROP USER statement removes one or more MySQL accounts and their\nprivileges. It removes privilege rows for the account from all grant\ntables. To use this statement, you must have the global CREATE USER\nprivilege or the DELETE privilege for the mysql database. Each account\nname uses the format described in\nhttp://dev.mysql.com/doc/refman/5.1/en/account-names.html. For example:\n\nDROP USER \'jeffrey\'@\'localhost\';\n\nIf you specify only the user name part of the account name, a host name\npart of \'%\' is used.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-user.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-user.html'),(333,'STDDEV_POP',16,'Syntax:\nSTDDEV_POP(expr)\n\nReturns the population standard deviation of expr (the square root of\nVAR_POP()). You can also use STD() or STDDEV(), which are equivalent\nbut not standard SQL.\n\nSTDDEV_POP() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(334,'SHOW CHARACTER SET',27,'Syntax:\nSHOW CHARACTER SET\n [LIKE \'pattern\' | WHERE expr]\n\nThe SHOW CHARACTER SET statement shows all available character sets.\nThe LIKE clause, if present, indicates which character set names to\nmatch. The WHERE clause can be given to select rows using more general\nconditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html. For example:\n\nmysql> SHOW CHARACTER SET LIKE \'latin%\';\n+---------+-----------------------------+-------------------+--------+\n| Charset | Description | Default collation | Maxlen |\n+---------+-----------------------------+-------------------+--------+\n| latin1 | cp1252 West European | latin1_swedish_ci | 1 |\n| latin2 | ISO 8859-2 Central European | latin2_general_ci | 1 |\n| latin5 | ISO 8859-9 Turkish | latin5_turkish_ci | 1 |\n| latin7 | ISO 8859-13 Baltic | latin7_general_ci | 1 |\n+---------+-----------------------------+-------------------+--------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-character-set.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-character-set.html'),(335,'SUBSTRING',38,'Syntax:\nSUBSTRING(str,pos), SUBSTRING(str FROM pos), SUBSTRING(str,pos,len),\nSUBSTRING(str FROM pos FOR len)\n\nThe forms without a len argument return a substring from string str\nstarting at position pos. The forms with a len argument return a\nsubstring len characters long from string str, starting at position\npos. The forms that use FROM are standard SQL syntax. It is also\npossible to use a negative value for pos. In this case, the beginning\nof the substring is pos characters from the end of the string, rather\nthan the beginning. A negative value may be used for pos in any of the\nforms of this function.\n\nFor all forms of SUBSTRING(), the position of the first character in\nthe string from which the substring is to be extracted is reckoned as\n1.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT SUBSTRING(\'Quadratically\',5);\n -> \'ratically\'\nmysql> SELECT SUBSTRING(\'foobarbar\' FROM 4);\n -> \'barbar\'\nmysql> SELECT SUBSTRING(\'Quadratically\',5,6);\n -> \'ratica\'\nmysql> SELECT SUBSTRING(\'Sakila\', -3);\n -> \'ila\'\nmysql> SELECT SUBSTRING(\'Sakila\', -5, 3);\n -> \'aki\'\nmysql> SELECT SUBSTRING(\'Sakila\' FROM -4 FOR 2);\n -> \'ki\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(336,'ISEMPTY',37,'IsEmpty(g)\n\nThis function is a placeholder that returns 0 for any valid geometry\nvalue, 1 for any invalid geometry value or NULL.\n\nMySQL does not support GIS EMPTY values such as POINT EMPTY.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(337,'SHOW FUNCTION STATUS',27,'Syntax:\nSHOW FUNCTION STATUS\n [LIKE \'pattern\' | WHERE expr]\n\nThis statement is similar to SHOW PROCEDURE STATUS but for stored\nfunctions. See [HELP SHOW PROCEDURE STATUS].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-function-status.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-function-status.html'),(338,'LTRIM',38,'Syntax:\nLTRIM(str)\n\nReturns the string str with leading space characters removed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT LTRIM(\' barbar\');\n -> \'barbar\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(339,'INTERSECTS',31,'Intersects(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially intersects g2.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(340,'CALL',28,'Syntax:\nCALL sp_name([parameter[,...]])\nCALL sp_name[()]\n\nThe CALL statement invokes a stored procedure that was defined\npreviously with CREATE PROCEDURE.\n\nAs of MySQL 5.1.13, stored procedures that take no arguments can be\ninvoked without parentheses. That is, CALL p() and CALL p are\nequivalent.\n\nCALL can pass back values to its caller using parameters that are\ndeclared as OUT or INOUT parameters. When the procedure returns, a\nclient program can also obtain the number of rows affected for the\nfinal statement executed within the routine: At the SQL level, call the\nROW_COUNT() function; from the C API, call the mysql_affected_rows()\nfunction.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/call.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/call.html'),(341,'MBRDISJOINT',6,'MBRDisjoint(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are disjoint (do not intersect).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(342,'VALUES',14,'Syntax:\nVALUES(col_name)\n\nIn an INSERT ... ON DUPLICATE KEY UPDATE statement, you can use the\nVALUES(col_name) function in the UPDATE clause to refer to column\nvalues from the INSERT portion of the statement. In other words,\nVALUES(col_name) in the UPDATE clause refers to the value of col_name\nthat would be inserted, had no duplicate-key conflict occurred. This\nfunction is especially useful in multiple-row inserts. The VALUES()\nfunction is meaningful only in the ON DUPLICATE KEY UPDATE clause of\nINSERT statements and returns NULL otherwise. See\nhttp://dev.mysql.com/doc/refman/5.1/en/insert-on-duplicate.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','mysql> INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6)\n -> ON DUPLICATE KEY UPDATE c=VALUES(a)+VALUES(b);\n','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(343,'SUBSTRING_INDEX',38,'Syntax:\nSUBSTRING_INDEX(str,delim,count)\n\nReturns the substring from string str before count occurrences of the\ndelimiter delim. If count is positive, everything to the left of the\nfinal delimiter (counting from the left) is returned. If count is\nnegative, everything to the right of the final delimiter (counting from\nthe right) is returned. SUBSTRING_INDEX() performs a case-sensitive\nmatch when searching for delim.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\', \'.\', 2);\n -> \'www.mysql\'\nmysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\', \'.\', -2);\n -> \'mysql.com\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(344,'ENCODE',12,'Syntax:\nENCODE(str,pass_str)\n\nEncrypt str using pass_str as the password. The result is a binary\nstring of the same length as str. To decrypt the result, use DECODE().\n\nThe ENCODE() function should no longer be used. If you still need to\nuse ENCODE(), a salt value must be used with it to reduce risk. For\nexample:\n\nENCODE(\'plaintext\', CONCAT(\'my_random_salt\',\'my_secret_password\'))\n\nA new random salt value must be used whenever a password is updated.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(345,'LOOP',24,'Syntax:\n[begin_label:] LOOP\n statement_list\nEND LOOP [end_label]\n\nLOOP implements a simple loop construct, enabling repeated execution of\nthe statement list, which consists of one or more statements, each\nterminated by a semicolon (;) statement delimiter. The statements\nwithin the loop are repeated until the loop is terminated. Usually,\nthis is accomplished with a LEAVE statement. Within a stored function,\nRETURN can also be used, which exits the function entirely.\n\nNeglecting to include a loop-termination statement results in an\ninfinite loop.\n\nA LOOP statement can be labeled. For the rules regarding label use, see\n[HELP labels].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/loop.html\n\n','CREATE PROCEDURE doiterate(p1 INT)\nBEGIN\n label1: LOOP\n SET p1 = p1 + 1;\n IF p1 < 10 THEN\n ITERATE label1;\n END IF;\n LEAVE label1;\n END LOOP label1;\n SET @x = p1;\nEND;\n','http://dev.mysql.com/doc/refman/5.1/en/loop.html'),(346,'TRUNCATE',4,'Syntax:\nTRUNCATE(X,D)\n\nReturns the number X, truncated to D decimal places. If D is 0, the\nresult has no decimal point or fractional part. D can be negative to\ncause D digits left of the decimal point of the value X to become zero.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT TRUNCATE(1.223,1);\n -> 1.2\nmysql> SELECT TRUNCATE(1.999,1);\n -> 1.9\nmysql> SELECT TRUNCATE(1.999,0);\n -> 1\nmysql> SELECT TRUNCATE(-1.999,1);\n -> -1.9\nmysql> SELECT TRUNCATE(122,-2);\n -> 100\nmysql> SELECT TRUNCATE(10.28*100,0);\n -> 1028\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(347,'TIMESTAMPADD',32,'Syntax:\nTIMESTAMPADD(unit,interval,datetime_expr)\n\nAdds the integer expression interval to the date or datetime expression\ndatetime_expr. The unit for interval is given by the unit argument,\nwhich should be one of the following values: FRAC_SECOND\n(microseconds), SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, QUARTER, or\nYEAR.\n\nBeginning with MySQL 5.1.24, it is possible to use MICROSECOND in place\nof FRAC_SECOND with this function, and FRAC_SECOND is deprecated.\nFRAC_SECOND is removed in MySQL 5.5.\n\nThe unit value may be specified using one of keywords as shown, or with\na prefix of SQL_TSI_. For example, DAY and SQL_TSI_DAY both are legal.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT TIMESTAMPADD(MINUTE,1,\'2003-01-02\');\n -> \'2003-01-02 00:01:00\'\nmysql> SELECT TIMESTAMPADD(WEEK,1,\'2003-01-02\');\n -> \'2003-01-09\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(348,'SHOW',27,'SHOW has many forms that provide information about databases, tables,\ncolumns, or status information about the server. This section describes\nthose following:\n\nSHOW AUTHORS\nSHOW {BINARY | MASTER} LOGS\nSHOW BINLOG EVENTS [IN \'log_name\'] [FROM pos] [LIMIT [offset,] row_count]\nSHOW CHARACTER SET [like_or_where]\nSHOW COLLATION [like_or_where]\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [like_or_where]\nSHOW CONTRIBUTORS\nSHOW CREATE DATABASE db_name\nSHOW CREATE EVENT event_name\nSHOW CREATE FUNCTION func_name\nSHOW CREATE PROCEDURE proc_name\nSHOW CREATE TABLE tbl_name\nSHOW CREATE TRIGGER trigger_name\nSHOW CREATE VIEW view_name\nSHOW DATABASES [like_or_where]\nSHOW ENGINE engine_name {STATUS | MUTEX}\nSHOW [STORAGE] ENGINES\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW EVENTS\nSHOW FUNCTION CODE func_name\nSHOW FUNCTION STATUS [like_or_where]\nSHOW GRANTS FOR user\nSHOW INDEX FROM tbl_name [FROM db_name]\nSHOW INNODB STATUS\nSHOW MASTER STATUS\nSHOW OPEN TABLES [FROM db_name] [like_or_where]\nSHOW PLUGINS\nSHOW PROCEDURE CODE proc_name\nSHOW PROCEDURE STATUS [like_or_where]\nSHOW PRIVILEGES\nSHOW [FULL] PROCESSLIST\nSHOW PROFILE [types] [FOR QUERY n] [OFFSET n] [LIMIT n]\nSHOW PROFILES\nSHOW SCHEDULER STATUS\nSHOW SLAVE HOSTS\nSHOW SLAVE STATUS\nSHOW [GLOBAL | SESSION] STATUS [like_or_where]\nSHOW TABLE STATUS [FROM db_name] [like_or_where]\nSHOW [FULL] TABLES [FROM db_name] [like_or_where]\nSHOW TRIGGERS [FROM db_name] [like_or_where]\nSHOW [GLOBAL | SESSION] VARIABLES [like_or_where]\nSHOW WARNINGS [LIMIT [offset,] row_count]\n\nlike_or_where:\n LIKE \'pattern\'\n | WHERE expr\n\nIf the syntax for a given SHOW statement includes a LIKE \'pattern\'\npart, \'pattern\' is a string that can contain the SQL \"%\" and \"_\"\nwildcard characters. The pattern is useful for restricting statement\noutput to matching values.\n\nSeveral SHOW statements also accept a WHERE clause that provides more\nflexibility in specifying which rows to display. See\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show.html'),(349,'GREATEST',19,'Syntax:\nGREATEST(value1,value2,...)\n\nWith two or more arguments, returns the largest (maximum-valued)\nargument. The arguments are compared using the same rules as for\nLEAST().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT GREATEST(2,0);\n -> 2\nmysql> SELECT GREATEST(34.0,3.0,5.0,767.0);\n -> 767.0\nmysql> SELECT GREATEST(\'B\',\'A\',\'C\');\n -> \'C\'\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(350,'SHOW VARIABLES',27,'Syntax:\nSHOW [GLOBAL | SESSION] VARIABLES\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW VARIABLES shows the values of MySQL system variables. This\ninformation also can be obtained using the mysqladmin variables\ncommand. The LIKE clause, if present, indicates which variable names to\nmatch. The WHERE clause can be given to select rows using more general\nconditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html. This\nstatement does not require any privilege. It requires only the ability\nto connect to the server.\n\nWith the GLOBAL modifier, SHOW VARIABLES displays the values that are\nused for new connections to MySQL. If a variable has no global value,\nthe session value is displayed. With SESSION, SHOW VARIABLES displays\nthe values that are in effect for the current connection. If no\nmodifier is present, the default is SESSION. LOCAL is a synonym for\nSESSION.\nWith a LIKE clause, the statement displays only rows for those\nvariables with names that match the pattern. To obtain the row for a\nspecific variable, use a LIKE clause as shown:\n\nSHOW VARIABLES LIKE \'max_join_size\';\nSHOW SESSION VARIABLES LIKE \'max_join_size\';\n\nTo get a list of variables whose name match a pattern, use the \"%\"\nwildcard character in a LIKE clause:\n\nSHOW VARIABLES LIKE \'%size%\';\nSHOW GLOBAL VARIABLES LIKE \'%size%\';\n\nWildcard characters can be used in any position within the pattern to\nbe matched. Strictly speaking, because \"_\" is a wildcard that matches\nany single character, you should escape it as \"\\_\" to match it\nliterally. In practice, this is rarely necessary.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-variables.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-variables.html'),(351,'BINLOG',27,'Syntax:\nBINLOG \'str\'\n\nBINLOG is an internal-use statement. It is generated by the mysqlbinlog\nprogram as the printable representation of certain events in binary log\nfiles. (See http://dev.mysql.com/doc/refman/5.1/en/mysqlbinlog.html.)\nThe \'str\' value is a base 64-encoded string the that server decodes to\ndetermine the data change indicated by the corresponding event. This\nstatement requires the SUPER privilege. It was added in MySQL 5.1.5.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/binlog.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/binlog.html'),(352,'BIT_AND',16,'Syntax:\nBIT_AND(expr)\n\nReturns the bitwise AND of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(353,'SECOND',32,'Syntax:\nSECOND(time)\n\nReturns the second for time, in the range 0 to 59.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT SECOND(\'10:05:03\');\n -> 3\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(354,'ATAN2',4,'Syntax:\nATAN(Y,X), ATAN2(Y,X)\n\nReturns the arc tangent of the two variables X and Y. It is similar to\ncalculating the arc tangent of Y / X, except that the signs of both\narguments are used to determine the quadrant of the result.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT ATAN(-2,2);\n -> -0.78539816339745\nmysql> SELECT ATAN2(PI(),0);\n -> 1.5707963267949\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(355,'MBRCONTAINS',6,'MBRContains(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangle of g1\ncontains the Minimum Bounding Rectangle of g2. This tests the opposite\nrelationship as MBRWithin().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','mysql> SET @g1 = GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = GeomFromText(\'Point(1 1)\');\nmysql> SELECT MBRContains(@g1,@g2), MBRContains(@g2,@g1);\n----------------------+----------------------+\n| MBRContains(@g1,@g2) | MBRContains(@g2,@g1) |\n+----------------------+----------------------+\n| 1 | 0 |\n+----------------------+----------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(356,'HOUR',32,'Syntax:\nHOUR(time)\n\nReturns the hour for time. The range of the return value is 0 to 23 for\ntime-of-day values. However, the range of TIME values actually is much\nlarger, so HOUR can return values greater than 23.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT HOUR(\'10:05:03\');\n -> 10\nmysql> SELECT HOUR(\'272:59:59\');\n -> 272\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(357,'SELECT',28,'Syntax:\nSELECT\n [ALL | DISTINCT | DISTINCTROW ]\n [HIGH_PRIORITY]\n [STRAIGHT_JOIN]\n [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]\n [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS]\n select_expr [, select_expr ...]\n [FROM table_references\n [WHERE where_condition]\n [GROUP BY {col_name | expr | position}\n [ASC | DESC], ... [WITH ROLLUP]]\n [HAVING where_condition]\n [ORDER BY {col_name | expr | position}\n [ASC | DESC], ...]\n [LIMIT {[offset,] row_count | row_count OFFSET offset}]\n [PROCEDURE procedure_name(argument_list)]\n [INTO OUTFILE \'file_name\'\n [CHARACTER SET charset_name]\n export_options\n | INTO DUMPFILE \'file_name\'\n | INTO var_name [, var_name]]\n [FOR UPDATE | LOCK IN SHARE MODE]]\n\nSELECT is used to retrieve rows selected from one or more tables, and\ncan include UNION statements and subqueries. See [HELP UNION], and\nhttp://dev.mysql.com/doc/refman/5.1/en/subqueries.html.\n\nThe most commonly used clauses of SELECT statements are these:\n\no Each select_expr indicates a column that you want to retrieve. There\n must be at least one select_expr.\n\no table_references indicates the table or tables from which to retrieve\n rows. Its syntax is described in [HELP JOIN].\n\no The WHERE clause, if given, indicates the condition or conditions\n that rows must satisfy to be selected. where_condition is an\n expression that evaluates to true for each row to be selected. The\n statement selects all rows if there is no WHERE clause.\n\n In the WHERE expression, you can use any of the functions and\n operators that MySQL supports, except for aggregate (summary)\n functions. See\n http://dev.mysql.com/doc/refman/5.1/en/expressions.html, and\n http://dev.mysql.com/doc/refman/5.1/en/functions.html.\n\nSELECT can also be used to retrieve rows computed without reference to\nany table.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/select.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/select.html'),(358,'COT',4,'Syntax:\nCOT(X)\n\nReturns the cotangent of X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT COT(12);\n -> -1.5726734063977\nmysql> SELECT COT(0);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(359,'SHOW CREATE EVENT',27,'Syntax:\nSHOW CREATE EVENT event_name\n\nThis statement displays the CREATE EVENT statement needed to re-create\na given event. It requires the EVENT privilege for the database from\nwhich the event is to be shown. For example (using the same event\ne_daily defined and then altered in [HELP SHOW EVENTS]):\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-event.html\n\n','mysql> SHOW CREATE EVENT test.e_daily\\G\n*************************** 1. row ***************************\n Event: e_daily\n sql_mode:\n time_zone: SYSTEM\n Create Event: CREATE EVENT `e_daily`\n ON SCHEDULE EVERY 1 DAY\n STARTS CURRENT_TIMESTAMP + INTERVAL 6 HOUR\n ON COMPLETION NOT PRESERVE\n ENABLE\n COMMENT \'Saves total number of sessions then\n clears the table each day\'\n DO BEGIN\n INSERT INTO site_activity.totals (time, total)\n SELECT CURRENT_TIMESTAMP, COUNT(*)\n FROM site_activity.sessions;\n DELETE FROM site_activity.sessions;\n END\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n','http://dev.mysql.com/doc/refman/5.1/en/show-create-event.html'),(360,'BACKUP TABLE',21,'Syntax:\nBACKUP TABLE tbl_name [, tbl_name] ... TO \'/path/to/backup/directory\'\n\n*Note*: This statement is deprecated and is removed in MySQL 5.5. As an\nalternative, mysqldump or mysqlhotcopy can be used instead.\n\nBACKUP TABLE copies to the backup directory the minimum number of table\nfiles needed to restore the table, after flushing any buffered changes\nto disk. The statement works only for MyISAM tables. It copies the .frm\ndefinition and .MYD data files. The .MYI index file can be rebuilt from\nthose two files. The directory should be specified as a full path name.\nTo restore the table, use RESTORE TABLE.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/backup-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/backup-table.html'),(361,'LOAD_FILE',38,'Syntax:\nLOAD_FILE(file_name)\n\nReads the file and returns the file contents as a string. To use this\nfunction, the file must be located on the server host, you must specify\nthe full path name to the file, and you must have the FILE privilege.\nThe file must be readable by all and its size less than\nmax_allowed_packet bytes. If the secure_file_priv system variable is\nset to a nonempty directory name, the file to be loaded must be located\nin that directory.\n\nIf the file does not exist or cannot be read because one of the\npreceding conditions is not satisfied, the function returns NULL.\n\nAs of MySQL 5.1.6, the character_set_filesystem system variable\ncontrols interpretation of file names that are given as literal\nstrings.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> UPDATE t\n SET blob_col=LOAD_FILE(\'/tmp/picture\')\n WHERE id=1;\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(362,'LOAD TABLE FROM MASTER',8,'Syntax:\nLOAD TABLE tbl_name FROM MASTER\n\nThis feature is deprecated and should be avoided. It is subject to\nremoval in a future version of MySQL.\n\nSince the current implementation of LOAD DATA FROM MASTER and LOAD\nTABLE FROM MASTER is very limited, these statements are deprecated as\nof MySQL 4.1 and removed in MySQL 5.5.\n\nThe recommended alternative solution to using LOAD DATA FROM MASTER or\nLOAD TABLE FROM MASTER is using mysqldump or mysqlhotcopy. The latter\nrequires Perl and two Perl modules (DBI and DBD:mysql) and works for\nMyISAM and ARCHIVE tables only. With mysqldump, you can create SQL\ndumps on the master and pipe (or copy) these to a mysql client on the\nslave. This has the advantage of working for all storage engines, but\ncan be quite slow, since it works using SELECT.\n\nTransfers a copy of the table from the master to the slave. This\nstatement is implemented mainly debugging LOAD DATA FROM MASTER\noperations. To use LOAD TABLE, the account used for connecting to the\nmaster server must have the RELOAD and SUPER privileges on the master\nand the SELECT privilege for the master table to load. On the slave\nside, the user that issues LOAD TABLE FROM MASTER must have privileges\nfor dropping and creating the table.\n\nThe conditions for LOAD DATA FROM MASTER apply here as well. For\nexample, LOAD TABLE FROM MASTER works only for MyISAM tables. The\ntimeout notes for LOAD DATA FROM MASTER apply as well.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/load-table-from-master.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/load-table-from-master.html'),(363,'POINTFROMTEXT',3,'PointFromText(wkt[,srid])\n\nConstructs a POINT value using its WKT representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(364,'GROUP_CONCAT',16,'Syntax:\nGROUP_CONCAT(expr)\n\nThis function returns a string result with the concatenated non-NULL\nvalues from a group. It returns NULL if there are no non-NULL values.\nThe full syntax is as follows:\n\nGROUP_CONCAT([DISTINCT] expr [,expr ...]\n [ORDER BY {unsigned_integer | col_name | expr}\n [ASC | DESC] [,col_name ...]]\n [SEPARATOR str_val])\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','mysql> SELECT student_name,\n -> GROUP_CONCAT(test_score)\n -> FROM student\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(365,'DATE_FORMAT',32,'Syntax:\nDATE_FORMAT(date,format)\n\nFormats the date value according to the format string.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT DATE_FORMAT(\'2009-10-04 22:23:00\', \'%W %M %Y\');\n -> \'Sunday October 2009\'\nmysql> SELECT DATE_FORMAT(\'2007-10-04 22:23:00\', \'%H:%i:%s\');\n -> \'22:23:00\'\nmysql> SELECT DATE_FORMAT(\'1900-10-04 22:23:00\',\n -> \'%D %y %a %d %m %b %j\');\n -> \'4th 00 Thu 04 10 Oct 277\'\nmysql> SELECT DATE_FORMAT(\'1997-10-04 22:23:00\',\n -> \'%H %k %I %r %T %S %w\');\n -> \'22 22 10 10:23:00 PM 22:23:00 00 6\'\nmysql> SELECT DATE_FORMAT(\'1999-01-01\', \'%X %V\');\n -> \'1998 52\'\nmysql> SELECT DATE_FORMAT(\'2006-06-00\', \'%d\');\n -> \'00\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(366,'BENCHMARK',17,'Syntax:\nBENCHMARK(count,expr)\n\nThe BENCHMARK() function executes the expression expr repeatedly count\ntimes. It may be used to time how quickly MySQL processes the\nexpression. The result value is always 0. The intended use is from\nwithin the mysql client, which reports query execution times:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT BENCHMARK(1000000,ENCODE(\'hello\',\'goodbye\'));\n+----------------------------------------------+\n| BENCHMARK(1000000,ENCODE(\'hello\',\'goodbye\')) |\n+----------------------------------------------+\n| 0 |\n+----------------------------------------------+\n1 row in set (4.74 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(367,'YEAR',32,'Syntax:\nYEAR(date)\n\nReturns the year for date, in the range 1000 to 9999, or 0 for the\n\"zero\" date.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT YEAR(\'1987-01-01\');\n -> 1987\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(368,'SHOW ENGINE',27,'Syntax:\nSHOW ENGINE engine_name {STATUS | MUTEX}\n\nSHOW ENGINE displays operational information about a storage engine. It\nrequires the PROCESS privilege. The following statements currently are\nsupported:\n\nSHOW ENGINE INNODB STATUS\nSHOW ENGINE INNODB MUTEX\nSHOW ENGINE {NDB | NDBCLUSTER} STATUS\n\nOlder (and now deprecated) synonyms are SHOW INNODB STATUS for SHOW\nENGINE INNODB STATUS and SHOW MUTEX STATUS for SHOW ENGINE INNODB\nMUTEX. SHOW INNODB STATUS and SHOW MUTEX STATUS are removed in MySQL\n5.5.\n\nIn MySQL 5.0, SHOW ENGINE INNODB MUTEX is invoked as SHOW MUTEX STATUS.\nThe latter statement displays similar information but in a somewhat\ndifferent output format.\n\nSHOW ENGINE BDB LOGS formerly displayed status information about BDB\nlog files. As of MySQL 5.1.12, the BDB storage engine is not supported,\nand this statement produces a warning.\n\nSHOW ENGINE INNODB STATUS displays extensive information from the\nstandard InnoDB Monitor about the state of the InnoDB storage engine.\nFor information about the standard monitor and other InnoDB Monitors\nthat provide information about InnoDB processing, see\nhttp://dev.mysql.com/doc/refman/5.1/en/innodb-monitors.html.\n\nSHOW ENGINE INNODB MUTEX displays InnoDB mutex statistics. From MySQL\n5.1.2 to 5.1.14, the statement displays the following output fields:\n\no Type\n\n Always InnoDB.\n\no Name\n\n The mutex name and the source file where it is implemented. Example:\n &pool->mutex:mem0pool.c\n\n The mutex name indicates its purpose. For example, the log_sys mutex\n is used by the InnoDB logging subsystem and indicates how intensive\n logging activity is. The buf_pool mutex protects the InnoDB buffer\n pool.\n\no Status\n\n The mutex status. The fields contains several values:\n\n o count indicates how many times the mutex was requested.\n\n o spin_waits indicates how many times the spinlock had to run.\n\n o spin_rounds indicates the number of spinlock rounds. (spin_rounds\n divided by spin_waits provides the average round count.)\n\n o os_waits indicates the number of operating system waits. This\n occurs when the spinlock did not work (the mutex was not locked\n during the spinlock and it was necessary to yield to the operating\n system and wait).\n\n o os_yields indicates the number of times a the thread trying to lock\n a mutex gave up its timeslice and yielded to the operating system\n (on the presumption that permitting other threads to run will free\n the mutex so that it can be locked).\n\n o os_wait_times indicates the amount of time (in ms) spent in\n operating system waits, if the timed_mutexes system variable is 1\n (ON). If timed_mutexes is 0 (OFF), timing is disabled, so\n os_wait_times is 0. timed_mutexes is off by default.\n\nFrom MySQL 5.1.15 on, the statement displays the following output\nfields:\n\no Type\n\n Always InnoDB.\n\no Name\n\n The source file where the mutex is implemented, and the line number\n in the file where the mutex is created. The line number may change\n depending on your version of MySQL.\n\no Status\n\n This field displays the same values as previously described (count,\n spin_waits, spin_rounds, os_waits, os_yields, os_wait_times), but\n only if UNIV_DEBUG was defined at MySQL compilation time (for\n example, in include/univ.i in the InnoDB part of the MySQL source\n tree). If UNIV_DEBUG was not defined, the statement displays only the\n os_waits value. In the latter case (without UNIV_DEBUG), the\n information on which the output is based is insufficient to\n distinguish regular mutexes and mutexes that protect rw-locks (which\n permit multiple readers or a single writer). Consequently, the output\n may appear to contain multiple rows for the same mutex.\n\nInformation from this statement can be used to diagnose system\nproblems. For example, large values of spin_waits and spin_rounds may\nindicate scalability problems.\n\nIf the server has the NDBCLUSTER storage engine enabled, SHOW ENGINE\nNDB STATUS displays cluster status information such as the number of\nconnected data nodes, the cluster connectstring, and cluster binlog\nepochs, as well as counts of various Cluster API objects created by the\nMySQL Server when connected to the cluster. Sample output from this\nstatement is shown here:\n\nmysql> SHOW ENGINE NDB STATUS;\n+------------+-----------------------+--------------------------------------------------+\n| Type | Name | Status |\n+------------+-----------------------+--------------------------------------------------+\n| ndbcluster | connection | cluster_node_id=7,\n connected_host=192.168.0.103, connected_port=1186, number_of_data_nodes=4,\n number_of_ready_data_nodes=3, connect_count=0 |\n| ndbcluster | NdbTransaction | created=6, free=0, sizeof=212 |\n| ndbcluster | NdbOperation | created=8, free=8, sizeof=660 |\n| ndbcluster | NdbIndexScanOperation | created=1, free=1, sizeof=744 |\n| ndbcluster | NdbIndexOperation | created=0, free=0, sizeof=664 |\n| ndbcluster | NdbRecAttr | created=1285, free=1285, sizeof=60 |\n| ndbcluster | NdbApiSignal | created=16, free=16, sizeof=136 |\n| ndbcluster | NdbLabel | created=0, free=0, sizeof=196 |\n| ndbcluster | NdbBranch | created=0, free=0, sizeof=24 |\n| ndbcluster | NdbSubroutine | created=0, free=0, sizeof=68 |\n| ndbcluster | NdbCall | created=0, free=0, sizeof=16 |\n| ndbcluster | NdbBlob | created=1, free=1, sizeof=264 |\n| ndbcluster | NdbReceiver | created=4, free=0, sizeof=68 |\n| ndbcluster | binlog | latest_epoch=155467, latest_trans_epoch=148126,\n latest_received_binlog_epoch=0, latest_handled_binlog_epoch=0,\n latest_applied_binlog_epoch=0 |\n+------------+-----------------------+--------------------------------------------------+\n\nThe rows with connection and binlog in the Name column were added to\nthe output of this statement in MySQL 5.1. The Status column in each of\nthese rows provides information about the MySQL server\'s connection to\nthe cluster and about the cluster binary log\'s status, respectively.\nThe Status information is in the form of comma-delimited set of\nname/value pairs.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-engine.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-engine.html'),(369,'NAME_CONST',14,'Syntax:\nNAME_CONST(name,value)\n\nReturns the given value. When used to produce a result set column,\nNAME_CONST() causes the column to have the given name. The arguments\nshould be constants.\n\nmysql> SELECT NAME_CONST(\'myname\', 14);\n+--------+\n| myname |\n+--------+\n| 14 |\n+--------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(370,'RELEASE_LOCK',14,'Syntax:\nRELEASE_LOCK(str)\n\nReleases the lock named by the string str that was obtained with\nGET_LOCK(). Returns 1 if the lock was released, 0 if the lock was not\nestablished by this thread (in which case the lock is not released),\nand NULL if the named lock did not exist. The lock does not exist if it\nwas never obtained by a call to GET_LOCK() or if it has previously been\nreleased.\n\nThe DO statement is convenient to use with RELEASE_LOCK(). See [HELP\nDO].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(371,'IS NULL',19,'Syntax:\nIS NULL\n\nTests whether a value is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 1 IS NULL, 0 IS NULL, NULL IS NULL;\n -> 0, 0, 1\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(372,'CONVERT_TZ',32,'Syntax:\nCONVERT_TZ(dt,from_tz,to_tz)\n\nCONVERT_TZ() converts a datetime value dt from the time zone given by\nfrom_tz to the time zone given by to_tz and returns the resulting\nvalue. Time zones are specified as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html. This\nfunction returns NULL if the arguments are invalid.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT CONVERT_TZ(\'2004-01-01 12:00:00\',\'GMT\',\'MET\');\n -> \'2004-01-01 13:00:00\'\nmysql> SELECT CONVERT_TZ(\'2004-01-01 12:00:00\',\'+00:00\',\'+10:00\');\n -> \'2004-01-01 22:00:00\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(373,'TIME_TO_SEC',32,'Syntax:\nTIME_TO_SEC(time)\n\nReturns the time argument, converted to seconds.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT TIME_TO_SEC(\'22:23:00\');\n -> 80580\nmysql> SELECT TIME_TO_SEC(\'00:39:38\');\n -> 2378\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(374,'WEEKDAY',32,'Syntax:\nWEEKDAY(date)\n\nReturns the weekday index for date (0 = Monday, 1 = Tuesday, ... 6 =\nSunday).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT WEEKDAY(\'2008-02-03 22:23:00\');\n -> 6\nmysql> SELECT WEEKDAY(\'2007-11-06\');\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(375,'EXPORT_SET',38,'Syntax:\nEXPORT_SET(bits,on,off[,separator[,number_of_bits]])\n\nReturns a string such that for every bit set in the value bits, you get\nan on string and for every bit not set in the value, you get an off\nstring. Bits in bits are examined from right to left (from low-order to\nhigh-order bits). Strings are added to the result from left to right,\nseparated by the separator string (the default being the comma\ncharacter \",\"). The number of bits examined is given by number_of_bits,\nwhich has a default of 64 if not specified. number_of_bits is silently\nclipped to 64 if larger than 64. It is treated as an unsigned integer,\nso a value of -1 is effectively the same as 64.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT EXPORT_SET(5,\'Y\',\'N\',\',\',4);\n -> \'Y,N,Y,N\'\nmysql> SELECT EXPORT_SET(6,\'1\',\'0\',\',\',10);\n -> \'0,1,1,0,0,0,0,0,0,0\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(376,'ALTER SERVER',40,'Syntax:\nALTER SERVER server_name\n OPTIONS (option [, option] ...)\n\nAlters the server information for server_name, adjusting any of the\noptions permitted in the CREATE SERVER statement. The corresponding\nfields in the mysql.servers table are updated accordingly. This\nstatement requires the SUPER privilege.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-server.html\n\n','ALTER SERVER s OPTIONS (USER \'sally\');\n','http://dev.mysql.com/doc/refman/5.1/en/alter-server.html'),(377,'TIME FUNCTION',32,'Syntax:\nTIME(expr)\n\nExtracts the time part of the time or datetime expression expr and\nreturns it as a string.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT TIME(\'2003-12-31 01:02:03\');\n -> \'01:02:03\'\nmysql> SELECT TIME(\'2003-12-31 01:02:03.000123\');\n -> \'01:02:03.000123\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(378,'DATE_ADD',32,'Syntax:\nDATE_ADD(date,INTERVAL expr unit), DATE_SUB(date,INTERVAL expr unit)\n\nThese functions perform date arithmetic. The date argument specifies\nthe starting date or datetime value. expr is an expression specifying\nthe interval value to be added or subtracted from the starting date.\nexpr is a string; it may start with a \"-\" for negative intervals. unit\nis a keyword indicating the units in which the expression should be\ninterpreted.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT \'2008-12-31 23:59:59\' + INTERVAL 1 SECOND;\n -> \'2009-01-01 00:00:00\'\nmysql> SELECT INTERVAL 1 DAY + \'2008-12-31\';\n -> \'2009-01-01\'\nmysql> SELECT \'2005-01-01\' - INTERVAL 1 SECOND;\n -> \'2004-12-31 23:59:59\'\nmysql> SELECT DATE_ADD(\'2000-12-31 23:59:59\',\n -> INTERVAL 1 SECOND);\n -> \'2001-01-01 00:00:00\'\nmysql> SELECT DATE_ADD(\'2010-12-31 23:59:59\',\n -> INTERVAL 1 DAY);\n -> \'2011-01-01 23:59:59\'\nmysql> SELECT DATE_ADD(\'2100-12-31 23:59:59\',\n -> INTERVAL \'1:1\' MINUTE_SECOND);\n -> \'2101-01-01 00:01:00\'\nmysql> SELECT DATE_SUB(\'2005-01-01 00:00:00\',\n -> INTERVAL \'1 1:1:1\' DAY_SECOND);\n -> \'2004-12-30 22:58:59\'\nmysql> SELECT DATE_ADD(\'1900-01-01 00:00:00\',\n -> INTERVAL \'-1 10\' DAY_HOUR);\n -> \'1899-12-30 14:00:00\'\nmysql> SELECT DATE_SUB(\'1998-01-02\', INTERVAL 31 DAY);\n -> \'1997-12-02\'\nmysql> SELECT DATE_ADD(\'1992-12-31 23:59:59.000002\',\n -> INTERVAL \'1.999999\' SECOND_MICROSECOND);\n -> \'1993-01-01 00:00:01.000001\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(379,'CAST',38,'Syntax:\nCAST(expr AS type)\n\nThe CAST() function takes an expression of any type and produces a\nresult value of a specified type, similar to CONVERT(). See the\ndescription of CONVERT() for more information.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/cast-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/cast-functions.html'),(380,'SOUNDS LIKE',38,'Syntax:\nexpr1 SOUNDS LIKE expr2\n\nThis is the same as SOUNDEX(expr1) = SOUNDEX(expr2).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(381,'PERIOD_DIFF',32,'Syntax:\nPERIOD_DIFF(P1,P2)\n\nReturns the number of months between periods P1 and P2. P1 and P2\nshould be in the format YYMM or YYYYMM. Note that the period arguments\nP1 and P2 are not date values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT PERIOD_DIFF(200802,200703);\n -> 11\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(382,'LIKE',38,'Syntax:\nexpr LIKE pat [ESCAPE \'escape_char\']\n\nPattern matching using SQL simple regular expression comparison.\nReturns 1 (TRUE) or 0 (FALSE). If either expr or pat is NULL, the\nresult is NULL.\n\nThe pattern need not be a literal string. For example, it can be\nspecified as a string expression or table column.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html\n\n','mysql> SELECT \'David!\' LIKE \'David_\';\n -> 1\nmysql> SELECT \'David!\' LIKE \'%D%v%\';\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html'),(383,'MULTIPOINT',25,'MultiPoint(pt1,pt2,...)\n\nConstructs a MultiPoint value using Point or WKB Point arguments.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(384,'>>',20,'Syntax:\n>>\n\nShifts a longlong (BIGINT) number to the right.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n','mysql> SELECT 4 >> 2;\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),(385,'FETCH',24,'Syntax:\nFETCH [[NEXT] FROM] cursor_name INTO var_name [, var_name] ...\n\nThis statement fetches the next row for the SELECT statement associated\nwith the specified cursor (which must be open), and advances the cursor\npointer. If a row exists, the fetched columns are stored in the named\nvariables. The number of columns retrieved by the SELECT statement must\nmatch the number of output variables specified in the FETCH statement.\n\nIf no more rows are available, a No Data condition occurs with SQLSTATE\nvalue \'02000\'. To detect this condition, you can set up a handler for\nit (or for a NOT FOUND condition). For an example, see\nhttp://dev.mysql.com/doc/refman/5.1/en/cursors.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/fetch.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/fetch.html'),(386,'AVG',16,'Syntax:\nAVG([DISTINCT] expr)\n\nReturns the average value of expr. The DISTINCT option can be used to\nreturn the average of the distinct values of expr.\n\nAVG() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','mysql> SELECT student_name, AVG(test_score)\n -> FROM student\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(387,'TRUE FALSE',30,'The constants TRUE and FALSE evaluate to 1 and 0, respectively. The\nconstant names can be written in any lettercase.\n\nmysql> SELECT TRUE, true, FALSE, false;\n -> 1, 1, 0, 0\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/boolean-literals.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/boolean-literals.html'),(388,'MBRWITHIN',6,'MBRWithin(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangle of g1\nis within the Minimum Bounding Rectangle of g2. This tests the opposite\nrelationship as MBRContains().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','mysql> SET @g1 = GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = GeomFromText(\'Polygon((0 0,0 5,5 5,5 0,0 0))\');\nmysql> SELECT MBRWithin(@g1,@g2), MBRWithin(@g2,@g1);\n+--------------------+--------------------+\n| MBRWithin(@g1,@g2) | MBRWithin(@g2,@g1) |\n+--------------------+--------------------+\n| 1 | 0 |\n+--------------------+--------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(389,'SESSION_USER',17,'Syntax:\nSESSION_USER()\n\nSESSION_USER() is a synonym for USER().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(390,'IN',19,'Syntax:\nexpr IN (value,...)\n\nReturns 1 if expr is equal to any of the values in the IN list, else\nreturns 0. If all values are constants, they are evaluated according to\nthe type of expr and sorted. The search for the item then is done using\na binary search. This means IN is very quick if the IN value list\nconsists entirely of constants. Otherwise, type conversion takes place\naccording to the rules described in\nhttp://dev.mysql.com/doc/refman/5.1/en/type-conversion.html, but\napplied to all the arguments.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 2 IN (0,3,5,7);\n -> 0\nmysql> SELECT \'wefwf\' IN (\'wee\',\'wefwf\',\'weg\');\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(391,'QUOTE',38,'Syntax:\nQUOTE(str)\n\nQuotes a string to produce a result that can be used as a properly\nescaped data value in an SQL statement. The string is returned enclosed\nby single quotation marks and with each instance of backslash (\"\\\"),\nsingle quote (\"\'\"), ASCII NUL, and Control+Z preceded by a backslash.\nIf the argument is NULL, the return value is the word \"NULL\" without\nenclosing single quotation marks.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT QUOTE(\'Don\\\'t!\');\n -> \'Don\\\'t!\'\nmysql> SELECT QUOTE(NULL);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(392,'HELP COMMAND',27,'Syntax:\nmysql> help search_string\n\nIf you provide an argument to the help command, mysql uses it as a\nsearch string to access server-side help from the contents of the MySQL\nReference Manual. The proper operation of this command requires that\nthe help tables in the mysql database be initialized with help topic\ninformation (see\nhttp://dev.mysql.com/doc/refman/5.1/en/server-side-help-support.html).\n\nIf there is no match for the search string, the search fails:\n\nmysql> help me\n\nNothing found\nPlease try to run \'help contents\' for a list of all accessible topics\n\nUse help contents to see a list of the help categories:\n\nmysql> help contents\nYou asked for help about help category: \"Contents\"\nFor more information, type \'help <item>\', where <item> is one of the\nfollowing categories:\n Account Management\n Administration\n Data Definition\n Data Manipulation\n Data Types\n Functions\n Functions and Modifiers for Use with GROUP BY\n Geographic Features\n Language Structure\n Plugins\n Storage Engines\n Stored Routines\n Table Maintenance\n Transactions\n Triggers\n\nIf the search string matches multiple items, mysql shows a list of\nmatching topics:\n\nmysql> help logs\nMany help items for your request exist.\nTo make a more specific request, please type \'help <item>\',\nwhere <item> is one of the following topics:\n SHOW\n SHOW BINARY LOGS\n SHOW ENGINE\n SHOW LOGS\n\nUse a topic as the search string to see the help entry for that topic:\n\nmysql> help show binary logs\nName: \'SHOW BINARY LOGS\'\nDescription:\nSyntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [purge-binary-logs], that shows how\nto determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name | File_size |\n+---------------+-----------+\n| binlog.000015 | 724935 |\n| binlog.000016 | 733481 |\n+---------------+-----------+\n\nThe search string can contain the the wildcard characters \"%\" and \"_\".\nThese have the same meaning as for pattern-matching operations\nperformed with the LIKE operator. For example, HELP rep% returns a list\nof topics that begin with rep:\n\nmysql> HELP rep%\nMany help items for your request exist.\nTo make a more specific request, please type \'help <item>\',\nwhere <item> is one of the following\ntopics:\n REPAIR TABLE\n REPEAT FUNCTION\n REPEAT LOOP\n REPLACE\n REPLACE FUNCTION\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mysql-server-side-help.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/mysql-server-side-help.html'),(393,'QUARTER',32,'Syntax:\nQUARTER(date)\n\nReturns the quarter of the year for date, in the range 1 to 4.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT QUARTER(\'2008-04-01\');\n -> 2\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(394,'POSITION',38,'Syntax:\nPOSITION(substr IN str)\n\nPOSITION(substr IN str) is a synonym for LOCATE(substr,str).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(395,'SHOW CREATE FUNCTION',27,'Syntax:\nSHOW CREATE FUNCTION func_name\n\nThis statement is similar to SHOW CREATE PROCEDURE but for stored\nfunctions. See [HELP SHOW CREATE PROCEDURE].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-function.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-create-function.html'),(396,'IS_USED_LOCK',14,'Syntax:\nIS_USED_LOCK(str)\n\nChecks whether the lock named str is in use (that is, locked). If so,\nit returns the connection identifier of the client that holds the lock.\nOtherwise, it returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(397,'POLYFROMTEXT',3,'PolyFromText(wkt[,srid]), PolygonFromText(wkt[,srid])\n\nConstructs a POLYGON value using its WKT representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(398,'DES_ENCRYPT',12,'Syntax:\nDES_ENCRYPT(str[,{key_num|key_str}])\n\nEncrypts the string with the given key using the Triple-DES algorithm.\n\nThis function works only if MySQL has been configured with SSL support.\nSee http://dev.mysql.com/doc/refman/5.1/en/ssl-connections.html.\n\nThe encryption key to use is chosen based on the second argument to\nDES_ENCRYPT(), if one was given. With no argument, the first key from\nthe DES key file is used. With a key_num argument, the given key number\n(0 to 9) from the DES key file is used. With a key_str argument, the\ngiven key string is used to encrypt str.\n\nThe key file can be specified with the --des-key-file server option.\n\nThe return string is a binary string where the first character is\nCHAR(128 | key_num). If an error occurs, DES_ENCRYPT() returns NULL.\n\nThe 128 is added to make it easier to recognize an encrypted key. If\nyou use a string key, key_num is 127.\n\nThe string length for the result is given by this formula:\n\nnew_len = orig_len + (8 - (orig_len % 8)) + 1\n\nEach line in the DES key file has the following format:\n\nkey_num des_key_str\n\nEach key_num value must be a number in the range from 0 to 9. Lines in\nthe file may be in any order. des_key_str is the string that is used to\nencrypt the message. There should be at least one space between the\nnumber and the key. The first key is the default key that is used if\nyou do not specify any key argument to DES_ENCRYPT().\n\nYou can tell MySQL to read new key values from the key file with the\nFLUSH DES_KEY_FILE statement. This requires the RELOAD privilege.\n\nOne benefit of having a set of default keys is that it gives\napplications a way to check for the existence of encrypted column\nvalues, without giving the end user the right to decrypt those values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','mysql> SELECT customer_address FROM customer_table \n > WHERE crypted_credit_card = DES_ENCRYPT(\'credit_card_number\');\n','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(399,'CEIL',4,'Syntax:\nCEIL(X)\n\nCEIL() is a synonym for CEILING().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(400,'LENGTH',38,'Syntax:\nLENGTH(str)\n\nReturns the length of the string str, measured in bytes. A multi-byte\ncharacter counts as multiple bytes. This means that for a string\ncontaining five 2-byte characters, LENGTH() returns 10, whereas\nCHAR_LENGTH() returns 5.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT LENGTH(\'text\');\n -> 4\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(401,'STR_TO_DATE',32,'Syntax:\nSTR_TO_DATE(str,format)\n\nThis is the inverse of the DATE_FORMAT() function. It takes a string\nstr and a format string format. STR_TO_DATE() returns a DATETIME value\nif the format string contains both date and time parts, or a DATE or\nTIME value if the string contains only date or time parts. If the date,\ntime, or datetime value extracted from str is illegal, STR_TO_DATE()\nreturns NULL and produces a warning.\n\nThe server scans str attempting to match format to it. The format\nstring can contain literal characters and format specifiers beginning\nwith %. Literal characters in format must match literally in str.\nFormat specifiers in format must match a date or time part in str. For\nthe specifiers that can be used in format, see the DATE_FORMAT()\nfunction description.\n\nmysql> SELECT STR_TO_DATE(\'01,5,2013\',\'%d,%m,%Y\');\n -> \'2013-05-01\'\nmysql> SELECT STR_TO_DATE(\'May 1, 2013\',\'%M %d,%Y\');\n -> \'2013-05-01\'\n\nScanning starts at the beginning of str and fails if format is found\nnot to match. Extra characters at the end of str are ignored.\n\nmysql> SELECT STR_TO_DATE(\'a09:30:17\',\'a%h:%i:%s\');\n -> \'09:30:17\'\nmysql> SELECT STR_TO_DATE(\'a09:30:17\',\'%h:%i:%s\');\n -> NULL\nmysql> SELECT STR_TO_DATE(\'09:30:17a\',\'%h:%i:%s\');\n -> \'09:30:17\'\n\nUnspecified date or time parts have a value of 0, so incompletely\nspecified values in str produce a result with some or all parts set to\n0:\n\nmysql> SELECT STR_TO_DATE(\'abc\',\'abc\');\n -> \'0000-00-00\'\nmysql> SELECT STR_TO_DATE(\'9\',\'%m\');\n -> \'0000-09-00\'\nmysql> SELECT STR_TO_DATE(\'9\',\'%s\');\n -> \'00:00:09\'\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(402,'Y',11,'Y(p)\n\nReturns the Y-coordinate value for the Point object p as a\ndouble-precision number.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SELECT Y(POINT(56.7, 53.34));\n+-----------------------+\n| Y(POINT(56.7, 53.34)) |\n+-----------------------+\n| 53.34 |\n+-----------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(403,'SHOW INNODB STATUS',27,'Syntax:\nSHOW INNODB STATUS\n\nIn MySQL 5.1, this is a deprecated synonym for SHOW ENGINE INNODB\nSTATUS. See [HELP SHOW ENGINE]. SHOW INNODB STATUS is removed in MySQL\n5.5.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-innodb-status.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-innodb-status.html'),(404,'CHECKSUM TABLE',21,'Syntax:\nCHECKSUM TABLE tbl_name [, tbl_name] ... [ QUICK | EXTENDED ]\n\nCHECKSUM TABLE reports a table checksum.\n\nWith QUICK, the live table checksum is reported if it is available, or\nNULL otherwise. This is very fast. A live checksum is enabled by\nspecifying the CHECKSUM=1 table option when you create the table;\ncurrently, this is supported only for MyISAM tables. See [HELP CREATE\nTABLE].\n\nWith EXTENDED, the entire table is read row by row and the checksum is\ncalculated. This can be very slow for large tables.\n\nIf neither QUICK nor EXTENDED is specified, MySQL returns a live\nchecksum if the table storage engine supports it and scans the table\notherwise.\n\nFor a nonexistent table, CHECKSUM TABLE returns NULL and generates a\nwarning.\n\nIn MySQL 5.1, CHECKSUM TABLE returns 0 for partitioned tables unless\nyou include the EXTENDED option. This issue is resolved in MySQL 5.6.\n(Bug #11933226, Bug #60681)\n\nThe checksum value depends on the table row format. If the row format\nchanges, the checksum also changes. For example, the storage format for\nVARCHAR changed between MySQL 4.1 and 5.0, so if a 4.1 table is\nupgraded to MySQL 5.0, the checksum value may change.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/checksum-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/checksum-table.html'),(405,'NUMINTERIORRINGS',2,'NumInteriorRings(poly)\n\nReturns the number of interior rings in the Polygon value poly.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @poly =\n -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT NumInteriorRings(GeomFromText(@poly));\n+---------------------------------------+\n| NumInteriorRings(GeomFromText(@poly)) |\n+---------------------------------------+\n| 1 |\n+---------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(406,'INTERIORRINGN',2,'InteriorRingN(poly,N)\n\nReturns the N-th interior ring for the Polygon value poly as a\nLineString. Rings are numbered beginning with 1.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @poly =\n -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT AsText(InteriorRingN(GeomFromText(@poly),1));\n+----------------------------------------------+\n| AsText(InteriorRingN(GeomFromText(@poly),1)) |\n+----------------------------------------------+\n| LINESTRING(1 1,1 2,2 2,2 1,1 1) |\n+----------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(407,'UTC_TIME',32,'Syntax:\nUTC_TIME, UTC_TIME()\n\nReturns the current UTC time as a value in \'HH:MM:SS\' or HHMMSS.uuuuuu\nformat, depending on whether the function is used in a string or\nnumeric context.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT UTC_TIME(), UTC_TIME() + 0;\n -> \'18:07:53\', 180753.000000\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(408,'DROP FUNCTION',40,'The DROP FUNCTION statement is used to drop stored functions and\nuser-defined functions (UDFs):\n\no For information about dropping stored functions, see [HELP DROP\n PROCEDURE].\n\no For information about dropping user-defined functions, see [HELP DROP\n FUNCTION UDF].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-function.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-function.html'),(409,'ALTER EVENT',40,'Syntax:\nALTER\n [DEFINER = { user | CURRENT_USER }]\n EVENT event_name\n [ON SCHEDULE schedule]\n [ON COMPLETION [NOT] PRESERVE]\n [RENAME TO new_event_name]\n [ENABLE | DISABLE | DISABLE ON SLAVE]\n [COMMENT \'comment\']\n [DO event_body]\n\nThe ALTER EVENT statement changes one or more of the characteristics of\nan existing event without the need to drop and recreate it. The syntax\nfor each of the DEFINER, ON SCHEDULE, ON COMPLETION, COMMENT, ENABLE /\nDISABLE, and DO clauses is exactly the same as when used with CREATE\nEVENT. (See [HELP CREATE EVENT].)\n\nSupport for the DEFINER clause was added in MySQL 5.1.17.\n\nBeginning with MySQL 5.1.12, this statement requires the EVENT\nprivilege. When a user executes a successful ALTER EVENT statement,\nthat user becomes the definer for the affected event.\n\n(In MySQL 5.1.11 and earlier, an event could be altered only by its\ndefiner, or by a user having the SUPER privilege.)\n\nALTER EVENT works only with an existing event:\n\nmysql> ALTER EVENT no_such_event \n > ON SCHEDULE \n > EVERY \'2:3\' DAY_HOUR;\nERROR 1517 (HY000): Unknown event \'no_such_event\'\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-event.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/alter-event.html'),(410,'STDDEV',16,'Syntax:\nSTDDEV(expr)\n\nReturns the population standard deviation of expr. This function is\nprovided for compatibility with Oracle. The standard SQL function\nSTDDEV_POP() can be used instead.\n\nThis function returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(411,'DATE_SUB',32,'Syntax:\nDATE_SUB(date,INTERVAL expr unit)\n\nSee the description for DATE_ADD().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(412,'PERIOD_ADD',32,'Syntax:\nPERIOD_ADD(P,N)\n\nAdds N months to period P (in the format YYMM or YYYYMM). Returns a\nvalue in the format YYYYMM. Note that the period argument P is not a\ndate value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT PERIOD_ADD(200801,2);\n -> 200803\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(413,'|',20,'Syntax:\n|\n\nBitwise OR:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n','mysql> SELECT 29 | 15;\n -> 31\n','http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),(414,'GEOMFROMTEXT',3,'GeomFromText(wkt[,srid]), GeometryFromText(wkt[,srid])\n\nConstructs a geometry value of any type using its WKT representation\nand SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(415,'UUID_SHORT',14,'Syntax:\nUUID_SHORT()\n\nReturns a \"short\" universal identifier as a 64-bit unsigned integer\n(rather than a string-form 128-bit identifier as returned by the UUID()\nfunction).\n\nThe value of UUID_SHORT() is guaranteed to be unique if the following\nconditions hold:\n\no The server_id of the current host is unique among your set of master\n and slave servers\n\no server_id is between 0 and 255\n\no You do not set back your system time for your server between mysqld\n restarts\n\no You do not invoke UUID_SHORT() on average more than 16 million times\n per second between mysqld restarts\n\nThe UUID_SHORT() return value is constructed this way:\n\n (server_id & 255) << 56\n+ (server_startup_time_in_seconds << 24)\n+ incremented_variable++;\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','mysql> SELECT UUID_SHORT();\n -> 92395783831158784\n','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(416,'RIGHT',38,'Syntax:\nRIGHT(str,len)\n\nReturns the rightmost len characters from the string str, or NULL if\nany argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT RIGHT(\'foobarbar\', 4);\n -> \'rbar\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(417,'DATEDIFF',32,'Syntax:\nDATEDIFF(expr1,expr2)\n\nDATEDIFF() returns expr1 - expr2 expressed as a value in days from one\ndate to the other. expr1 and expr2 are date or date-and-time\nexpressions. Only the date parts of the values are used in the\ncalculation.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT DATEDIFF(\'2007-12-31 23:59:59\',\'2007-12-30\');\n -> 1\nmysql> SELECT DATEDIFF(\'2010-11-30 23:59:59\',\'2010-12-31\');\n -> -31\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(418,'DROP TABLESPACE',40,'Syntax:\nDROP TABLESPACE tablespace_name\n ENGINE [=] engine_name\n\nThis statement drops a tablespace that was previously created using\nCREATE TABLESPACE (see [HELP CREATE TABLESPACE]).\n\n*Important*: The tablespace to be dropped must not contain any data\nfiles; in other words, before you can drop a tablespace, you must first\ndrop each of its data files using ALTER TABLESPACE ... DROP DATAFILE\n(see [HELP ALTER TABLESPACE]).\n\nThe ENGINE clause (required) specifies the storage engine used by the\ntablespace. In MySQL 5.1, the only accepted values for engine_name are\nNDB and NDBCLUSTER.\n\nDROP TABLESPACE was added in MySQL 5.1.6. In MySQL 5.1, it is useful\nonly with Disk Data storage for MySQL Cluster. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-tablespace.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-tablespace.html'),(419,'DROP PROCEDURE',40,'Syntax:\nDROP {PROCEDURE | FUNCTION} [IF EXISTS] sp_name\n\nThis statement is used to drop a stored procedure or function. That is,\nthe specified routine is removed from the server. You must have the\nALTER ROUTINE privilege for the routine. (If the\nautomatic_sp_privileges system variable is enabled, that privilege and\nEXECUTE are granted automatically to the routine creator when the\nroutine is created and dropped from the creator when the routine is\ndropped. See\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-routines-privileges.html.\n)\n\nThe IF EXISTS clause is a MySQL extension. It prevents an error from\noccurring if the procedure or function does not exist. A warning is\nproduced that can be viewed with SHOW WARNINGS.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-procedure.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/drop-procedure.html'),(420,'CHECK TABLE',21,'Syntax:\nCHECK TABLE tbl_name [, tbl_name] ... [option] ...\n\noption = {FOR UPGRADE | QUICK | FAST | MEDIUM | EXTENDED | CHANGED}\n\nCHECK TABLE checks a table or tables for errors. CHECK TABLE works for\nInnoDB, MyISAM, and ARCHIVE tables. Starting with MySQL 5.1.9, CHECK\nTABLE is also valid for CSV tables, see\nhttp://dev.mysql.com/doc/refman/5.1/en/csv-storage-engine.html. For\nMyISAM tables, the key statistics are updated as well.\n\nCHECK TABLE can also check views for problems, such as tables that are\nreferenced in the view definition that no longer exist.\n\nBeginning with MySQL 5.1.27, CHECK TABLE is also supported for\npartitioned tables. Also beginning with MySQL 5.1.27, you can use ALTER\nTABLE ... CHECK PARTITION to check one or more partitions; for more\ninformation, see [HELP ALTER TABLE], and\nhttp://dev.mysql.com/doc/refman/5.1/en/partitioning-maintenance.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/check-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/check-table.html'),(421,'BIN',38,'Syntax:\nBIN(N)\n\nReturns a string representation of the binary value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(N,10,2). Returns\nNULL if N is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT BIN(12);\n -> \'1100\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(422,'INSTALL PLUGIN',5,'Syntax:\nINSTALL PLUGIN plugin_name SONAME \'shared_library_name\'\n\nThis statement installs a server plugin. It requires the INSERT\nprivilege for the mysql.plugin table.\n\nplugin_name is the name of the plugin as defined in the plugin\ndescriptor structure contained in the library file (see\nhttp://dev.mysql.com/doc/refman/5.1/en/plugin-data-structures.html).\nPlugin names are not case sensitive. For maximal compatibility, plugin\nnames should be limited to ASCII letters, digits, and underscore\nbecause they are used in C source files, shell command lines, M4 and\nBourne shell scripts, and SQL environments.\n\nshared_library_name is the name of the shared library that contains the\nplugin code. The name includes the file name extension (for example,\nlibmyplugin.so, libmyplugin.dll, or libmyplugin.dylib).\n\nThe shared library must be located in the plugin directory (the\ndirectory named by the plugin_dir system variable). The library must be\nin the plugin directory itself, not in a subdirectory. By default,\nplugin_dir is the plugin directory under the directory named by the\npkglibdir configuration variable, but it can be changed by setting the\nvalue of plugin_dir at server startup. For example, set its value in a\nmy.cnf file:\n\n[mysqld]\nplugin_dir=/path/to/plugin/directory\n\nIf the value of plugin_dir is a relative path name, it is taken to be\nrelative to the MySQL base directory (the value of the basedir system\nvariable).\n\nINSTALL PLUGIN loads and initializes the plugin code to make the plugin\navailable for use. A plugin is initialized by executing its\ninitialization function, which handles any setup that the plugin must\nperform before it can be used. When the server shuts down, it executes\nthe deinitialization function for each plugin that is loaded so that\nthe plugin has a change to perform any final cleanup.\n\nINSTALL PLUGIN also registers the plugin by adding a line that\nindicates the plugin name and library file name to the mysql.plugin\ntable. At server startup, the server loads and initializes any plugin\nthat is listed in the mysql.plugin table. This means that a plugin is\ninstalled with INSTALL PLUGIN only once, not every time the server\nstarts. Plugin loading at startup does not occur if the server is\nstarted with the --skip-grant-tables option.\n\nA plugin library can contain multiple plugins. For each of them to be\ninstalled, use a separate INSTALL PLUGIN statement. Each statement\nnames a different plugin, but all of them specify the same library\nname.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/install-plugin.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/install-plugin.html'),(423,'DECLARE CURSOR',24,'Syntax:\nDECLARE cursor_name CURSOR FOR select_statement\n\nThis statement declares a cursor and associates it with a SELECT\nstatement that retrieves the rows to be traversed by the cursor. To\nfetch the rows later, use a FETCH statement. The number of columns\nretrieved by the SELECT statement must match the number of output\nvariables specified in the FETCH statement.\n\nThe SELECT statement cannot have an INTO clause.\n\nCursor declarations must appear before handler declarations and after\nvariable and condition declarations.\n\nA stored program may contain multiple cursor declarations, but each\ncursor declared in a given block must have a unique name. For an\nexample, see http://dev.mysql.com/doc/refman/5.1/en/cursors.html.\n\nFor information available through SHOW statements, it is possible in\nmany cases to obtain equivalent information by using a cursor with an\nINFORMATION_SCHEMA table.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/declare-cursor.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/declare-cursor.html'),(424,'LOAD DATA',28,'Syntax:\nLOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE \'file_name\'\n [REPLACE | IGNORE]\n INTO TABLE tbl_name\n [CHARACTER SET charset_name]\n [{FIELDS | COLUMNS}\n [TERMINATED BY \'string\']\n [[OPTIONALLY] ENCLOSED BY \'char\']\n [ESCAPED BY \'char\']\n ]\n [LINES\n [STARTING BY \'string\']\n [TERMINATED BY \'string\']\n ]\n [IGNORE number LINES]\n [(col_name_or_user_var,...)]\n [SET col_name = expr,...]\n\nThe LOAD DATA INFILE statement reads rows from a text file into a table\nat a very high speed. LOAD DATA INFILE is the complement of SELECT ...\nINTO OUTFILE. (See\nhttp://dev.mysql.com/doc/refman/5.1/en/select-into.html.) To write data\nfrom a table to a file, use SELECT ... INTO OUTFILE. To read the file\nback into a table, use LOAD DATA INFILE. The syntax of the FIELDS and\nLINES clauses is the same for both statements. Both clauses are\noptional, but FIELDS must precede LINES if both are specified.\n\nYou can also load data files by using the mysqlimport utility; it\noperates by sending a LOAD DATA INFILE statement to the server. The\n--local option causes mysqlimport to read data files from the client\nhost. You can specify the --compress option to get better performance\nover slow networks if the client and server support the compressed\nprotocol. See http://dev.mysql.com/doc/refman/5.1/en/mysqlimport.html.\n\nFor more information about the efficiency of INSERT versus LOAD DATA\nINFILE and speeding up LOAD DATA INFILE, see\nhttp://dev.mysql.com/doc/refman/5.1/en/insert-speed.html.\n\nThe file name must be given as a literal string. On Windows, specify\nbackslashes in path names as forward slashes or doubled backslashes. As\nof MySQL 5.1.6, the character_set_filesystem system variable controls\nthe interpretation of the file name.\n\nThe character set indicated by the character_set_database system\nvariable is used to interpret the information in the file. SET NAMES\nand the setting of character_set_client do not affect interpretation of\ninput. If the contents of the input file use a character set that\ndiffers from the default, it is usually preferable to specify the\ncharacter set of the file by using the CHARACTER SET clause, which is\navailable as of MySQL 5.1.17. A character set of binary specifies \"no\nconversion.\"\n\nLOAD DATA INFILE interprets all fields in the file as having the same\ncharacter set, regardless of the data types of the columns into which\nfield values are loaded. For proper interpretation of file contents,\nyou must ensure that it was written with the correct character set. For\nexample, if you write a data file with mysqldump -T or by issuing a\nSELECT ... INTO OUTFILE statement in mysql, be sure to use a\n--default-character-set option so that output is written in the\ncharacter set to be used when the file is loaded with LOAD DATA INFILE.\n\n*Note*: It is not possible to load data files that use the ucs2\ncharacter set.\n\nIf you use LOW_PRIORITY, execution of the LOAD DATA statement is\ndelayed until no other clients are reading from the table. This affects\nonly storage engines that use only table-level locking (such as MyISAM,\nMEMORY, and MERGE).\n\nIf you specify CONCURRENT with a MyISAM table that satisfies the\ncondition for concurrent inserts (that is, it contains no free blocks\nin the middle), other threads can retrieve data from the table while\nLOAD DATA is executing. This option affects the performance of LOAD\nDATA a bit, even if no other thread is using the table at the same\ntime.\n\nWith row-based replication, CONCURRENT is replicated regardless of\nMySQL version. With statement-based replication CONCURRENT is not\nreplicated prior to MySQL 5.1.43 (see Bug #34628). For more\ninformation, see\nhttp://dev.mysql.com/doc/refman/5.1/en/replication-features-load-data.h\ntml.\n\n*Note*: Prior to MySQL 5.1.23, LOAD DATA performed very poorly when\nimporting into partitioned tables. The statement now uses buffering to\nimprove performance; however, the buffer uses 130KB memory per\npartition to achieve this. (Bug #26527)\n\nThe LOCAL keyword affects expected location of the file and error\nhandling, as described later. LOCAL works only if your server and your\nclient both have been configured to permit it. For example, if mysqld\nwas started with --local-infile=0, LOCAL does not work. See\nhttp://dev.mysql.com/doc/refman/5.1/en/load-data-local.html.\n\nThe LOCAL keyword affects where the file is expected to be found:\n\no If LOCAL is specified, the file is read by the client program on the\n client host and sent to the server. The file can be given as a full\n path name to specify its exact location. If given as a relative path\n name, the name is interpreted relative to the directory in which the\n client program was started.\n\n When using LOCAL with LOAD DATA, a copy of the file is created in the\n server\'s temporary directory. This is not the directory determined by\n the value of tmpdir or slave_load_tmpdir, but rather the operating\n system\'s temporary directory, and is not configurable in the MySQL\n Server. (Typically the system temporary directory is /tmp on Linux\n systems and C:\\WINDOWS\\TEMP on Windows.) Lack of sufficient space for\n the copy in this directory can cause the LOAD DATA LOCAL statement to\n fail.\n\no If LOCAL is not specified, the file must be located on the server\n host and is read directly by the server. The server uses the\n following rules to locate the file:\n\n o If the file name is an absolute path name, the server uses it as\n given.\n\n o If the file name is a relative path name with one or more leading\n components, the server searches for the file relative to the\n server\'s data directory.\n\n o If a file name with no leading components is given, the server\n looks for the file in the database directory of the default\n database.\n\nIn the non-LOCAL case, these rules mean that a file named as\n./myfile.txt is read from the server\'s data directory, whereas the file\nnamed as myfile.txt is read from the database directory of the default\ndatabase. For example, if db1 is the default database, the following\nLOAD DATA statement reads the file data.txt from the database directory\nfor db1, even though the statement explicitly loads the file into a\ntable in the db2 database:\n\nLOAD DATA INFILE \'data.txt\' INTO TABLE db2.my_table;\n\n*Note*: A regression in MySQL 5.1.40 caused the database referenced in\na fully qualified table name to be ignored by LOAD DATA when using\nreplication with either STATEMENT or MIXED as the binary logging\nformat; this could lead to problems if the table was not in the current\ndatabase. As a workaround, you can specify the correct database with\nthe USE statement prior to executing LOAD DATA. If necessary, you can\nreset the default database with a second USE statement following the\nLOAD DATA statement. This issue was fixed in MySQL 5.1.41. (Bug #48297)\n\nFor security reasons, when reading text files located on the server,\nthe files must either reside in the database directory or be readable\nby all. Also, to use LOAD DATA INFILE on server files, you must have\nthe FILE privilege. See\nhttp://dev.mysql.com/doc/refman/5.1/en/privileges-provided.html. For\nnon-LOCAL load operations, if the secure_file_priv system variable is\nset to a nonempty directory name, the file to be loaded must be located\nin that directory.\n\nUsing LOCAL is a bit slower than letting the server access the files\ndirectly, because the contents of the file must be sent over the\nconnection by the client to the server. On the other hand, you do not\nneed the FILE privilege to load local files.\n\nLOCAL also affects error handling:\n\no With LOAD DATA INFILE, data-interpretation and duplicate-key errors\n terminate the operation.\n\no With LOAD DATA LOCAL INFILE, data-interpretation and duplicate-key\n errors become warnings and the operation continues because the server\n has no way to stop transmission of the file in the middle of the\n operation. For duplicate-key errors, this is the same as if IGNORE is\n specified. IGNORE is explained further later in this section.\n\nThe REPLACE and IGNORE keywords control handling of input rows that\nduplicate existing rows on unique key values:\n\no If you specify REPLACE, input rows replace existing rows. In other\n words, rows that have the same value for a primary key or unique\n index as an existing row. See [HELP REPLACE].\n\no If you specify IGNORE, input rows that duplicate an existing row on a\n unique key value are skipped.\n\no If you do not specify either option, the behavior depends on whether\n the LOCAL keyword is specified. Without LOCAL, an error occurs when a\n duplicate key value is found, and the rest of the text file is\n ignored. With LOCAL, the default behavior is the same as if IGNORE is\n specified; this is because the server has no way to stop transmission\n of the file in the middle of the operation.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/load-data.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/load-data.html'),(425,'MULTILINESTRING',25,'MultiLineString(ls1,ls2,...)\n\nConstructs a MultiLineString value using LineString or WKB LineString\narguments.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(426,'LOCALTIME',32,'Syntax:\nLOCALTIME, LOCALTIME()\n\nLOCALTIME and LOCALTIME() are synonyms for NOW().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(427,'MPOINTFROMTEXT',3,'MPointFromText(wkt[,srid]), MultiPointFromText(wkt[,srid])\n\nConstructs a MULTIPOINT value using its WKT representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(428,'BLOB',23,'BLOB[(M)]\n\nA BLOB column with a maximum length of 65,535 (216 - 1) bytes. Each\nBLOB value is stored using a 2-byte length prefix that indicates the\nnumber of bytes in the value.\n\nAn optional length M can be given for this type. If this is done, MySQL\ncreates the column as the smallest BLOB type large enough to hold\nvalues M bytes long.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(429,'SHA1',12,'Syntax:\nSHA1(str), SHA(str)\n\nCalculates an SHA-1 160-bit checksum for the string, as described in\nRFC 3174 (Secure Hash Algorithm). The value is returned as a binary\nstring of 40 hex digits, or NULL if the argument was NULL. One of the\npossible uses for this function is as a hash key. See the notes at the\nbeginning of this section about storing hash values efficiently. You\ncan also use SHA1() as a cryptographic function for storing passwords.\nSHA() is synonymous with SHA1().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','mysql> SELECT SHA1(\'abc\');\n -> \'a9993e364706816aba3e25717850c26c9cd0d89d\'\n','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(430,'SUBSTR',38,'Syntax:\nSUBSTR(str,pos), SUBSTR(str FROM pos), SUBSTR(str,pos,len), SUBSTR(str\nFROM pos FOR len)\n\nSUBSTR() is a synonym for SUBSTRING().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(431,'PASSWORD',12,'Syntax:\nPASSWORD(str)\n\nCalculates and returns a hashed password string from the plaintext\npassword str and returns a binary string, or NULL if the argument is\nNULL. This function is the SQL interface to the algorithm used by the\nserver to encrypt MySQL passwords for storage in the mysql.user grant\ntable.\n\nThe old_passwords system variable controls the password hashing method\nused by PASSWORD() (as well as for the IDENTIFIED BY clause of the\nCREATE USER and GRANT statements).\n\nThe value determines whether or not to use \"old\" native MySQL password\nhashing. A value of 0 (or OFF) causes passwords to be encrypted using\nthe format available from MySQL 4.1 on. A value of 1 (or ON) causes\npassword encryption to use the older pre-4.1 format.\n\nIf old_passwords=1, PASSWORD(\'str\') returns the same value as\nOLD_PASSWORD(\'str\'). The latter function is not affected by the value\nof old_passwords.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','mysql> SET old_passwords = 0;\nmysql> SELECT PASSWORD(\'mypass\');\n+-------------------------------------------+\n| PASSWORD(\'mypass\') |\n+-------------------------------------------+\n| *6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4 |\n+-------------------------------------------+\n\nmysql> SET old_passwords = 1;\nmysql> SELECT PASSWORD(\'mypass\');\n+--------------------+\n| PASSWORD(\'mypass\') |\n+--------------------+\n| 6f8c114b58f2ce9e |\n+--------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(432,'CHAR',23,'[NATIONAL] CHAR[(M)] [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA fixed-length string that is always right-padded with spaces to the\nspecified length when stored. M represents the column length in\ncharacters. The range of M is 0 to 255. If M is omitted, the length is\n1.\n\n*Note*: Trailing spaces are removed when CHAR values are retrieved\nunless the PAD_CHAR_TO_FULL_LENGTH SQL mode is enabled.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(433,'UTC_DATE',32,'Syntax:\nUTC_DATE, UTC_DATE()\n\nReturns the current UTC date as a value in \'YYYY-MM-DD\' or YYYYMMDD\nformat, depending on whether the function is used in a string or\nnumeric context.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT UTC_DATE(), UTC_DATE() + 0;\n -> \'2003-08-14\', 20030814\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(434,'DIMENSION',37,'Dimension(g)\n\nReturns the inherent dimension of the geometry value g. The result can\nbe -1, 0, 1, or 2. The meaning of these values is given in\nhttp://dev.mysql.com/doc/refman/5.1/en/gis-class-geometry.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SELECT Dimension(GeomFromText(\'LineString(1 1,2 2)\'));\n+------------------------------------------------+\n| Dimension(GeomFromText(\'LineString(1 1,2 2)\')) |\n+------------------------------------------------+\n| 1 |\n+------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(435,'COUNT DISTINCT',16,'Syntax:\nCOUNT(DISTINCT expr,[expr...])\n\nReturns a count of the number of rows with different non-NULL expr\nvalues.\n\nCOUNT(DISTINCT) returns 0 if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n','mysql> SELECT COUNT(DISTINCT results) FROM student;\n','http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),(436,'BIT',23,'BIT[(M)]\n\nA bit-field type. M indicates the number of bits per value, from 1 to\n64. The default is 1 if M is omitted.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(437,'XA',8,'Syntax:\nXA {START|BEGIN} xid [JOIN|RESUME]\n\nXA END xid [SUSPEND [FOR MIGRATE]]\n\nXA PREPARE xid\n\nXA COMMIT xid [ONE PHASE]\n\nXA ROLLBACK xid\n\nXA RECOVER\n\nFor XA START, the JOIN and RESUME clauses are not supported.\n\nFor XA END the SUSPEND [FOR MIGRATE] clause is not supported.\n\nEach XA statement begins with the XA keyword, and most of them require\nan xid value. An xid is an XA transaction identifier. It indicates\nwhich transaction the statement applies to. xid values are supplied by\nthe client, or generated by the MySQL server. An xid value has from one\nto three parts:\n\nxid: gtrid [, bqual [, formatID ]]\n\ngtrid is a global transaction identifier, bqual is a branch qualifier,\nand formatID is a number that identifies the format used by the gtrid\nand bqual values. As indicated by the syntax, bqual and formatID are\noptional. The default bqual value is \'\' if not given. The default\nformatID value is 1 if not given.\n\ngtrid and bqual must be string literals, each up to 64 bytes (not\ncharacters) long. gtrid and bqual can be specified in several ways. You\ncan use a quoted string (\'ab\'), hex string (0x6162, X\'ab\'), or bit\nvalue (b\'nnnn\').\n\nformatID is an unsigned integer.\n\nThe gtrid and bqual values are interpreted in bytes by the MySQL\nserver\'s underlying XA support routines. However, while an SQL\nstatement containing an XA statement is being parsed, the server works\nwith some specific character set. To be safe, write gtrid and bqual as\nhex strings.\n\nxid values typically are generated by the Transaction Manager. Values\ngenerated by one TM must be different from values generated by other\nTMs. A given TM must be able to recognize its own xid values in a list\nof values returned by the XA RECOVER statement.\n\nXA START xid starts an XA transaction with the given xid value. Each XA\ntransaction must have a unique xid value, so the value must not\ncurrently be used by another XA transaction. Uniqueness is assessed\nusing the gtrid and bqual values. All following XA statements for the\nXA transaction must be specified using the same xid value as that given\nin the XA START statement. If you use any of those statements but\nspecify an xid value that does not correspond to some existing XA\ntransaction, an error occurs.\n\nOne or more XA transactions can be part of the same global transaction.\nAll XA transactions within a given global transaction must use the same\ngtrid value in the xid value. For this reason, gtrid values must be\nglobally unique so that there is no ambiguity about which global\ntransaction a given XA transaction is part of. The bqual part of the\nxid value must be different for each XA transaction within a global\ntransaction. (The requirement that bqual values be different is a\nlimitation of the current MySQL XA implementation. It is not part of\nthe XA specification.)\n\nThe XA RECOVER statement returns information for those XA transactions\non the MySQL server that are in the PREPARED state. (See\nhttp://dev.mysql.com/doc/refman/5.1/en/xa-states.html.) The output\nincludes a row for each such XA transaction on the server, regardless\nof which client started it.\n\nXA RECOVER output rows look like this (for an example xid value\nconsisting of the parts \'abc\', \'def\', and 7):\n\nmysql> XA RECOVER;\n+----------+--------------+--------------+--------+\n| formatID | gtrid_length | bqual_length | data |\n+----------+--------------+--------------+--------+\n| 7 | 3 | 3 | abcdef |\n+----------+--------------+--------------+--------+\n\nThe output columns have the following meanings:\n\no formatID is the formatID part of the transaction xid\n\no gtrid_length is the length in bytes of the gtrid part of the xid\n\no bqual_length is the length in bytes of the bqual part of the xid\n\no data is the concatenation of the gtrid and bqual parts of the xid\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/xa-statements.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/xa-statements.html'),(438,'EQUALS',31,'Equals(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially equal to g2.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html'),(439,'SHOW CREATE VIEW',27,'Syntax:\nSHOW CREATE VIEW view_name\n\nThis statement shows the CREATE VIEW statement that creates the named\nview.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-view.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-create-view.html'),(440,'INTERVAL',19,'Syntax:\nINTERVAL(N,N1,N2,N3,...)\n\nReturns 0 if N < N1, 1 if N < N2 and so on or -1 if N is NULL. All\narguments are treated as integers. It is required that N1 < N2 < N3 <\n... < Nn for this function to work correctly. This is because a binary\nsearch is used (very fast).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT INTERVAL(23, 1, 15, 17, 30, 44, 200);\n -> 3\nmysql> SELECT INTERVAL(10, 1, 10, 100, 1000);\n -> 2\nmysql> SELECT INTERVAL(22, 23, 30, 44, 200);\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(441,'FROM_DAYS',32,'Syntax:\nFROM_DAYS(N)\n\nGiven a day number N, returns a DATE value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT FROM_DAYS(730669);\n -> \'2007-07-03\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(442,'ALTER PROCEDURE',40,'Syntax:\nALTER PROCEDURE proc_name [characteristic ...]\n\ncharacteristic:\n COMMENT \'string\'\n | LANGUAGE SQL\n | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n | SQL SECURITY { DEFINER | INVOKER }\n\nThis statement can be used to change the characteristics of a stored\nprocedure. More than one change may be specified in an ALTER PROCEDURE\nstatement. However, you cannot change the parameters or body of a\nstored procedure using this statement; to make such changes, you must\ndrop and re-create the procedure using DROP PROCEDURE and CREATE\nPROCEDURE.\n\nYou must have the ALTER ROUTINE privilege for the procedure. By\ndefault, that privilege is granted automatically to the procedure\ncreator. This behavior can be changed by disabling the\nautomatic_sp_privileges system variable. See\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-routines-privileges.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-procedure.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/alter-procedure.html'),(443,'BIT_COUNT',20,'Syntax:\nBIT_COUNT(N)\n\nReturns the number of bits that are set in the argument N.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n','mysql> SELECT BIT_COUNT(29), BIT_COUNT(b\'101010\');\n -> 4, 3\n','http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),(444,'OCTET_LENGTH',38,'Syntax:\nOCTET_LENGTH(str)\n\nOCTET_LENGTH() is a synonym for LENGTH().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(445,'UTC_TIMESTAMP',32,'Syntax:\nUTC_TIMESTAMP, UTC_TIMESTAMP()\n\nReturns the current UTC date and time as a value in \'YYYY-MM-DD\nHH:MM:SS\' or YYYYMMDDHHMMSS.uuuuuu format, depending on whether the\nfunction is used in a string or numeric context.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() + 0;\n -> \'2003-08-14 18:08:04\', 20030814180804.000000\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(446,'AES_ENCRYPT',12,'Syntax:\nAES_ENCRYPT(str,key_str)\n\nAES_ENCRYPT() and AES_DECRYPT() implement encryption and decryption of\ndata using the official AES (Advanced Encryption Standard) algorithm,\npreviously known as \"Rijndael.\" The AES standard allows various key\nsizes. These functions implement AES with a 128-bit key length, but you\ncan extend them to 256 bits by modifying the source. The key length is\na trade off between performance and security.\n\nAES_ENCRYPT() encrypts the string str using a key key_str and returns a\nbinary string containing the encrypted output. AES_DECRYPT() decrypts\nthe encrypted string crypt_str using a key key_str and returns the\noriginal plaintext string. If either argument is NULL, the results of\nthese functions are also NULL.\n\nThe str and crypt_str arguments can be any length, and padding is\nautomatically added to str so it is a multiple of a block as required\nby block-based algorithms such as AES. This padding is automatically\nremoved by the AES_DECRYPT() function. The length of crypt_str can be\ncalculated using this formula:\n\n16 * (trunc(string_length / 16) + 1)\n\nThe most secure way to pass a key to the key_str argument is to create\na truly random 128-bit value and pass it as a binary value. For\nexample:\n\nINSERT INTO t\nVALUES (1,AES_ENCRYPT(\'text\',UNHEX(\'F3229A0B371ED2D9441B830D21A390C3\')));\n\nA passphrase can be used to generate an AES key by hashing the\npassphrase. For example:\n\nINSERT INTO t VALUES (1,AES_ENCRYPT(\'text\', SHA1(\'My secret passphrase\')));\n\nDo not pass a password or passphrase directly to crypt_str, hash it\nfirst. Previous versions of this documentation suggested the former\napproach, but it is no longer recommended as the examples shown here\nare more secure.\n\nIf AES_DECRYPT() detects invalid data or incorrect padding, it returns\nNULL. However, it is possible for AES_DECRYPT() to return a non-NULL\nvalue (possibly garbage) if the input data or the key is invalid.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(447,'+',4,'Syntax:\n+\n\nAddition:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html\n\n','mysql> SELECT 3+5;\n -> 8\n','http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),(448,'INET_NTOA',14,'Syntax:\nINET_NTOA(expr)\n\nGiven a numeric IPv4 network address in network byte order, returns the\ndotted-quad representation of the address as a binary string.\nINET_NTOA() returns NULL if it does not understand its argument.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n','mysql> SELECT INET_NTOA(167773449);\n -> \'10.0.5.9\'\n','http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),(449,'ACOS',4,'Syntax:\nACOS(X)\n\nReturns the arc cosine of X, that is, the value whose cosine is X.\nReturns NULL if X is not in the range -1 to 1.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT ACOS(1);\n -> 0\nmysql> SELECT ACOS(1.0001);\n -> NULL\nmysql> SELECT ACOS(0);\n -> 1.5707963267949\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(450,'ISOLATION',8,'Syntax:\nSET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL\n {\n REPEATABLE READ\n | READ COMMITTED\n | READ UNCOMMITTED\n | SERIALIZABLE\n }\n\nThis statement sets the transaction isolation level, used for\noperations on InnoDB tables.\n\nScope of the Isolation Level\n\nYou can set the isolation level globally, for the current session, or\nfor the next transaction:\n\no With the GLOBAL keyword, the statement sets the default transaction\n level globally for all subsequent sessions. Existing sessions are\n unaffected.\n\no With the SESSION keyword, the statement sets the default transaction\n level for all subsequent transactions performed within the current\n session.\n\no Without any SESSION or GLOBAL keyword, the statement sets the\n isolation level for the next (not started) transaction performed\n within the current session.\n\nA change to the global default isolation level requires the SUPER\nprivilege. Any session is free to change its session isolation level\n(even in the middle of a transaction), or the isolation level for its\nnext transaction.\n\nSET TRANSACTION ISOLATION LEVEL without GLOBAL or SESSION is not\npermitted while there is an active transaction:\n\nmysql> START TRANSACTION;\nQuery OK, 0 rows affected (0.02 sec)\n\nmysql> SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;\nERROR 1568 (25001): Transaction isolation level can\'t be changed\nwhile a transaction is in progress\n\nTo set the global default isolation level at server startup, use the\n--transaction-isolation=level option to mysqld on the command line or\nin an option file. Values of level for this option use dashes rather\nthan spaces, so the permissible values are READ-UNCOMMITTED,\nREAD-COMMITTED, REPEATABLE-READ, or SERIALIZABLE. For example, to set\nthe default isolation level to REPEATABLE READ, use these lines in the\n[mysqld] section of an option file:\n\n[mysqld]\ntransaction-isolation = REPEATABLE-READ\n\nIt is possible to check or set the global and session transaction\nisolation levels at runtime by using the tx_isolation system variable:\n\nSELECT @@GLOBAL.tx_isolation, @@tx_isolation;\nSET GLOBAL tx_isolation=\'REPEATABLE-READ\';\nSET SESSION tx_isolation=\'SERIALIZABLE\';\n\nDetails and Usage of Isolation Levels\n\nInnoDB supports each of the transaction isolation levels described here\nusing different locking strategies. You can enforce a high degree of\nconsistency with the default REPEATABLE READ level, for operations on\ncrucial data where ACID compliance is important. Or you can relax the\nconsistency rules with READ COMMITTED or even READ UNCOMMITTED, in\nsituations such as bulk reporting where precise consistency and\nrepeatable results are less important than minimizing the amount of\noverhead for locking. SERIALIZABLE enforces even stricter rules than\nREPEATABLE READ, and is used mainly in specialized situations, such as\nwith XA transactions and for troubleshooting issues with concurrency\nand deadlocks.\n\nFor full information about how these isolation levels work with InnoDB\ntransactions, see\nhttp://dev.mysql.com/doc/refman/5.1/en/innodb-transaction-model.html.\nIn particular, for additional information about InnoDB record-level\nlocks and how it uses them to execute various types of statements, see\nhttp://dev.mysql.com/doc/refman/5.1/en/innodb-record-level-locks.html\nand http://dev.mysql.com/doc/refman/5.1/en/innodb-locks-set.html.\n\nThe following list describes how MySQL supports the different\ntransaction levels. The list goes from the most commonly used level to\nthe least used.\n\no REPEATABLE READ\n\n This is the default isolation level for InnoDB. For consistent reads,\n there is an important difference from the READ COMMITTED isolation\n level: All consistent reads within the same transaction read the\n snapshot established by the first read. This convention means that if\n you issue several plain (nonlocking) SELECT statements within the\n same transaction, these SELECT statements are consistent also with\n respect to each other. See\n http://dev.mysql.com/doc/refman/5.1/en/innodb-consistent-read.html.\n\n For locking reads (SELECT with FOR UPDATE or LOCK IN SHARE MODE),\n UPDATE, and DELETE statements, locking depends on whether the\n statement uses a unique index with a unique search condition, or a\n range-type search condition. For a unique index with a unique search\n condition, InnoDB locks only the index record found, not the gap\n before it. For other search conditions, InnoDB locks the index range\n scanned, using gap locks or next-key (gap plus index-record) locks to\n block insertions by other sessions into the gaps covered by the\n range.\n\no READ COMMITTED\n\n A somewhat Oracle-like isolation level with respect to consistent\n (nonlocking) reads: Each consistent read, even within the same\n transaction, sets and reads its own fresh snapshot. See\n http://dev.mysql.com/doc/refman/5.1/en/innodb-consistent-read.html.\n\n For locking reads (SELECT with FOR UPDATE or LOCK IN SHARE MODE),\n UPDATE statements, and DELETE statements, InnoDB locks only index\n records, not the gaps before them, and thus permits the free\n insertion of new records next to locked records.\n\n *Note*: In MySQL 5.1, when READ COMMITTED isolation level is used or\n the innodb_locks_unsafe_for_binlog system variable is enabled, there\n is no InnoDB gap locking except for foreign-key constraint checking\n and duplicate-key checking. Also, record locks for nonmatching rows\n are released after MySQL has evaluated the WHERE condition. As of\n MySQL 5.1, if you use READ COMMITTED or enable\n innodb_locks_unsafe_for_binlog, you must use row-based binary\n logging.\n\no READ UNCOMMITTED\n\n SELECT statements are performed in a nonlocking fashion, but a\n possible earlier version of a row might be used. Thus, using this\n isolation level, such reads are not consistent. This is also called a\n \"dirty read.\" Otherwise, this isolation level works like READ\n COMMITTED.\n\no SERIALIZABLE\n\n This level is like REPEATABLE READ, but InnoDB implicitly converts\n all plain SELECT statements to SELECT ... LOCK IN SHARE MODE if\n autocommit is disabled. If autocommit is enabled, the SELECT is its\n own transaction. It therefore is known to be read only and can be\n serialized if performed as a consistent (nonlocking) read and need\n not block for other transactions. (To force a plain SELECT to block\n if other transactions have modified the selected rows, disable\n autocommit.)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/set-transaction.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/set-transaction.html'),(451,'CEILING',4,'Syntax:\nCEILING(X)\n\nReturns the smallest integer value not less than X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT CEILING(1.23);\n -> 2\nmysql> SELECT CEILING(-1.23);\n -> -1\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(452,'SIN',4,'Syntax:\nSIN(X)\n\nReturns the sine of X, where X is given in radians.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT SIN(PI());\n -> 1.2246063538224e-16\nmysql> SELECT ROUND(SIN(PI()));\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(453,'DAYOFWEEK',32,'Syntax:\nDAYOFWEEK(date)\n\nReturns the weekday index for date (1 = Sunday, 2 = Monday, ..., 7 =\nSaturday). These index values correspond to the ODBC standard.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT DAYOFWEEK(\'2007-02-03\');\n -> 7\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(454,'SHOW PROCESSLIST',27,'Syntax:\nSHOW [FULL] PROCESSLIST\n\nSHOW PROCESSLIST shows you which threads are running. You can also get\nthis information from the INFORMATION_SCHEMA PROCESSLIST table or the\nmysqladmin processlist command. If you have the PROCESS privilege, you\ncan see all threads. Otherwise, you can see only your own threads (that\nis, threads associated with the MySQL account that you are using). If\nyou do not use the FULL keyword, only the first 100 characters of each\nstatement are shown in the Info field.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-processlist.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-processlist.html'),(455,'LINEFROMWKB',33,'LineFromWKB(wkb[,srid]), LineStringFromWKB(wkb[,srid])\n\nConstructs a LINESTRING value using its WKB representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(456,'GEOMETRYTYPE',37,'GeometryType(g)\n\nReturns as a binary string the name of the geometry type of which the\ngeometry instance g is a member. The name corresponds to one of the\ninstantiable Geometry subclasses.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SELECT GeometryType(GeomFromText(\'POINT(1 1)\'));\n+------------------------------------------+\n| GeometryType(GeomFromText(\'POINT(1 1)\')) |\n+------------------------------------------+\n| POINT |\n+------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(457,'CREATE VIEW',40,'Syntax:\nCREATE\n [OR REPLACE]\n [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n [DEFINER = { user | CURRENT_USER }]\n [SQL SECURITY { DEFINER | INVOKER }]\n VIEW view_name [(column_list)]\n AS select_statement\n [WITH [CASCADED | LOCAL] CHECK OPTION]\n\nThe CREATE VIEW statement creates a new view, or replaces an existing\none if the OR REPLACE clause is given. If the view does not exist,\nCREATE OR REPLACE VIEW is the same as CREATE VIEW. If the view does\nexist, CREATE OR REPLACE VIEW is the same as ALTER VIEW.\n\nThe select_statement is a SELECT statement that provides the definition\nof the view. (When you select from the view, you select in effect using\nthe SELECT statement.) select_statement can select from base tables or\nother views.\n\nThe view definition is \"frozen\" at creation time, so changes to the\nunderlying tables afterward do not affect the view definition. For\nexample, if a view is defined as SELECT * on a table, new columns added\nto the table later do not become part of the view.\n\nThe ALGORITHM clause affects how MySQL processes the view. The DEFINER\nand SQL SECURITY clauses specify the security context to be used when\nchecking access privileges at view invocation time. The WITH CHECK\nOPTION clause can be given to constrain inserts or updates to rows in\ntables referenced by the view. These clauses are described later in\nthis section.\n\nThe CREATE VIEW statement requires the CREATE VIEW privilege for the\nview, and some privilege for each column selected by the SELECT\nstatement. For columns used elsewhere in the SELECT statement you must\nhave the SELECT privilege. If the OR REPLACE clause is present, you\nmust also have the DROP privilege for the view. CREATE VIEW might also\nrequire the SUPER privilege, depending on the DEFINER value, as\ndescribed later in this section.\n\nWhen a view is referenced, privilege checking occurs as described later\nin this section.\n\nA view belongs to a database. By default, a new view is created in the\ndefault database. To create the view explicitly in a given database,\nspecify the name as db_name.view_name when you create it:\n\nmysql> CREATE VIEW test.v AS SELECT * FROM t;\n\nWithin a database, base tables and views share the same namespace, so a\nbase table and a view cannot have the same name.\n\nColumns retrieved by the SELECT statement can be simple references to\ntable columns. They can also be expressions that use functions,\nconstant values, operators, and so forth.\n\nViews must have unique column names with no duplicates, just like base\ntables. By default, the names of the columns retrieved by the SELECT\nstatement are used for the view column names. To define explicit names\nfor the view columns, the optional column_list clause can be given as a\nlist of comma-separated identifiers. The number of names in column_list\nmust be the same as the number of columns retrieved by the SELECT\nstatement.\n\n*Note*: Prior to MySQL 5.1.29, when you modify an existing view, the\nserver saves a backup of the current view definition under the view\ndatabase directory, in a subdirectory named arc. The backup file for a\nview v is named v.frm-00001. If you alter the view again, the next\nbackup is named v.frm-00002. The three latest view backup definitions\nare stored. Backed up view definitions are not preserved by mysqldump,\nor any other such programs, but you can retain them using a file copy\noperation. However, they are not needed for anything but to provide you\nwith a backup of your previous view definition. It is safe to remove\nthese backup definitions, but only while mysqld is not running. If you\ndelete the arc subdirectory or its files while mysqld is running, an\nerror occurs the next time you try to alter the view: mysql> ALTER VIEW\nv AS SELECT * FROM t; ERROR 6 (HY000): Error on delete of\n\'.\\test\\arc/v.frm-0004\' (Errcode: 2)\n\nUnqualified table or view names in the SELECT statement are interpreted\nwith respect to the default database. A view can refer to tables or\nviews in other databases by qualifying the table or view name with the\nproper database name.\n\nA view can be created from many kinds of SELECT statements. It can\nrefer to base tables or other views. It can use joins, UNION, and\nsubqueries. The SELECT need not even refer to any tables. The following\nexample defines a view that selects two columns from another table, as\nwell as an expression calculated from those columns:\n\nmysql> CREATE TABLE t (qty INT, price INT);\nmysql> INSERT INTO t VALUES(3, 50);\nmysql> CREATE VIEW v AS SELECT qty, price, qty*price AS value FROM t;\nmysql> SELECT * FROM v;\n+------+-------+-------+\n| qty | price | value |\n+------+-------+-------+\n| 3 | 50 | 150 |\n+------+-------+-------+\n\nA view definition is subject to the following restrictions:\n\no The SELECT statement cannot contain a subquery in the FROM clause.\n\no The SELECT statement cannot refer to system or user variables.\n\no Within a stored program, the definition cannot refer to program\n parameters or local variables.\n\no The SELECT statement cannot refer to prepared statement parameters.\n\no Any table or view referred to in the definition must exist. However,\n after a view has been created, it is possible to drop a table or view\n that the definition refers to. In this case, use of the view results\n in an error. To check a view definition for problems of this kind,\n use the CHECK TABLE statement.\n\no The definition cannot refer to a TEMPORARY table, and you cannot\n create a TEMPORARY view.\n\no Any tables named in the view definition must exist at definition\n time.\n\no You cannot associate a trigger with a view.\n\no As of MySQL 5.1.23, aliases for column names in the SELECT statement\n are checked against the maximum column length of 64 characters (not\n the maximum alias length of 256 characters).\n\nORDER BY is permitted in a view definition, but it is ignored if you\nselect from a view using a statement that has its own ORDER BY.\n\nFor other options or clauses in the definition, they are added to the\noptions or clauses of the statement that references the view, but the\neffect is undefined. For example, if a view definition includes a LIMIT\nclause, and you select from the view using a statement that has its own\nLIMIT clause, it is undefined which limit applies. This same principle\napplies to options such as ALL, DISTINCT, or SQL_SMALL_RESULT that\nfollow the SELECT keyword, and to clauses such as INTO, FOR UPDATE,\nLOCK IN SHARE MODE, and PROCEDURE.\n\nIf you create a view and then change the query processing environment\nby changing system variables, that may affect the results that you get\nfrom the view:\n\nmysql> CREATE VIEW v (mycol) AS SELECT \'abc\';\nQuery OK, 0 rows affected (0.01 sec)\n\nmysql> SET sql_mode = \'\';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT \"mycol\" FROM v;\n+-------+\n| mycol |\n+-------+\n| mycol |\n+-------+\n1 row in set (0.01 sec)\n\nmysql> SET sql_mode = \'ANSI_QUOTES\';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT \"mycol\" FROM v;\n+-------+\n| mycol |\n+-------+\n| abc |\n+-------+\n1 row in set (0.00 sec)\n\nThe DEFINER and SQL SECURITY clauses determine which MySQL account to\nuse when checking access privileges for the view when a statement is\nexecuted that references the view. These clauses were added in MySQL\n5.1.2. The valid SQL SECURITY characteristic values are DEFINER and\nINVOKER. These indicate that the required privileges must be held by\nthe user who defined or invoked the view, respectively. The default SQL\nSECURITY value is DEFINER.\n\nIf a user value is given for the DEFINER clause, it should be a MySQL\naccount specified as \'user_name\'@\'host_name\' (the same format used in\nthe GRANT statement), CURRENT_USER, or CURRENT_USER(). The default\nDEFINER value is the user who executes the CREATE VIEW statement. This\nis the same as specifying DEFINER = CURRENT_USER explicitly.\n\nIf you specify the DEFINER clause, these rules determine the valid\nDEFINER user values:\n\no If you do not have the SUPER privilege, the only valid user value is\n your own account, either specified literally or by using\n CURRENT_USER. You cannot set the definer to some other account.\n\no If you have the SUPER privilege, you can specify any syntactically\n valid account name. If the account does not actually exist, a warning\n is generated.\n\no Although it is possible to create a view with a nonexistent DEFINER\n account, an error occurs when the view is referenced if the SQL\n SECURITY value is DEFINER but the definer account does not exist.\n\nFor more information about view security, see\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-security.html.\n\nWithin a view definition, CURRENT_USER returns the view\'s DEFINER value\nby default as of MySQL 5.1.12. For older versions, and for views\ndefined with the SQL SECURITY INVOKER characteristic, CURRENT_USER\nreturns the account for the view\'s invoker. For information about user\nauditing within views, see\nhttp://dev.mysql.com/doc/refman/5.1/en/account-activity-auditing.html.\n\nWithin a stored routine that is defined with the SQL SECURITY DEFINER\ncharacteristic, CURRENT_USER returns the routine\'s DEFINER value. This\nalso affects a view defined within such a routine, if the view\ndefinition contains a DEFINER value of CURRENT_USER.\n\nAs of MySQL 5.1.2 (when the DEFINER and SQL SECURITY clauses were\nimplemented), view privileges are checked like this:\n\no At view definition time, the view creator must have the privileges\n needed to use the top-level objects accessed by the view. For\n example, if the view definition refers to table columns, the creator\n must have some privilege for each column in the select list of the\n definition, and the SELECT privilege for each column used elsewhere\n in the definition. If the definition refers to a stored function,\n only the privileges needed to invoke the function can be checked. The\n privileges required at function invocation time can be checked only\n as it executes: For different invocations, different execution paths\n within the function might be taken.\n\no The user who references a view must have appropriate privileges to\n access it (SELECT to select from it, INSERT to insert into it, and so\n forth.)\n\no When a view has been referenced, privileges for objects accessed by\n the view are checked against the privileges held by the view DEFINER\n account or invoker, depending on whether the SQL SECURITY\n characteristic is DEFINER or INVOKER, respectively.\n\no If reference to a view causes execution of a stored function,\n privilege checking for statements executed within the function depend\n on whether the function SQL SECURITY characteristic is DEFINER or\n INVOKER. If the security characteristic is DEFINER, the function runs\n with the privileges of the DEFINER account. If the characteristic is\n INVOKER, the function runs with the privileges determined by the\n view\'s SQL SECURITY characteristic.\n\nPrior to MySQL 5.1.2 (before the DEFINER and SQL SECURITY clauses were\nimplemented), privileges required for objects used in a view are\nchecked at view creation time.\n\nExample: A view might depend on a stored function, and that function\nmight invoke other stored routines. For example, the following view\ninvokes a stored function f():\n\nCREATE VIEW v AS SELECT * FROM t WHERE t.id = f(t.name);\n\nSuppose that f() contains a statement such as this:\n\nIF name IS NULL then\n CALL p1();\nELSE\n CALL p2();\nEND IF;\n\nThe privileges required for executing statements within f() need to be\nchecked when f() executes. This might mean that privileges are needed\nfor p1() or p2(), depending on the execution path within f(). Those\nprivileges must be checked at runtime, and the user who must possess\nthe privileges is determined by the SQL SECURITY values of the view v\nand the function f().\n\nThe DEFINER and SQL SECURITY clauses for views are extensions to\nstandard SQL. In standard SQL, views are handled using the rules for\nSQL SECURITY DEFINER. The standard says that the definer of the view,\nwhich is the same as the owner of the view\'s schema, gets applicable\nprivileges on the view (for example, SELECT) and may grant them. MySQL\nhas no concept of a schema \"owner\", so MySQL adds a clause to identify\nthe definer. The DEFINER clause is an extension where the intent is to\nhave what the standard has; that is, a permanent record of who defined\nthe view. This is why the default DEFINER value is the account of the\nview creator.\n\nIf you invoke a view that was created before MySQL 5.1.2, it is treated\nas though it was created with a SQL SECURITY DEFINER characteristic and\nwith a DEFINER value that is the same as your account. However, because\nthe actual definer is unknown, MySQL issues a warning. To eliminate the\nwarning, it is sufficient to re-create the view so that the view\ndefinition includes a DEFINER clause.\n\nThe optional ALGORITHM clause is a MySQL extension to standard SQL. It\naffects how MySQL processes the view. ALGORITHM takes three values:\nMERGE, TEMPTABLE, or UNDEFINED. The default algorithm is UNDEFINED if\nno ALGORITHM clause is present. For more information, see\nhttp://dev.mysql.com/doc/refman/5.1/en/view-algorithms.html.\n\nSome views are updatable. That is, you can use them in statements such\nas UPDATE, DELETE, or INSERT to update the contents of the underlying\ntable. For a view to be updatable, there must be a one-to-one\nrelationship between the rows in the view and the rows in the\nunderlying table. There are also certain other constructs that make a\nview nonupdatable.\n\nThe WITH CHECK OPTION clause can be given for an updatable view to\nprevent inserts or updates to rows except those for which the WHERE\nclause in the select_statement is true.\n\nIn a WITH CHECK OPTION clause for an updatable view, the LOCAL and\nCASCADED keywords determine the scope of check testing when the view is\ndefined in terms of another view. The LOCAL keyword restricts the CHECK\nOPTION only to the view being defined. CASCADED causes the checks for\nunderlying views to be evaluated as well. When neither keyword is\ngiven, the default is CASCADED.\n\nFor more information about updatable views and the WITH CHECK OPTION\nclause, see\nhttp://dev.mysql.com/doc/refman/5.1/en/view-updatability.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-view.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-view.html'),(458,'TRIM',38,'Syntax:\nTRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str), TRIM([remstr\nFROM] str)\n\nReturns the string str with all remstr prefixes or suffixes removed. If\nnone of the specifiers BOTH, LEADING, or TRAILING is given, BOTH is\nassumed. remstr is optional and, if not specified, spaces are removed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT TRIM(\' bar \');\n -> \'bar\'\nmysql> SELECT TRIM(LEADING \'x\' FROM \'xxxbarxxx\');\n -> \'barxxx\'\nmysql> SELECT TRIM(BOTH \'x\' FROM \'xxxbarxxx\');\n -> \'bar\'\nmysql> SELECT TRIM(TRAILING \'xyz\' FROM \'barxxyz\');\n -> \'barx\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(459,'IS',19,'Syntax:\nIS boolean_value\n\nTests a value against a boolean value, where boolean_value can be TRUE,\nFALSE, or UNKNOWN.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 1 IS TRUE, 0 IS FALSE, NULL IS UNKNOWN;\n -> 1, 1, 1\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(460,'GET_FORMAT',32,'Syntax:\nGET_FORMAT({DATE|TIME|DATETIME}, {\'EUR\'|\'USA\'|\'JIS\'|\'ISO\'|\'INTERNAL\'})\n\nReturns a format string. This function is useful in combination with\nthe DATE_FORMAT() and the STR_TO_DATE() functions.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT DATE_FORMAT(\'2003-10-03\',GET_FORMAT(DATE,\'EUR\'));\n -> \'03.10.2003\'\nmysql> SELECT STR_TO_DATE(\'10.31.2003\',GET_FORMAT(DATE,\'USA\'));\n -> \'2003-10-31\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(461,'TINYBLOB',23,'TINYBLOB\n\nA BLOB column with a maximum length of 255 (28 - 1) bytes. Each\nTINYBLOB value is stored using a 1-byte length prefix that indicates\nthe number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(462,'SAVEPOINT',8,'Syntax:\nSAVEPOINT identifier\nROLLBACK [WORK] TO [SAVEPOINT] identifier\nRELEASE SAVEPOINT identifier\n\nInnoDB supports the SQL statements SAVEPOINT, ROLLBACK TO SAVEPOINT,\nRELEASE SAVEPOINT and the optional WORK keyword for ROLLBACK.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/savepoint.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/savepoint.html'),(463,'USER',17,'Syntax:\nUSER()\n\nReturns the current MySQL user name and host name as a string in the\nutf8 character set.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT USER();\n -> \'davida@localhost\'\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(464,'LABELS',24,'Syntax:\n[begin_label:] BEGIN\n [statement_list]\nEND [end_label]\n\n[begin_label:] LOOP\n statement_list\nEND LOOP [end_label]\n\n[begin_label:] REPEAT\n statement_list\nUNTIL search_condition\nEND REPEAT [end_label]\n\n[begin_label:] WHILE search_condition DO\n statement_list\nEND WHILE [end_label]\n\nLabels are permitted for BEGIN ... END blocks and for the LOOP, REPEAT,\nand WHILE statements. Label use for those statements follows these\nrules:\n\no begin_label must be followed by a colon.\n\no begin_label can be given without end_label. If end_label is present,\n it must be the same as begin_label.\n\no end_label cannot be given without begin_label.\n\no Labels at the same nesting level must be distinct.\n\no Labels can be up to 16 characters long.\n\nTo refer to a label within the labeled construct, use an ITERATE or\nLEAVE statement. The following example uses those statements to\ncontinue iterating or terminate the loop:\n\nCREATE PROCEDURE doiterate(p1 INT)\nBEGIN\n label1: LOOP\n SET p1 = p1 + 1;\n IF p1 < 10 THEN ITERATE label1; END IF;\n LEAVE label1;\n END LOOP label1;\nEND;\n\nThe scope of a block label does not include the code for handlers\ndeclared within the block. For details, see [HELP DECLARE HANDLER].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/statement-labels.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/statement-labels.html'),(465,'ALTER TABLE',40,'Syntax:\nALTER [ONLINE | OFFLINE] [IGNORE] TABLE tbl_name\n [alter_specification [, alter_specification] ...]\n [partition_options]\n\nalter_specification:\n table_options\n | ADD [COLUMN] col_name column_definition\n [FIRST | AFTER col_name ]\n | ADD [COLUMN] (col_name column_definition,...)\n | ADD {INDEX|KEY} [index_name]\n [index_type] (index_col_name,...) [index_option] ...\n | ADD [CONSTRAINT [symbol]] PRIMARY KEY\n [index_type] (index_col_name,...) [index_option] ...\n | ADD [CONSTRAINT [symbol]]\n UNIQUE [INDEX|KEY] [index_name]\n [index_type] (index_col_name,...) [index_option] ...\n | ADD FULLTEXT [INDEX|KEY] [index_name]\n (index_col_name,...) [index_option] ...\n | ADD SPATIAL [INDEX|KEY] [index_name]\n (index_col_name,...) [index_option] ...\n | ADD [CONSTRAINT [symbol]]\n FOREIGN KEY [index_name] (index_col_name,...)\n reference_definition\n | ALTER [COLUMN] col_name {SET DEFAULT literal | DROP DEFAULT}\n | CHANGE [COLUMN] old_col_name new_col_name column_definition\n [FIRST|AFTER col_name]\n | MODIFY [COLUMN] col_name column_definition\n [FIRST | AFTER col_name]\n | DROP [COLUMN] col_name\n | DROP PRIMARY KEY\n | DROP {INDEX|KEY} index_name\n | DROP FOREIGN KEY fk_symbol\n | DISABLE KEYS\n | ENABLE KEYS\n | RENAME [TO|AS] new_tbl_name\n | ORDER BY col_name [, col_name] ...\n | CONVERT TO CHARACTER SET charset_name [COLLATE collation_name]\n | [DEFAULT] CHARACTER SET [=] charset_name [COLLATE [=] collation_name]\n | DISCARD TABLESPACE\n | IMPORT TABLESPACE\n | ADD PARTITION (partition_definition)\n | DROP PARTITION partition_names\n | COALESCE PARTITION number\n | REORGANIZE PARTITION [partition_names INTO (partition_definitions)]\n | ANALYZE PARTITION {partition_names | ALL}\n | CHECK PARTITION {partition_names | ALL}\n | OPTIMIZE PARTITION {partition_names | ALL}\n | REBUILD PARTITION {partition_names | ALL}\n | REPAIR PARTITION {partition_names | ALL}\n | PARTITION BY partitioning_expression\n | REMOVE PARTITIONING\n\nindex_col_name:\n col_name [(length)] [ASC | DESC]\n\nindex_type:\n USING {BTREE | HASH}\n\nindex_option:\n KEY_BLOCK_SIZE [=] value\n | index_type\n | WITH PARSER parser_name\n\ntable_options:\n table_option [[,] table_option] ... (see CREATE TABLE options)\n\npartition_options:\n (see CREATE TABLE options)\n\nALTER TABLE changes the structure of a table. For example, you can add\nor delete columns, create or destroy indexes, change the type of\nexisting columns, or rename columns or the table itself. You can also\nchange characteristics such as the storage engine used for the table or\nthe table comment.\n\nA number of partitioning-related extensions to ALTER TABLE were added\nin MySQL 5.1.5. These can be used with partitioned tables for\nrepartitioning, for adding, dropping, merging, and splitting\npartitions, and for performing partitioning maintenance. It is possible\nfor an ALTER TABLE statement to contain a PARTITION BY or REMOVE\nPARTITIONING clause in an addition to other alter specifications, but\nthe PARTITION BY or REMOVE PARTITIONING clause must be specified last\nafter any other specifications. The ADD PARTITION, DROP PARTITION,\nCOALESCE PARTITION, REORGANIZE PARTITION, ANALYZE PARTITION, CHECK\nPARTITION, and REPAIR PARTITION options cannot be combined with other\nalter specifications in a single ALTER TABLE, since the options just\nlisted act on individual partitions. For more information, see\nhttp://dev.mysql.com/doc/refman/5.1/en/alter-table-partition-operations\n.html.\n\nFollowing the table name, specify the alterations to be made. If none\nare given, ALTER TABLE does nothing.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/alter-table.html'),(466,'MPOINTFROMWKB',33,'MPointFromWKB(wkb[,srid]), MultiPointFromWKB(wkb[,srid])\n\nConstructs a MULTIPOINT value using its WKB representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(467,'CHAR BYTE',23,'The CHAR BYTE data type is an alias for the BINARY data type. This is a\ncompatibility feature.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(468,'REPAIR TABLE',21,'Syntax:\nREPAIR [NO_WRITE_TO_BINLOG | LOCAL] TABLE\n tbl_name [, tbl_name] ...\n [QUICK] [EXTENDED] [USE_FRM]\n\nREPAIR TABLE repairs a possibly corrupted table. By default, it has the\nsame effect as myisamchk --recover tbl_name. REPAIR TABLE works for\nMyISAM and for ARCHIVE tables. Starting with MySQL 5.1.9, REPAIR is\nalso valid for CSV tables. See\nhttp://dev.mysql.com/doc/refman/5.1/en/myisam-storage-engine.html, and\nhttp://dev.mysql.com/doc/refman/5.1/en/archive-storage-engine.html, and\nhttp://dev.mysql.com/doc/refman/5.1/en/csv-storage-engine.html\n\nThis statement requires SELECT and INSERT privileges for the table.\n\nBeginning with MySQL 5.1.27, REPAIR TABLE is also supported for\npartitioned tables. However, the USE_FRM option cannot be used with\nthis statement on a partitioned table.\n\nAlso beginning with MySQL 5.1.27, you can use ALTER TABLE ... REPAIR\nPARTITION to repair one or more partitions; for more information, see\n[HELP ALTER TABLE], and\nhttp://dev.mysql.com/doc/refman/5.1/en/partitioning-maintenance.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/repair-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/repair-table.html'),(469,'MERGE',18,'The MERGE storage engine, also known as the MRG_MyISAM engine, is a\ncollection of identical MyISAM tables that can be used as one.\n\"Identical\" means that all tables have identical column and index\ninformation. You cannot merge MyISAM tables in which the columns are\nlisted in a different order, do not have exactly the same columns, or\nhave the indexes in different order. However, any or all of the MyISAM\ntables can be compressed with myisampack. See\nhttp://dev.mysql.com/doc/refman/5.1/en/myisampack.html. Differences in\ntable options such as AVG_ROW_LENGTH, MAX_ROWS, or PACK_KEYS do not\nmatter.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/merge-storage-engine.html\n\n','mysql> CREATE TABLE t1 (\n -> a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n -> message CHAR(20)) ENGINE=MyISAM;\nmysql> CREATE TABLE t2 (\n -> a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n -> message CHAR(20)) ENGINE=MyISAM;\nmysql> INSERT INTO t1 (message) VALUES (\'Testing\'),(\'table\'),(\'t1\');\nmysql> INSERT INTO t2 (message) VALUES (\'Testing\'),(\'table\'),(\'t2\');\nmysql> CREATE TABLE total (\n -> a INT NOT NULL AUTO_INCREMENT,\n -> message CHAR(20), INDEX(a))\n -> ENGINE=MERGE UNION=(t1,t2) INSERT_METHOD=LAST;\n','http://dev.mysql.com/doc/refman/5.1/en/merge-storage-engine.html'),(470,'CREATE TABLE',40,'Syntax:\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n (create_definition,...)\n [table_options]\n [partition_options]\n\nOr:\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n [(create_definition,...)]\n [table_options]\n [partition_options]\n select_statement\n\nOr:\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n { LIKE old_tbl_name | (LIKE old_tbl_name) }\n\ncreate_definition:\n col_name column_definition\n | [CONSTRAINT [symbol]] PRIMARY KEY [index_type] (index_col_name,...)\n [index_option] ...\n | {INDEX|KEY} [index_name] [index_type] (index_col_name,...)\n [index_option] ...\n | [CONSTRAINT [symbol]] UNIQUE [INDEX|KEY]\n [index_name] [index_type] (index_col_name,...)\n [index_option] ...\n | {FULLTEXT|SPATIAL} [INDEX|KEY] [index_name] (index_col_name,...)\n [index_option] ...\n | [CONSTRAINT [symbol]] FOREIGN KEY\n [index_name] (index_col_name,...) reference_definition\n | CHECK (expr)\n\ncolumn_definition:\n data_type [NOT NULL | NULL] [DEFAULT default_value]\n [AUTO_INCREMENT] [UNIQUE [KEY] | [PRIMARY] KEY]\n [COMMENT \'string\']\n [COLUMN_FORMAT {FIXED|DYNAMIC|DEFAULT}]\n [STORAGE {DISK|MEMORY|DEFAULT}]\n [reference_definition]\n\ndata_type:\n BIT[(length)]\n | TINYINT[(length)] [UNSIGNED] [ZEROFILL]\n | SMALLINT[(length)] [UNSIGNED] [ZEROFILL]\n | MEDIUMINT[(length)] [UNSIGNED] [ZEROFILL]\n | INT[(length)] [UNSIGNED] [ZEROFILL]\n | INTEGER[(length)] [UNSIGNED] [ZEROFILL]\n | BIGINT[(length)] [UNSIGNED] [ZEROFILL]\n | REAL[(length,decimals)] [UNSIGNED] [ZEROFILL]\n | DOUBLE[(length,decimals)] [UNSIGNED] [ZEROFILL]\n | FLOAT[(length,decimals)] [UNSIGNED] [ZEROFILL]\n | DECIMAL[(length[,decimals])] [UNSIGNED] [ZEROFILL]\n | NUMERIC[(length[,decimals])] [UNSIGNED] [ZEROFILL]\n | DATE\n | TIME\n | TIMESTAMP\n | DATETIME\n | YEAR\n | CHAR[(length)]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | VARCHAR(length)\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | BINARY[(length)]\n | VARBINARY(length)\n | TINYBLOB\n | BLOB\n | MEDIUMBLOB\n | LONGBLOB\n | TINYTEXT [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | TEXT [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | MEDIUMTEXT [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | LONGTEXT [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | ENUM(value1,value2,value3,...)\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | SET(value1,value2,value3,...)\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | spatial_type\n\nindex_col_name:\n col_name [(length)] [ASC | DESC]\n\nindex_type:\n USING {BTREE | HASH}\n\nindex_option:\n KEY_BLOCK_SIZE [=] value\n | index_type\n | WITH PARSER parser_name\n\nreference_definition:\n REFERENCES tbl_name (index_col_name,...)\n [MATCH FULL | MATCH PARTIAL | MATCH SIMPLE]\n [ON DELETE reference_option]\n [ON UPDATE reference_option]\n\nreference_option:\n RESTRICT | CASCADE | SET NULL | NO ACTION\n\ntable_options:\n table_option [[,] table_option] ...\n\ntable_option:\n ENGINE [=] engine_name\n | AUTO_INCREMENT [=] value\n | AVG_ROW_LENGTH [=] value\n | [DEFAULT] CHARACTER SET [=] charset_name\n | CHECKSUM [=] {0 | 1}\n | [DEFAULT] COLLATE [=] collation_name\n | COMMENT [=] \'string\'\n | CONNECTION [=] \'connect_string\'\n | DATA DIRECTORY [=] \'absolute path to directory\'\n | DELAY_KEY_WRITE [=] {0 | 1}\n | INDEX DIRECTORY [=] \'absolute path to directory\'\n | INSERT_METHOD [=] { NO | FIRST | LAST }\n | KEY_BLOCK_SIZE [=] value\n | MAX_ROWS [=] value\n | MIN_ROWS [=] value\n | PACK_KEYS [=] {0 | 1 | DEFAULT}\n | PASSWORD [=] \'string\'\n | ROW_FORMAT [=] {DEFAULT|DYNAMIC|FIXED|COMPRESSED|REDUNDANT|COMPACT}\n | TABLESPACE tablespace_name [STORAGE {DISK|MEMORY|DEFAULT}]\n | UNION [=] (tbl_name[,tbl_name]...)\n\npartition_options:\n PARTITION BY\n { [LINEAR] HASH(expr)\n | [LINEAR] KEY(column_list)\n | RANGE(expr)\n | LIST(expr) }\n [PARTITIONS num]\n [SUBPARTITION BY\n { [LINEAR] HASH(expr)\n | [LINEAR] KEY(column_list) }\n [SUBPARTITIONS num]\n ]\n [(partition_definition [, partition_definition] ...)]\n\npartition_definition:\n PARTITION partition_name\n [VALUES \n {LESS THAN {(expr) | MAXVALUE} \n | \n IN (value_list)}]\n [[STORAGE] ENGINE [=] engine_name]\n [COMMENT [=] \'comment_text\' ]\n [DATA DIRECTORY [=] \'data_dir\']\n [INDEX DIRECTORY [=] \'index_dir\']\n [MAX_ROWS [=] max_number_of_rows]\n [MIN_ROWS [=] min_number_of_rows]\n [TABLESPACE [=] tablespace_name]\n [NODEGROUP [=] node_group_id]\n [(subpartition_definition [, subpartition_definition] ...)]\n\nsubpartition_definition:\n SUBPARTITION logical_name\n [[STORAGE] ENGINE [=] engine_name]\n [COMMENT [=] \'comment_text\' ]\n [DATA DIRECTORY [=] \'data_dir\']\n [INDEX DIRECTORY [=] \'index_dir\']\n [MAX_ROWS [=] max_number_of_rows]\n [MIN_ROWS [=] min_number_of_rows]\n [TABLESPACE [=] tablespace_name]\n [NODEGROUP [=] node_group_id]\n\nselect_statement:\n [IGNORE | REPLACE] [AS] SELECT ... (Some valid select statement)\n\nCREATE TABLE creates a table with the given name. You must have the\nCREATE privilege for the table.\n\nRules for permissible table names are given in\nhttp://dev.mysql.com/doc/refman/5.1/en/identifiers.html. By default,\nthe table is created in the default database. An error occurs if the\ntable exists, if there is no default database, or if the database does\nnot exist.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/create-table.html'),(471,'>',19,'Syntax:\n>\n\nGreater than:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT 2 > 2;\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(472,'ANALYZE TABLE',21,'Syntax:\nANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE\n tbl_name [, tbl_name] ...\n\nANALYZE TABLE analyzes and stores the key distribution for a table.\nDuring the analysis, the table is locked with a read lock for InnoDB\nand MyISAM. This statement works with InnoDB, NDB, and MyISAM tables.\nFor MyISAM tables, this statement is equivalent to using myisamchk\n--analyze.\n\nFor more information on how the analysis works within InnoDB, see\nhttp://dev.mysql.com/doc/refman/5.1/en/innodb-restrictions.html.\n\nMySQL uses the stored key distribution to decide the order in which\ntables should be joined when you perform a join on something other than\na constant. In addition, key distributions can be used when deciding\nwhich indexes to use for a specific table within a query.\n\nThis statement requires SELECT and INSERT privileges for the table.\n\nBeginning with MySQL 5.1.27, ANALYZE TABLE is also supported for\npartitioned tables. Also beginning with MySQL 5.1.27, you can use ALTER\nTABLE ... ANALYZE PARTITION to analyze one or more partitions; for more\ninformation, see [HELP ALTER TABLE], and\nhttp://dev.mysql.com/doc/refman/5.1/en/partitioning-maintenance.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/analyze-table.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/analyze-table.html'),(473,'MICROSECOND',32,'Syntax:\nMICROSECOND(expr)\n\nReturns the microseconds from the time or datetime expression expr as a\nnumber in the range from 0 to 999999.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT MICROSECOND(\'12:00:00.123456\');\n -> 123456\nmysql> SELECT MICROSECOND(\'2009-12-31 23:59:59.000010\');\n -> 10\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(474,'CONSTRAINT',40,'MySQL supports foreign keys, which let you cross-reference related data\nacross tables, and foreign key constraints\n(http://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_foreign_key_\nconstraint), which help keep this spread-out data consistent. The\nessential syntax for a foreign key constraint definition in a CREATE\nTABLE or ALTER TABLE statement looks like this:\n\n[CONSTRAINT [symbol]] FOREIGN KEY\n [index_name] (index_col_name, ...)\n REFERENCES tbl_name (index_col_name,...)\n [ON DELETE reference_option]\n [ON UPDATE reference_option]\n\nreference_option:\n RESTRICT | CASCADE | SET NULL | NO ACTION\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-table-foreign-keys.html\n\n','CREATE TABLE product (\n category INT NOT NULL, id INT NOT NULL,\n price DECIMAL,\n PRIMARY KEY(category, id)\n) ENGINE=INNODB;\n\nCREATE TABLE customer (\n id INT NOT NULL,\n PRIMARY KEY (id)\n) ENGINE=INNODB;\n\nCREATE TABLE product_order (\n no INT NOT NULL AUTO_INCREMENT,\n product_category INT NOT NULL,\n product_id INT NOT NULL,\n customer_id INT NOT NULL,\n\n PRIMARY KEY(no),\n INDEX (product_category, product_id),\n INDEX (customer_id),\n\n FOREIGN KEY (product_category, product_id)\n REFERENCES product(category, id)\n ON UPDATE CASCADE ON DELETE RESTRICT,\n\n FOREIGN KEY (customer_id)\n REFERENCES customer(id)\n) ENGINE=INNODB;\n','http://dev.mysql.com/doc/refman/5.1/en/create-table-foreign-keys.html'),(475,'CREATE SERVER',40,'Syntax:\nCREATE SERVER server_name\n FOREIGN DATA WRAPPER wrapper_name\n OPTIONS (option [, option] ...)\n\noption:\n { HOST character-literal\n | DATABASE character-literal\n | USER character-literal\n | PASSWORD character-literal\n | SOCKET character-literal\n | OWNER character-literal\n | PORT numeric-literal }\n\nThis statement creates the definition of a server for use with the\nFEDERATED storage engine. The CREATE SERVER statement creates a new row\nin the servers table in the mysql database. This statement requires the\nSUPER privilege.\n\nThe server_name should be a unique reference to the server. Server\ndefinitions are global within the scope of the server, it is not\npossible to qualify the server definition to a specific database.\nserver_name has a maximum length of 64 characters (names longer than 64\ncharacters are silently truncated), and is case insensitive. You may\nspecify the name as a quoted string.\n\nThe wrapper_name should be mysql, and may be quoted with single\nquotation marks. Other values for wrapper_name are not currently\nsupported.\n\nFor each option you must specify either a character literal or numeric\nliteral. Character literals are UTF-8, support a maximum length of 64\ncharacters and default to a blank (empty) string. String literals are\nsilently truncated to 64 characters. Numeric literals must be a number\nbetween 0 and 9999, default value is 0.\n\n*Note*: The OWNER option is currently not applied, and has no effect on\nthe ownership or operation of the server connection that is created.\n\nThe CREATE SERVER statement creates an entry in the mysql.servers table\nthat can later be used with the CREATE TABLE statement when creating a\nFEDERATED table. The options that you specify will be used to populate\nthe columns in the mysql.servers table. The table columns are\nServer_name, Host, Db, Username, Password, Port and Socket.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-server.html\n\n','CREATE SERVER s\nFOREIGN DATA WRAPPER mysql\nOPTIONS (USER \'Remote\', HOST \'192.168.1.106\', DATABASE \'test\');\n','http://dev.mysql.com/doc/refman/5.1/en/create-server.html'),(476,'FIELD',38,'Syntax:\nFIELD(str,str1,str2,str3,...)\n\nReturns the index (position) of str in the str1, str2, str3, ... list.\nReturns 0 if str is not found.\n\nIf all arguments to FIELD() are strings, all arguments are compared as\nstrings. If all arguments are numbers, they are compared as numbers.\nOtherwise, the arguments are compared as double.\n\nIf str is NULL, the return value is 0 because NULL fails equality\ncomparison with any value. FIELD() is the complement of ELT().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT FIELD(\'ej\', \'Hej\', \'ej\', \'Heja\', \'hej\', \'foo\');\n -> 2\nmysql> SELECT FIELD(\'fo\', \'Hej\', \'ej\', \'Heja\', \'hej\', \'foo\');\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(477,'MAKETIME',32,'Syntax:\nMAKETIME(hour,minute,second)\n\nReturns a time value calculated from the hour, minute, and second\narguments.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT MAKETIME(12,15,30);\n -> \'12:15:30\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(478,'CURDATE',32,'Syntax:\nCURDATE()\n\nReturns the current date as a value in \'YYYY-MM-DD\' or YYYYMMDD format,\ndepending on whether the function is used in a string or numeric\ncontext.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT CURDATE();\n -> \'2008-06-13\'\nmysql> SELECT CURDATE() + 0;\n -> 20080613\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(479,'SET PASSWORD',10,'Syntax:\nSET PASSWORD [FOR user] =\n {\n PASSWORD(\'cleartext password\')\n | OLD_PASSWORD(\'cleartext password\')\n | \'encrypted password\'\n }\n\nThe SET PASSWORD statement assigns a password to an existing MySQL user\naccount. In MySQL 5.1 and later, when the read_only system variable is\nenabled, the SUPER privilege is required to use SET PASSWORD, in\naddition to whatever other privileges might be required.\n\nIf the password is specified using the PASSWORD() or OLD_PASSWORD()\nfunction, the cleartext (unencrypted) password should be given as the\nargument to the function, which hashes the password and returns the\nencrypted password string. If the password is specified without using\neither function, it should be the already encrypted password value as a\nliteral string. In all cases, the encrypted password string must be in\nthe format required by the authentication method used for the account.\n\nWith no FOR user clause, this statement sets the password for the\ncurrent user. (To see which account the server authenticated you as,\ninvoke the CURRENT_USER() function.) Any client who successfully\nconnects to the server using a nonanonymous account can change the\npassword for that account.\n\nWith a FOR user clause, this statement sets the password for the named\nuser. You must have the UPDATE privilege for the mysql database to do\nthis. The user account name uses the format described in\nhttp://dev.mysql.com/doc/refman/5.1/en/account-names.html. The user\nvalue should be given as \'user_name\'@\'host_name\', where \'user_name\' and\n\'host_name\' are exactly as listed in the User and Host columns of the\nmysql.user table row. (If you specify only a user name, a host name of\n\'%\' is used.) For example, to set the password for an account with User\nand Host column values of \'bob\' and \'%.example.org\', write the\nstatement like this:\n\nSET PASSWORD FOR \'bob\'@\'%.example.org\' = PASSWORD(\'cleartext password\');\n\nThat is equivalent to the following statements:\n\nUPDATE mysql.user SET Password=PASSWORD(\'cleartext password\')\n WHERE User=\'bob\' AND Host=\'%.example.org\';\nFLUSH PRIVILEGES;\n\nAnother way to set the password is to use GRANT:\n\nGRANT USAGE ON *.* TO \'bob\'@\'%.example.org\' IDENTIFIED BY \'cleartext password\';\n\nThe old_passwords system variable value determines the hashing method\nused by PASSWORD(). If you specify the password using that function and\nSET PASSWORD rejects the password as not being in the correct format,\nit may be necessary to set old_passwords to change the hashing method.\nFor descriptions of the permitted values, see\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/set-password.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/set-password.html'),(480,'ALTER TABLESPACE',40,'Syntax:\nALTER TABLESPACE tablespace_name\n {ADD|DROP} DATAFILE \'file_name\'\n [INITIAL_SIZE [=] size]\n [WAIT]\n ENGINE [=] engine_name\n\nThis statement can be used either to add a new data file, or to drop a\ndata file from a tablespace.\n\nThe ADD DATAFILE variant enables you to specify an initial size using\nan INITIAL_SIZE clause, where size is measured in bytes; the default\nvalue is 128M (128 megabytes). You may optionally follow this integer\nvalue with a one-letter abbreviation for an order of magnitude, similar\nto those used in my.cnf. Generally, this is one of the letters M (for\nmegabytes) or G (for gigabytes).\n\n*Note*: All MySQL Cluster Disk Data objects share the same namespace.\nThis means that each Disk Data object must be uniquely named (and not\nmerely each Disk Data object of a given type). For example, you cannot\nhave a tablespace and an data file with the same name, or an undo log\nfile and a with the same name.\n\nPrior to MySQL Cluster NDB 6.2.17, 6.3.23, and 6.4.3, path and file\nnames for data files could not be longer than 128 characters. (Bug\n#31770)\n\nOn 32-bit systems, the maximum supported value for INITIAL_SIZE is 4G.\n(Bug #29186)\n\nINITIAL_SIZE is rounded as for CREATE TABLESPACE. Beginning with MySQL\nCluster NDB 6.2.19, MySQL Cluster NDB 6.3.32, MySQL Cluster NDB 7.0.13,\nand MySQL Cluster NDB 7.1.2, this rounding is done explicitly (also as\nwith CREATE TABLESPACE).\n\nOnce a data file has been created, its size cannot be changed; however,\nyou can add more data files to the tablespace using additional ALTER\nTABLESPACE ... ADD DATAFILE statements.\n\nUsing DROP DATAFILE with ALTER TABLESPACE drops the data file\n\'file_name\' from the tablespace. You cannot drop a data file from a\ntablespace which is in use by any table; in other words, the data file\nmust be empty (no extents used). See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-disk-data-objects.\nhtml. In addition, any data file to be dropped must previously have\nbeen added to the tablespace with CREATE TABLESPACE or ALTER\nTABLESPACE.\n\nBoth ALTER TABLESPACE ... ADD DATAFILE and ALTER TABLESPACE ... DROP\nDATAFILE require an ENGINE clause which specifies the storage engine\nused by the tablespace. In MySQL 5.1, the only accepted values for\nengine_name are NDB and NDBCLUSTER.\n\nWAIT is parsed but otherwise ignored, and so has no effect in MySQL\n5.1. It is intended for future expansion.\n\nWhen ALTER TABLESPACE ... ADD DATAFILE is used with ENGINE = NDB, a\ndata file is created on each Cluster data node. You can verify that the\ndata files were created and obtain information about them by querying\nthe INFORMATION_SCHEMA.FILES table. For example, the following query\nshows all data files belonging to the tablespace named newts:\n\nmysql> SELECT LOGFILE_GROUP_NAME, FILE_NAME, EXTRA\n -> FROM INFORMATION_SCHEMA.FILES\n -> WHERE TABLESPACE_NAME = \'newts\' AND FILE_TYPE = \'DATAFILE\';\n+--------------------+--------------+----------------+\n| LOGFILE_GROUP_NAME | FILE_NAME | EXTRA |\n+--------------------+--------------+----------------+\n| lg_3 | newdata.dat | CLUSTER_NODE=3 |\n| lg_3 | newdata.dat | CLUSTER_NODE=4 |\n| lg_3 | newdata2.dat | CLUSTER_NODE=3 |\n| lg_3 | newdata2.dat | CLUSTER_NODE=4 |\n+--------------------+--------------+----------------+\n2 rows in set (0.03 sec)\n\nSee http://dev.mysql.com/doc/refman/5.1/en/files-table.html.\n\nALTER TABLESPACE was added in MySQL 5.1.6. In MySQL 5.1, it is useful\nonly with Disk Data storage for MySQL Cluster. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-tablespace.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/alter-tablespace.html'),(481,'IF FUNCTION',7,'Syntax:\nIF(expr1,expr2,expr3)\n\nIf expr1 is TRUE (expr1 <> 0 and expr1 <> NULL) then IF() returns\nexpr2; otherwise it returns expr3. IF() returns a numeric or string\nvalue, depending on the context in which it is used.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html\n\n','mysql> SELECT IF(1>2,2,3);\n -> 3\nmysql> SELECT IF(1<2,\'yes\',\'no\');\n -> \'yes\'\nmysql> SELECT IF(STRCMP(\'test\',\'test1\'),\'no\',\'yes\');\n -> \'no\'\n','http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html'),(482,'ENUM',23,'ENUM(\'value1\',\'value2\',...) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nAn enumeration. A string object that can have only one value, chosen\nfrom the list of values \'value1\', \'value2\', ..., NULL or the special \'\'\nerror value. ENUM values are represented internally as integers.\n\nAn ENUM column can have a maximum of 65,535 distinct elements. (The\npractical limit is less than 3000.) A table can have no more than 255\nunique element list definitions among its ENUM and SET columns\nconsidered as a group. For more information on these limits, see\nhttp://dev.mysql.com/doc/refman/5.1/en/limits-frm-file.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(483,'DATABASE',17,'Syntax:\nDATABASE()\n\nReturns the default (current) database name as a string in the utf8\ncharacter set. If there is no default database, DATABASE() returns\nNULL. Within a stored routine, the default database is the database\nthat the routine is associated with, which is not necessarily the same\nas the database that is the default in the calling context.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT DATABASE();\n -> \'test\'\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(484,'POINTFROMWKB',33,'PointFromWKB(wkb[,srid])\n\nConstructs a POINT value using its WKB representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html'),(485,'POWER',4,'Syntax:\nPOWER(X,Y)\n\nThis is a synonym for POW().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(486,'ATAN',4,'Syntax:\nATAN(X)\n\nReturns the arc tangent of X, that is, the value whose tangent is X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT ATAN(2);\n -> 1.1071487177941\nmysql> SELECT ATAN(-2);\n -> -1.1071487177941\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(487,'STRCMP',38,'Syntax:\nSTRCMP(expr1,expr2)\n\nSTRCMP() returns 0 if the strings are the same, -1 if the first\nargument is smaller than the second according to the current sort\norder, and 1 otherwise.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html\n\n','mysql> SELECT STRCMP(\'text\', \'text2\');\n -> -1\nmysql> SELECT STRCMP(\'text2\', \'text\');\n -> 1\nmysql> SELECT STRCMP(\'text\', \'text\');\n -> 0\n','http://dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html'),(488,'INSERT DELAYED',28,'Syntax:\nINSERT DELAYED ...\n\nThe DELAYED option for the INSERT statement is a MySQL extension to\nstandard SQL that is very useful if you have clients that cannot or\nneed not wait for the INSERT to complete. This is a common situation\nwhen you use MySQL for logging and you also periodically run SELECT and\nUPDATE statements that take a long time to complete.\n\nWhen a client uses INSERT DELAYED, it gets an okay from the server at\nonce, and the row is queued to be inserted when the table is not in use\nby any other thread.\n\nAnother major benefit of using INSERT DELAYED is that inserts from many\nclients are bundled together and written in one block. This is much\nfaster than performing many separate inserts.\n\nNote that INSERT DELAYED is slower than a normal INSERT if the table is\nnot otherwise in use. There is also the additional overhead for the\nserver to handle a separate thread for each table for which there are\ndelayed rows. This means that you should use INSERT DELAYED only when\nyou are really sure that you need it.\n\nThe queued rows are held only in memory until they are inserted into\nthe table. This means that if you terminate mysqld forcibly (for\nexample, with kill -9) or if mysqld dies unexpectedly, any queued rows\nthat have not been written to disk are lost.\n\nThere are some constraints on the use of DELAYED:\n\no INSERT DELAYED works only with MyISAM, MEMORY, ARCHIVE, and (as of\n MySQL 5.1.19) BLACKHOLE tables. For engines that do not support\n DELAYED, an error occurs.\n\no An error occurs for INSERT DELAYED if used with a table that has been\n locked with LOCK TABLES because the insert must be handled by a\n separate thread, not by the session that holds the lock.\n\no For MyISAM tables, if there are no free blocks in the middle of the\n data file, concurrent SELECT and INSERT statements are supported.\n Under these circumstances, you very seldom need to use INSERT DELAYED\n with MyISAM.\n\no INSERT DELAYED should be used only for INSERT statements that specify\n value lists. The server ignores DELAYED for INSERT ... SELECT or\n INSERT ... ON DUPLICATE KEY UPDATE statements.\n\no Because the INSERT DELAYED statement returns immediately, before the\n rows are inserted, you cannot use LAST_INSERT_ID() to get the\n AUTO_INCREMENT value that the statement might generate.\n\no DELAYED rows are not visible to SELECT statements until they actually\n have been inserted.\n\no INSERT DELAYED is treated as a normal INSERT if the statement inserts\n multiple rows and binary logging is enabled and the global logging\n format is to use statement-based logging (binlog_format is set to\n STATEMENT). This restriction does not apply to row-based binary\n logging.\n\no DELAYED is ignored on slave replication servers, so that INSERT\n DELAYED is treated as a normal INSERT on slaves. This is because\n DELAYED could cause the slave to have different data than the master.\n\no Pending INSERT DELAYED statements are lost if a table is write locked\n and ALTER TABLE is used to modify the table structure.\n\no INSERT DELAYED is not supported for views.\n\no INSERT DELAYED is not supported for partitioned tables.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/insert-delayed.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/insert-delayed.html'),(489,'SHOW PROFILE',27,'Syntax:\nSHOW PROFILE [type [, type] ... ]\n [FOR QUERY n]\n [LIMIT row_count [OFFSET offset]]\n\ntype:\n ALL\n | BLOCK IO\n | CONTEXT SWITCHES\n | CPU\n | IPC\n | MEMORY\n | PAGE FAULTS\n | SOURCE\n | SWAPS\n\nThe SHOW PROFILE and SHOW PROFILES statements display profiling\ninformation that indicates resource usage for statements executed\nduring the course of the current session.\n\nProfiling is controlled by the profiling session variable, which has a\ndefault value of 0 (OFF). Profiling is enabled by setting profiling to\n1 or ON:\n\nmysql> SET profiling = 1;\n\nSHOW PROFILES displays a list of the most recent statements sent to the\nserver. The size of the list is controlled by the\nprofiling_history_size session variable, which has a default value of\n15. The maximum value is 100. Setting the value to 0 has the practical\neffect of disabling profiling.\n\nAll statements are profiled except SHOW PROFILE and SHOW PROFILES, so\nyou will find neither of those statements in the profile list.\nMalformed statements are profiled. For example, SHOW PROFILING is an\nillegal statement, and a syntax error occurs if you try to execute it,\nbut it will show up in the profiling list.\n\nSHOW PROFILE displays detailed information about a single statement.\nWithout the FOR QUERY n clause, the output pertains to the most\nrecently executed statement. If FOR QUERY n is included, SHOW PROFILE\ndisplays information for statement n. The values of n correspond to the\nQuery_ID values displayed by SHOW PROFILES.\n\nThe LIMIT row_count clause may be given to limit the output to\nrow_count rows. If LIMIT is given, OFFSET offset may be added to begin\nthe output offset rows into the full set of rows.\n\nBy default, SHOW PROFILE displays Status and Duration columns. The\nStatus values are like the State values displayed by SHOW PROCESSLIST,\nalthough there might be some minor differences in interpretion for the\ntwo statements for some status values (see\nhttp://dev.mysql.com/doc/refman/5.1/en/thread-information.html).\n\nOptional type values may be specified to display specific additional\ntypes of information:\n\no ALL displays all information\n\no BLOCK IO displays counts for block input and output operations\n\no CONTEXT SWITCHES displays counts for voluntary and involuntary\n context switches\n\no CPU displays user and system CPU usage times\n\no IPC displays counts for messages sent and received\n\no MEMORY is not currently implemented\n\no PAGE FAULTS displays counts for major and minor page faults\n\no SOURCE displays the names of functions from the source code, together\n with the name and line number of the file in which the function\n occurs\n\no SWAPS displays swap counts\n\nProfiling is enabled per session. When a session ends, its profiling\ninformation is lost.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-profile.html\n\n','mysql> SELECT @@profiling;\n+-------------+\n| @@profiling |\n+-------------+\n| 0 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> SET profiling = 1;\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> DROP TABLE IF EXISTS t1;\nQuery OK, 0 rows affected, 1 warning (0.00 sec)\n\nmysql> CREATE TABLE T1 (id INT);\nQuery OK, 0 rows affected (0.01 sec)\n\nmysql> SHOW PROFILES;\n+----------+----------+--------------------------+\n| Query_ID | Duration | Query |\n+----------+----------+--------------------------+\n| 0 | 0.000088 | SET PROFILING = 1 |\n| 1 | 0.000136 | DROP TABLE IF EXISTS t1 |\n| 2 | 0.011947 | CREATE TABLE t1 (id INT) |\n+----------+----------+--------------------------+\n3 rows in set (0.00 sec)\n\nmysql> SHOW PROFILE;\n+----------------------+----------+\n| Status | Duration |\n+----------------------+----------+\n| checking permissions | 0.000040 |\n| creating table | 0.000056 |\n| After create | 0.011363 |\n| query end | 0.000375 |\n| freeing items | 0.000089 |\n| logging slow query | 0.000019 |\n| cleaning up | 0.000005 |\n+----------------------+----------+\n7 rows in set (0.00 sec)\n\nmysql> SHOW PROFILE FOR QUERY 1;\n+--------------------+----------+\n| Status | Duration |\n+--------------------+----------+\n| query end | 0.000107 |\n| freeing items | 0.000008 |\n| logging slow query | 0.000015 |\n| cleaning up | 0.000006 |\n+--------------------+----------+\n4 rows in set (0.00 sec)\n\nmysql> SHOW PROFILE CPU FOR QUERY 2;\n+----------------------+----------+----------+------------+\n| Status | Duration | CPU_user | CPU_system |\n+----------------------+----------+----------+------------+\n| checking permissions | 0.000040 | 0.000038 | 0.000002 |\n| creating table | 0.000056 | 0.000028 | 0.000028 |\n| After create | 0.011363 | 0.000217 | 0.001571 |\n| query end | 0.000375 | 0.000013 | 0.000028 |\n| freeing items | 0.000089 | 0.000010 | 0.000014 |\n| logging slow query | 0.000019 | 0.000009 | 0.000010 |\n| cleaning up | 0.000005 | 0.000003 | 0.000002 |\n+----------------------+----------+----------+------------+\n7 rows in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/show-profile.html'),(490,'SHOW PROCEDURE CODE',27,'Syntax:\nSHOW PROCEDURE CODE proc_name\n\nThis statement is a MySQL extension that is available only for servers\nthat have been built with debugging support. It displays a\nrepresentation of the internal implementation of the named stored\nprocedure. A similar statement, SHOW FUNCTION CODE, displays\ninformation about stored functions (see [HELP SHOW FUNCTION CODE]).\n\nBoth statements require that you be the owner of the routine or have\nSELECT access to the mysql.proc table.\n\nIf the named routine is available, each statement produces a result\nset. Each row in the result set corresponds to one \"instruction\" in the\nroutine. The first column is Pos, which is an ordinal number beginning\nwith 0. The second column is Instruction, which contains an SQL\nstatement (usually changed from the original source), or a directive\nwhich has meaning only to the stored-routine handler.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-procedure-code.html\n\n','mysql> DELIMITER //\nmysql> CREATE PROCEDURE p1 ()\n -> BEGIN\n -> DECLARE fanta INT DEFAULT 55;\n -> DROP TABLE t2;\n -> LOOP\n -> INSERT INTO t3 VALUES (fanta);\n -> END LOOP;\n -> END//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SHOW PROCEDURE CODE p1//\n+-----+----------------------------------------+\n| Pos | Instruction |\n+-----+----------------------------------------+\n| 0 | set fanta@0 55 |\n| 1 | stmt 9 \"DROP TABLE t2\" |\n| 2 | stmt 5 \"INSERT INTO t3 VALUES (fanta)\" |\n| 3 | jump 2 |\n+-----+----------------------------------------+\n4 rows in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.1/en/show-procedure-code.html'),(491,'MEDIUMTEXT',23,'MEDIUMTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 16,777,215 (224 - 1) characters.\nThe effective maximum length is less if the value contains multi-byte\ncharacters. Each MEDIUMTEXT value is stored using a 3-byte length\nprefix that indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html'),(492,'LN',4,'Syntax:\nLN(X)\n\nReturns the natural logarithm of X; that is, the base-e logarithm of X.\nIf X is less than or equal to 0, then NULL is returned.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT LN(2);\n -> 0.69314718055995\nmysql> SELECT LN(-2);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(493,'RETURN',24,'Syntax:\nRETURN expr\n\nThe RETURN statement terminates execution of a stored function and\nreturns the value expr to the function caller. There must be at least\none RETURN statement in a stored function. There may be more than one\nif the function has multiple exit points.\n\nThis statement is not used in stored procedures, triggers, or events.\nThe LEAVE statement can be used to exit a stored program of those\ntypes.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/return.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/return.html'),(494,'SHOW COLLATION',27,'Syntax:\nSHOW COLLATION\n [LIKE \'pattern\' | WHERE expr]\n\nThis statement lists collations supported by the server. By default,\nthe output from SHOW COLLATION includes all available collations. The\nLIKE clause, if present, indicates which collation names to match. The\nWHERE clause can be given to select rows using more general conditions,\nas discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html. For example:\n\nmysql> SHOW COLLATION LIKE \'latin1%\';\n+-------------------+---------+----+---------+----------+---------+\n| Collation | Charset | Id | Default | Compiled | Sortlen |\n+-------------------+---------+----+---------+----------+---------+\n| latin1_german1_ci | latin1 | 5 | | | 0 |\n| latin1_swedish_ci | latin1 | 8 | Yes | Yes | 0 |\n| latin1_danish_ci | latin1 | 15 | | | 0 |\n| latin1_german2_ci | latin1 | 31 | | Yes | 2 |\n| latin1_bin | latin1 | 47 | | Yes | 0 |\n| latin1_general_ci | latin1 | 48 | | | 0 |\n| latin1_general_cs | latin1 | 49 | | | 0 |\n| latin1_spanish_ci | latin1 | 94 | | | 0 |\n+-------------------+---------+----+---------+----------+---------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-collation.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/show-collation.html'),(495,'LOG',4,'Syntax:\nLOG(X), LOG(B,X)\n\nIf called with one parameter, this function returns the natural\nlogarithm of X. If X is less than or equal to 0, then NULL is returned.\n\nThe inverse of this function (when called with a single argument) is\nthe EXP() function.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT LOG(2);\n -> 0.69314718055995\nmysql> SELECT LOG(-2);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(496,'SET SQL_LOG_BIN',8,'Syntax:\nSET sql_log_bin = {0|1}\n\nDisables or enables binary logging for the current session (sql_log_bin\nis a session variable) if the client has the SUPER privilege. The\nstatement fails with an error if the client does not have that\nprivilege.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/set-sql-log-bin.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/set-sql-log-bin.html'),(497,'!=',19,'Syntax:\n<>, !=\n\nNot equal:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT \'.01\' <> \'0.01\';\n -> 1\nmysql> SELECT .01 <> \'0.01\';\n -> 0\nmysql> SELECT \'zapp\' <> \'zappp\';\n -> 1\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(498,'WHILE',24,'Syntax:\n[begin_label:] WHILE search_condition DO\n statement_list\nEND WHILE [end_label]\n\nThe statement list within a WHILE statement is repeated as long as the\nsearch_condition expression is true. statement_list consists of one or\nmore SQL statements, each terminated by a semicolon (;) statement\ndelimiter.\n\nA WHILE statement can be labeled. For the rules regarding label use,\nsee [HELP labels].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/while.html\n\n','CREATE PROCEDURE dowhile()\nBEGIN\n DECLARE v1 INT DEFAULT 5;\n\n WHILE v1 > 0 DO\n ...\n SET v1 = v1 - 1;\n END WHILE;\nEND;\n','http://dev.mysql.com/doc/refman/5.1/en/while.html'),(499,'AES_DECRYPT',12,'Syntax:\nAES_DECRYPT(crypt_str,key_str)\n\nThis function decrypts data using the official AES (Advanced Encryption\nStandard) algorithm. For more information, see the description of\nAES_ENCRYPT().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),(500,'DAYNAME',32,'Syntax:\nDAYNAME(date)\n\nReturns the name of the weekday for date. As of MySQL 5.1.12, the\nlanguage used for the name is controlled by the value of the\nlc_time_names system variable\n(http://dev.mysql.com/doc/refman/5.1/en/locale-support.html).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n','mysql> SELECT DAYNAME(\'2007-02-03\');\n -> \'Saturday\'\n','http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),(501,'COERCIBILITY',17,'Syntax:\nCOERCIBILITY(str)\n\nReturns the collation coercibility value of the string argument.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT COERCIBILITY(\'abc\' COLLATE latin1_swedish_ci);\n -> 0\nmysql> SELECT COERCIBILITY(USER());\n -> 3\nmysql> SELECT COERCIBILITY(\'abc\');\n -> 4\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(502,'INT',23,'INT[(M)] [UNSIGNED] [ZEROFILL]\n\nA normal-size integer. The signed range is -2147483648 to 2147483647.\nThe unsigned range is 0 to 4294967295.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),(503,'GLENGTH',13,'GLength(ls)\n\nReturns as a double-precision number the length of the LineString value\nls in its associated spatial reference.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT GLength(GeomFromText(@ls));\n+----------------------------+\n| GLength(GeomFromText(@ls)) |\n+----------------------------+\n| 2.8284271247462 |\n+----------------------------+\n','http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html'),(504,'RADIANS',4,'Syntax:\nRADIANS(X)\n\nReturns the argument X, converted from degrees to radians. (Note that\nπ radians equals 180 degrees.)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n','mysql> SELECT RADIANS(90);\n -> 1.5707963267949\n','http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),(505,'COLLATION',17,'Syntax:\nCOLLATION(str)\n\nReturns the collation of the string argument.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT COLLATION(\'abc\');\n -> \'latin1_swedish_ci\'\nmysql> SELECT COLLATION(_utf8\'abc\');\n -> \'utf8_general_ci\'\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(506,'COALESCE',19,'Syntax:\nCOALESCE(value,...)\n\nReturns the first non-NULL value in the list, or NULL if there are no\nnon-NULL values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n','mysql> SELECT COALESCE(NULL,1);\n -> 1\nmysql> SELECT COALESCE(NULL,NULL,NULL);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),(507,'VERSION',17,'Syntax:\nVERSION()\n\nReturns a string that indicates the MySQL server version. The string\nuses the utf8 character set. The value might have a suffix in addition\nto the version number. See the description of the version system\nvariable in\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n','mysql> SELECT VERSION();\n -> \'5.1.74-standard\'\n','http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),(508,'MAKE_SET',38,'Syntax:\nMAKE_SET(bits,str1,str2,...)\n\nReturns a set value (a string containing substrings separated by \",\"\ncharacters) consisting of the strings that have the corresponding bit\nin bits set. str1 corresponds to bit 0, str2 to bit 1, and so on. NULL\nvalues in str1, str2, ... are not appended to the result.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT MAKE_SET(1,\'a\',\'b\',\'c\');\n -> \'a\'\nmysql> SELECT MAKE_SET(1 | 4,\'hello\',\'nice\',\'world\');\n -> \'hello,world\'\nmysql> SELECT MAKE_SET(1 | 4,\'hello\',\'nice\',NULL,\'world\');\n -> \'hello\'\nmysql> SELECT MAKE_SET(0,\'a\',\'b\',\'c\');\n -> \'\'\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),(509,'FIND_IN_SET',38,'Syntax:\nFIND_IN_SET(str,strlist)\n\nReturns a value in the range of 1 to N if the string str is in the\nstring list strlist consisting of N substrings. A string list is a\nstring composed of substrings separated by \",\" characters. If the first\nargument is a constant string and the second is a column of type SET,\nthe FIND_IN_SET() function is optimized to use bit arithmetic. Returns\n0 if str is not in strlist or if strlist is the empty string. Returns\nNULL if either argument is NULL. This function does not work properly\nif the first argument contains a comma (\",\") character.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n','mysql> SELECT FIND_IN_SET(\'b\',\'a,b,c,d\');\n -> 2\n','http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'); /*!40000 ALTER TABLE `help_topic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `host` -- DROP TABLE IF EXISTS `host`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `host` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Insert_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Update_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Delete_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Drop_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Grant_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `References_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Index_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Lock_tables_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Show_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Execute_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', PRIMARY KEY (`Host`,`Db`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Host privileges; Merged with database privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `host` -- LOCK TABLES `host` WRITE; /*!40000 ALTER TABLE `host` DISABLE KEYS */; /*!40000 ALTER TABLE `host` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ndb_binlog_index` -- DROP TABLE IF EXISTS `ndb_binlog_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ndb_binlog_index` ( `Position` bigint(20) unsigned NOT NULL, `File` varchar(255) NOT NULL, `epoch` bigint(20) unsigned NOT NULL, `inserts` bigint(20) unsigned NOT NULL, `updates` bigint(20) unsigned NOT NULL, `deletes` bigint(20) unsigned NOT NULL, `schemaops` bigint(20) unsigned NOT NULL, PRIMARY KEY (`epoch`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ndb_binlog_index` -- LOCK TABLES `ndb_binlog_index` WRITE; /*!40000 ALTER TABLE `ndb_binlog_index` DISABLE KEYS */; /*!40000 ALTER TABLE `ndb_binlog_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plugin` -- DROP TABLE IF EXISTS `plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `plugin` ( `name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `dl` char(128) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='MySQL plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plugin` -- LOCK TABLES `plugin` WRITE; /*!40000 ALTER TABLE `plugin` DISABLE KEYS */; /*!40000 ALTER TABLE `plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proc` -- DROP TABLE IF EXISTS `proc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `proc` ( `db` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `name` char(64) NOT NULL DEFAULT '', `type` enum('FUNCTION','PROCEDURE') NOT NULL, `specific_name` char(64) NOT NULL DEFAULT '', `language` enum('SQL') NOT NULL DEFAULT 'SQL', `sql_data_access` enum('CONTAINS_SQL','NO_SQL','READS_SQL_DATA','MODIFIES_SQL_DATA') NOT NULL DEFAULT 'CONTAINS_SQL', `is_deterministic` enum('YES','NO') NOT NULL DEFAULT 'NO', `security_type` enum('INVOKER','DEFINER') NOT NULL DEFAULT 'DEFINER', `param_list` blob NOT NULL, `returns` longblob NOT NULL, `body` longblob NOT NULL, `definer` char(77) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `sql_mode` set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH') NOT NULL DEFAULT '', `comment` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `character_set_client` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `body_utf8` longblob, PRIMARY KEY (`db`,`name`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stored Procedures'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proc` -- LOCK TABLES `proc` WRITE; /*!40000 ALTER TABLE `proc` DISABLE KEYS */; /*!40000 ALTER TABLE `proc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `procs_priv` -- DROP TABLE IF EXISTS `procs_priv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `procs_priv` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '', `Routine_name` char(64) CHARACTER SET utf8 NOT NULL DEFAULT '', `Routine_type` enum('FUNCTION','PROCEDURE') COLLATE utf8_bin NOT NULL, `Grantor` char(77) COLLATE utf8_bin NOT NULL DEFAULT '', `Proc_priv` set('Execute','Alter Routine','Grant') CHARACTER SET utf8 NOT NULL DEFAULT '', `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`Host`,`Db`,`User`,`Routine_name`,`Routine_type`), KEY `Grantor` (`Grantor`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Procedure privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `procs_priv` -- LOCK TABLES `procs_priv` WRITE; /*!40000 ALTER TABLE `procs_priv` DISABLE KEYS */; /*!40000 ALTER TABLE `procs_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `servers` -- DROP TABLE IF EXISTS `servers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `servers` ( `Server_name` char(64) NOT NULL DEFAULT '', `Host` char(64) NOT NULL DEFAULT '', `Db` char(64) NOT NULL DEFAULT '', `Username` char(64) NOT NULL DEFAULT '', `Password` char(64) NOT NULL DEFAULT '', `Port` int(4) NOT NULL DEFAULT '0', `Socket` char(64) NOT NULL DEFAULT '', `Wrapper` char(64) NOT NULL DEFAULT '', `Owner` char(64) NOT NULL DEFAULT '', PRIMARY KEY (`Server_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='MySQL Foreign Servers table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `servers` -- LOCK TABLES `servers` WRITE; /*!40000 ALTER TABLE `servers` DISABLE KEYS */; /*!40000 ALTER TABLE `servers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tables_priv` -- DROP TABLE IF EXISTS `tables_priv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tables_priv` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '', `Table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `Grantor` char(77) COLLATE utf8_bin NOT NULL DEFAULT '', `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `Table_priv` set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter','Create View','Show view','Trigger') CHARACTER SET utf8 NOT NULL DEFAULT '', `Column_priv` set('Select','Insert','Update','References') CHARACTER SET utf8 NOT NULL DEFAULT '', PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`), KEY `Grantor` (`Grantor`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Table privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tables_priv` -- LOCK TABLES `tables_priv` WRITE; /*!40000 ALTER TABLE `tables_priv` DISABLE KEYS */; /*!40000 ALTER TABLE `tables_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone` -- DROP TABLE IF EXISTS `time_zone`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone` ( `Time_zone_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `Use_leap_seconds` enum('Y','N') NOT NULL DEFAULT 'N', PRIMARY KEY (`Time_zone_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zones'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone` -- LOCK TABLES `time_zone` WRITE; /*!40000 ALTER TABLE `time_zone` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone_leap_second` -- DROP TABLE IF EXISTS `time_zone_leap_second`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone_leap_second` ( `Transition_time` bigint(20) NOT NULL, `Correction` int(11) NOT NULL, PRIMARY KEY (`Transition_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Leap seconds information for time zones'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone_leap_second` -- LOCK TABLES `time_zone_leap_second` WRITE; /*!40000 ALTER TABLE `time_zone_leap_second` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone_leap_second` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone_name` -- DROP TABLE IF EXISTS `time_zone_name`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone_name` ( `Name` char(64) NOT NULL, `Time_zone_id` int(10) unsigned NOT NULL, PRIMARY KEY (`Name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone names'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone_name` -- LOCK TABLES `time_zone_name` WRITE; /*!40000 ALTER TABLE `time_zone_name` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone_name` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone_transition` -- DROP TABLE IF EXISTS `time_zone_transition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone_transition` ( `Time_zone_id` int(10) unsigned NOT NULL, `Transition_time` bigint(20) NOT NULL, `Transition_type_id` int(10) unsigned NOT NULL, PRIMARY KEY (`Time_zone_id`,`Transition_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone transitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone_transition` -- LOCK TABLES `time_zone_transition` WRITE; /*!40000 ALTER TABLE `time_zone_transition` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone_transition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone_transition_type` -- DROP TABLE IF EXISTS `time_zone_transition_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone_transition_type` ( `Time_zone_id` int(10) unsigned NOT NULL, `Transition_type_id` int(10) unsigned NOT NULL, `Offset` int(11) NOT NULL DEFAULT '0', `Is_DST` tinyint(3) unsigned NOT NULL DEFAULT '0', `Abbreviation` char(8) NOT NULL DEFAULT '', PRIMARY KEY (`Time_zone_id`,`Transition_type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone transition types'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone_transition_type` -- LOCK TABLES `time_zone_transition_type` WRITE; /*!40000 ALTER TABLE `time_zone_transition_type` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone_transition_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user` -- DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '', `Password` char(41) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '', `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Insert_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Update_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Delete_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Drop_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Reload_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Shutdown_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Process_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `File_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Grant_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `References_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Index_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Show_db_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Super_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Lock_tables_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Execute_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Repl_slave_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Repl_client_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Show_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_user_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Event_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `ssl_type` enum('','ANY','X509','SPECIFIED') CHARACTER SET utf8 NOT NULL DEFAULT '', `ssl_cipher` blob NOT NULL, `x509_issuer` blob NOT NULL, `x509_subject` blob NOT NULL, `max_questions` int(11) unsigned NOT NULL DEFAULT '0', `max_updates` int(11) unsigned NOT NULL DEFAULT '0', `max_connections` int(11) unsigned NOT NULL DEFAULT '0', `max_user_connections` int(11) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`Host`,`User`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Users and global privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user` -- LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; INSERT INTO `user` VALUES ('localhost','root','*8B749168AD3244FE058D9A2DBFEA1440F1860D71','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('apps.varsitymgmt.com','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('127.0.0.1','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('localhost','','','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0),('apps.varsitymgmt.com','','','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0),('localhost','cbseuser','*E908A42AF3CC59AB438ED871FF6218D2FA7E4C10','Y','Y','Y','Y','Y','Y','N','N','N','N','N','Y','Y','Y','N','N','Y','Y','Y','N','N','Y','Y','Y','Y','N','N','Y','','','','',0,0,0,0),('192.168.52.188','root','*8B749168AD3244FE058D9A2DBFEA1440F1860D71','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('192.168.10.65','root','*8B749168AD3244FE058D9A2DBFEA1440F1860D71','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('192.168.52.188','cbseuser','*E908A42AF3CC59AB438ED871FF6218D2FA7E4C10','Y','Y','Y','Y','Y','Y','N','N','N','N','N','Y','Y','Y','N','N','Y','Y','Y','N','N','Y','Y','Y','Y','N','N','Y','','','','',0,0,0,0),('192.168.0.119','root','*8B749168AD3244FE058D9A2DBFEA1440F1860D71','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('192.168.0.111','root','*8B749168AD3244FE058D9A2DBFEA1440F1860D71','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('192.168.0.75','root','*8B749168AD3244FE058D9A2DBFEA1440F1860D71','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('10.10.11.111','root','*8B749168AD3244FE058D9A2DBFEA1440F1860D71','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0),('192.168.0.1','root','*8B749168AD3244FE058D9A2DBFEA1440F1860D71','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `general_log` -- /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE IF NOT EXISTS `general_log` ( `event_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `user_host` mediumtext NOT NULL, `thread_id` int(11) NOT NULL, `server_id` int(10) unsigned NOT NULL, `command_type` varchar(64) NOT NULL, `argument` mediumtext NOT NULL ) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='General log'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `slow_log` -- /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE IF NOT EXISTS `slow_log` ( `start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `user_host` mediumtext NOT NULL, `query_time` time NOT NULL, `lock_time` time NOT NULL, `rows_sent` int(11) NOT NULL, `rows_examined` int(11) NOT NULL, `db` varchar(512) NOT NULL, `last_insert_id` int(11) NOT NULL, `insert_id` int(11) NOT NULL, `server_id` int(10) unsigned NOT NULL, `sql_text` mediumtext NOT NULL ) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='Slow log'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Current Database: `rank_guru` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `rank_guru` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `rank_guru`; -- -- 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`(191)) ) 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`), KEY `comment_author_email` (`comment_author_email`(10)) ) 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(191) 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=999 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://rankgurutech.com','yes'),(2,'home','http://rankgurutech.com','yes'),(3,'blogname','Rank Guru','yes'),(4,'blogdescription','Rank Guru','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','p.kalyan@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:88:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=34&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:71:\"/www-data/sites/rankgurutech.com/wp-content/themes/enlighten/footer.php\";i:2;s:74:\"/www-data/sites/rankgurutech.com/wp-content/themes/enlighten/functions.php\";i:3;s:70:\"/www-data/sites/rankgurutech.com/wp-content/themes/enlighten/style.css\";i:4;s:0:\"\";}','no'),(40,'template','enlighten','yes'),(41,'stylesheet','enlighten','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','34','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','28','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','0','yes'),(93,'initial_db_version','38590','yes'),(94,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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: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'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"enlighten_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:19:\"enlighten_sidebar-2\";a:0:{}s:22:\"enlighten_home_twitter\";a:0:{}s:18:\"enlighten_footer-1\";a:0:{}s:18:\"enlighten_footer-2\";a:0:{}s:18:\"enlighten_footer-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:5:{i:1564048166;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1564051766;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:1564051786;a:2:{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:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1564053986;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;}}}s:7:\"version\";i:2;}','yes'),(112,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1545199884;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'),(148,'ftp_credentials','a:3:{s:8:\"hostname\";s:12:\"192.168.0.18\";s:8:\"username\";s:4:\"scts\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(121,'can_compress_scripts','1','no'),(116,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:0:{}s:15:\"version_checked\";s:5:\"4.9.8\";s:12:\"last_checked\";i:1564039123;}','no'),(639,'widget_enlighten_info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(640,'widget_enlighten_recent_news','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(995,'_site_transient_timeout_theme_roots','1564040945','no'),(996,'_site_transient_theme_roots','a:5:{s:24:\"accesspress_parallax_pro\";s:7:\"/themes\";s:9:\"enlighten\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(214,'current_theme','Enlighten','yes'),(663,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(125,'WPLANG','','yes'),(126,'new_admin_email','p.kalyan@varsitymgmt.com','yes'),(638,'theme_mods_enlighten','a:48:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:21:\"enlighten_header_text\";s:41:\"join with us and be a part of our success\";s:34:\"enlighten_enable_heade_social_icon\";i:1;s:23:\"enlighten_facebook_text\";s:25:\"https://www.facebook.com/\";s:22:\"enlighten_twitter_text\";s:20:\"https://twitter.com/\";s:22:\"enlighten_youtube_text\";s:24:\"https://www.youtube.com/\";s:28:\"enlighten_enable_header_info\";i:1;s:22:\"enlighten_phone_header\";s:11:\"99999 99999\";s:22:\"enlighten_email_header\";s:17:\"info@rankguru.com\";s:26:\"enlighten_localtion_header\";s:19:\"madhapur, hyderabad\";s:24:\"enlighten_menu_alignment\";s:6:\"center\";s:20:\"enlighten_menu_style\";s:3:\"top\";s:11:\"custom_logo\";i:69;s:23:\"enlighten_primary_color\";s:7:\"#ebab00\";s:25:\"enlighten_secondary_color\";s:7:\"#dd3333\";s:16:\"header_textcolor\";s:6:\"dd3333\";s:16:\"background_color\";s:6:\"bababa\";s:21:\"enlighten_footer_text\";s:50:\"© 2018 Sri Chaitanya Group - All rights reserved.\";s:23:\"enlighten_enable_slider\";i:1;s:25:\"enlighten_slider_category\";s:1:\"3\";s:27:\"enlighten_enable_news_slide\";s:0:\"\";s:24:\"enlighten_enable_achieve\";s:1:\"1\";s:23:\"enlighten_achieve_title\";s:16:\"Our Succes Story\";s:27:\"enlighten_achieve_title_sub\";s:13:\"success story\";s:27:\"enlighten_achieve_count_one\";s:7:\"1200000\";s:27:\"enlighten_achieve_title_one\";s:10:\"+ students\";s:24:\"enlighten_achieve_fa_one\";s:11:\"fa fa-users\";s:24:\"enlighten_achieve_fa_two\";s:16:\"fa fa-university\";s:27:\"enlighten_achieve_count_two\";s:5:\"12000\";s:27:\"enlighten_achieve_title_two\";s:9:\"+ Schools\";s:29:\"enlighten_achieve_count_three\";s:5:\"24000\";s:26:\"enlighten_achieve_fa_three\";s:10:\"fa fa-user\";s:29:\"enlighten_achieve_title_three\";s:10:\"+ teachers\";s:25:\"enlighten_achieve_fa_four\";s:10:\"fa fa-star\";s:28:\"enlighten_achieve_count_four\";s:3:\"340\";s:28:\"enlighten_achieve_title_four\";s:15:\"various courses\";s:26:\"enlighten_enable_portfolio\";i:1;s:25:\"enlighten_portfolio_title\";s:10:\"our couses\";s:29:\"enlighten_portfolio_title_sub\";s:10:\"our couses\";s:23:\"enlighten_portfolio_cat\";s:1:\"4\";s:24:\"enlighten_enable_service\";s:1:\"1\";s:23:\"enlighten_service_title\";s:19:\"Services we provide\";s:27:\"enlighten_service_title_sub\";s:8:\"services\";s:29:\"enlighten_service_description\";s:468:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, \";s:21:\"enlighten_service_cat\";s:1:\"5\";s:26:\"enlighten_service_bg_image\";s:83:\"http://rankgurutech.com/wp-content/uploads/2019/05/eLearning-Companies-in-India.jpg\";}','yes'),(132,'_transient_twentyseventeen_categories','1','yes'),(217,'accesspress_parallax_google_font','a:708:{i:0;a:2:{s:6:\"family\";s:5:\"Arial\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:6:\"Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:1;a:2:{s:6:\"family\";s:7:\"Verdana\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:6:\"Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:2;a:2:{s:6:\"family\";s:9:\"Trebuchet\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:6:\"Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:3;a:2:{s:6:\"family\";s:7:\"Georgia\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:6:\"Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:4;a:2:{s:6:\"family\";s:6:\"Tahoma\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:6:\"Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:5;a:2:{s:6:\"family\";s:8:\"Palatino\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:6:\"Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:6;a:2:{s:6:\"family\";s:9:\"Helvetica\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:6:\"Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:7;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:8;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:9;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:10;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:11;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:12;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:13;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:14;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:100;s:4:\"Thin\";i:200;s:11:\"Extra Light\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:15;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:16;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:17;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:18;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:19;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:20;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:6:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:21;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:6:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:22;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:100;s:4:\"Thin\";s:9:\"100italic\";s:11:\"Thin Italic\";i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:800;s:10:\"Extra Bold\";s:9:\"800italic\";s:17:\"Extra Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:23;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:100;s:4:\"Thin\";s:9:\"100italic\";s:11:\"Thin Italic\";i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:800;s:10:\"Extra Bold\";s:9:\"800italic\";s:17:\"Extra Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:24;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:25;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:26;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:27;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:28;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:29;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:30;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:31;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:32;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:33;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:34;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:35;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:36;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:37;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:38;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:39;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:40;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:41;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:42;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:43;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:44;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:45;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:46;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:48;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:49;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:50;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:51;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:52;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:53;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:55;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:56;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:57;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:58;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:59;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:60;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:61;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:62;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:63;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:64;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:65;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:66;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:67;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:68;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:69;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:70;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:71;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:72;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:73;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:74;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:75;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:76;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:77;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:78;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:79;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:80;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:81;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:82;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:83;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:84;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:85;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:86;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:87;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:88;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:89;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:90;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:91;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:92;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:93;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";}}i:94;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:95;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:96;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:97;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:98;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:99;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:100;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:101;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:102;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:103;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:104;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:300;s:5:\"Light\";}}i:105;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:106;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:107;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:108;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:109;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:110;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:111;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:112;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:113;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:114;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:115;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:116;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:117;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:118;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:119;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:120;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:121;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";}}i:122;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:123;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:124;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:125;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:126;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:127;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:128;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:129;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:130;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:131;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:132;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:133;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:134;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:135;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:136;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:137;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:138;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:139;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:140;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:141;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:142;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:143;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:800;s:10:\"Extra Bold\";}}i:144;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:800;s:10:\"Extra Bold\";}}i:145;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";}}i:146;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:147;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:148;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:149;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:150;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:151;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:152;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:153;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:154;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:155;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:156;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:157;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:158;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:159;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:900;s:10:\"Ultra Bold\";}}i:160;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:161;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:162;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:163;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:164;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:165;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:166;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:167;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:168;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:169;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:170;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:171;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:172;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:173;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:174;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:175;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:176;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:177;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:178;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:179;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:180;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:181;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:182;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:183;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:184;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:185;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:186;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:187;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:188;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:189;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:190;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:200;s:11:\"Extra Light\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";i:800;s:10:\"Extra Bold\";}}i:191;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:192;a:2:{s:6:\"family\";s:10:\"Droid Sans\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:193;a:2:{s:6:\"family\";s:15:\"Droid Sans Mono\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:194;a:2:{s:6:\"family\";s:11:\"Droid Serif\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:195;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:196;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:197;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:198;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:199;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:200;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:201;a:2:{s:6:\"family\";s:8:\"Ek Mukta\";s:8:\"variants\";a:7:{i:200;s:11:\"Extra Light\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";i:800;s:10:\"Extra Bold\";}}i:202;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:203;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:900;s:10:\"Ultra Bold\";}}i:204;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:900;s:10:\"Ultra Bold\";}}i:205;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:206;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:207;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:208;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:209;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:210;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:211;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:212;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:213;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:214;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:100;s:4:\"Thin\";s:9:\"100italic\";s:11:\"Thin Italic\";i:200;s:11:\"Extra Light\";s:9:\"200italic\";N;i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:800;s:10:\"Extra Bold\";s:9:\"800italic\";s:17:\"Extra Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:215;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:100;s:4:\"Thin\";s:9:\"100italic\";s:11:\"Thin Italic\";i:200;s:11:\"Extra Light\";s:9:\"200italic\";N;i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:800;s:10:\"Extra Bold\";s:9:\"800italic\";s:17:\"Extra Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:216;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:217;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:218;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:219;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:220;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:221;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:222;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:223;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:224;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:225;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:226;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:227;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:228;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:229;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:8:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:230;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:231;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:232;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";}}i:233;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:234;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:235;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:236;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:237;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:238;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:239;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:240;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:241;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:242;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:243;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:244;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:245;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:246;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:247;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:248;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:249;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:250;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:251;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:252;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:253;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:254;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:255;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:256;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:257;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:258;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:259;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:260;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:261;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:262;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:263;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:264;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:265;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:266;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:267;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:268;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:269;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:270;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:271;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:272;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:273;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:274;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";}}i:275;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:276;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:277;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:278;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:279;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:280;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:281;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:282;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:283;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:284;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:285;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:286;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:287;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:288;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:289;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:290;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:291;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:292;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:293;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:294;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:295;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:296;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:297;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:298;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:299;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:300;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:301;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:302;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:303;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:304;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:305;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:306;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:307;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:308;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:309;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:310;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:311;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:312;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:313;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:314;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:315;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:316;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:317;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:100;s:4:\"Thin\";s:9:\"100italic\";s:11:\"Thin Italic\";i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:318;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:100;s:4:\"Thin\";s:9:\"100italic\";s:11:\"Thin Italic\";i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:319;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:320;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";}}i:321;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:322;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:323;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:324;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:4:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";}}i:325;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:326;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:327;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:328;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:329;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:330;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:331;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:332;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:333;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:334;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:335;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:336;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:337;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:338;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:339;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:340;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";i:800;s:10:\"Extra Bold\";}}i:341;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:342;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:343;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:344;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:345;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:346;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:347;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:348;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:349;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:350;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:351;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:352;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:353;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:354;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:100;s:4:\"Thin\";s:9:\"100italic\";s:11:\"Thin Italic\";i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:355;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:356;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:357;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:358;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";}}i:359;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:360;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";}}i:361;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:362;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:363;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:364;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:365;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:366;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:367;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:368;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:369;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:370;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:371;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:372;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:373;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:374;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:375;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:376;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:377;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:378;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:379;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:380;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:381;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:382;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:383;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:384;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:385;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:386;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:387;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:388;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:389;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:390;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:391;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:392;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:200;s:11:\"Extra Light\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";i:800;s:10:\"Extra Bold\";i:900;s:10:\"Ultra Bold\";}}i:393;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:394;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:395;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:396;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:397;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:398;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:399;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:400;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:401;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:402;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:403;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:404;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:405;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:406;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:800;s:10:\"Extra Bold\";s:9:\"800italic\";s:17:\"Extra Bold Italic\";}}i:407;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:408;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:409;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:410;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:411;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:412;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:413;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:414;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:415;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:416;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:417;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:418;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:419;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:420;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{s:9:\"400italic\";s:13:\"Normal Italic\";}}i:421;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:422;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:423;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:424;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:425;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:426;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:427;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:428;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:429;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:430;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:431;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:432;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:433;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:434;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:435;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:436;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:437;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:438;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:439;a:2:{s:6:\"family\";s:4:\"Muli\";s:8:\"variants\";a:4:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:441;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:442;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:443;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:200;s:11:\"Extra Light\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";i:800;s:10:\"Extra Bold\";}}i:444;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:445;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:446;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:447;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:448;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:449;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:450;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:451;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:452;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:453;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:454;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:455;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:456;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:457;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:458;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:459;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:460;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:461;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:462;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:463;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:464;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:465;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:466;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:467;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:468;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";}}i:469;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:470;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:471;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:472;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:800;s:10:\"Extra Bold\";s:9:\"800italic\";s:17:\"Extra Bold Italic\";}}i:473;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:700;s:4:\"Bold\";}}i:474;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:475;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:476;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:477;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:478;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:479;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:480;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:481;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:482;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:483;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:484;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:485;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:486;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:487;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:488;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:489;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:490;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:491;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:492;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:493;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:494;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:495;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:496;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:497;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:498;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:499;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:500;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:501;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:502;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:503;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:504;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:505;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:506;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:507;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:508;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:509;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:510;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:511;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:512;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:513;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:514;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:6:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:515;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:516;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:517;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:518;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:519;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:520;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:521;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:522;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:523;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:524;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:525;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:526;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:527;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:528;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:529;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:530;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:531;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:532;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:533;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:534;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:535;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:536;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:537;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:3:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:538;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:539;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:540;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:541;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:542;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:543;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:9:{i:100;s:4:\"Thin\";i:200;s:11:\"Extra Light\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";i:800;s:10:\"Extra Bold\";i:900;s:10:\"Ultra Bold\";}}i:544;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:545;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:546;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:547;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:548;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:549;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:550;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:551;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:552;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:553;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:554;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:555;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:556;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:557;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:558;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:559;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:560;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:561;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:100;s:4:\"Thin\";s:9:\"100italic\";s:11:\"Thin Italic\";i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:562;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:563;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:4:{i:100;s:4:\"Thin\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:564;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:565;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:566;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:567;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:568;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:569;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:570;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:571;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:572;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:573;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:574;a:2:{s:6:\"family\";s:9:\"Rubik One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:575;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:576;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:577;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:578;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:579;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:580;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:581;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:582;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:583;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:584;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:585;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:586;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:587;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:588;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:589;a:2:{s:6:\"family\";s:11:\"Sansita One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:590;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:591;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";i:800;s:10:\"Extra Bold\";i:900;s:10:\"Ultra Bold\";}}i:592;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:593;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:594;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:595;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:596;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:597;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:598;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:599;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:600;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:601;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:602;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:603;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:604;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:606;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:607;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:608;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:609;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:610;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:611;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:612;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:613;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:614;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:615;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:616;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:617;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:618;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:619;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:620;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:621;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:800;s:10:\"Extra Bold\";}}i:622;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:623;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:624;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:625;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:626;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:627;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";}}i:628;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:7:{i:200;s:11:\"Extra Light\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:629;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:200;s:11:\"Extra Light\";s:9:\"200italic\";N;i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";s:9:\"900italic\";s:17:\"Ultra Bold Italic\";}}i:630;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:631;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:632;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:633;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:634;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:635;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:636;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:637;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:638;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:639;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:640;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:641;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:642;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";}}i:643;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:644;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:645;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:646;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:647;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:648;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:649;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:650;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:651;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:652;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:653;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:654;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:655;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:600;s:9:\"Semi Bold\";i:700;s:4:\"Bold\";}}i:656;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:657;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:658;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:659;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:660;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:661;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:662;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:663;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:664;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:665;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:200;s:11:\"Extra Light\";s:9:\"200italic\";N;i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:600;s:9:\"Semi Bold\";s:9:\"600italic\";s:16:\"Semi Bold Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";i:900;s:10:\"Ultra Bold\";}}i:666;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:667;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:668;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";}}i:669;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:670;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:671;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:300;s:5:\"Light\";s:9:\"300italic\";s:12:\"Light Italic\";i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:500;s:6:\"Medium\";s:9:\"500italic\";s:13:\"Medium Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:672;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:673;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:674;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:675;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:676;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:677;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:678;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:700;s:4:\"Bold\";}}i:679;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:680;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:681;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:682;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:683;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:684;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:685;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:686;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:687;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:688;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";i:500;s:6:\"Medium\";i:700;s:4:\"Bold\";i:900;s:10:\"Ultra Bold\";}}i:689;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:690;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:691;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:692;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:693;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:694;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:4:{i:400;s:6:\"Normal\";s:9:\"400italic\";s:13:\"Normal Italic\";i:700;s:4:\"Bold\";s:9:\"700italic\";s:11:\"Bold Italic\";}}i:695;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:696;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:697;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:698;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:699;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:700;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:701;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:702;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:703;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:4:{i:200;s:11:\"Extra Light\";i:300;s:5:\"Light\";i:400;s:6:\"Normal\";i:700;s:4:\"Bold\";}}i:704;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:705;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:706;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}i:707;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:400;s:6:\"Normal\";}}}','yes'),(557,'accesspress_parallax_count','a:0:{}','yes'),(215,'theme_mods_accesspress_parallax_pro','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1557810714;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-left\";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:13:\"sidebar-right\";a:0:{}s:12:\"sidebar-shop\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(725,'category_children','a:0:{}','yes'),(216,'theme_switched','','yes'),(218,'widget_accesspress_preview_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(219,'widget_accesspress_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(220,'widget_accesspress_media_embed','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(221,'widget_accesspress_flickr_stream','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(222,'widget_accesspress_testimonial','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(223,'widget_accesspress_toggle','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(224,'widget_accesspress_team','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(225,'widget_accesspress_stat_counter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(226,'widget_accesspress_parallaxgress_bar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(227,'widget_accesspress_icon_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(228,'widget_accesspress_facebook_like','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(229,'widget_accesspress_contact_info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(230,'widget_accesspress_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(231,'widget_accesspress_pricing','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(232,'widget_accesspress_video_cta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(233,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"257\";s:6:\"height\";s:3:\"388\";s:4:\"crop\";i:1;}','yes'),(642,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1564039139;s:8:\"response\";N;s:12:\"translations\";N;s:9:\"no_update\";N;}','no'),(234,'optionsframework','a:1:{s:2:\"id\";s:24:\"accesspress_parallax_pro\";}','yes'),(636,'_site_transient_update_themes','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1564039145;s:7:\"checked\";a:5:{s:24:\"accesspress_parallax_pro\";s:5:\"4.0.5\";s:9:\"enlighten\";s:5:\"1.2.8\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.5\";}}','no'),(998,'_transient_doing_cron','1564056500.5934500694274902343750','yes'),(732,'_transient_is_multi_author','0','yes'),(641,'enlighten_plugin_installed_notif','1','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`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=271 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'),(2,3,'_wp_page_template','default'),(47,26,'_wp_attached_file','2019/05/logo2.png'),(48,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:70;s:4:\"file\";s:17:\"2019/05/logo2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo2-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:15:\"logo2-49x46.png\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:16:\"logo2-103x70.png\";s:5:\"width\";i:103;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:16:\"logo2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,28,'_wp_attached_file','2019/05/icon.png'),(51,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:16:\"2019/05/icon.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"enlighten-portfolio-image\";a:4:{s:4:\"file\";s:16:\"icon-358x276.png\";s:5:\"width\";i:358;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:14:\"icon-49x46.png\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:16:\"icon-103x103.png\";s:5:\"width\";i:103;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:16:\"icon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"enlighten-recent-news\";a:4:{s:4:\"file\";s:16:\"icon-380x400.png\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"enlighten-recent-news-disable-twitter\";a:4:{s:4:\"file\";s:16:\"icon-294x400.png\";s:5:\"width\";i:294;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"enlighten-footer-recent-news\";a:4:{s:4:\"file\";s:16:\"icon-331x197.png\";s:5:\"width\";i:331;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"enlighten-single-page\";a:4:{s:4:\"file\";s:16:\"icon-385x385.png\";s:5:\"width\";i:385;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"enlighten-message-image\";a:4:{s:4:\"file\";s:16:\"icon-204x204.png\";s:5:\"width\";i:204;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(152,51,'_edit_lock','1558193664:1'),(151,51,'_edit_last','1'),(80,34,'_wp_page_template','template-home.php'),(79,34,'_edit_last','1'),(81,34,'enlighten_sidebar_layout','left'),(82,34,'_edit_lock','1557833630:1'),(83,36,'_edit_last','1'),(84,36,'_edit_lock','1557834167:1'),(85,36,'_wp_page_template','default'),(86,36,'enlighten_sidebar_layout','no'),(87,38,'_edit_last','1'),(88,38,'_edit_lock','1557834835:1'),(89,38,'_wp_page_template','default'),(90,38,'enlighten_sidebar_layout','no'),(91,40,'_edit_last','1'),(92,40,'_wp_page_template','default'),(93,40,'enlighten_sidebar_layout','right'),(94,40,'_edit_lock','1557833172:1'),(95,42,'_edit_last','1'),(96,42,'_wp_page_template','default'),(97,42,'enlighten_sidebar_layout','right'),(98,42,'_edit_lock','1557833193:1'),(99,44,'_menu_item_type','post_type'),(100,44,'_menu_item_menu_item_parent','0'),(101,44,'_menu_item_object_id','42'),(102,44,'_menu_item_object','page'),(103,44,'_menu_item_target',''),(104,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,44,'_menu_item_xfn',''),(106,44,'_menu_item_url',''),(108,45,'_menu_item_type','post_type'),(109,45,'_menu_item_menu_item_parent','0'),(110,45,'_menu_item_object_id','40'),(111,45,'_menu_item_object','page'),(112,45,'_menu_item_target',''),(113,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(114,45,'_menu_item_xfn',''),(115,45,'_menu_item_url',''),(155,51,'enlighten_sidebar_layout','right'),(117,46,'_menu_item_type','post_type'),(118,46,'_menu_item_menu_item_parent','0'),(119,46,'_menu_item_object_id','38'),(120,46,'_menu_item_object','page'),(121,46,'_menu_item_target',''),(122,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(123,46,'_menu_item_xfn',''),(124,46,'_menu_item_url',''),(156,53,'_edit_last','1'),(126,47,'_menu_item_type','post_type'),(127,47,'_menu_item_menu_item_parent','0'),(128,47,'_menu_item_object_id','36'),(129,47,'_menu_item_object','page'),(130,47,'_menu_item_target',''),(131,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(132,47,'_menu_item_xfn',''),(133,47,'_menu_item_url',''),(157,53,'_edit_lock','1558192484:1'),(135,48,'_menu_item_type','post_type'),(136,48,'_menu_item_menu_item_parent','0'),(137,48,'_menu_item_object_id','34'),(138,48,'_menu_item_object','page'),(139,48,'_menu_item_target',''),(140,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(141,48,'_menu_item_xfn',''),(142,48,'_menu_item_url',''),(160,53,'enlighten_sidebar_layout','no'),(163,56,'_wp_attached_file','2019/05/banner3.jpg'),(164,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2019/05/banner3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"banner3-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"banner3-768x299.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"banner3-1024x398.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"enlighten-portfolio-image\";a:4:{s:4:\"file\";s:19:\"banner3-358x276.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:17:\"banner3-49x46.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:19:\"banner3-103x103.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:19:\"banner3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-recent-news\";a:4:{s:4:\"file\";s:19:\"banner3-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"enlighten-recent-news-disable-twitter\";a:4:{s:4:\"file\";s:19:\"banner3-294x400.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"enlighten-footer-recent-news\";a:4:{s:4:\"file\";s:19:\"banner3-331x197.jpg\";s:5:\"width\";i:331;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-single-page\";a:4:{s:4:\"file\";s:19:\"banner3-800x311.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-message-image\";a:4:{s:4:\"file\";s:19:\"banner3-285x111.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(165,51,'_thumbnail_id','57'),(180,66,'_wp_attached_file','2019/05/home-banner.jpg'),(168,57,'_wp_attached_file','2019/05/banner2.jpg'),(169,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2019/05/banner2.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"banner2-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"banner2-768x299.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"banner2-1024x398.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"enlighten-portfolio-image\";a:4:{s:4:\"file\";s:19:\"banner2-358x276.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:17:\"banner2-49x46.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:19:\"banner2-103x103.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:19:\"banner2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-recent-news\";a:4:{s:4:\"file\";s:19:\"banner2-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"enlighten-recent-news-disable-twitter\";a:4:{s:4:\"file\";s:19:\"banner2-294x400.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"enlighten-footer-recent-news\";a:4:{s:4:\"file\";s:19:\"banner2-331x197.jpg\";s:5:\"width\";i:331;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-single-page\";a:4:{s:4:\"file\";s:19:\"banner2-800x311.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-message-image\";a:4:{s:4:\"file\";s:19:\"banner2-285x111.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(182,53,'_thumbnail_id','66'),(181,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2019/05/home-banner.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"home-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"home-banner-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"home-banner-768x299.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"home-banner-1024x398.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"enlighten-portfolio-image\";a:4:{s:4:\"file\";s:23:\"home-banner-358x276.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:21:\"home-banner-49x46.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:23:\"home-banner-103x103.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:23:\"home-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-recent-news\";a:4:{s:4:\"file\";s:23:\"home-banner-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"enlighten-recent-news-disable-twitter\";a:4:{s:4:\"file\";s:23:\"home-banner-294x400.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"enlighten-footer-recent-news\";a:4:{s:4:\"file\";s:23:\"home-banner-331x197.jpg\";s:5:\"width\";i:331;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-single-page\";a:4:{s:4:\"file\";s:23:\"home-banner-800x311.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-message-image\";a:4:{s:4:\"file\";s:23:\"home-banner-285x111.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(225,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:49;s:6:\"height\";i:46;s:4:\"file\";s:27:\"2019/05/innovative-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(223,80,'_edit_lock','1558194248:1'),(222,80,'_edit_last','1'),(192,69,'_wp_attached_file','2019/05/rankguru-logo.png'),(193,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:70;s:4:\"file\";s:25:\"2019/05/rankguru-logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"rankguru-logo-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:23:\"rankguru-logo-49x46.png\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:24:\"rankguru-logo-103x70.png\";s:5:\"width\";i:103;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:24:\"rankguru-logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(196,71,'_edit_last','1'),(197,71,'_edit_lock','1558194158:1'),(198,72,'_wp_attached_file','2019/05/writing-933262_1920-358x276.jpg'),(199,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:276;s:4:\"file\";s:39:\"2019/05/writing-933262_1920-358x276.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"writing-933262_1920-358x276-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"writing-933262_1920-358x276-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:37:\"writing-933262_1920-358x276-49x46.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:39:\"writing-933262_1920-358x276-103x103.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:39:\"writing-933262_1920-358x276-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"enlighten-recent-news-disable-twitter\";a:4:{s:4:\"file\";s:39:\"writing-933262_1920-358x276-294x276.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"enlighten-footer-recent-news\";a:4:{s:4:\"file\";s:39:\"writing-933262_1920-358x276-331x197.jpg\";s:5:\"width\";i:331;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-message-image\";a:4:{s:4:\"file\";s:39:\"writing-933262_1920-358x276-265x204.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,71,'_thumbnail_id','72'),(203,71,'enlighten_sidebar_layout','no'),(204,74,'_edit_last','1'),(205,74,'_edit_lock','1558193826:1'),(206,74,'_thumbnail_id','72'),(209,74,'enlighten_sidebar_layout','right'),(210,76,'_edit_last','1'),(211,76,'_edit_lock','1558193864:1'),(212,76,'_thumbnail_id','72'),(224,81,'_wp_attached_file','2019/05/innovative-icon.png'),(215,76,'enlighten_sidebar_layout','no'),(226,82,'_wp_attached_file','2019/05/reputed-teachers.png'),(227,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:49;s:6:\"height\";i:46;s:4:\"file\";s:28:\"2019/05/reputed-teachers.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(228,83,'_wp_attached_file','2019/05/research-icon.png'),(229,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:49;s:6:\"height\";i:46;s:4:\"file\";s:25:\"2019/05/research-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(230,84,'_wp_attached_file','2019/05/transport-icom.png'),(231,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:49;s:6:\"height\";i:46;s:4:\"file\";s:26:\"2019/05/transport-icom.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(232,80,'_thumbnail_id','84'),(235,80,'enlighten_sidebar_layout','no'),(236,86,'_edit_last','1'),(237,86,'_edit_lock','1558194815:1'),(238,86,'_thumbnail_id','81'),(241,86,'enlighten_sidebar_layout','no'),(242,88,'_edit_last','1'),(243,88,'_edit_lock','1558194312:1'),(244,88,'_thumbnail_id','83'),(247,88,'enlighten_sidebar_layout','right'),(248,90,'_edit_last','1'),(249,90,'_edit_lock','1558194479:1'),(250,90,'_thumbnail_id','82'),(253,90,'enlighten_sidebar_layout','no'),(255,93,'_wp_attached_file','2019/05/architecture-1048092_1920.jpg'),(256,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:37:\"2019/05/architecture-1048092_1920.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"architecture-1048092_1920-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"enlighten-slider-image\";a:4:{s:4:\"file\";s:38:\"architecture-1048092_1920-1878x874.jpg\";s:5:\"width\";i:1878;s:6:\"height\";i:874;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"enlighten-portfolio-image\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-358x276.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:35:\"architecture-1048092_1920-49x46.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-103x103.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-recent-news\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"enlighten-recent-news-disable-twitter\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-294x400.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"enlighten-footer-recent-news\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-331x197.jpg\";s:5:\"width\";i:331;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-single-page\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-513x385.jpg\";s:5:\"width\";i:513;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-message-image\";a:4:{s:4:\"file\";s:37:\"architecture-1048092_1920-272x204.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(263,94,'_wp_attached_file','2019/05/eLearning-Companies-in-India.jpg'),(264,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:810;s:6:\"height\";i:581;s:4:\"file\";s:40:\"2019/05/eLearning-Companies-in-India.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-768x551.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"enlighten-portfolio-image\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-358x276.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-service-image\";a:4:{s:4:\"file\";s:38:\"eLearning-Companies-in-India-49x46.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"enlighten-testimonial-image\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-103x103.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"enlighten-client-section\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-recent-news\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"enlighten-recent-news-disable-twitter\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-294x400.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"enlighten-footer-recent-news\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-331x197.jpg\";s:5:\"width\";i:331;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"enlighten-single-page\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-537x385.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"enlighten-message-image\";a:4:{s:4:\"file\";s:40:\"eLearning-Companies-in-India-285x204.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); /*!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(255) 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`(191)), 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=98 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,'2018-11-29 10:49:25','2018-11-29 10:49:25','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://rankgurutech.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-11-29 10:49:25','2018-11-29 10:49:25','',0,'http://rankgurutech.com/?page_id=2',0,'page','',0),(3,1,'2018-11-29 10:49:25','2018-11-29 10:49:25','<h2>Who we are</h2><p>Our website address is: http://rankgurutech.com.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-11-29 10:49:25','2018-11-29 10:49:25','',0,'http://rankgurutech.com/?page_id=3',0,'page','',0),(26,1,'2019-05-14 11:15:42','2019-05-14 11:15:42','','logo2','','inherit','open','closed','','logo2','','','2019-05-14 11:15:42','2019-05-14 11:15:42','',0,'http://rankgurutech.com/wp-content/uploads/2019/05/logo2.png',0,'attachment','image/png',0),(28,1,'2019-05-14 11:16:04','2019-05-14 11:16:04','','icon','','inherit','open','closed','','icon','','','2019-05-14 11:16:04','2019-05-14 11:16:04','',0,'http://rankgurutech.com/wp-content/uploads/2019/05/icon.png',0,'attachment','image/png',0),(34,1,'2019-05-14 11:26:38','2019-05-14 11:26:38','','Home','','publish','closed','closed','','home','','','2019-05-14 11:34:16','2019-05-14 11:34:16','',0,'http://rankgurutech.com/?page_id=34',0,'page','',0),(35,1,'2019-05-14 11:26:38','2019-05-14 11:26:38','','Home','','inherit','closed','closed','','34-revision-v1','','','2019-05-14 11:26:38','2019-05-14 11:26:38','',34,'http://rankgurutech.com/34-revision-v1/',0,'revision','',0),(36,1,'2019-05-14 11:27:40','2019-05-14 11:27:40','Founded in 2018, Rankguru is a fast-growing, technology-driven company revolutionising the education system in India. Every day, our innovative products and solutions transform the lives of 10% of India’s private-school-going children.More than 12,000,000 students from various socio-cultural backgrounds study in 12,000 partner schools across the country.\r\n\r\nwe have addressed almost all facets of corporate training needs.\r\n<ul id=\"mce_2\" class=\"editor-rich-text__tinymce mce-content-body\" role=\"textbox\" contenteditable=\"true\" aria-label=\"Write list…\" aria-autocomplete=\"list\" aria-multiline=\"true\" data-is-placeholder-visible=\"false\">\r\n <li>Compliance training.</li>\r\n <li>Induction and Onboarding.</li>\r\n <li>Application Simulations training.</li>\r\n <li>Soft skills training.</li>\r\n <li>Product training.</li>\r\n <li>Sales training.</li>\r\n <li>Leadership training.</li>\r\n</ul>\r\nOur deep expertise on various authoring tools enables us to create the right learning experience that will show a demonstrable gain for learners.','About us','','publish','closed','closed','','about-us','','','2019-05-14 11:44:12','2019-05-14 11:44:12','',0,'http://rankgurutech.com/?page_id=36',0,'page','',0),(37,1,'2019-05-14 11:27:40','2019-05-14 11:27:40','','About us','','inherit','closed','closed','','36-revision-v1','','','2019-05-14 11:27:40','2019-05-14 11:27:40','',36,'http://rankgurutech.com/36-revision-v1/',0,'revision','',0),(38,1,'2019-05-14 11:28:16','2019-05-14 11:28:16','we have addressed almost all facets of corporate training needs.\r\n<ul id=\"mce_2\" class=\"editor-rich-text__tinymce mce-content-body\" role=\"textbox\" contenteditable=\"true\" aria-label=\"Write list…\" aria-autocomplete=\"list\" aria-multiline=\"true\" data-is-placeholder-visible=\"false\">\r\n <li>Compliance training.</li>\r\n <li>Induction and Onboarding.</li>\r\n <li>Application Simulations training.</li>\r\n <li>Soft skills training.</li>\r\n <li>Product training.</li>\r\n <li>Sales training.</li>\r\n <li>Leadership training.</li>\r\n</ul>\r\nOur deep expertise on various authoring tools enables us to create the right learning experience that will show a demonstrable gain for learners.','our expertise','','publish','closed','closed','','our-expertise','','','2019-05-14 11:45:26','2019-05-14 11:45:26','',0,'http://rankgurutech.com/?page_id=38',0,'page','',0),(39,1,'2019-05-14 11:28:16','2019-05-14 11:28:16','','our expertise','','inherit','closed','closed','','38-revision-v1','','','2019-05-14 11:28:16','2019-05-14 11:28:16','',38,'http://rankgurutech.com/38-revision-v1/',0,'revision','',0),(40,1,'2019-05-14 11:28:27','2019-05-14 11:28:27','','services','','publish','closed','closed','','services','','','2019-05-14 11:28:27','2019-05-14 11:28:27','',0,'http://rankgurutech.com/?page_id=40',0,'page','',0),(41,1,'2019-05-14 11:28:27','2019-05-14 11:28:27','','services','','inherit','closed','closed','','40-revision-v1','','','2019-05-14 11:28:27','2019-05-14 11:28:27','',40,'http://rankgurutech.com/40-revision-v1/',0,'revision','',0),(42,1,'2019-05-14 11:28:44','2019-05-14 11:28:44','','contact','','publish','closed','closed','','contact','','','2019-05-14 11:28:44','2019-05-14 11:28:44','',0,'http://rankgurutech.com/?page_id=42',0,'page','',0),(43,1,'2019-05-14 11:28:44','2019-05-14 11:28:44','','contact','','inherit','closed','closed','','42-revision-v1','','','2019-05-14 11:28:44','2019-05-14 11:28:44','',42,'http://rankgurutech.com/42-revision-v1/',0,'revision','',0),(44,1,'2019-05-14 11:30:15','2019-05-14 11:30:15',' ','','','publish','closed','closed','','44','','','2019-05-14 11:30:15','2019-05-14 11:30:15','',0,'http://rankgurutech.com/?p=44',5,'nav_menu_item','',0),(45,1,'2019-05-14 11:30:15','2019-05-14 11:30:15',' ','','','publish','closed','closed','','45','','','2019-05-14 11:30:15','2019-05-14 11:30:15','',0,'http://rankgurutech.com/?p=45',4,'nav_menu_item','',0),(46,1,'2019-05-14 11:30:15','2019-05-14 11:30:15',' ','','','publish','closed','closed','','46','','','2019-05-14 11:30:15','2019-05-14 11:30:15','',0,'http://rankgurutech.com/?p=46',3,'nav_menu_item','',0),(47,1,'2019-05-14 11:30:15','2019-05-14 11:30:15',' ','','','publish','closed','closed','','47','','','2019-05-14 11:30:15','2019-05-14 11:30:15','',0,'http://rankgurutech.com/?p=47',2,'nav_menu_item','',0),(48,1,'2019-05-14 11:30:15','2019-05-14 11:30:15',' ','','','publish','closed','closed','','48','','','2019-05-14 11:30:15','2019-05-14 11:30:15','',0,'http://rankgurutech.com/?p=48',1,'nav_menu_item','',0),(51,1,'2019-05-14 11:37:13','2019-05-14 11:37:13','','welcome slider1','','publish','open','open','','welcome-slider1','','','2019-05-18 15:17:20','2019-05-18 15:17:20','',0,'http://rankgurutech.com/?p=51',0,'post','',0),(52,1,'2019-05-14 11:37:13','2019-05-14 11:37:13','','welcome slider1','','inherit','closed','closed','','51-revision-v1','','','2019-05-14 11:37:13','2019-05-14 11:37:13','',51,'http://rankgurutech.com/51-revision-v1/',0,'revision','',0),(53,1,'2019-05-14 11:37:57','2019-05-14 11:37:57','<p style=\"text-align: center;\">The End-to-End Education Solutions Provider</p>','Transforming Education','','publish','open','open','','transforming-education','','','2019-05-18 15:16:57','2019-05-18 15:16:57','',0,'http://rankgurutech.com/?p=53',0,'post','',0),(54,1,'2019-05-14 11:37:57','2019-05-14 11:37:57','<p style=\"text-align: center;\">The End-to-End Education Solutions Provider</p>','Transforming Education','','inherit','closed','closed','','53-revision-v1','','','2019-05-14 11:37:57','2019-05-14 11:37:57','',53,'http://rankgurutech.com/53-revision-v1/',0,'revision','',0),(56,1,'2019-05-14 11:39:19','2019-05-14 11:39:19','','banner3','','inherit','open','closed','','banner3','','','2019-05-14 11:39:19','2019-05-14 11:39:19','',51,'http://rankgurutech.com/wp-content/uploads/2019/05/banner3.jpg',0,'attachment','image/jpeg',0),(57,1,'2019-05-14 11:39:43','2019-05-14 11:39:43','','banner2','','inherit','open','closed','','banner2','','','2019-05-14 11:39:43','2019-05-14 11:39:43','',53,'http://rankgurutech.com/wp-content/uploads/2019/05/banner2.jpg',0,'attachment','image/jpeg',0),(58,1,'2019-05-14 11:42:13','2019-05-14 11:42:13','Founded in 2018, Rankguru is a fast-growing, technology-driven company revolutionising the education system in India. Every day, our innovative products and solutions transform the lives of 10% of India’s private-school-going children.More than 12,000,000 students from various socio-cultural backgrounds study in 12,000 partner schools across the country.\n\n \n\nwe have addressed almost all facets of corporate training needs.\n<ul id=\"mce_2\" class=\"editor-rich-text__tinymce mce-content-body\" role=\"textbox\" contenteditable=\"true\" aria-label=\"Write list…\" aria-autocomplete=\"list\" aria-multiline=\"true\" data-is-placeholder-visible=\"false\">\n <li>Compliance training.</li>\n <li>Induction and Onboarding.</li>\n <li>Application Simulations training.</li>\n <li>Soft skills training.</li>\n <li>Product training.</li>\n <li>Sales training.</li>\n <li>Leadership training.</li>\n</ul>','About us','','inherit','closed','closed','','36-autosave-v1','','','2019-05-14 11:42:13','2019-05-14 11:42:13','',36,'http://rankgurutech.com/36-autosave-v1/',0,'revision','',0),(59,1,'2019-05-14 11:43:15','2019-05-14 11:43:15','Founded in 2018, Rankguru is a fast-growing, technology-driven company revolutionising the education system in India. Every day, our innovative products and solutions transform the lives of 10% of India’s private-school-going children.More than 12,000,000 students from various socio-cultural backgrounds study in 12,000 partner schools across the country.\r\n\r\n \r\n\r\nwe have addressed almost all facets of corporate training needs.\r\n<ul id=\"mce_2\" class=\"editor-rich-text__tinymce mce-content-body\" role=\"textbox\" contenteditable=\"true\" aria-label=\"Write list…\" aria-autocomplete=\"list\" aria-multiline=\"true\" data-is-placeholder-visible=\"false\">\r\n <li>Compliance training.</li>\r\n <li>Induction and Onboarding.</li>\r\n <li>Application Simulations training.</li>\r\n <li>Soft skills training.</li>\r\n <li>Product training.</li>\r\n <li>Sales training.</li>\r\n <li>Leadership training.</li>\r\n</ul>\r\nOur deep expertise on various authoring tools enables us to create the right learning experience that will show a demonstrable gain for learners.','About us','','inherit','closed','closed','','36-revision-v1','','','2019-05-14 11:43:15','2019-05-14 11:43:15','',36,'http://rankgurutech.com/36-revision-v1/',0,'revision','',0),(60,1,'2019-05-14 11:44:12','2019-05-14 11:44:12','Founded in 2018, Rankguru is a fast-growing, technology-driven company revolutionising the education system in India. Every day, our innovative products and solutions transform the lives of 10% of India’s private-school-going children.More than 12,000,000 students from various socio-cultural backgrounds study in 12,000 partner schools across the country.\r\n\r\nwe have addressed almost all facets of corporate training needs.\r\n<ul id=\"mce_2\" class=\"editor-rich-text__tinymce mce-content-body\" role=\"textbox\" contenteditable=\"true\" aria-label=\"Write list…\" aria-autocomplete=\"list\" aria-multiline=\"true\" data-is-placeholder-visible=\"false\">\r\n <li>Compliance training.</li>\r\n <li>Induction and Onboarding.</li>\r\n <li>Application Simulations training.</li>\r\n <li>Soft skills training.</li>\r\n <li>Product training.</li>\r\n <li>Sales training.</li>\r\n <li>Leadership training.</li>\r\n</ul>\r\nOur deep expertise on various authoring tools enables us to create the right learning experience that will show a demonstrable gain for learners.','About us','','inherit','closed','closed','','36-revision-v1','','','2019-05-14 11:44:12','2019-05-14 11:44:12','',36,'http://rankgurutech.com/36-revision-v1/',0,'revision','',0),(61,1,'2019-05-14 11:44:55','2019-05-14 11:44:55','we have addressed almost all facets of corporate training needs.','our expertise','','inherit','closed','closed','','38-revision-v1','','','2019-05-14 11:44:55','2019-05-14 11:44:55','',38,'http://rankgurutech.com/38-revision-v1/',0,'revision','',0),(62,1,'2019-05-14 11:45:26','2019-05-14 11:45:26','we have addressed almost all facets of corporate training needs.\r\n<ul id=\"mce_2\" class=\"editor-rich-text__tinymce mce-content-body\" role=\"textbox\" contenteditable=\"true\" aria-label=\"Write list…\" aria-autocomplete=\"list\" aria-multiline=\"true\" data-is-placeholder-visible=\"false\">\r\n <li>Compliance training.</li>\r\n <li>Induction and Onboarding.</li>\r\n <li>Application Simulations training.</li>\r\n <li>Soft skills training.</li>\r\n <li>Product training.</li>\r\n <li>Sales training.</li>\r\n <li>Leadership training.</li>\r\n</ul>\r\nOur deep expertise on various authoring tools enables us to create the right learning experience that will show a demonstrable gain for learners.','our expertise','','inherit','closed','closed','','38-revision-v1','','','2019-05-14 11:45:26','2019-05-14 11:45:26','',38,'http://rankgurutech.com/38-revision-v1/',0,'revision','',0),(66,1,'2019-05-18 15:16:49','2019-05-18 15:16:49','','home-banner','','inherit','open','closed','','home-banner','','','2019-05-18 15:16:49','2019-05-18 15:16:49','',53,'http://rankgurutech.com/wp-content/uploads/2019/05/home-banner.jpg',0,'attachment','image/jpeg',0),(69,1,'2019-05-18 15:31:56','2019-05-18 15:31:56','','rankguru-logo','','inherit','open','closed','','rankguru-logo','','','2019-05-18 15:31:56','2019-05-18 15:31:56','',0,'http://rankgurutech.com/wp-content/uploads/2019/05/rankguru-logo.png',0,'attachment','image/png',0),(71,1,'2019-05-18 15:38:50','2019-05-18 15:38:50','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Eamcet Entrance','','publish','open','open','','eamcet-entrance','','','2019-05-18 15:41:53','2019-05-18 15:41:53','',0,'http://rankgurutech.com/?p=71',0,'post','',0),(72,1,'2019-05-18 15:38:29','2019-05-18 15:38:29','','writing-933262_1920-358x276','','inherit','open','closed','','writing-933262_1920-358x276','','','2019-05-18 15:38:29','2019-05-18 15:38:29','',71,'http://rankgurutech.com/wp-content/uploads/2019/05/writing-933262_1920-358x276.jpg',0,'attachment','image/jpeg',0),(73,1,'2019-05-18 15:38:50','2019-05-18 15:38:50','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,','Eamcet Entrance','','inherit','closed','closed','','71-revision-v1','','','2019-05-18 15:38:50','2019-05-18 15:38:50','',71,'http://rankgurutech.com/71-revision-v1/',0,'revision','',0),(74,1,'2019-05-18 15:39:27','2019-05-18 15:39:27','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,','IIT Entrance','','publish','open','open','','iit-entrance','','','2019-05-18 15:39:27','2019-05-18 15:39:27','',0,'http://rankgurutech.com/?p=74',0,'post','',0),(75,1,'2019-05-18 15:39:27','2019-05-18 15:39:27','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,','IIT Entrance','','inherit','closed','closed','','74-revision-v1','','','2019-05-18 15:39:27','2019-05-18 15:39:27','',74,'http://rankgurutech.com/74-revision-v1/',0,'revision','',0),(76,1,'2019-05-18 15:40:06','2019-05-18 15:40:06','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,','Medical Entrance','','publish','open','open','','medical-entrance','','','2019-05-18 15:40:06','2019-05-18 15:40:06','',0,'http://rankgurutech.com/?p=76',0,'post','',0),(77,1,'2019-05-18 15:40:06','2019-05-18 15:40:06','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,','Medical Entrance','','inherit','closed','closed','','76-revision-v1','','','2019-05-18 15:40:06','2019-05-18 15:40:06','',76,'http://rankgurutech.com/76-revision-v1/',0,'revision','',0),(79,1,'2019-05-18 15:41:47','2019-05-18 15:41:47','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Eamcet Entrance','','inherit','closed','closed','','71-revision-v1','','','2019-05-18 15:41:47','2019-05-18 15:41:47','',71,'http://rankgurutech.com/71-revision-v1/',0,'revision','',0),(80,1,'2019-05-18 15:46:28','2019-05-18 15:46:28','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Transportation','','publish','open','open','','transportation','','','2019-05-18 15:46:28','2019-05-18 15:46:28','',0,'http://rankgurutech.com/?p=80',0,'post','',0),(81,1,'2019-05-18 15:46:10','2019-05-18 15:46:10','','innovative-icon','','inherit','open','closed','','innovative-icon','','','2019-05-18 15:46:10','2019-05-18 15:46:10','',80,'http://rankgurutech.com/wp-content/uploads/2019/05/innovative-icon.png',0,'attachment','image/png',0),(82,1,'2019-05-18 15:46:10','2019-05-18 15:46:10','','reputed-teachers','','inherit','open','closed','','reputed-teachers','','','2019-05-18 15:46:10','2019-05-18 15:46:10','',80,'http://rankgurutech.com/wp-content/uploads/2019/05/reputed-teachers.png',0,'attachment','image/png',0),(83,1,'2019-05-18 15:46:10','2019-05-18 15:46:10','','research-icon','','inherit','open','closed','','research-icon','','','2019-05-18 15:46:10','2019-05-18 15:46:10','',80,'http://rankgurutech.com/wp-content/uploads/2019/05/research-icon.png',0,'attachment','image/png',0),(84,1,'2019-05-18 15:46:10','2019-05-18 15:46:10','','transport-icom','','inherit','open','closed','','transport-icom','','','2019-05-18 15:46:10','2019-05-18 15:46:10','',80,'http://rankgurutech.com/wp-content/uploads/2019/05/transport-icom.png',0,'attachment','image/png',0),(85,1,'2019-05-18 15:46:28','2019-05-18 15:46:28','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Transportation','','inherit','closed','closed','','80-revision-v1','','','2019-05-18 15:46:28','2019-05-18 15:46:28','',80,'http://rankgurutech.com/80-revision-v1/',0,'revision','',0),(86,1,'2019-05-18 15:47:05','2019-05-18 15:47:05','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','innovative','','publish','open','open','','innovative','','','2019-05-18 15:50:34','2019-05-18 15:50:34','',0,'http://rankgurutech.com/?p=86',0,'post','',0),(87,1,'2019-05-18 15:47:05','2019-05-18 15:47:05','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','innovative','','inherit','closed','closed','','86-revision-v1','','','2019-05-18 15:47:05','2019-05-18 15:47:05','',86,'http://rankgurutech.com/86-revision-v1/',0,'revision','',0),(88,1,'2019-05-18 15:47:32','2019-05-18 15:47:32','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Research Based','','publish','open','open','','research-based','','','2019-05-18 15:47:32','2019-05-18 15:47:32','',0,'http://rankgurutech.com/?p=88',0,'post','',0),(89,1,'2019-05-18 15:47:32','2019-05-18 15:47:32','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Research Based','','inherit','closed','closed','','88-revision-v1','','','2019-05-18 15:47:32','2019-05-18 15:47:32','',88,'http://rankgurutech.com/88-revision-v1/',0,'revision','',0),(90,1,'2019-05-18 15:48:12','2019-05-18 15:48:12','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Reputed Teachers','','publish','open','open','','reputed-teachers','','','2019-05-18 15:50:09','2019-05-18 15:50:09','',0,'http://rankgurutech.com/?p=90',0,'post','',0),(91,1,'2019-05-18 15:48:12','2019-05-18 15:48:12','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Reputed Teachers','','inherit','closed','closed','','90-revision-v1','','','2019-05-18 15:48:12','2019-05-18 15:48:12','',90,'http://rankgurutech.com/90-revision-v1/',0,'revision','',0),(93,1,'2019-05-18 15:49:29','2019-05-18 15:49:29','','architecture-1048092_1920','','inherit','open','closed','','architecture-1048092_1920','','','2019-05-18 15:49:29','2019-05-18 15:49:29','',0,'http://rankgurutech.com/wp-content/uploads/2019/05/architecture-1048092_1920.jpg',0,'attachment','image/jpeg',0),(94,1,'2019-05-18 15:51:44','2019-05-18 15:51:44','','eLearning-Companies-in-India','','inherit','open','closed','','elearning-companies-in-india','','','2019-05-18 15:51:44','2019-05-18 15:51:44','',0,'http://rankgurutech.com/wp-content/uploads/2019/05/eLearning-Companies-in-India.jpg',0,'attachment','image/jpeg',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 (51,3,0),(86,5,0),(48,2,0),(47,2,0),(46,2,0),(45,2,0),(44,2,0),(53,3,0),(71,4,0),(74,4,0),(76,4,0),(80,5,0),(88,5,0),(90,5,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=6 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,0),(2,2,'nav_menu','',0,5),(3,3,'category','',0,2),(4,4,'category','',0,3),(5,5,'category','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` 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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=6 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,'main menu','main-menu',0),(3,'slider','slider',0),(4,'courses','courses',0),(5,'services','services',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`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=25 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,'nickname','rank_guru'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','64'),(20,1,'wp_user-settings','libraryContent=browse'),(21,1,'wp_user-settings-time','1557832518'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(24,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(255) 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(255) 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`), KEY `user_email` (`user_email`) ) 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,'rank_guru','$P$BrDyml1RLWQUi2YiCXuybYZCPFcCz80','rank_guru','p.kalyan@varsitymgmt.com','','2018-11-29 10:49:25','',0,'rank_guru'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_boonschool` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_boonschool` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_boonschool`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=26576 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://boonschool.net','yes'),(2,'home','http://boonschool.net','yes'),(3,'blogname','Boon School','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:74:\"/www-data/sites/boonschool.net/wp-content/themes/twentythirteen/footer.php\";i:1;s:73:\"/www-data/sites/boonschool.net/wp-content/themes/twentythirteen/style.css\";i:3;s:71:\"/www-data/sites/boonschool.net/wp-content/themes/twentythirteen/404.php\";i:4;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:5;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1660418460;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:1660431670;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:1660474952;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;}}}i:1660478003;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','a474517d4ea00135dde5861869cea1b9','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:0:{}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1451408186;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:86:\"http://boonschool.net/wp-content/uploads/2021/04/Sri-Chaitaya-School-CBSE-Banners..png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:151;s:3:\"url\";s:86:\"http://boonschool.net/wp-content/uploads/2021/04/Sri-Chaitaya-School-CBSE-Banners..png\";s:13:\"thumbnail_url\";s:86:\"http://boonschool.net/wp-content/uploads/2021/04/Sri-Chaitaya-School-CBSE-Banners..png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(375,'_site_transient_timeout_browser_aaa2c20d7bf00bbeae56cba8f0350cee','1450098558','yes'),(376,'_site_transient_browser_aaa2c20d7bf00bbeae56cba8f0350cee','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(395,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(4375,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:19:\"cto@varsitymgmt.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484732659;}','yes'),(11461,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1666246547;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(13860,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:20:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.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.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.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.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.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.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.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.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.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.9\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1666246547;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(16288,'_site_transient_timeout_browser_97fc230848bc304ccee289a55f3e5339','1601631745','yes'),(16289,'_site_transient_browser_97fc230848bc304ccee289a55f3e5339','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.132\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(16471,'_site_transient_timeout_browser_83f75fe8d5c2f40c243760c04f60cc4e','1618384524','yes'),(16472,'_site_transient_browser_83f75fe8d5c2f40c243760c04f60cc4e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.114\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(23453,'_site_transient_timeout_browser_6b9a00393fb1607b0ada13520f814ab5','1647853157','yes'),(23454,'_site_transient_browser_6b9a00393fb1607b0ada13520f814ab5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"99.0.4844.51\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(23455,'_transient_timeout_plugin_slugs','1647334775','no'),(23456,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(23457,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1647291575','no'),(23458,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(23463,'_transient_is_multi_author','0','yes'),(24912,'_transient_timeout_mailserver_last_checked','1653336861','no'),(24913,'_transient_mailserver_last_checked','1','no'),(26566,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1666246549;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.4.zip\";s:8:\"requires\";b:0;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:\"3.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.6.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'),(26571,'_transient_doing_cron','1668677974.6162180900573730468750','yes'),(26574,'_site_transient_timeout_theme_roots','1666248348','yes'),(26575,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=362 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1625131682:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1536660451:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1536662958:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1536663249:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1536948989:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1617771578:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,9,'_wp_page_template','default'),(144,14,'_wp_page_template','default'),(145,19,'_wp_page_template','default'),(146,12,'_wp_page_template','default'),(147,64,'_wp_attached_file','2015/11/IMG_1573.jpg'),(148,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2015/11/IMG_1573.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1573-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1573-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1573-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1573-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(149,65,'_wp_attached_file','2015/11/IMG_14761.jpg'),(150,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2015/11/IMG_14761.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_14761-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_14761-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_14761-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_14761-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(151,17,'_wp_page_template','default'),(152,68,'_wp_attached_file','2015/11/IMG_1566.jpg'),(153,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2015/11/IMG_1566.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1566-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1566-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1566-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1566-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(154,69,'_wp_attached_file','2015/11/IMG_1554.jpg'),(155,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2015/11/IMG_1554.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1554-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1554-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1554-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1554-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(156,70,'_wp_attached_file','2015/11/Slide550.jpg'),(157,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/11/Slide550.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide550-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Slide550-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide550-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(158,71,'_wp_attached_file','2015/11/Slide453.jpg'),(159,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/11/Slide453.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide453-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Slide453-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide453-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(160,72,'_wp_attached_file','2015/11/Slide355.jpg'),(161,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/11/Slide355.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide355-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Slide355-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide355-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(162,73,'_wp_attached_file','2015/11/Slide254.jpg'),(163,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/11/Slide254.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide254-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Slide254-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide254-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(164,74,'_wp_attached_file','2015/11/IMG_20151114_121143.jpg'),(165,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2015/11/IMG_20151114_121143.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20151114_121143-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20151114_121143-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20151114_121143-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20151114_121143-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(166,75,'_wp_attached_file','2015/11/IMG_20151114_121126.jpg'),(167,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2015/11/IMG_20151114_121126.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20151114_121126-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20151114_121126-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20151114_121126-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20151114_121126-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(168,94,'_wp_attached_file','2015/11/school-building.jpg'),(169,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:414;s:4:\"file\";s:27:\"2015/11/school-building.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"school-building-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"school-building-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"school-building-1024x414.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"school-building-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(170,96,'_wp_attached_file','2015/11/Chenistry-Lab.jpg'),(171,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2015/11/Chenistry-Lab.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Chenistry-Lab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Chenistry-Lab-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Chenistry-Lab-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Chenistry-Lab-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Redmi 3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1480002231;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.225\";s:3:\"iso\";s:3:\"532\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(172,99,'_wp_attached_file','2015/11/Library.jpg'),(173,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:19:\"2015/11/Library.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Library-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Library-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Library-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Library-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Redmi 3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1479992491;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.225\";s:3:\"iso\";s:3:\"781\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(174,112,'_edit_last','1'),(175,112,'_edit_lock','1627367392:1'),(176,114,'_menu_item_type','post_type'),(177,114,'_menu_item_menu_item_parent','0'),(178,114,'_menu_item_object_id','112'),(179,114,'_menu_item_object','page'),(180,114,'_menu_item_target',''),(181,114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(182,114,'_menu_item_xfn',''),(183,114,'_menu_item_url',''),(185,115,'_wp_attached_file','2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf'),(186,116,'_wp_attached_file','2019/02/SOUVIK-SAHA-XI-2018-19.pdf'),(187,122,'_wp_attached_file','2019/02/SIBANANDA-DASH-IX-2018-19-.pdf'),(190,127,'_wp_attached_file','2019/02/AMIT-KUMAR-IX-2018-19.pdf'),(191,131,'_wp_attached_file','2019/02/SIVA-RAMA-KRISHNA-PULLEPU-IX-2018-19.pdf'),(192,134,'_wp_attached_file','2019/02/ASWIN-SAI-GANESH-TALATAM-IX-2019-20.jpg'),(193,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2147;s:6:\"height\";i:3922;s:4:\"file\";s:47:\"2019/02/ASWIN-SAI-GANESH-TALATAM-IX-2019-20.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"ASWIN-SAI-GANESH-TALATAM-IX-2019-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"ASWIN-SAI-GANESH-TALATAM-IX-2019-20-164x300.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"ASWIN-SAI-GANESH-TALATAM-IX-2019-20-561x1024.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"ASWIN-SAI-GANESH-TALATAM-IX-2019-20-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(194,135,'_wp_attached_file','2019/02/ASWIN-SAI-GANESH-TALATAM-IX-2019-20.pdf'),(195,140,'_wp_attached_file','2021/04/Fee-Details.pdf'),(196,139,'_edit_last','1'),(197,139,'_edit_lock','1647248576:1'),(198,142,'_edit_last','1'),(199,142,'_edit_lock','1617772377:1'),(200,143,'_wp_attached_file','2021/04/Student-Details.pdf'),(201,145,'_edit_last','1'),(202,145,'_edit_lock','1625129020:1'),(203,146,'_wp_attached_file','2021/04/Affiliation-Letter.pdf'),(204,148,'_menu_item_type','post_type'),(205,148,'_menu_item_menu_item_parent','29'),(206,148,'_menu_item_object_id','145'),(207,148,'_menu_item_object','page'),(208,148,'_menu_item_target',''),(209,148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(210,148,'_menu_item_xfn',''),(211,148,'_menu_item_url',''),(213,149,'_menu_item_type','post_type'),(214,149,'_menu_item_menu_item_parent','27'),(215,149,'_menu_item_object_id','142'),(216,149,'_menu_item_object','page'),(217,149,'_menu_item_target',''),(218,149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(219,149,'_menu_item_xfn',''),(220,149,'_menu_item_url',''),(222,150,'_menu_item_type','post_type'),(223,150,'_menu_item_menu_item_parent','27'),(224,150,'_menu_item_object_id','139'),(225,150,'_menu_item_object','page'),(226,150,'_menu_item_target',''),(227,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(228,150,'_menu_item_xfn',''),(229,150,'_menu_item_url',''),(231,151,'_wp_attached_file','2021/04/Sri-Chaitaya-School-CBSE-Banners..png'),(232,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:45:\"2021/04/Sri-Chaitaya-School-CBSE-Banners..png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Sri-Chaitaya-School-CBSE-Banners.-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Sri-Chaitaya-School-CBSE-Banners.-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(233,151,'_wp_attachment_custom_header_last_used_twentythirteen','1617773689'),(234,151,'_wp_attachment_is_custom_header','twentythirteen'),(235,154,'_wp_attached_file','2021/04/ATTACHMENTS.rar'),(236,155,'_wp_attached_file','2021/04/Affiliation-Extension-Letter.pdf'),(237,158,'_edit_last','1'),(238,158,'_edit_lock','1647248699:1'),(239,159,'_wp_attached_file','2021/07/Academic-Calendar.pdf'),(240,161,'_edit_last','1'),(241,161,'_edit_lock','1625129742:1'),(242,162,'_wp_attached_file','2021/07/Building-Safety-Certificate.pdf'),(243,164,'_edit_last','1'),(244,164,'_edit_lock','1625129786:1'),(245,165,'_wp_attached_file','2021/07/DEO-Certificate-for-extension-of-Affiliation.pdf'),(246,167,'_wp_attached_file','2021/04/Fee-Structure.pdf'),(247,169,'_edit_last','1'),(248,169,'_edit_lock','1625129940:1'),(249,170,'_wp_attached_file','2021/07/Fire-Safety-Certificate.pdf'),(250,172,'_menu_item_type','post_type'),(251,172,'_menu_item_menu_item_parent','29'),(252,172,'_menu_item_object_id','169'),(253,172,'_menu_item_object','page'),(254,172,'_menu_item_target',''),(255,172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(256,172,'_menu_item_xfn',''),(257,172,'_menu_item_url',''),(259,173,'_menu_item_type','post_type'),(260,173,'_menu_item_menu_item_parent','29'),(261,173,'_menu_item_object_id','164'),(262,173,'_menu_item_object','page'),(263,173,'_menu_item_target',''),(264,173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(265,173,'_menu_item_xfn',''),(266,173,'_menu_item_url',''),(268,174,'_menu_item_type','post_type'),(269,174,'_menu_item_menu_item_parent','29'),(270,174,'_menu_item_object_id','161'),(271,174,'_menu_item_object','page'),(272,174,'_menu_item_target',''),(273,174,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(274,174,'_menu_item_xfn',''),(275,174,'_menu_item_url',''),(277,175,'_menu_item_type','post_type'),(278,175,'_menu_item_menu_item_parent','27'),(279,175,'_menu_item_object_id','158'),(280,175,'_menu_item_object','page'),(281,175,'_menu_item_target',''),(282,175,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(283,175,'_menu_item_xfn',''),(284,175,'_menu_item_url',''),(286,176,'_edit_last','1'),(287,176,'_edit_lock','1647249162:1'),(288,177,'_wp_attached_file','2021/07/Manadatory-Public-Disclosure.pdf'),(289,179,'_edit_last','1'),(290,179,'_edit_lock','1625130158:1'),(291,180,'_wp_attached_file','2021/07/MGK-Society-Registration.pdf'),(292,182,'_edit_last','1'),(293,182,'_edit_lock','1625130195:1'),(294,183,'_wp_attached_file','2021/07/NOC.pdf'),(295,185,'_edit_last','1'),(296,185,'_edit_lock','1625130242:1'),(297,186,'_wp_attached_file','2021/07/Parent-Teacher-Association-Members.pdf'),(298,188,'_edit_last','1'),(299,188,'_edit_lock','1625130264:1'),(300,189,'_wp_attached_file','2021/07/School-Management-Committee.pdf'),(301,191,'_edit_last','1'),(302,191,'_edit_lock','1625130311:1'),(303,192,'_wp_attached_file','2021/07/Water-Health-And-Sanitation-Certificate.pdf'),(304,194,'_menu_item_type','post_type'),(305,194,'_menu_item_menu_item_parent','29'),(306,194,'_menu_item_object_id','191'),(307,194,'_menu_item_object','page'),(308,194,'_menu_item_target',''),(309,194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(310,194,'_menu_item_xfn',''),(311,194,'_menu_item_url',''),(313,195,'_menu_item_type','post_type'),(314,195,'_menu_item_menu_item_parent','27'),(315,195,'_menu_item_object_id','188'),(316,195,'_menu_item_object','page'),(317,195,'_menu_item_target',''),(318,195,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(319,195,'_menu_item_xfn',''),(320,195,'_menu_item_url',''),(322,196,'_menu_item_type','post_type'),(323,196,'_menu_item_menu_item_parent','27'),(324,196,'_menu_item_object_id','185'),(325,196,'_menu_item_object','page'),(326,196,'_menu_item_target',''),(327,196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(328,196,'_menu_item_xfn',''),(329,196,'_menu_item_url',''),(331,197,'_menu_item_type','post_type'),(332,197,'_menu_item_menu_item_parent','29'),(333,197,'_menu_item_object_id','182'),(334,197,'_menu_item_object','page'),(335,197,'_menu_item_target',''),(336,197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(337,197,'_menu_item_xfn',''),(338,197,'_menu_item_url',''),(340,198,'_menu_item_type','post_type'),(341,198,'_menu_item_menu_item_parent','29'),(342,198,'_menu_item_object_id','179'),(343,198,'_menu_item_object','page'),(344,198,'_menu_item_target',''),(345,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(346,198,'_menu_item_xfn',''),(347,198,'_menu_item_url',''),(349,199,'_menu_item_type','post_type'),(350,199,'_menu_item_menu_item_parent','29'),(351,199,'_menu_item_object_id','176'),(352,199,'_menu_item_object','page'),(353,199,'_menu_item_target',''),(354,199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(355,199,'_menu_item_xfn',''),(356,199,'_menu_item_url',''),(358,202,'_wp_attached_file','2019/02/TABASSUM-BANU_IX-2020-21.pdf'),(359,206,'_wp_attached_file','2021/04/Fee-Details-2021-22.pdf'),(360,209,'_wp_attached_file','2021/07/Academic-Calendar-2021-22.pdf'),(361,211,'_wp_attached_file','2021/07/Manadatory-Public-Disclosure1.pdf'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=213 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\"><strong>School Affiliation No</strong> : <strong><span style=\"color: #339966;\">130126 </span></strong></header><header class=\"entry-header\"><strong>School Code</strong> : <strong><span style=\"color: #00ccff;\">57040</span></strong>\r\n<h3 class=\"entry-title\"><strong>History</strong></h3>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><a href=\"http://boonschool.net/wp-content/uploads/2015/11/school-building.jpg\"><img class=\"aligncenter size-large wp-image-94\" src=\"http://boonschool.net/wp-content/uploads/2015/11/school-building-1024x414.jpg\" alt=\"school building\" width=\"604\" height=\"244\" /></a></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Boon School</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Boon school every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Boon school first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed boon school striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Boon school is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years boon school branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, boon school is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong>Boon</strong><strong class=\"strong\"> Schools</strong> and <strong class=\"strong\">Star Kids. Boon school </strong>was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2021-07-01 14:58:02','2021-07-01 09:28:02','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Boon School </strong>: The Masters of Education\r\n\r\nMost Prestigious educational institution is expoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Boon School Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Boon School is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\nStudents of Boon School are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n\r\nParents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.\r\n\r\nIf seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.\r\n\r\nThe selected candidates can have the application form, from the Principal’s Office.\r\n<p style=\"text-align: justify;\"></p>','Admission Procedure','','publish','closed','closed','','admissions','','','2018-09-11 15:39:38','2018-09-11 10:09:38','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Boon School</strong>: The Masters of Education\r\n\r\nBoon School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nBoon School has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. It believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Boon School , students are groomed for a professional career.\r\n\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n\r\nBoon School curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects\r\n\r\n<strong> Syllabus</strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by, CBSE Board .</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Boon School  Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab.jpg\"><img class=\"aligncenter size-large wp-image-96\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab-1024x768.jpg\" alt=\"Chenistry Lab\" width=\"604\" height=\"453\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\nHealth and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same\r\n\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being – the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.â€Â </strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em>among students.</li>\r\n <li><strong>“SMART LIVING</strong>Programme<strong>â€Â </strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.â€Â </strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em>which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART LIVING</strong>programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.','Academics','','publish','closed','closed','','academics','','','2018-09-11 16:20:27','2018-09-11 10:50:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','publish','closed','closed','','news-events','','','2018-09-11 16:26:21','2018-09-11 10:56:21','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Boon School’s Glorious Achievements</u></strong>\r\n<ul>\r\n <li><strong>V.Karthik of C3 : </strong>Grabbed grand prize(Laptop) 2<sup>nd</sup> level of INTSO in ATSO</li>\r\n <li><strong><strong>Manvitha of 4<sup>th</sup> Class : </strong></strong>Grabbed grand prize(Mobile) 2<sup>nd</sup> level of INTSO in STSO</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">In the INTSO nearly 450 students appeared for the 1</span><sup>st</sup> <span style=\"text-decoration: underline;\">level exam</span></strong> <strong><span style=\"text-decoration: underline;\">In that</span> :</strong>\r\n<ul>\r\n <li>In MTSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ETSO nearly 08% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In STSO nearly 18% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In GTSO nearly 15% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ATSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In INTSO we bagged 2 grand phrizes one is laptop by v karthik and another is Manvitha madhumayee bagged mobile phone.</li>\r\n <li>We bagged 4 calculators,3 geometry boxes and 2 pencil boxes as gifts for our Students in the second level of intso.</li>\r\n</ul>\r\n<strong><u>INTSO 2</u><sup>nd</sup><u> level gift winners</u> :</strong>\r\n<ul>\r\n <li> Karthik .V 8th Class Atso Grand Prize Laptop + Medal + Merit Certificate</li>\r\n <li>Manvitha Madhumayee Bejjanki 4th Class Stso 3rd Prize Mobile + Medal + Merit Certificate</li>\r\n <li>Saudnya Jawale 5th Class Etso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Manvitha Madhumayee Bejjanki 4th Class Mtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Sri Vastava Varad 3rd Class Gtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Venkata Ramana Murthy Polisetti 10th Class Atso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Eswar Naveen Teja Bojja 7th Class Mtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>N.Monoj Rishi 9th Class Atso Consolation Gift + Medal + Merit Certificate</li>\r\n</ul>\r\n<strong><u>ZONAL MATHS FEST WINNERS</u> :</strong>\r\n<ul>\r\n <li>Aditi Patnaik Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Shiny Daivagna Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Prakash Raj Semi Final Winner In Maths Zonal Fest</li>\r\n <li>V L S Vishnu Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Sahithya Received Special Appreciation For His Cultural Performance In Maths Zonal Fest</li>\r\n</ul>\r\n<strong><u>SOF RESULT</u> :</strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>IN IMO:</strong></span>\r\n<ul>\r\n <li>V Karthik Received Medal Of Distinction</li>\r\n <li>Aditi,Takshil,Anand,Sai Sri Charan Received Gold Medals</li>\r\n <li>Venakata Ramana Murthy Received Silver Medal</li>\r\n <li>Daniel Victor Received Bronze Medal</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>IN IEO:</strong></span>\r\n<ul>\r\n <li>Ram Charan,Parameswari,Kavinilla,V Karthik,Apurupa Received Gold Medals,</li>\r\n <li>Shanmukh,Anand,Sri Charan Received Silver Medals</li>\r\n <li>Saudnya,Pavan Kalyan,Paul Akash,Venkata Ramana Murthy Received Bronze Medals</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>IN NSO:</strong></span>\r\n<ul>\r\n <li>V Karthik Received Medal Of Distinction</li>\r\n</ul>\r\n<strong><u>KAT Olympiad</u> :</strong>\r\n<ul>\r\n <li>V Karthik 8th Class Wrist Watch And Medal</li>\r\n <li>Sri Ramya Nemani 9th Class Gold Medal</li>\r\n <li>Bharadwaj Mehar Rushi 9th Class Gold Medal</li>\r\n <li>Dhruthi 9th Class Gold Medal</li>\r\n <li>Siva Sanath Kumar 9th Class Gold Medal</li>\r\n</ul>\r\n<strong><u>UNIFIED COUNCIL RESULT:</u></strong>\r\n<ul>\r\n <li><strong>IN NSTSE : </strong>V Karthik Received Medal Of Distinction. Received Book Prize Bma Book And 2 Scratch Cards Worth Of Rs 1000 And Also Certificate Of Appreciation.</li>\r\n</ul>\r\n<strong><u>Incredible Success in 10</u><sup>th</sup><u>class results :</u></strong>\r\n<ul>\r\n <li>V.Rohit got first rank, 482 marks out of 500</li>\r\n <li>Manogna got second rank, 479 marks out of 500</li>\r\n <li>J.R. Naidu got third rank, 477 marks out of 500</li>\r\n <li>G.Preetham got fourth rank ,476 marks out of 500</li>\r\n <li>M.S.S.Prabha got fifth rank, 476 marks out of 500</li>\r\n <li>12 Students got above 470 marks out of 500</li>\r\n <li>19 Students got above 450 marks out of 500</li>\r\n <li>48 Students got above 400 marks out of 500</li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2018-09-14 23:46:29','2018-09-14 18:16:29','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Boon School,\r\n\r\nSchool Code: 57040,\r\n\r\nAffiliation No : 130126,\r\n\r\nDoor No: 9-16, Srinivasa Colony,\r\n\r\nRamanayyapeta,\r\n\r\nKakinada – 533005\r\n\r\nEmail :- 57040@cbseshiksha.in\r\n\r\nPhone No :- 8978778511','Contact Us','','publish','closed','closed','','contact-us','','','2021-04-07 10:29:38','2021-04-07 04:59:38','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2021-07-01 14:38:22','2021-07-01 09:08:22','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',11,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2021-07-01 14:38:24','2021-07-01 09:08:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',18,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2021-07-01 14:38:22','2021-07-01 09:08:22','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2021-07-01 14:38:24','2021-07-01 09:08:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',19,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2021-07-01 14:38:24','2021-07-01 09:08:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',17,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2021-07-01 14:41:14','2021-07-01 09:11:14','<header class=\"entry-header\">\n<h3 class=\"entry-title\">School AFFILIATION NO : 130126</h3>\nSCHOOL CODE : 57040\n<h3 class=\"entry-title\"><strong>History</strong></h3>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text\"><a href=\"http://boonschool.net/wp-content/uploads/2015/11/school-building.jpg\"><img class=\"aligncenter size-large wp-image-94\" src=\"http://boonschool.net/wp-content/uploads/2015/11/school-building-1024x414.jpg\" alt=\"school building\" width=\"604\" height=\"244\" /></a></div>\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Boon School</strong></div>\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Boon school every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Boon school first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed boon school striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Boon school is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n<p style=\"text-align: justify;\">Over the years boon school branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, boon school is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong>Boon</strong><strong class=\"strong\"> Schools</strong> and <strong class=\"strong\">Star Kids. Boon school </strong>was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2021-07-01 14:41:14','2021-07-01 09:11:14','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2021-04-07 10:28:37','2021-04-07 04:58:37','Boon School,\n\nSchool Code: 57040,\n\nAffiliation No. : 130126\n\nDoor No: 9-16, Srinivasa Colony,\n\nRamanayyapeta,\n\nKakinada – 533005\n\nEmail :- boonschoolkkd@gmail.com\n\nPhone No :- 8978778511','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2021-04-07 10:28:37','2021-04-07 04:58:37','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2015-12-08 18:32:00','2015-12-08 13:02:00','Sri Chaitanya School,\r\n\r\nRamanayyapeta,\r\n\r\nKakinada – 533005\r\n\r\nEmail :- kakinada3@srichaitanyaschool.net\r\n\r\nPH :- 9248926052','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-08 18:32:00','2015-12-08 13:02:00','',21,'http://boonschool.net/index.php/2015/12/08/21-revision-v1/',0,'revision','',0),(58,1,'2015-12-23 16:35:41','2015-12-23 11:05:41','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-23 16:35:41','2015-12-23 11:05:41','',9,'http://boonschool.net/index.php/2015/12/23/9-revision-v1/',0,'revision','',0),(59,1,'2015-12-23 16:36:22','2015-12-23 11:06:22','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-12-23 16:36:22','2015-12-23 11:06:22','',14,'http://boonschool.net/index.php/2015/12/23/14-revision-v1/',0,'revision','',0),(60,1,'2015-12-23 16:37:32','2015-12-23 11:07:32','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-23 16:37:32','2015-12-23 11:07:32','',19,'http://boonschool.net/index.php/2015/12/23/19-revision-v1/',0,'revision','',0),(61,1,'2018-09-11 15:39:10','2018-09-11 10:09:10','<strong>Boon School </strong>: The Masters of Education\r\n\r\nMost Prestigious educational institution is expoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Boon School Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Boon School is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\nStudents of Boon School are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n\r\nParents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.\r\n\r\nIf seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.\r\n\r\nThe selected candidates can have the application form, from the Principal’s Office.\r\n<p style=\"text-align: justify;\"></p>','Admission Procedure','','inherit','closed','closed','','12-autosave-v1','','','2018-09-11 15:39:10','2018-09-11 10:09:10','',12,'http://boonschool.net/index.php/2015/12/23/12-autosave-v1/',0,'revision','',0),(62,1,'2015-12-23 16:54:09','2015-12-23 11:24:09','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','inherit','closed','closed','','12-revision-v1','','','2015-12-23 16:54:09','2015-12-23 11:24:09','',12,'http://boonschool.net/index.php/2015/12/23/12-revision-v1/',0,'revision','',0),(63,1,'2018-09-11 16:25:24','2018-09-11 10:55:24','<strong>National Level Abacus Contest Participation</strong>\n\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\n\n<strong>Science Exhibition</strong>\n\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\n\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\n\n<strong>Children\'s Day Celebrations</strong>\n\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\n\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\n\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab.jpg\"><img class=\"aligncenter size-medium wp-image-96 alignleft\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab-300x225.jpg\" alt=\"Chenistry Lab\" width=\"300\" height=\"225\" /></a>\n\n ','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2018-09-11 16:25:24','2018-09-11 10:55:24','',17,'http://boonschool.net/index.php/2015/12/29/17-autosave-v1/',0,'revision','',0),(64,1,'2015-12-29 22:03:50','2015-12-29 16:33:50','','IMG_1573','','inherit','open','closed','','img_1573','','','2015-12-29 22:03:50','2015-12-29 16:33:50','',17,'http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg',0,'attachment','image/jpeg',0),(65,1,'2015-12-29 22:03:51','2015-12-29 16:33:51','','IMG_1476(1)','','inherit','open','closed','','img_14761','','','2015-12-29 22:03:51','2015-12-29 16:33:51','',17,'http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg',0,'attachment','image/jpeg',0),(66,1,'2015-12-29 22:05:28','2015-12-29 16:35:28','Science Exhibition\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:05:28','2015-12-29 16:35:28','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(68,1,'2015-12-29 22:13:08','2015-12-29 16:43:08','','IMG_1566','','inherit','open','closed','','img_1566','','','2015-12-29 22:13:08','2015-12-29 16:43:08','',17,'http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg',0,'attachment','image/jpeg',0),(69,1,'2015-12-29 22:13:09','2015-12-29 16:43:09','','IMG_1554','','inherit','open','closed','','img_1554','','','2015-12-29 22:13:09','2015-12-29 16:43:09','',17,'http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg',0,'attachment','image/jpeg',0),(70,1,'2015-12-29 22:15:29','2015-12-29 16:45:29','','Slide5(50)','','inherit','open','closed','','slide550','','','2015-12-29 22:15:29','2015-12-29 16:45:29','',17,'http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg',0,'attachment','image/jpeg',0),(71,1,'2015-12-29 22:15:30','2015-12-29 16:45:30','','Slide4(53)','','inherit','open','closed','','slide453','','','2015-12-29 22:15:30','2015-12-29 16:45:30','',17,'http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg',0,'attachment','image/jpeg',0),(72,1,'2015-12-29 22:15:30','2015-12-29 16:45:30','','Slide3(55)','','inherit','open','closed','','slide355','','','2015-12-29 22:15:30','2015-12-29 16:45:30','',17,'http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg',0,'attachment','image/jpeg',0),(73,1,'2015-12-29 22:15:30','2015-12-29 16:45:30','','Slide2(54)','','inherit','open','closed','','slide254','','','2015-12-29 22:15:30','2015-12-29 16:45:30','',17,'http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg',0,'attachment','image/jpeg',0),(74,1,'2015-12-29 22:17:44','2015-12-29 16:47:44','','IMG_20151114_121143','','inherit','open','closed','','img_20151114_121143','','','2015-12-29 22:17:44','2015-12-29 16:47:44','',17,'http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg',0,'attachment','image/jpeg',0),(75,1,'2015-12-29 22:17:45','2015-12-29 16:47:45','','IMG_20151114_121126','','inherit','open','closed','','img_20151114_121126','','','2015-12-29 22:17:45','2015-12-29 16:47:45','',17,'http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg',0,'attachment','image/jpeg',0),(76,1,'2015-12-29 22:18:05','2015-12-29 16:48:05','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:18:05','2015-12-29 16:48:05','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(77,1,'2015-12-29 22:21:35','2015-12-29 16:51:35','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a>   <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:21:35','2015-12-29 16:51:35','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(78,1,'2015-12-29 22:22:55','2015-12-29 16:52:55','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:22:55','2015-12-29 16:52:55','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(79,1,'2015-12-29 22:25:19','2015-12-29 16:55:19','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" />\r\n\r\n</a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:25:19','2015-12-29 16:55:19','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(80,1,'2015-12-29 22:25:34','2015-12-29 16:55:34','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:25:34','2015-12-29 16:55:34','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(81,1,'2015-12-29 22:28:40','2015-12-29 16:58:40','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>  <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:28:40','2015-12-29 16:58:40','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(82,1,'2015-12-29 22:32:26','2015-12-29 17:02:26','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:32:26','2015-12-29 17:02:26','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(83,1,'2015-12-29 22:33:30','2015-12-29 17:03:30','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:33:30','2015-12-29 17:03:30','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(85,1,'2018-08-08 21:22:18','2018-08-08 15:52:18','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level </u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-08-08 21:22:18','2018-08-08 15:52:18','',19,'http://boonschool.net/index.php/2018/08/08/19-revision-v1/',0,'revision','',0),(87,1,'2018-09-11 15:33:30','2018-09-11 10:03:30','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-09-11 15:33:30','2018-09-11 10:03:30','',9,'http://boonschool.net/index.php/2018/09/11/9-revision-v1/',0,'revision','',0),(88,1,'2018-09-11 15:39:35','2018-09-11 10:09:35','<strong>Boon School </strong>: The Masters of Education\r\n\r\nMost Prestigious educational institution is expoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Boon School Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Boon School is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\nStudents of Boon School are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n\r\nParents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.\r\n\r\nIf seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.\r\n\r\nThe selected candidates can have the application form, from the Principal’s Office.\r\n<p style=\"text-align: justify;\"></p>','Admission Procedure','','inherit','closed','closed','','12-revision-v1','','','2018-09-11 15:39:35','2018-09-11 10:09:35','',12,'http://boonschool.net/index.php/2018/09/11/12-revision-v1/',0,'revision','',0),(89,1,'2018-09-11 15:41:28','2018-09-11 10:11:28','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Boon School</strong>: The Masters of Education\r\n\r\nBoon School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nBoon School has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. It believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Boon School , students are groomed for a professional career.\r\n\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n\r\nBoon School curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects\r\n\r\n<strong> Syllabus</strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by, CBSE Board .</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Boon School  Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\nHealth and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same\r\n\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being – the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.â€Â </strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em>among students.</li>\r\n <li><strong>“SMART LIVING</strong>Programme<strong>â€Â </strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.â€Â </strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em>which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART LIVING</strong>programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-09-11 15:41:28','2018-09-11 10:11:28','',14,'http://boonschool.net/index.php/2018/09/11/14-revision-v1/',0,'revision','',0),(90,1,'2018-09-11 15:44:30','2018-09-11 10:14:30','Boon School,\r\n\r\nDoor No: 9-16, Srinivasa Colony,\r\n\r\nRamanayyapeta,\r\n\r\nKakinada – 533005\r\n\r\nEmail :- boonschoolkkd@gmail.com\r\n\r\nPhone No :- 8978778511','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2018-09-11 15:44:30','2018-09-11 10:14:30','',21,'http://boonschool.net/index.php/2018/09/11/21-revision-v1/',0,'revision','',0),(91,1,'2018-09-11 15:54:07','2018-09-11 10:24:07','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Boon School</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Boon school every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Boon school first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed boon school striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Boon school is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years boon school branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, boon school is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong>Boon</strong><strong class=\"strong\"> Schools</strong> and <strong class=\"strong\">Star Kids. Boon school </strong>was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-09-11 15:54:07','2018-09-11 10:24:07','',9,'http://boonschool.net/index.php/2018/09/11/9-revision-v1/',0,'revision','',0),(92,1,'2018-09-14 23:41:45','2018-09-14 18:11:45','<strong><u>Boon School’s Glorious Achievements</u></strong>\n<ul>\n <li><strong>V.Karthik of C3 : </strong>Grabbed grand prize(Laptop) 2<sup>nd</sup> level of INTSO in ATSO</li>\n <li><strong><strong>Manvitha of 4<sup>th</sup> Class : </strong></strong>Grabbed grand prize(Mobile) 2<sup>nd</sup> level of INTSO in STSO</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">In the INTSO nearly 450 students appeared for the 1</span><sup>st</sup> <span style=\"text-decoration: underline;\">level exam</span></strong> <strong><span style=\"text-decoration: underline;\">In that</span> :</strong>\n<ul>\n <li>In MTSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\n <li>In ETSO nearly 08% of students were selected to 2<sup>nd</sup> level</li>\n <li>In STSO nearly 18% of students were selected to 2<sup>nd</sup> level</li>\n <li>In GTSO nearly 15% of students were selected to 2<sup>nd</sup> level</li>\n <li>In ATSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\n <li>In INTSO we bagged 2 grand phrizes one is laptop by v karthik and another is Manvitha madhumayee bagged mobile phone.</li>\n <li>We bagged 4 calculators,3 geometry boxes and 2 pencil boxes as gifts for our Students in the second level of intso.</li>\n</ul>\n<strong><u>INTSO 2</u><sup>nd</sup><u> level gift winners</u> :</strong>\n<ul>\n <li> Karthik .V 8th Class Atso Grand Prize Laptop + Medal + Merit Certificate</li>\n <li>Manvitha Madhumayee Bejjanki 4th Class Stso 3rd Prize Mobile + Medal + Merit Certificate</li>\n <li>Saudnya Jawale 5th Class Etso Consolation Gift + Medal + Merit Certificate</li>\n <li>Manvitha Madhumayee Bejjanki 4th Class Mtso Consolation Gift + Medal + Merit Certificate</li>\n <li>Sri Vastava Varad 3rd Class Gtso Consolation Gift + Medal + Merit Certificate</li>\n <li>Venkata Ramana Murthy Polisetti 10th Class Atso Consolation Gift + Medal + Merit Certificate</li>\n <li>Eswar Naveen Teja Bojja 7th Class Mtso Consolation Gift + Medal + Merit Certificate</li>\n <li>N.Monoj Rishi 9th Class Atso Consolation Gift + Medal + Merit Certificate</li>\n</ul>\n<strong><u>ZONAL MATHS FEST WINNERS</u> :</strong>\n<ul>\n <li>Aditi Patnaik Semi Final Winner In Maths Zonal Fest</li>\n <li>Shiny Daivagna Semi Final Winner In Maths Zonal Fest</li>\n <li>Prakash Raj Semi Final Winner In Maths Zonal Fest</li>\n <li>V L S Vishnu Semi Final Winner In Maths Zonal Fest</li>\n <li>Sahithya Received Special Appreciation For His Cultural Performance In Maths Zonal Fest</li>\n</ul>\n<strong><u>SOF RESULT</u> :</strong>\n\n<span style=\"text-decoration: underline;\"><strong>IN IMO:</strong></span>\n<ul>\n <li>V Karthik Received Medal Of Distinction</li>\n <li>Aditi,Takshil,Anand,Sai Sri Charan Received Gold Medals</li>\n <li>Venakata Ramana Murthy Received Silver Medal</li>\n <li>Daniel Victor Received Bronze Medal</li>\n</ul>\n<span style=\"text-decoration: underline;\"><strong>IN IEO:</strong></span>\n<ul>\n <li>Ram Charan,Parameswari,Kavinilla,V Karthik,Apurupa Received Gold Medals,</li>\n <li>Shanmukh,Anand,Sri Charan Received Silver Medals</li>\n <li>Saudnya,Pavan Kalyan,Paul Akash,Venkata Ramana Murthy Received Bronze Medals</li>\n</ul>\n<span style=\"text-decoration: underline;\"><strong>IN NSO:</strong></span>\n<ul>\n <li>V Karthik Received Medal Of Distinction</li>\n</ul>\n<strong><u>KAT Olympiad</u> :</strong>\n<ul>\n <li>V Karthik 8th Class Wrist Watch And MedalSri Ramya Nemani 9th Class Gold Medal</li>\n</ul>\nBharadwaj Mehar Rushi 9th Class Gold Medal\nDhruthi 9th Class Gold Medal\nSiva Sanath Kumar 9th Class Gold Medal','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2018-09-14 23:41:45','2018-09-14 18:11:45','',19,'http://boonschool.net/index.php/2018/09/11/19-autosave-v1/',0,'revision','',0),(93,1,'2018-09-11 16:03:51','2018-09-11 10:33:51','<b><u>Boon School </u></b> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Boon School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level </u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-11 16:03:51','2018-09-11 10:33:51','',19,'http://boonschool.net/index.php/2018/09/11/19-revision-v1/',0,'revision','',0),(94,1,'2018-09-11 16:18:02','2018-09-11 10:48:02','','school building','','inherit','open','closed','','school-building','','','2018-09-11 16:18:02','2018-09-11 10:48:02','',9,'http://boonschool.net/wp-content/uploads/2015/11/school-building.jpg',0,'attachment','image/jpeg',0),(95,1,'2018-09-11 16:18:34','2018-09-11 10:48:34','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\"></div>\r\n<div class=\"preprimary_right_text\"><a href=\"http://boonschool.net/wp-content/uploads/2015/11/school-building.jpg\"><img class=\"aligncenter size-large wp-image-94\" src=\"http://boonschool.net/wp-content/uploads/2015/11/school-building-1024x414.jpg\" alt=\"school building\" width=\"604\" height=\"244\" /></a></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Boon School</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Boon school every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Boon school first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed boon school striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Boon school is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years boon school branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, boon school is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong>Boon</strong><strong class=\"strong\"> Schools</strong> and <strong class=\"strong\">Star Kids. Boon school </strong>was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-09-11 16:18:34','2018-09-11 10:48:34','',9,'http://boonschool.net/index.php/2018/09/11/9-revision-v1/',0,'revision','',0),(96,1,'2018-09-11 16:19:49','2018-09-11 10:49:49','','Chenistry Lab','','inherit','open','closed','','chenistry-lab','','','2018-09-11 16:19:49','2018-09-11 10:49:49','',14,'http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab.jpg',0,'attachment','image/jpeg',0),(97,1,'2018-09-11 16:20:26','2018-09-11 10:50:26','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\n\n<strong>Boon School</strong>: The Masters of Education\n\nBoon School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\n\nBoon School has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. It believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Boon School , students are groomed for a professional career.\n\n<strong>Choosing a Career without Flipping a Coin</strong>\n\nBoon School curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects\n\n<strong> Syllabus</strong>\n\n<strong> </strong>Integrated syllabus:\n<ul>\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by, CBSE Board .</li>\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\n</ul>\n<strong>Audio-visual aids:</strong>\n\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Boon School  Teaching system.\n\n<strong>Projects</strong>\n\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\n<ul>\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\n</ul>\n<strong>Laboratory</strong>\n\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab.jpg\"><img class=\"aligncenter size-large wp-image-96\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab-1024x768.jpg\" alt=\"Chenistry Lab\" width=\"604\" height=\"453\" /></a>\n\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\n\n<strong>Yoga</strong>\n\nHealth and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same\n\nBenefits of yoga to support the education of the whole child:\n<ul>\n <li>Provides students healthy ways to express and balance their emotions</li>\n <li>Promotes a more relaxed, comfortable state of being – the perfect state for teaching and learning</li>\n <li>Encourages community and connectedness within the classroom</li>\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\n <li>Enhances focus, concentration, comprehension and memory</li>\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\n <li>Supports social and emotional learning</li>\n <li>Improves listening skills</li>\n <li>Enhances organizational and communication skills</li>\n <li>Improves mind/body awareness and connection</li>\n <li>Improves confidence and self-esteem</li>\n <li>Encourages respect for oneself and others</li>\n <li>Creates a calm, harmonious classroom</li>\n</ul>\n<strong>Language club</strong>\n\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\n<ul>\n <li>Improve pronunciation</li>\n <li>Develop fluency in speaking and conversation</li>\n <li>Build vocabulary</li>\n <li>Learn essential grammar</li>\n <li>Improve reading and writing skills</li>\n</ul>\n<strong>SMART Living Programme</strong>\n\n<strong>OBJECTIVE:</strong> The “<strong>SMART LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\n\n<strong>HIGHLIGHTS:</strong>\n<ul>\n <li><strong>“Today’s children are tomorrow’s citizens.â€Â </strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em>among students.</li>\n <li><strong>“SMART LIVING</strong>Programme<strong>â€Â </strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\n <li><strong>“Value cannot be forced but be imparted through education.â€Â </strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em>which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\n <li>The <strong>SMART LIVING</strong>programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\n</ul>\n<strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.','Academics','','inherit','closed','closed','','14-autosave-v1','','','2018-09-11 16:20:26','2018-09-11 10:50:26','',14,'http://boonschool.net/index.php/2018/09/11/14-autosave-v1/',0,'revision','',0),(98,1,'2018-09-11 16:20:27','2018-09-11 10:50:27','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Boon School</strong>: The Masters of Education\r\n\r\nBoon School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nBoon School has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. It believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Boon School , students are groomed for a professional career.\r\n\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n\r\nBoon School curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects\r\n\r\n<strong> Syllabus</strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by, CBSE Board .</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Boon School  Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab.jpg\"><img class=\"aligncenter size-large wp-image-96\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab-1024x768.jpg\" alt=\"Chenistry Lab\" width=\"604\" height=\"453\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\nHealth and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same\r\n\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being – the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.â€Â </strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em>among students.</li>\r\n <li><strong>“SMART LIVING</strong>Programme<strong>â€Â </strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.â€Â </strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em>which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART LIVING</strong>programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-09-11 16:20:27','2018-09-11 10:50:27','',14,'http://boonschool.net/index.php/2018/09/11/14-revision-v1/',0,'revision','',0),(99,1,'2018-09-11 16:22:25','2018-09-11 10:52:25','','Library','','inherit','open','closed','','library','','','2018-09-11 16:22:25','2018-09-11 10:52:25','',17,'http://boonschool.net/wp-content/uploads/2015/11/Library.jpg',0,'attachment','image/jpeg',0),(100,1,'2018-09-11 16:23:14','2018-09-11 10:53:14','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab.jpg\"><img class=\"aligncenter size-medium wp-image-96 alignleft\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab-300x225.jpg\" alt=\"Chenistry Lab\" width=\"300\" height=\"225\" /></a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/Library.jpg\"><img class=\"size-medium wp-image-99 alignnone\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Library-300x225.jpg\" alt=\"Library\" width=\"300\" height=\"225\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-09-11 16:23:14','2018-09-11 10:53:14','',17,'http://boonschool.net/index.php/2018/09/11/17-revision-v1/',0,'revision','',0),(101,1,'2018-09-11 16:24:23','2018-09-11 10:54:23','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab.jpg\"><img class=\"aligncenter size-medium wp-image-96 alignleft\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Chenistry-Lab-300x225.jpg\" alt=\"Chenistry Lab\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Library.jpg\"><img class=\"size-medium wp-image-99 alignnone\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Library-300x225.jpg\" alt=\"Library\" width=\"300\" height=\"225\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-09-11 16:24:23','2018-09-11 10:54:23','',17,'http://boonschool.net/index.php/2018/09/11/17-revision-v1/',0,'revision','',0),(102,1,'2018-09-11 16:25:44','2018-09-11 10:55:44','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-09-11 16:25:44','2018-09-11 10:55:44','',17,'http://boonschool.net/index.php/2018/09/11/17-revision-v1/',0,'revision','',0),(103,1,'2018-09-11 16:50:12','2018-09-11 11:20:12','<b><u>Boon School </u></b> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Boon School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level </u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>4</strong> selection</li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Boon school created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina.</strong></li>\r\n</ul>\r\n<u></u><u></u><strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><b>10</b> students got <strong>10/10 CGPA.</strong></li>\r\n <li>of <strong>A</strong> Grades: <b>30</b></li>\r\n <li>Overall Pass <strong>100%</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-11 16:50:12','2018-09-11 11:20:12','',19,'http://boonschool.net/index.php/2018/09/11/19-revision-v1/',0,'revision','',0),(104,1,'2018-09-11 16:50:32','2018-09-11 11:20:32','<b><u>Boon School </u></b> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Boon School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level </u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>4</strong> selection</li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Boon school created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina.</strong></li>\r\n</ul>\r\n<u></u><u></u><strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><b>10</b> students got <strong>10/10 CGPA.</strong></li>\r\n <li>of <strong>A</strong> Grades: <b>30</b></li>\r\n <li>Overall Pass <strong>100%</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-11 16:50:32','2018-09-11 11:20:32','',19,'http://boonschool.net/index.php/2018/09/11/19-revision-v1/',0,'revision','',0),(105,1,'2018-09-11 16:51:09','2018-09-11 11:21:09','<b><u>Boon School </u></b> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Boon School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level </u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Boon School bagged <b>1 </b>selection</li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Boon school created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina.</strong></li>\r\n</ul>\r\n<u></u><u></u><strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><b>10</b> students got <strong>10/10 CGPA.</strong></li>\r\n <li>of <strong>A</strong> Grades: <b>30</b></li>\r\n <li>Overall Pass <strong>100%</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-11 16:51:09','2018-09-11 11:21:09','',19,'http://boonschool.net/index.php/2018/09/11/19-revision-v1/',0,'revision','',0),(106,1,'2018-09-14 23:22:10','2018-09-14 17:52:10','<ul>\r\n <li><strong><u>Boon School’s Glorious Achievements</u></strong></li>\r\n</ul>\r\n<ul>\r\n <li><strong> Karthik of C3</strong></li>\r\n</ul>\r\nGrabbed grand prize(Laptop)\r\n\r\n2<sup>nd</sup> level of INTSO in ATSO\r\n\r\n<strong> </strong>\r\n<ul>\r\n <li><strong> Manvitha of 4<sup>th</sup> Class</strong></li>\r\n</ul>\r\nGrabbed grand prize(Mobile)\r\n\r\n2<sup>nd</sup> level of INTSO in STSO\r\n\r\n<strong> </strong>\r\n<ul>\r\n <li><strong><u>In the INTSO nearly 450 students appeared for the 1<sup>st</sup> level exam</u></strong> <strong><u>In that</u></strong></li>\r\n <li>In MTSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ETSO nearly 08% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In STSO nearly 18% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In GTSO nearly 15% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ATSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In INTSO we bagged 2 grand phrizes one is laptop by v karthik and another is</li>\r\n</ul>\r\nManvitha madhumayee bagged mobile phone.\r\n<ul>\r\n <li>We bagged 4 calculators,3 geometry boxes and 2 pencil boxes as gifts for our</li>\r\n</ul>\r\nStudents in the second level of intso.\r\n\r\n<strong><u> </u></strong>\r\n<ul>\r\n <li><strong><u>Intso 2<sup>nd</sup> level gift winners </u></strong></li>\r\n</ul>\r\n<table width=\"666\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\">Karthik V</td>\r\n<td width=\"78\">8<sup>th</sup> Class</td>\r\n<td width=\"42\">Atso</td>\r\n<td width=\"109\">Grand Prize</td>\r\n<td width=\"227\">Laptop + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Manvitha Madhumayee Bejjanki</td>\r\n<td width=\"78\">4<sup>th</sup> Class</td>\r\n<td width=\"42\">Stso</td>\r\n<td width=\"109\">3rd Prize</td>\r\n<td width=\"227\">Mobile + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Saudnya Jawale</td>\r\n<td width=\"78\">5<sup>th</sup> Class</td>\r\n<td width=\"42\">Etso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Manvitha Madhumayee Bejjanki</td>\r\n<td width=\"78\">4<sup>th</sup> Class</td>\r\n<td width=\"42\">Mtso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Sri Vastava Varad</td>\r\n<td width=\"78\">3<sup>rd</sup> Class</td>\r\n<td width=\"42\">Gtso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Venkata Ramana Murthy Polisetti</td>\r\n<td width=\"78\">10<sup>th </sup>Class</td>\r\n<td width=\"42\">Atso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Eswar Naveen Teja Bojja</td>\r\n<td width=\"78\">7<sup>th </sup>Class</td>\r\n<td width=\"42\">Mtso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">N.Monoj Rishi</td>\r\n<td width=\"78\">9<sup>th</sup> Class</td>\r\n<td width=\"42\">Atso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<ul>\r\n <li><strong><u>ZONAL MATHS FEST WINNERS </u></strong></li>\r\n</ul>\r\n<table width=\"619\">\r\n<tbody>\r\n<tr>\r\n<td width=\"199\">Aditi Patnaik</td>\r\n<td width=\"421\">Semi Final Winner In Maths Zonal Fest</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">Shiny Daivagna</td>\r\n<td width=\"421\">Semi Final Winner In Maths Zonal Fest</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">Prakash Raj</td>\r\n<td width=\"421\">Semi Final Winner In Maths Zonal Fest</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">V L S Vishnu</td>\r\n<td width=\"421\">Semi Final Winner In Maths Zonal Fest</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"619\">Sahithya Received Special Appreciation For His Cultural Performance In Maths Zonal Fest</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<u> </u>\r\n<ul>\r\n <li><strong><u>SOF RESULT </u></strong></li>\r\n <li><strong>IN IMO</strong></li>\r\n <li>V Karthik Received Medal Of Distinction</li>\r\n <li>Aditi,Takshil,Anand,Sai Sri Charan Received Gold Medals</li>\r\n <li>Venakata Ramana Murthy Received Silver Medal</li>\r\n <li>Daniel Victor Received Bronze Medal</li>\r\n <li><strong>IN IEO </strong></li>\r\n <li>Ram Charan,Parameswari,Kavinilla,V Karthik,Apurupa</li>\r\n</ul>\r\nReceived Gold Medals,\r\n<ul>\r\n <li>Shanmukh,Anand,Sri Charan Received Silver Medals</li>\r\n <li>Saudnya,Pavan Kalyan,Paul Akash,Venkata Ramana Murthy</li>\r\n</ul>\r\nReceived Bronze Medals\r\n<ul>\r\n <li><strong>IN NSO</strong></li>\r\n <li>V Karthik Received Medal Of Distinction</li>\r\n</ul>\r\n \r\n<ul>\r\n <li><strong><u>KAT olympiad </u></strong></li>\r\n</ul>\r\n<table width=\"598\">\r\n<tbody>\r\n<tr>\r\n<td width=\"271\">V Karthik</td>\r\n<td width=\"121\">8<sup>th</sup> Class</td>\r\n<td width=\"207\">Wrist Watch And Medal</td>\r\n</tr>\r\n<tr>\r\n<td width=\"271\">Sri Ramya Nemani</td>\r\n<td width=\"121\">9<sup>th</sup> Class</td>\r\n<td width=\"207\">Gold Medal</td>\r\n</tr>\r\n<tr>\r\n<td width=\"271\">Bharadwaj Mehar Rushi</td>\r\n<td width=\"121\">9<sup>th</sup> Class</td>\r\n<td width=\"207\">Gold Medal</td>\r\n</tr>\r\n<tr>\r\n<td width=\"271\">Dhruthi</td>\r\n<td width=\"121\">9<sup>th</sup> Class</td>\r\n<td width=\"207\">Gold Medal</td>\r\n</tr>\r\n<tr>\r\n<td width=\"271\">Siva Sanath Kumar</td>\r\n<td width=\"121\">9<sup>th</sup> Class</td>\r\n<td width=\"207\">Gold Medal</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li><strong><u>UNIFIED COUNCIL RESULT </u></strong></li>\r\n <li><strong>IN NSTSE</strong></li>\r\n</ul>\r\nV Karthik Received Medal Of Distinction. Received Book Prize Bma Book And 2 Scratch Cards Worth Of Rs 1000 And Also Certificate Of Appreciation.\r\n\r\n \r\n<ul>\r\n <li><strong><u>Incredible Success in 10<sup>th</sup>class results</u></strong></li>\r\n <li>V.Rohit got first rank, 482 marks out of 500</li>\r\n <li>Manogna got second rank, 479 marks out of 500</li>\r\n <li>J.R. Naidu got third rank, 477 marks out of 500</li>\r\n <li>G.Preetham got fourth rank ,476 marks out of 500</li>\r\n <li>M.S.S.Prabha got fifth rank, 476 marks out of 500</li>\r\n <li>12 Students got above 470 marks out of 500</li>\r\n <li>19 Students got above 450 marks out of 500</li>\r\n <li>48 Students got above 400 marks out of 500</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-14 23:22:10','2018-09-14 17:52:10','',19,'http://boonschool.net/index.php/2018/09/14/19-revision-v1/',0,'revision','',0),(107,1,'2018-09-14 23:28:58','2018-09-14 17:58:58','<strong><u>Boon School’s Glorious Achievements</u></strong>\r\n<ul>\r\n <li><strong>V.Karthik of C3 : </strong>Grabbed grand prize(Laptop) 2<sup>nd</sup> level of INTSO in ATSO</li>\r\n <li><strong><strong>Manvitha of 4<sup>th</sup> Class : </strong></strong>Grabbed grand prize(Mobile) 2<sup>nd</sup> level of INTSO in STSO</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">In the INTSO nearly 450 students appeared for the 1</span><sup>st</sup> <span style=\"text-decoration: underline;\">level exam</span></strong> <strong><span style=\"text-decoration: underline;\">In that</span> :</strong>\r\n<ul>\r\n <li>In MTSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ETSO nearly 08% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In STSO nearly 18% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In GTSO nearly 15% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ATSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In INTSO we bagged 2 grand phrizes one is laptop by v karthik and another is Manvitha madhumayee bagged mobile phone.</li>\r\n <li>We bagged 4 calculators,3 geometry boxes and 2 pencil boxes as gifts for our Students in the second level of intso.</li>\r\n</ul>\r\n<strong><u>INTSO 2</u><sup>nd</sup><u> level gift winners:</u></strong>\r\n<table style=\"height: 643px;\" width=\"665\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\">Karthik V</td>\r\n<td width=\"78\">8<sup>th</sup> Class</td>\r\n<td width=\"42\">Atso</td>\r\n<td width=\"109\">Grand Prize</td>\r\n<td width=\"227\">Laptop + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Manvitha Madhumayee Bejjanki</td>\r\n<td width=\"78\">4<sup>th</sup> Class</td>\r\n<td width=\"42\">Stso</td>\r\n<td width=\"109\">3rd Prize</td>\r\n<td width=\"227\">Mobile + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Saudnya Jawale</td>\r\n<td width=\"78\">5<sup>th</sup> Class</td>\r\n<td width=\"42\">Etso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Manvitha Madhumayee Bejjanki</td>\r\n<td width=\"78\">4<sup>th</sup> Class</td>\r\n<td width=\"42\">Mtso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Sri Vastava Varad</td>\r\n<td width=\"78\">3<sup>rd</sup> Class</td>\r\n<td width=\"42\">Gtso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Venkata Ramana Murthy Polisetti</td>\r\n<td width=\"78\">10<sup>th </sup>Class</td>\r\n<td width=\"42\">Atso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">Eswar Naveen Teja Bojja</td>\r\n<td width=\"78\">7<sup>th </sup>Class</td>\r\n<td width=\"42\">Mtso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">Gift + Medal + Merit Certificate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"210\">N.Monoj Rishi</td>\r\n<td width=\"78\">9<sup>th</sup> Class</td>\r\n<td width=\"42\">Atso</td>\r\n<td width=\"109\">Consolation</td>\r\n<td width=\"227\">\r\n<p style=\"text-align: center;\">Gift + Medal + Merit Certificate</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-14 23:28:58','2018-09-14 17:58:58','',19,'http://boonschool.net/index.php/2018/09/14/19-revision-v1/',0,'revision','',0),(108,1,'2018-09-14 23:31:10','2018-09-14 18:01:10','<strong><u>Boon School’s Glorious Achievements</u></strong>\r\n<ul>\r\n <li><strong>V.Karthik of C3 : </strong>Grabbed grand prize(Laptop) 2<sup>nd</sup> level of INTSO in ATSO</li>\r\n <li><strong><strong>Manvitha of 4<sup>th</sup> Class : </strong></strong>Grabbed grand prize(Mobile) 2<sup>nd</sup> level of INTSO in STSO</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">In the INTSO nearly 450 students appeared for the 1</span><sup>st</sup> <span style=\"text-decoration: underline;\">level exam</span></strong> <strong><span style=\"text-decoration: underline;\">In that</span> :</strong>\r\n<ul>\r\n <li>In MTSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ETSO nearly 08% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In STSO nearly 18% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In GTSO nearly 15% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ATSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In INTSO we bagged 2 grand phrizes one is laptop by v karthik and another is Manvitha madhumayee bagged mobile phone.</li>\r\n <li>We bagged 4 calculators,3 geometry boxes and 2 pencil boxes as gifts for our Students in the second level of intso.</li>\r\n</ul>\r\n<strong><u>INTSO 2</u><sup>nd</sup><u> level gift winners</u> :</strong>\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-14 23:31:10','2018-09-14 18:01:10','',19,'http://boonschool.net/index.php/2018/09/14/19-revision-v1/',0,'revision','',0),(109,1,'2018-09-14 23:40:44','2018-09-14 18:10:44','<strong><u>Boon School’s Glorious Achievements</u></strong>\r\n<ul>\r\n <li><strong>V.Karthik of C3 : </strong>Grabbed grand prize(Laptop) 2<sup>nd</sup> level of INTSO in ATSO</li>\r\n <li><strong><strong>Manvitha of 4<sup>th</sup> Class : </strong></strong>Grabbed grand prize(Mobile) 2<sup>nd</sup> level of INTSO in STSO</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">In the INTSO nearly 450 students appeared for the 1</span><sup>st</sup> <span style=\"text-decoration: underline;\">level exam</span></strong> <strong><span style=\"text-decoration: underline;\">In that</span> :</strong>\r\n<ul>\r\n <li>In MTSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ETSO nearly 08% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In STSO nearly 18% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In GTSO nearly 15% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ATSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In INTSO we bagged 2 grand phrizes one is laptop by v karthik and another is Manvitha madhumayee bagged mobile phone.</li>\r\n <li>We bagged 4 calculators,3 geometry boxes and 2 pencil boxes as gifts for our Students in the second level of intso.</li>\r\n</ul>\r\n<strong><u>INTSO 2</u><sup>nd</sup><u> level gift winners</u> :</strong>\r\n<ul>\r\n <li> Karthik .V 8th Class Atso Grand Prize Laptop + Medal + Merit Certificate</li>\r\n <li>Manvitha Madhumayee Bejjanki 4th Class Stso 3rd Prize Mobile + Medal + Merit Certificate</li>\r\n <li>Saudnya Jawale 5th Class Etso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Manvitha Madhumayee Bejjanki 4th Class Mtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Sri Vastava Varad 3rd Class Gtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Venkata Ramana Murthy Polisetti 10th Class Atso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Eswar Naveen Teja Bojja 7th Class Mtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>N.Monoj Rishi 9th Class Atso Consolation Gift + Medal + Merit Certificate</li>\r\n</ul>\r\n<strong><u>ZONAL MATHS FEST WINNERS</u> :</strong>\r\n<ul>\r\n <li>Aditi Patnaik Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Shiny Daivagna Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Prakash Raj Semi Final Winner In Maths Zonal Fest</li>\r\n <li>V L S Vishnu Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Sahithya Received Special Appreciation For His Cultural Performance In Maths Zonal Fest</li>\r\n</ul>\r\n<strong><u>SOF RESULT</u> :</strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>IN IMO:</strong></span>\r\n<ul>\r\n <li>V Karthik Received Medal Of Distinction</li>\r\n <li>Aditi,Takshil,Anand,Sai Sri Charan Received Gold Medals</li>\r\n <li>Venakata Ramana Murthy Received Silver Medal</li>\r\n <li>Daniel Victor Received Bronze Medal</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>IN IEO:</strong></span>\r\n<ul>\r\n <li>Ram Charan,Parameswari,Kavinilla,V Karthik,Apurupa Received Gold Medals,</li>\r\n <li>Shanmukh,Anand,Sri Charan Received Silver Medals</li>\r\n <li>Saudnya,Pavan Kalyan,Paul Akash,Venkata Ramana Murthy Received Bronze Medals</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>IN NSO:</strong></span>\r\n<ul>\r\n <li>V Karthik Received Medal Of Distinction</li>\r\n</ul>\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-14 23:40:44','2018-09-14 18:10:44','',19,'http://boonschool.net/index.php/2018/09/14/19-revision-v1/',0,'revision','',0),(110,1,'2018-09-14 23:43:10','2018-09-14 18:13:10','<strong><u>Boon School’s Glorious Achievements</u></strong>\r\n<ul>\r\n <li><strong>V.Karthik of C3 : </strong>Grabbed grand prize(Laptop) 2<sup>nd</sup> level of INTSO in ATSO</li>\r\n <li><strong><strong>Manvitha of 4<sup>th</sup> Class : </strong></strong>Grabbed grand prize(Mobile) 2<sup>nd</sup> level of INTSO in STSO</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">In the INTSO nearly 450 students appeared for the 1</span><sup>st</sup> <span style=\"text-decoration: underline;\">level exam</span></strong> <strong><span style=\"text-decoration: underline;\">In that</span> :</strong>\r\n<ul>\r\n <li>In MTSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ETSO nearly 08% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In STSO nearly 18% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In GTSO nearly 15% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In ATSO nearly 20% of students were selected to 2<sup>nd</sup> level</li>\r\n <li>In INTSO we bagged 2 grand phrizes one is laptop by v karthik and another is Manvitha madhumayee bagged mobile phone.</li>\r\n <li>We bagged 4 calculators,3 geometry boxes and 2 pencil boxes as gifts for our Students in the second level of intso.</li>\r\n</ul>\r\n<strong><u>INTSO 2</u><sup>nd</sup><u> level gift winners</u> :</strong>\r\n<ul>\r\n <li> Karthik .V 8th Class Atso Grand Prize Laptop + Medal + Merit Certificate</li>\r\n <li>Manvitha Madhumayee Bejjanki 4th Class Stso 3rd Prize Mobile + Medal + Merit Certificate</li>\r\n <li>Saudnya Jawale 5th Class Etso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Manvitha Madhumayee Bejjanki 4th Class Mtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Sri Vastava Varad 3rd Class Gtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Venkata Ramana Murthy Polisetti 10th Class Atso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>Eswar Naveen Teja Bojja 7th Class Mtso Consolation Gift + Medal + Merit Certificate</li>\r\n <li>N.Monoj Rishi 9th Class Atso Consolation Gift + Medal + Merit Certificate</li>\r\n</ul>\r\n<strong><u>ZONAL MATHS FEST WINNERS</u> :</strong>\r\n<ul>\r\n <li>Aditi Patnaik Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Shiny Daivagna Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Prakash Raj Semi Final Winner In Maths Zonal Fest</li>\r\n <li>V L S Vishnu Semi Final Winner In Maths Zonal Fest</li>\r\n <li>Sahithya Received Special Appreciation For His Cultural Performance In Maths Zonal Fest</li>\r\n</ul>\r\n<strong><u>SOF RESULT</u> :</strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>IN IMO:</strong></span>\r\n<ul>\r\n <li>V Karthik Received Medal Of Distinction</li>\r\n <li>Aditi,Takshil,Anand,Sai Sri Charan Received Gold Medals</li>\r\n <li>Venakata Ramana Murthy Received Silver Medal</li>\r\n <li>Daniel Victor Received Bronze Medal</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>IN IEO:</strong></span>\r\n<ul>\r\n <li>Ram Charan,Parameswari,Kavinilla,V Karthik,Apurupa Received Gold Medals,</li>\r\n <li>Shanmukh,Anand,Sri Charan Received Silver Medals</li>\r\n <li>Saudnya,Pavan Kalyan,Paul Akash,Venkata Ramana Murthy Received Bronze Medals</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>IN NSO:</strong></span>\r\n<ul>\r\n <li>V Karthik Received Medal Of Distinction</li>\r\n</ul>\r\n<strong><u>KAT Olympiad</u> :</strong>\r\n<ul>\r\n <li>V Karthik 8th Class Wrist Watch And Medal</li>\r\n <li>Sri Ramya Nemani 9th Class Gold Medal</li>\r\n <li>Bharadwaj Mehar Rushi 9th Class Gold Medal</li>\r\n <li>Dhruthi 9th Class Gold Medal</li>\r\n <li>Siva Sanath Kumar 9th Class Gold Medal</li>\r\n</ul>\r\n<strong><u>UNIFIED COUNCIL RESULT:</u></strong>\r\n<ul>\r\n <li><strong>IN NSTSE : </strong>V Karthik Received Medal Of Distinction. Received Book Prize Bma Book And 2 Scratch Cards Worth Of Rs 1000 And Also Certificate Of Appreciation.</li>\r\n</ul>\r\n<strong><u>Incredible Success in 10</u><sup>th</sup><u>class results :</u></strong>\r\n<ul>\r\n <li>V.Rohit got first rank, 482 marks out of 500</li>\r\n <li>Manogna got second rank, 479 marks out of 500</li>\r\n <li>J.R. Naidu got third rank, 477 marks out of 500</li>\r\n <li>G.Preetham got fourth rank ,476 marks out of 500</li>\r\n <li>M.S.S.Prabha got fifth rank, 476 marks out of 500</li>\r\n <li>12 Students got above 470 marks out of 500</li>\r\n <li>19 Students got above 450 marks out of 500</li>\r\n <li>48 Students got above 400 marks out of 500</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-14 23:43:10','2018-09-14 18:13:10','',19,'http://boonschool.net/index.php/2018/09/14/19-revision-v1/',0,'revision','',0),(112,1,'2019-02-26 17:25:09','2019-02-26 11:55:09','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\" target=\"_blank\">SIBANANDA DASH -IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/AMIT-KUMAR-IX-2018-19.pdf\" target=\"_blank\">AMIT KUMAR-IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIVA-RAMA-KRISHNA-PULLEPU-IX-2018-19.pdf\" target=\"_blank\">SIVA RAMA KRISHNA PULLEPU-IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/ASWIN-SAI-GANESH-TALATAM-IX-2019-20.pdf\" target=\"_blank\">ASWIN SAI GANESH TALATAM-IX (2019-20)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/TABASSUM-BANU_IX-2020-21.pdf\" target=\"_blank\">TABASSUM BANU-IX (2020-21)</a></span>\r\n\r\n ','Transfer Certificates','','publish','closed','closed','','transfer-certificates','','','2021-07-27 11:59:52','2021-07-27 06:29:52','',0,'http://boonschool.net/?page_id=112',0,'page','',0),(113,1,'2019-02-26 17:25:09','2019-02-26 11:55:09','','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2019-02-26 17:25:09','2019-02-26 11:55:09','',112,'http://boonschool.net/index.php/2019/02/26/112-revision-v1/',0,'revision','',0),(114,1,'2019-02-26 17:25:59','2019-02-26 11:55:59',' ','','','publish','closed','closed','','114','','','2021-07-01 14:38:24','2021-07-01 09:08:24','',0,'http://boonschool.net/?p=114',20,'nav_menu_item','',0),(115,1,'2019-02-26 17:28:46','2019-02-26 11:58:46','','HARDICK TALUKDAR - XI (2018-19)','','inherit','open','closed','','hardick-talukdar-xi-2018-19','','','2019-02-26 17:28:46','2019-02-26 11:58:46','',112,'http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf',0,'attachment','application/pdf',0),(116,1,'2019-02-26 17:29:09','2019-02-26 11:59:09','','SOUVIK SAHA - XI (2018-19)','','inherit','open','closed','','souvik-saha-xi-2018-19','','','2019-02-26 17:29:09','2019-02-26 11:59:09','',112,'http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf',0,'attachment','application/pdf',0),(117,1,'2020-09-25 15:23:16','2020-09-25 09:53:16','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\" target=\"_blank\">SIBANANDA DASH -IX (2018-19)</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/AMIT-KUMAR-IX-2018-19.pdf\" target=\"_blank\">AMIT KUMAR-IX (2018-19)</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIVA-RAMA-KRISHNA-PULLEPU-IX-2018-19.pdf\" target=\"_blank\">SIVA RAMA KRISHNA PULLEPU-IX (2018-19)</a></span>\n\n \n\n \n\n ','Transfer Certificates','','inherit','closed','closed','','112-autosave-v1','','','2020-09-25 15:23:16','2020-09-25 09:53:16','',112,'http://boonschool.net/index.php/2019/02/26/112-autosave-v1/',0,'revision','',0),(118,1,'2019-02-26 17:29:33','2019-02-26 11:59:33','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\">SOUVIK SAHA - XI (2018-19)</a></span>','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2019-02-26 17:29:33','2019-02-26 11:59:33','',112,'http://boonschool.net/index.php/2019/02/26/112-revision-v1/',0,'revision','',0),(120,1,'2019-03-12 15:10:47','2019-03-12 09:40:47','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2019-03-12 15:10:47','2019-03-12 09:40:47','',112,'http://boonschool.net/index.php/2019/03/12/112-revision-v1/',0,'revision','',0),(122,1,'2019-03-22 10:02:16','2019-03-22 04:32:16','','SIBANANDA DASH -IX (2018-19)','','inherit','open','closed','','sibananda-dash-ix-2018-19','','','2019-03-22 10:02:16','2019-03-22 04:32:16','',112,'http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf',0,'attachment','application/pdf',0),(123,1,'2019-03-22 10:02:49','2019-03-22 04:32:49','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\">SIBANANDA DASH -IX (2018-19)</a></span>','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2019-03-22 10:02:49','2019-03-22 04:32:49','',112,'http://boonschool.net/index.php/2019/03/22/112-revision-v1/',0,'revision','',0),(124,1,'2019-03-22 10:03:25','2019-03-22 04:33:25','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\" target=\"_blank\">SIBANANDA DASH -IX (2018-19)</a></span>','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2019-03-22 10:03:25','2019-03-22 04:33:25','',112,'http://boonschool.net/index.php/2019/03/22/112-revision-v1/',0,'revision','',0),(127,1,'2019-06-06 10:00:40','2019-06-06 04:30:40','','AMIT KUMAR-IX (2018-19)','','inherit','open','closed','','amit-kumar-ix-2018-19','','','2019-06-06 10:00:40','2019-06-06 04:30:40','',112,'http://boonschool.net/wp-content/uploads/2019/02/AMIT-KUMAR-IX-2018-19.pdf',0,'attachment','application/pdf',0),(128,1,'2019-06-06 10:01:02','2019-06-06 04:31:02','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\" target=\"_blank\">SIBANANDA DASH -IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/AMIT-KUMAR-IX-2018-19.pdf\">AMIT KUMAR-IX (2018-19)</a></span>\r\n\r\n ','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2019-06-06 10:01:02','2019-06-06 04:31:02','',112,'http://boonschool.net/index.php/2019/06/06/112-revision-v1/',0,'revision','',0),(129,1,'2019-06-06 10:01:55','2019-06-06 04:31:55','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\" target=\"_blank\">SIBANANDA DASH -IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/AMIT-KUMAR-IX-2018-19.pdf\" target=\"_blank\">AMIT KUMAR-IX (2018-19)</a></span>\r\n\r\n ','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2019-06-06 10:01:55','2019-06-06 04:31:55','',112,'http://boonschool.net/index.php/2019/06/06/112-revision-v1/',0,'revision','',0),(131,1,'2019-07-09 12:25:25','2019-07-09 06:55:25','','SIVA RAMA KRISHNA PULLEPU-IX (2018-19)','','inherit','open','closed','','siva-rama-krishna-pullepu-ix-2018-19','','','2019-07-09 12:25:25','2019-07-09 06:55:25','',112,'http://boonschool.net/wp-content/uploads/2019/02/SIVA-RAMA-KRISHNA-PULLEPU-IX-2018-19.pdf',0,'attachment','application/pdf',0),(132,1,'2019-07-09 12:26:08','2019-07-09 06:56:08','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\" target=\"_blank\">SIBANANDA DASH -IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/AMIT-KUMAR-IX-2018-19.pdf\" target=\"_blank\">AMIT KUMAR-IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIVA-RAMA-KRISHNA-PULLEPU-IX-2018-19.pdf\" target=\"_blank\">SIVA RAMA KRISHNA PULLEPU-IX (2018-19)</a></span>','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2019-07-09 12:26:08','2019-07-09 06:56:08','',112,'http://boonschool.net/index.php/2019/07/09/112-revision-v1/',0,'revision','',0),(134,1,'2020-09-25 15:13:08','2020-09-25 09:43:08','','ASWIN SAI GANESH TALATAM-IX (2019-20)','','inherit','open','closed','','aswin-sai-ganesh-talatam-ix-2019-20','','','2020-09-25 15:13:08','2020-09-25 09:43:08','',112,'http://boonschool.net/wp-content/uploads/2019/02/ASWIN-SAI-GANESH-TALATAM-IX-2019-20.jpg',0,'attachment','image/jpeg',0),(135,1,'2020-09-25 15:22:30','2020-09-25 09:52:30','','ASWIN SAI GANESH TALATAM-IX (2019-20)','','inherit','open','closed','','aswin-sai-ganesh-talatam-ix-2019-20-2','','','2020-09-25 15:22:30','2020-09-25 09:52:30','',112,'http://boonschool.net/wp-content/uploads/2019/02/ASWIN-SAI-GANESH-TALATAM-IX-2019-20.pdf',0,'attachment','application/pdf',0),(136,1,'2020-09-25 15:24:20','2020-09-25 09:54:20','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\" target=\"_blank\">SIBANANDA DASH -IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/AMIT-KUMAR-IX-2018-19.pdf\" target=\"_blank\">AMIT KUMAR-IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIVA-RAMA-KRISHNA-PULLEPU-IX-2018-19.pdf\" target=\"_blank\">SIVA RAMA KRISHNA PULLEPU-IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/ASWIN-SAI-GANESH-TALATAM-IX-2019-20.pdf\" target=\"_blank\">ASWIN SAI GANESH TALATAM-IX (2019-20)</a></span>\r\n\r\n \r\n\r\n ','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2020-09-25 15:24:20','2020-09-25 09:54:20','',112,'http://boonschool.net/index.php/2020/09/25/112-revision-v1/',0,'revision','',0),(138,1,'2021-04-07 10:29:34','2021-04-07 04:59:34','Boon School,\r\n\r\nSchool Code: 57040,\r\n\r\nAffiliation No : 130126,\r\n\r\nDoor No: 9-16, Srinivasa Colony,\r\n\r\nRamanayyapeta,\r\n\r\nKakinada – 533005\r\n\r\nEmail :- 57040@cbseshiksha.in\r\n\r\nPhone No :- 8978778511','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2021-04-07 10:29:34','2021-04-07 04:59:34','',21,'http://boonschool.net/index.php/2021/04/07/21-revision-v1/',0,'revision','',0),(139,1,'2021-04-07 10:39:26','2021-04-07 05:09:26','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://boonschool.net/wp-content/uploads/2021/04/Fee-Details-2021-22.pdf\" target=\"_blank\">Fee Details 2021-22</a></strong></span></li>\r\n</ul>','Fee Details','','publish','closed','closed','','fee-details','','','2022-03-14 14:32:56','2022-03-14 09:02:56','',0,'http://boonschool.net/?page_id=139',0,'page','',0),(140,1,'2021-04-07 10:36:26','2021-04-07 05:06:26','','Fee Details','','inherit','open','closed','','fee-details','','','2021-04-07 10:36:26','2021-04-07 05:06:26','',139,'http://boonschool.net/wp-content/uploads/2021/04/Fee-Details.pdf',0,'attachment','application/pdf',0),(141,1,'2021-04-07 10:39:26','2021-04-07 05:09:26','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/04/Fee-Details.pdf\" target=\"_blank\">Fee Details</a></strong></li>\r\n</ul>','Fee Details','','inherit','closed','closed','','139-revision-v1','','','2021-04-07 10:39:26','2021-04-07 05:09:26','',139,'http://boonschool.net/index.php/2021/04/07/139-revision-v1/',0,'revision','',0),(142,1,'2021-04-07 10:42:56','2021-04-07 05:12:56','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/04/Student-Details.pdf\" target=\"_blank\">Student Details</a></strong></li>\r\n</ul>','Student Details','','publish','closed','closed','','student-details','','','2021-04-07 10:42:56','2021-04-07 05:12:56','',0,'http://boonschool.net/?page_id=142',0,'page','',0),(143,1,'2021-04-07 10:42:36','2021-04-07 05:12:36','','Student Details','','inherit','open','closed','','student-details','','','2021-04-07 10:42:36','2021-04-07 05:12:36','',142,'http://boonschool.net/wp-content/uploads/2021/04/Student-Details.pdf',0,'attachment','application/pdf',0),(144,1,'2021-04-07 10:42:56','2021-04-07 05:12:56','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/04/Student-Details.pdf\" target=\"_blank\">Student Details</a></strong></li>\r\n</ul>','Student Details','','inherit','closed','closed','','142-revision-v1','','','2021-04-07 10:42:56','2021-04-07 05:12:56','',142,'http://boonschool.net/index.php/2021/04/07/142-revision-v1/',0,'revision','',0),(145,1,'2021-04-07 10:43:39','2021-04-07 05:13:39','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/04/Affiliation-Extension-Letter.pdf\" target=\"_blank\">Affiliation Extension Letter</a></strong></li>\r\n</ul>','Affiliation Letter','','publish','closed','closed','','affiliation-letter','','','2021-07-01 14:13:40','2021-07-01 08:43:40','',0,'http://boonschool.net/?page_id=145',0,'page','',0),(146,1,'2021-04-07 10:43:14','2021-04-07 05:13:14','','Affiliation Letter','','inherit','open','closed','','affiliation-letter','','','2021-04-07 10:43:14','2021-04-07 05:13:14','',145,'http://boonschool.net/wp-content/uploads/2021/04/Affiliation-Letter.pdf',0,'attachment','application/pdf',0),(147,1,'2021-04-07 10:43:39','2021-04-07 05:13:39','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/04/Affiliation-Letter.pdf\" target=\"_blank\">Affiliation Letter</a></strong></li>\r\n</ul>','Affiliation Letter','','inherit','closed','closed','','145-revision-v1','','','2021-04-07 10:43:39','2021-04-07 05:13:39','',145,'http://boonschool.net/index.php/2021/04/07/145-revision-v1/',0,'revision','',0),(148,1,'2021-04-07 10:44:21','2021-04-07 05:14:21',' ','','','publish','closed','closed','','148','','','2021-07-01 14:38:22','2021-07-01 09:08:22','',0,'http://boonschool.net/?p=148',4,'nav_menu_item','',0),(149,1,'2021-04-07 10:44:21','2021-04-07 05:14:21',' ','','','publish','closed','closed','','149','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=149',13,'nav_menu_item','',0),(150,1,'2021-04-07 10:44:22','2021-04-07 05:14:22',' ','','','publish','closed','closed','','150','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=150',14,'nav_menu_item','',0),(151,1,'2021-04-07 11:04:33','2021-04-07 05:34:33','','Sri Chaitaya School CBSE Banners.','','inherit','open','closed','','sri-chaitaya-school-cbse-banners','','','2021-04-07 11:04:33','2021-04-07 05:34:33','',0,'http://boonschool.net/wp-content/uploads/2021/04/Sri-Chaitaya-School-CBSE-Banners..png',0,'attachment','image/png',0),(152,1,'2021-04-07 12:48:32','2021-04-07 07:18:32','<header class=\"entry-header\">\r\n<h3 class=\"entry-title\"><strong>History</strong></h3>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><a href=\"http://boonschool.net/wp-content/uploads/2015/11/school-building.jpg\"><img class=\"aligncenter size-large wp-image-94\" src=\"http://boonschool.net/wp-content/uploads/2015/11/school-building-1024x414.jpg\" alt=\"school building\" width=\"604\" height=\"244\" /></a></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Boon School</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Boon school every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Boon school first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed boon school striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Boon school is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years boon school branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, boon school is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong>Boon</strong><strong class=\"strong\"> Schools</strong> and <strong class=\"strong\">Star Kids. Boon school </strong>was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-04-07 12:48:32','2021-04-07 07:18:32','',9,'http://boonschool.net/index.php/2021/04/07/9-revision-v1/',0,'revision','',0),(154,1,'2021-07-01 14:12:30','2021-07-01 08:42:30','','ATTACHMENTS','','inherit','open','closed','','attachments','','','2021-07-01 14:12:30','2021-07-01 08:42:30','',145,'http://boonschool.net/wp-content/uploads/2021/04/ATTACHMENTS.rar',0,'attachment','application/rar',0),(155,1,'2021-07-01 14:12:45','2021-07-01 08:42:45','','Affiliation Extension Letter','','inherit','open','closed','','affiliation-extension-letter','','','2021-07-01 14:12:45','2021-07-01 08:42:45','',145,'http://boonschool.net/wp-content/uploads/2021/04/Affiliation-Extension-Letter.pdf',0,'attachment','application/pdf',0),(156,1,'2021-07-01 14:13:07','2021-07-01 08:43:07','','Affiliation Letter','','inherit','closed','closed','','145-autosave-v1','','','2021-07-01 14:13:07','2021-07-01 08:43:07','',145,'http://boonschool.net/index.php/2021/07/01/145-autosave-v1/',0,'revision','',0),(157,1,'2021-07-01 14:13:40','2021-07-01 08:43:40','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/04/Affiliation-Extension-Letter.pdf\" target=\"_blank\">Affiliation Extension Letter</a></strong></li>\r\n</ul>','Affiliation Letter','','inherit','closed','closed','','145-revision-v1','','','2021-07-01 14:13:40','2021-07-01 08:43:40','',145,'http://boonschool.net/index.php/2021/07/01/145-revision-v1/',0,'revision','',0),(158,1,'2021-07-01 14:23:48','2021-07-01 08:53:48','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://boonschool.net/wp-content/uploads/2021/07/Academic-Calendar-2021-22.pdf\" target=\"_blank\">Academic Calendar 2021-22</a></strong></span></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academic-calendar','','','2022-03-14 14:34:58','2022-03-14 09:04:58','',0,'http://boonschool.net/?page_id=158',0,'page','',0),(159,1,'2021-07-01 14:23:38','2021-07-01 08:53:38','','Academic Calendar','','inherit','open','closed','','academic-calendar','','','2021-07-01 14:23:38','2021-07-01 08:53:38','',158,'http://boonschool.net/wp-content/uploads/2021/07/Academic-Calendar.pdf',0,'attachment','application/pdf',0),(160,1,'2021-07-01 14:23:48','2021-07-01 08:53:48','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Academic-Calendar.pdf\" target=\"_blank\">Academic Calendar</a></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','158-revision-v1','','','2021-07-01 14:23:48','2021-07-01 08:53:48','',158,'http://boonschool.net/index.php/2021/07/01/158-revision-v1/',0,'revision','',0),(161,1,'2021-07-01 14:25:29','2021-07-01 08:55:29','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf\" target=\"_blank\">Building Safety Certificate</a></strong></li>\r\n</ul>','Building Safety Certificate','','publish','closed','closed','','building-safety-certificate','','','2021-07-01 14:25:42','2021-07-01 08:55:42','',0,'http://boonschool.net/?page_id=161',0,'page','',0),(162,1,'2021-07-01 14:24:45','2021-07-01 08:54:45','','Building Safety Certificate','','inherit','open','closed','','building-safety-certificate','','','2021-07-01 14:24:45','2021-07-01 08:54:45','',161,'http://boonschool.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(163,1,'2021-07-01 14:25:29','2021-07-01 08:55:29','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf\" target=\"_blank\">Building Safety Certificate</a></strong></li>\r\n</ul>','Building Safety Certificate','','inherit','closed','closed','','161-revision-v1','','','2021-07-01 14:25:29','2021-07-01 08:55:29','',161,'http://boonschool.net/index.php/2021/07/01/161-revision-v1/',0,'revision','',0),(164,1,'2021-07-01 14:26:26','2021-07-01 08:56:26','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/DEO-Certificate-for-extension-of-Affiliation.pdf\" target=\"_blank\">DEO Certificate for extension of Affiliation</a></strong></li>\r\n</ul>','DEO Certificate','','publish','closed','closed','','deo-certificate','','','2021-07-01 14:26:26','2021-07-01 08:56:26','',0,'http://boonschool.net/?page_id=164',0,'page','',0),(165,1,'2021-07-01 14:26:15','2021-07-01 08:56:15','','DEO Certificate for extension of Affiliation','','inherit','open','closed','','deo-certificate-for-extension-of-affiliation','','','2021-07-01 14:26:15','2021-07-01 08:56:15','',164,'http://boonschool.net/wp-content/uploads/2021/07/DEO-Certificate-for-extension-of-Affiliation.pdf',0,'attachment','application/pdf',0),(166,1,'2021-07-01 14:26:26','2021-07-01 08:56:26','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/DEO-Certificate-for-extension-of-Affiliation.pdf\" target=\"_blank\">DEO Certificate for extension of Affiliation</a></strong></li>\r\n</ul>','DEO Certificate','','inherit','closed','closed','','164-revision-v1','','','2021-07-01 14:26:26','2021-07-01 08:56:26','',164,'http://boonschool.net/index.php/2021/07/01/164-revision-v1/',0,'revision','',0),(167,1,'2021-07-01 14:26:55','2021-07-01 08:56:55','','Fee Structure','','inherit','open','closed','','fee-structure','','','2021-07-01 14:26:55','2021-07-01 08:56:55','',139,'http://boonschool.net/wp-content/uploads/2021/04/Fee-Structure.pdf',0,'attachment','application/pdf',0),(168,1,'2021-07-01 14:27:07','2021-07-01 08:57:07','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/04/Fee-Structure.pdf\" target=\"_blank\">Fee Structure</a></strong></li>\r\n</ul>','Fee Details','','inherit','closed','closed','','139-revision-v1','','','2021-07-01 14:27:07','2021-07-01 08:57:07','',139,'http://boonschool.net/index.php/2021/07/01/139-revision-v1/',0,'revision','',0),(169,1,'2021-07-01 14:29:00','2021-07-01 08:59:00','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></li>\r\n</ul>','Fire Safety Certificate','','publish','closed','closed','','fire-safety-certificate','','','2021-07-01 14:29:00','2021-07-01 08:59:00','',0,'http://boonschool.net/?page_id=169',0,'page','',0),(170,1,'2021-07-01 14:28:44','2021-07-01 08:58:44','','Fire Safety Certificate','','inherit','open','closed','','fire-safety-certificate','','','2021-07-01 14:28:44','2021-07-01 08:58:44','',169,'http://boonschool.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(171,1,'2021-07-01 14:29:00','2021-07-01 08:59:00','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','169-revision-v1','','','2021-07-01 14:29:00','2021-07-01 08:59:00','',169,'http://boonschool.net/index.php/2021/07/01/169-revision-v1/',0,'revision','',0),(172,1,'2021-07-01 14:30:20','2021-07-01 09:00:20',' ','','','publish','closed','closed','','172','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=172',9,'nav_menu_item','',0),(173,1,'2021-07-01 14:30:20','2021-07-01 09:00:20',' ','','','publish','closed','closed','','173','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=173',6,'nav_menu_item','',0),(174,1,'2021-07-01 14:30:20','2021-07-01 09:00:20',' ','','','publish','closed','closed','','174','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=174',8,'nav_menu_item','',0),(175,1,'2021-07-01 14:30:21','2021-07-01 09:00:21',' ','','','publish','closed','closed','','175','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=175',12,'nav_menu_item','',0),(176,1,'2021-07-01 14:31:28','2021-07-01 09:01:28','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Manadatory-Public-Disclosure1.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','publish','closed','closed','','mandatory-public-disclosure','','','2022-03-14 14:42:41','2022-03-14 09:12:41','',0,'http://boonschool.net/?page_id=176',0,'page','',0),(177,1,'2021-07-01 14:31:03','2021-07-01 09:01:03','','Manadatory Public Disclosure','','inherit','open','closed','','manadatory-public-disclosure','','','2021-07-01 14:31:03','2021-07-01 09:01:03','',176,'http://boonschool.net/wp-content/uploads/2021/07/Manadatory-Public-Disclosure.pdf',0,'attachment','application/pdf',0),(178,1,'2021-07-01 14:31:28','2021-07-01 09:01:28','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Manadatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','176-revision-v1','','','2021-07-01 14:31:28','2021-07-01 09:01:28','',176,'http://boonschool.net/index.php/2021/07/01/176-revision-v1/',0,'revision','',0),(179,1,'2021-07-01 14:32:36','2021-07-01 09:02:36','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/MGK-Society-Registration.pdf\" target=\"_blank\">MGK Society Registration</a></strong></li>\r\n</ul>','Trust Registration','','publish','closed','closed','','trust-registration','','','2021-07-01 14:32:36','2021-07-01 09:02:36','',0,'http://boonschool.net/?page_id=179',0,'page','',0),(180,1,'2021-07-01 14:32:22','2021-07-01 09:02:22','','MGK Society Registration','','inherit','open','closed','','mgk-society-registration','','','2021-07-01 14:32:22','2021-07-01 09:02:22','',179,'http://boonschool.net/wp-content/uploads/2021/07/MGK-Society-Registration.pdf',0,'attachment','application/pdf',0),(181,1,'2021-07-01 14:32:36','2021-07-01 09:02:36','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/MGK-Society-Registration.pdf\" target=\"_blank\">MGK Society Registration</a></strong></li>\r\n</ul>','Trust Registration','','inherit','closed','closed','','179-revision-v1','','','2021-07-01 14:32:36','2021-07-01 09:02:36','',179,'http://boonschool.net/index.php/2021/07/01/179-revision-v1/',0,'revision','',0),(182,1,'2021-07-01 14:33:14','2021-07-01 09:03:14','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','publish','closed','closed','','noc','','','2021-07-01 14:33:14','2021-07-01 09:03:14','',0,'http://boonschool.net/?page_id=182',0,'page','',0),(183,1,'2021-07-01 14:33:02','2021-07-01 09:03:02','','NOC','','inherit','open','closed','','noc','','','2021-07-01 14:33:02','2021-07-01 09:03:02','',182,'http://boonschool.net/wp-content/uploads/2021/07/NOC.pdf',0,'attachment','application/pdf',0),(184,1,'2021-07-01 14:33:14','2021-07-01 09:03:14','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','182-revision-v1','','','2021-07-01 14:33:14','2021-07-01 09:03:14','',182,'http://boonschool.net/index.php/2021/07/01/182-revision-v1/',0,'revision','',0),(185,1,'2021-07-01 14:34:02','2021-07-01 09:04:02','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Parent-Teacher-Association-Members.pdf\" target=\"_blank\">Parent Teacher Association Members</a></strong></li>\r\n</ul>','PTA Members','','publish','closed','closed','','pta-members','','','2021-07-01 14:34:02','2021-07-01 09:04:02','',0,'http://boonschool.net/?page_id=185',0,'page','',0),(186,1,'2021-07-01 14:33:48','2021-07-01 09:03:48','','Parent Teacher Association Members','','inherit','open','closed','','parent-teacher-association-members','','','2021-07-01 14:33:48','2021-07-01 09:03:48','',185,'http://boonschool.net/wp-content/uploads/2021/07/Parent-Teacher-Association-Members.pdf',0,'attachment','application/pdf',0),(187,1,'2021-07-01 14:34:02','2021-07-01 09:04:02','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Parent-Teacher-Association-Members.pdf\" target=\"_blank\">Parent Teacher Association Members</a></strong></li>\r\n</ul>','PTA Members','','inherit','closed','closed','','185-revision-v1','','','2021-07-01 14:34:02','2021-07-01 09:04:02','',185,'http://boonschool.net/index.php/2021/07/01/185-revision-v1/',0,'revision','',0),(188,1,'2021-07-01 14:34:24','2021-07-01 09:04:24','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/School-Management-Committee.pdf\" target=\"_blank\">School Management Committee</a></strong></li>\r\n</ul>','SMC','','publish','closed','closed','','smc','','','2021-07-01 14:34:24','2021-07-01 09:04:24','',0,'http://boonschool.net/?page_id=188',0,'page','',0),(189,1,'2021-07-01 14:34:15','2021-07-01 09:04:15','','School Management Committee','','inherit','open','closed','','school-management-committee','','','2021-07-01 14:34:15','2021-07-01 09:04:15','',188,'http://boonschool.net/wp-content/uploads/2021/07/School-Management-Committee.pdf',0,'attachment','application/pdf',0),(190,1,'2021-07-01 14:34:24','2021-07-01 09:04:24','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/School-Management-Committee.pdf\" target=\"_blank\">School Management Committee</a></strong></li>\r\n</ul>','SMC','','inherit','closed','closed','','188-revision-v1','','','2021-07-01 14:34:24','2021-07-01 09:04:24','',188,'http://boonschool.net/index.php/2021/07/01/188-revision-v1/',0,'revision','',0),(191,1,'2021-07-01 14:35:11','2021-07-01 09:05:11','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Water-Health-And-Sanitation-Certificate.pdf\" target=\"_blank\">Water, Health And Sanitation Certificate</a></strong></li>\r\n</ul>','Water And Sanitary Certificate','','publish','closed','closed','','water-and-sanitary-certificate','','','2021-07-01 14:35:11','2021-07-01 09:05:11','',0,'http://boonschool.net/?page_id=191',0,'page','',0),(192,1,'2021-07-01 14:34:59','2021-07-01 09:04:59','','Water, Health And Sanitation Certificate','','inherit','open','closed','','water-health-and-sanitation-certificate','','','2021-07-01 14:34:59','2021-07-01 09:04:59','',191,'http://boonschool.net/wp-content/uploads/2021/07/Water-Health-And-Sanitation-Certificate.pdf',0,'attachment','application/pdf',0),(193,1,'2021-07-01 14:35:11','2021-07-01 09:05:11','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Water-Health-And-Sanitation-Certificate.pdf\" target=\"_blank\">Water, Health And Sanitation Certificate</a></strong></li>\r\n</ul>','Water And Sanitary Certificate','','inherit','closed','closed','','191-revision-v1','','','2021-07-01 14:35:11','2021-07-01 09:05:11','',191,'http://boonschool.net/index.php/2021/07/01/191-revision-v1/',0,'revision','',0),(194,1,'2021-07-01 14:38:23','2021-07-01 09:08:23',' ','','','publish','closed','closed','','194','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=194',10,'nav_menu_item','',0),(195,1,'2021-07-01 14:38:23','2021-07-01 09:08:23',' ','','','publish','closed','closed','','195','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=195',16,'nav_menu_item','',0),(196,1,'2021-07-01 14:38:23','2021-07-01 09:08:23',' ','','','publish','closed','closed','','196','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=196',15,'nav_menu_item','',0),(197,1,'2021-07-01 14:38:23','2021-07-01 09:08:23',' ','','','publish','closed','closed','','197','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=197',5,'nav_menu_item','',0),(198,1,'2021-07-01 14:38:23','2021-07-01 09:08:23',' ','','','publish','closed','closed','','198','','','2021-07-01 14:38:23','2021-07-01 09:08:23','',0,'http://boonschool.net/?p=198',7,'nav_menu_item','',0),(199,1,'2021-07-01 14:38:22','2021-07-01 09:08:22',' ','','','publish','closed','closed','','199','','','2021-07-01 14:38:22','2021-07-01 09:08:22','',0,'http://boonschool.net/?p=199',3,'nav_menu_item','',0),(200,1,'2021-07-01 14:42:50','2021-07-01 09:12:50','<header class=\"entry-header\"><strong>School Affiliation No</strong> : <strong><span style=\"color: #339966;\">130126 </span></strong></header><header class=\"entry-header\"><strong>School Code</strong> : <strong><span style=\"color: #00ccff;\">57040</span></strong>\r\n<h3 class=\"entry-title\"><strong>History</strong></h3>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><a href=\"http://boonschool.net/wp-content/uploads/2015/11/school-building.jpg\"><img class=\"aligncenter size-large wp-image-94\" src=\"http://boonschool.net/wp-content/uploads/2015/11/school-building-1024x414.jpg\" alt=\"school building\" width=\"604\" height=\"244\" /></a></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Boon School</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Boon school every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Boon school first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed boon school striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Boon school is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years boon school branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, boon school is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong>Boon</strong><strong class=\"strong\"> Schools</strong> and <strong class=\"strong\">Star Kids. Boon school </strong>was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-07-01 14:42:50','2021-07-01 09:12:50','',9,'http://boonschool.net/index.php/2021/07/01/9-revision-v1/',0,'revision','',0),(202,1,'2021-07-27 11:59:21','2021-07-27 06:29:21','','TABASSUM BANU_IX (2020-21)','','inherit','open','closed','','tabassum-banu_ix-2020-21','','','2021-07-27 11:59:21','2021-07-27 06:29:21','',112,'http://boonschool.net/wp-content/uploads/2019/02/TABASSUM-BANU_IX-2020-21.pdf',0,'attachment','application/pdf',0),(203,1,'2021-07-27 11:59:52','2021-07-27 06:29:52','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/HARDICK-TALUKDAR-XI-2018-19.pdf\" target=\"_blank\">HARDICK TALUKDAR - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SOUVIK-SAHA-XI-2018-19.pdf\" target=\"_blank\">SOUVIK SAHA - XI (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIBANANDA-DASH-IX-2018-19-.pdf\" target=\"_blank\">SIBANANDA DASH -IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/AMIT-KUMAR-IX-2018-19.pdf\" target=\"_blank\">AMIT KUMAR-IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/SIVA-RAMA-KRISHNA-PULLEPU-IX-2018-19.pdf\" target=\"_blank\">SIVA RAMA KRISHNA PULLEPU-IX (2018-19)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/ASWIN-SAI-GANESH-TALATAM-IX-2019-20.pdf\" target=\"_blank\">ASWIN SAI GANESH TALATAM-IX (2019-20)</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://boonschool.net/wp-content/uploads/2019/02/TABASSUM-BANU_IX-2020-21.pdf\" target=\"_blank\">TABASSUM BANU-IX (2020-21)</a></span>\r\n\r\n ','Transfer Certificates','','inherit','closed','closed','','112-revision-v1','','','2021-07-27 11:59:52','2021-07-27 06:29:52','',112,'http://boonschool.net/index.php/2021/07/27/112-revision-v1/',0,'revision','',0),(205,1,'2022-03-14 14:34:51','2022-03-14 09:04:51','<ul>\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Academic-Calendar-2021-22.pdf\" target=\"_blank\">Academic Calendar 2021-22</a></strong></li>\n</ul>','Academic Calendar','','inherit','closed','closed','','158-autosave-v1','','','2022-03-14 14:34:51','2022-03-14 09:04:51','',158,'http://boonschool.net/index.php/2022/03/14/158-autosave-v1/',0,'revision','',0),(206,1,'2022-03-14 14:31:59','2022-03-14 09:01:59','','Fee Details 2021-22','','inherit','open','closed','','fee-details-2021-22','','','2022-03-14 14:31:59','2022-03-14 09:01:59','',139,'http://boonschool.net/wp-content/uploads/2021/04/Fee-Details-2021-22.pdf',0,'attachment','application/pdf',0),(207,1,'2022-03-14 14:32:13','2022-03-14 09:02:13','<ul>\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/04/Fee-Details-2021-22.pdf\" target=\"_blank\">Fee Details 2021-22</a></strong></li>\n</ul>','Fee Details','','inherit','closed','closed','','139-autosave-v1','','','2022-03-14 14:32:13','2022-03-14 09:02:13','',139,'http://boonschool.net/index.php/2022/03/14/139-autosave-v1/',0,'revision','',0),(208,1,'2022-03-14 14:32:20','2022-03-14 09:02:20','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://boonschool.net/wp-content/uploads/2021/04/Fee-Details-2021-22.pdf\" target=\"_blank\">Fee Details 2021-22</a></strong></span></li>\r\n</ul>','Fee Details','','inherit','closed','closed','','139-revision-v1','','','2022-03-14 14:32:20','2022-03-14 09:02:20','',139,'http://boonschool.net/index.php/2022/03/14/139-revision-v1/',0,'revision','',0),(209,1,'2022-03-14 14:34:21','2022-03-14 09:04:21','','Academic Calendar 2021-22','','inherit','open','closed','','academic-calendar-2021-22','','','2022-03-14 14:34:21','2022-03-14 09:04:21','',158,'http://boonschool.net/wp-content/uploads/2021/07/Academic-Calendar-2021-22.pdf',0,'attachment','application/pdf',0),(210,1,'2022-03-14 14:34:58','2022-03-14 09:04:58','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://boonschool.net/wp-content/uploads/2021/07/Academic-Calendar-2021-22.pdf\" target=\"_blank\">Academic Calendar 2021-22</a></strong></span></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','158-revision-v1','','','2022-03-14 14:34:58','2022-03-14 09:04:58','',158,'http://boonschool.net/index.php/2022/03/14/158-revision-v1/',0,'revision','',0),(211,1,'2022-03-14 14:39:57','2022-03-14 09:09:57','','Manadatory Public Disclosure','','inherit','open','closed','','manadatory-public-disclosure-2','','','2022-03-14 14:39:57','2022-03-14 09:09:57','',176,'http://boonschool.net/wp-content/uploads/2021/07/Manadatory-Public-Disclosure1.pdf',0,'attachment','application/pdf',0),(212,1,'2022-03-14 14:40:31','2022-03-14 09:10:31','<ul>\r\n <li><strong><a href=\"http://boonschool.net/wp-content/uploads/2021/07/Manadatory-Public-Disclosure1.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','176-revision-v1','','','2022-03-14 14:40:31','2022-03-14 09:10:31','',176,'http://boonschool.net/index.php/2022/03/14/176-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(114,3,0),(148,3,0),(149,3,0),(150,3,0),(172,3,0),(173,3,0),(174,3,0),(175,3,0),(194,3,0),(195,3,0),(196,3,0),(197,3,0),(198,3,0),(199,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,20); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','204'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&align=center&imgsize=medium&hidetb=1&wplink=0&mfold=o'),(20,1,'scsuser-settings-time','1647248536'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','1543095348:$P$BUjKBcHlwFe7yZuxGgvGzRjJMxk7EW.',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_coimbatorenanjapparoad` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_coimbatorenanjapparoad` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_coimbatorenanjapparoad`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=14326 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschoolnanjapparoad.net','yes'),(2,'home','http://srichaitanyatechnoschoolnanjapparoad.net','yes'),(3,'blogname','Sri Chaitanya School Nanjappa Road','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:100:\"/www-data/sites/srichaitanyatechnoschoolnanjapparoad.net/wp-content/themes/twentythirteen/footer.php\";i:2;s:99:\"/www-data/sites/srichaitanyatechnoschoolnanjapparoad.net/wp-content/themes/twentythirteen/style.css\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;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:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668670178;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','f3447e1ce60c9f1e5050cc7128830ee9','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:3:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1553754400;s:9:\"hello.php\";i:1553754355;s:19:\"akismet/akismet.php\";i:1553752452;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:91:\"http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2019/03/Coimbatore-4.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:55;s:3:\"url\";s:91:\"http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2019/03/Coimbatore-4.png\";s:13:\"thumbnail_url\";s:91:\"http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2019/03/Coimbatore-4.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(322,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670179;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'_site_transient_timeout_available_translations','1449159309','yes'),(338,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 09:00:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 08:58:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(340,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(375,'_transient_timeout_plugin_slugs','1553853708','no'),(376,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(377,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1553795495','no'),(378,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: A feed could not be found at http://wordpress.org/news/feed/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: SSL connect error</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(379,'akismet_ssl_disabled','1553752452','yes'),(396,'_transient_is_multi_author','0','yes'),(10888,'_transient_timeout_mailserver_last_checked','1653345075','no'),(10889,'_transient_mailserver_last_checked','1','no'),(14323,'_site_transient_timeout_theme_roots','1668671975','yes'),(14324,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(14325,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670179;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=149 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1553775129:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1553775290:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1553775165:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1553769561:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1553775220:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1553775440:1'),(48,23,'_menu_item_type','post_type'),(49,23,'_menu_item_menu_item_parent','0'),(50,23,'_menu_item_object_id','12'),(51,23,'_menu_item_object','page'),(52,23,'_menu_item_target',''),(53,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,23,'_menu_item_xfn',''),(55,23,'_menu_item_url',''),(56,23,'_menu_item_orphaned','1447504188'),(57,24,'_menu_item_type','post_type'),(58,24,'_menu_item_menu_item_parent','0'),(59,24,'_menu_item_object_id','12'),(60,24,'_menu_item_object','page'),(61,24,'_menu_item_target',''),(62,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,24,'_menu_item_xfn',''),(64,24,'_menu_item_url',''),(65,24,'_menu_item_orphaned','1447504306'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,55,'_wp_attached_file','2019/03/Coimbatore-4.png'),(144,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:24:\"2019/03/Coimbatore-4.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Coimbatore-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Coimbatore-4-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Coimbatore-4-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Coimbatore-4-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(145,55,'_wp_attachment_custom_header_last_used_twentythirteen','1553754199'),(146,55,'_wp_attachment_is_custom_header','twentythirteen'),(147,67,'_wp_attached_file','2015/11/coming-soon-2550190__340.jpg'),(148,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:340;s:4:\"file\";s:36:\"2015/11/coming-soon-2550190__340.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-510x270.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','publish','closed','closed','','about-us','','','2019-03-28 11:59:05','2019-03-28 06:29:05','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','publish','closed','closed','','admissions','','','2019-03-28 12:04:50','2019-03-28 06:34:50','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2019-03-28 12:01:20','2019-03-28 06:31:20','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-67 size-full\" src=\"http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a></p>','News & Events','','publish','closed','closed','','news-events','','','2019-03-28 16:11:39','2019-03-28 10:41:39','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2019-03-28 12:02:33','2019-03-28 06:32:33','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Plot No: 11, Nanjappa Road,</p>\r\n<p class=\"xs-mb-0\">Coimbatore - 641018,</p>\r\n<p class=\"xs-mb-0\">Tamilnadu,</p>\r\nEmail : Coimbatore4@srichaitanyaschool.net\r\n\r\nPhone : 73977 52714 / 73977 52715.','Contact Us','','publish','closed','closed','','contact-us','','','2019-03-28 12:12:37','2019-03-28 06:42:37','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(23,1,'2015-11-14 17:59:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 17:59:48','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=23',1,'nav_menu_item','',0),(24,1,'2015-11-14 18:01:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 18:01:46','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=24',1,'nav_menu_item','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2019-03-28 12:02:31','2019-03-28 06:32:31','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\n</u></strong></h3>\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\n</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\n</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\n</u></strong>\n<ul>\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\n</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n</ul>\n<strong><u>CBSE</u> :</strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2019-03-28 12:02:31','2019-03-28 06:32:31','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2019-03-28 17:25:10','2019-03-28 11:55:10','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\n<p class=\"xs-mb-0\">Survey No : 111/3, Nanjanapuram Village,</p>\n<p class=\"xs-mb-0\">Beside Ford Showroom, Thindal Post,</p>\n<p class=\"xs-mb-0\">Erode, Tamilnadu,</p>\nEmail : Erode@srichaitanyaschool.net\n\nPhone : 73977 52712 / 73977 52713.\n\n<address class=\"xs-mb-0 animate hide-animation view-animation animated fadeIn\" data-vp-add-class=\"view-animation animated fadeIn\" data-vp-offset=\"10\"> </address>','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2019-03-28 17:25:10','2019-03-28 11:55:10','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2019-03-28 11:53:08','2019-03-28 06:23:08','','Coimbatore - 4','','inherit','open','closed','','coimbatore-4','','','2019-03-28 11:53:08','2019-03-28 06:23:08','',0,'http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2019/03/Coimbatore-4.png',0,'attachment','image/png',0),(56,1,'2019-03-28 11:57:08','2019-03-28 06:27:08','','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-28 11:57:08','2019-03-28 06:27:08','',9,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/9-revision-v1/',0,'revision','',0),(58,1,'2019-03-28 11:58:39','2019-03-28 06:28:39','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-28 11:58:39','2019-03-28 06:28:39','',9,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/9-revision-v1/',0,'revision','',0),(59,1,'2019-03-28 12:01:20','2019-03-28 06:31:20','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-03-28 12:01:20','2019-03-28 06:31:20','',14,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/14-revision-v1/',0,'revision','',0),(60,1,'2019-03-28 12:02:33','2019-03-28 06:32:33','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-03-28 12:02:33','2019-03-28 06:32:33','',19,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/19-revision-v1/',0,'revision','',0),(61,1,'2019-03-28 12:04:46','2019-03-28 06:34:46','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-autosave-v1','','','2019-03-28 12:04:46','2019-03-28 06:34:46','',12,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/12-autosave-v1/',0,'revision','',0),(62,1,'2019-03-28 12:04:50','2019-03-28 06:34:50','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-03-28 12:04:50','2019-03-28 06:34:50','',12,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/12-revision-v1/',0,'revision','',0),(63,1,'2019-03-28 12:05:31','2019-03-28 06:35:31','<strong>Coming Soon...</strong>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 12:05:31','2019-03-28 06:35:31','',17,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0),(64,1,'2019-03-28 12:10:51','2019-03-28 06:40:51','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Plot No: 11, Nanjappa Road,</p>\r\n<p class=\"xs-mb-0\">Coimbatore - 641018,</p>\r\n<p class=\"xs-mb-0\">Tamilnadu,</p>\r\nEmail : Coimbatore4@srichaitanyaschool.net\r\n\r\nPH : 73977 52714 / 73977 52715.\r\n\r\n \r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-03-28 12:10:51','2019-03-28 06:40:51','',21,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/21-revision-v1/',0,'revision','',0),(65,1,'2019-03-28 12:12:37','2019-03-28 06:42:37','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Plot No: 11, Nanjappa Road,</p>\r\n<p class=\"xs-mb-0\">Coimbatore - 641018,</p>\r\n<p class=\"xs-mb-0\">Tamilnadu,</p>\r\nEmail : Coimbatore4@srichaitanyaschool.net\r\n\r\nPhone : 73977 52714 / 73977 52715.','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-03-28 12:12:37','2019-03-28 06:42:37','',21,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/21-revision-v1/',0,'revision','',0),(67,1,'2019-03-28 16:11:07','2019-03-28 10:41:07','','coming-soon-2550190__340','','inherit','open','closed','','coming-soon-2550190__340','','','2019-03-28 16:11:07','2019-03-28 10:41:07','',17,'http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg',0,'attachment','image/jpeg',0),(68,1,'2019-03-28 16:11:39','2019-03-28 10:41:39','<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-67 size-full\" src=\"http://srichaitanyatechnoschoolnanjapparoad.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 16:11:39','2019-03-28 10:41:39','',17,'http://srichaitanyatechnoschoolnanjapparoad.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','66'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=html&post_dfw=off&libraryContent=browse&advImgDetails=show'),(20,1,'scsuser-settings-time','1553775269'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_erode` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_erode` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_erode`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=3055 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschoolerode.net','yes'),(2,'home','http://srichaitanyatechnoschoolerode.net','yes'),(3,'blogname','Sri Chaitanya School Erode','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:93:\"/www-data/sites/srichaitanyatechnoschoolerode.net/wp-content/themes/twentythirteen/footer.php\";i:2;s:92:\"/www-data/sites/srichaitanyatechnoschoolerode.net/wp-content/themes/twentythirteen/style.css\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1585682460;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:1585695670;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:1585738952;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;}}}i:1585742003;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.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-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1585662095;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','446c245be7b92b6610efea64f7e34c81','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1553773155;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(150,'_site_transient_update_themes','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1585662108;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}}','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:77:\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2019/03/Erode.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:58;s:3:\"url\";s:77:\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2019/03/Erode.png\";s:13:\"thumbnail_url\";s:77:\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2019/03/Erode.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(322,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1585662106;s:8:\"response\";N;s:12:\"translations\";N;s:9:\"no_update\";N;}','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'_site_transient_timeout_available_translations','1449159309','yes'),(338,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 09:00:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 08:58:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(340,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(375,'_transient_timeout_plugin_slugs','1553859559','no'),(376,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(377,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1553816312','no'),(378,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: A feed could not be found at http://wordpress.org/news/feed/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Peer certificate cannot be authenticated with known CA certificates</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(383,'_transient_is_multi_author','0','yes'),(2534,'_transient_timeout_mailserver_last_checked','1580024046','no'),(2535,'_transient_mailserver_last_checked','1','no'),(3052,'_site_transient_timeout_theme_roots','1585663908','yes'),(3053,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(3054,'_transient_doing_cron','1597055317.7975809574127197265625','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=149 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1553773563:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1553774113:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1553774136:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1553773705:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1553773689:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1553774050:1'),(48,23,'_menu_item_type','post_type'),(49,23,'_menu_item_menu_item_parent','0'),(50,23,'_menu_item_object_id','12'),(51,23,'_menu_item_object','page'),(52,23,'_menu_item_target',''),(53,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,23,'_menu_item_xfn',''),(55,23,'_menu_item_url',''),(56,23,'_menu_item_orphaned','1447504188'),(57,24,'_menu_item_type','post_type'),(58,24,'_menu_item_menu_item_parent','0'),(59,24,'_menu_item_object_id','12'),(60,24,'_menu_item_object','page'),(61,24,'_menu_item_target',''),(62,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,24,'_menu_item_xfn',''),(64,24,'_menu_item_url',''),(65,24,'_menu_item_orphaned','1447504306'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,55,'_wp_attached_file','2015/11/SNOWBOARD-sale-2.png'),(144,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:810;s:6:\"height\";i:450;s:4:\"file\";s:28:\"2015/11/SNOWBOARD-sale-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SNOWBOARD-sale-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"SNOWBOARD-sale-2-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"SNOWBOARD-sale-2-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(145,58,'_wp_attached_file','2019/03/Erode.png'),(146,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:17:\"2019/03/Erode.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Erode-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Erode-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Erode-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Erode-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(147,58,'_wp_attachment_custom_header_last_used_twentythirteen','1553773588'),(148,58,'_wp_attachment_is_custom_header','twentythirteen'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','publish','closed','closed','','about-us','','','2019-03-28 17:18:22','2019-03-28 11:48:22','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','publish','closed','closed','','admissions','','','2019-03-28 17:27:36','2019-03-28 11:57:36','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2019-03-28 17:19:59','2019-03-28 11:49:59','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<a href=\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2015/11/SNOWBOARD-sale-2.png\"><img class=\"aligncenter wp-image-55 size-full\" src=\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2015/11/SNOWBOARD-sale-2.png\" alt=\"SNOWBOARD sale (2)\" width=\"810\" height=\"450\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2019-03-28 17:20:47','2019-03-28 11:50:47','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2019-03-28 17:20:30','2019-03-28 11:50:30','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Survey No : 111/3, Nanjanapuram Village,</p>\r\n<p class=\"xs-mb-0\">Beside Ford Showroom, Thindal Post,</p>\r\n<p class=\"xs-mb-0\">Erode, Tamilnadu,</p>\r\nEmail : Erode@srichaitanyaschool.net\r\n\r\nPhone : 73977 52712 / 73977 52713.','Contact Us','','publish','closed','closed','','contact-us','','','2019-03-28 17:25:55','2019-03-28 11:55:55','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(23,1,'2015-11-14 17:59:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 17:59:48','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=23',1,'nav_menu_item','',0),(24,1,'2015-11-14 18:01:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 18:01:46','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=24',1,'nav_menu_item','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2019-03-28 17:18:16','2019-03-28 11:48:16','','About Us','','inherit','closed','closed','','9-autosave-v1','','','2019-03-28 17:18:16','2019-03-28 11:48:16','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2019-03-28 17:26:26','2019-03-28 11:56:26','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Survey No : 111/3, Nanjanapuram Village,</p>\r\n<p class=\"xs-mb-0\">Beside Ford Showroom, Thindal Post,</p>\r\n<p class=\"xs-mb-0\">Erode, Tamilnadu,</p>\r\nEmail : Erode@srichaitanyaschool.net\r\n\r\nPhone : 73977 52712 / 73977 52713.','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2019-03-28 17:26:26','2019-03-28 11:56:26','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2019-03-28 17:09:47','2019-03-28 11:39:47','','SNOWBOARD sale (2)','','inherit','open','closed','','snowboard-sale-2','','','2019-03-28 17:09:47','2019-03-28 11:39:47','',17,'http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2015/11/SNOWBOARD-sale-2.png',0,'attachment','image/png',0),(56,1,'2019-03-28 17:10:04','2019-03-28 11:40:04','<a href=\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2015/11/SNOWBOARD-sale-2.png\"><img class=\"aligncenter wp-image-55 size-full\" src=\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2015/11/SNOWBOARD-sale-2.png\" alt=\"SNOWBOARD sale (2)\" width=\"810\" height=\"450\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 17:10:04','2019-03-28 11:40:04','',17,'http://srichaitanyatechnoschoolerode.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0),(57,1,'2019-03-28 17:13:32','2019-03-28 11:43:32','<a href=\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2015/11/SNOWBOARD-sale-2.png\"><img class=\"wp-image-55 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2015/11/SNOWBOARD-sale-2.png\" alt=\"SNOWBOARD sale (2)\" width=\"810\" height=\"450\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2019-03-28 17:13:32','2019-03-28 11:43:32','',17,'http://srichaitanyatechnoschoolerode.net/index.php/2019/03/28/17-autosave-v1/',0,'revision','',0),(58,1,'2019-03-28 17:16:16','2019-03-28 11:46:16','','Erode','','inherit','open','closed','','erode','','','2019-03-28 17:16:16','2019-03-28 11:46:16','',0,'http://srichaitanyatechnoschoolerode.net/wp-content/uploads/2019/03/Erode.png',0,'attachment','image/png',0),(59,1,'2019-03-28 17:18:22','2019-03-28 11:48:22','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-28 17:18:22','2019-03-28 11:48:22','',9,'http://srichaitanyatechnoschoolerode.net/index.php/2019/03/28/9-revision-v1/',0,'revision','',0),(60,1,'2019-03-28 17:19:31','2019-03-28 11:49:31','','Academics','','inherit','closed','closed','','14-autosave-v1','','','2019-03-28 17:19:31','2019-03-28 11:49:31','',14,'http://srichaitanyatechnoschoolerode.net/index.php/2019/03/28/14-autosave-v1/',0,'revision','',0),(61,1,'2019-03-28 17:19:59','2019-03-28 11:49:59','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-03-28 17:19:59','2019-03-28 11:49:59','',14,'http://srichaitanyatechnoschoolerode.net/index.php/2019/03/28/14-revision-v1/',0,'revision','',0),(62,1,'2019-03-28 17:20:30','2019-03-28 11:50:30','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-03-28 17:20:30','2019-03-28 11:50:30','',19,'http://srichaitanyatechnoschoolerode.net/index.php/2019/03/28/19-revision-v1/',0,'revision','',0),(63,1,'2019-03-28 17:25:55','2019-03-28 11:55:55','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Survey No : 111/3, Nanjanapuram Village,</p>\r\n<p class=\"xs-mb-0\">Beside Ford Showroom, Thindal Post,</p>\r\n<p class=\"xs-mb-0\">Erode, Tamilnadu,</p>\r\nEmail : Erode@srichaitanyaschool.net\r\n\r\nPhone : 73977 52712 / 73977 52713.','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-03-28 17:25:55','2019-03-28 11:55:55','',21,'http://srichaitanyatechnoschoolerode.net/index.php/2019/03/28/21-revision-v1/',0,'revision','',0),(64,1,'2019-03-28 17:27:36','2019-03-28 11:57:36','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-03-28 17:27:36','2019-03-28 11:57:36','',12,'http://srichaitanyatechnoschoolerode.net/index.php/2019/03/28/12-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','48'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse'),(20,1,'scsuser-settings-time','1553773199'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_hubli` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_hubli` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_hubli`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=11924 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyaschoolhubli.net','yes'),(2,'home','http://srichaitanyaschoolhubli.net','yes'),(3,'blogname','Sri Chaitanya School Hubli','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:87:\"/www-data/sites/srichaitanyaschoolhubli.net/wp-content/themes/twentythirteen/footer.php\";i:2;s:86:\"/www-data/sites/srichaitanyaschoolhubli.net/wp-content/themes/twentythirteen/style.css\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;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:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668671718;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','978e9e667f7787f40d0781ca36fb442e','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1578290126;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:112:\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/01/cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:56;s:3:\"url\";s:112:\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/01/cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg\";s:13:\"thumbnail_url\";s:112:\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/01/cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(322,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668671720;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(2302,'_site_transient_timeout_browser_ea88d480f2579c317791f9e3b789b1de','1624866442','yes'),(2303,'_site_transient_browser_ea88d480f2579c317791f9e3b789b1de','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.106\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(4687,'_site_transient_timeout_browser_9ceebc4ad83ababb94d4029b4dca4e66','1635746731','yes'),(4688,'_site_transient_browser_9ceebc4ad83ababb94d4029b4dca4e66','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"95.0.4638.54\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(5809,'_site_transient_timeout_browser_d44bfba7ec2b67d9eb9e6c1eea55c253','1640864518','yes'),(5810,'_site_transient_browser_d44bfba7ec2b67d9eb9e6c1eea55c253','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"96.0.4664.110\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(6593,'_site_transient_timeout_browser_ead6fc310eda228fb8c6eec2b517dc3b','1644659640','yes'),(6594,'_site_transient_browser_ead6fc310eda228fb8c6eec2b517dc3b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"97.0.4692.99\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(8513,'_transient_timeout_mailserver_last_checked','1653338585','no'),(8514,'_transient_mailserver_last_checked','1','no'),(10293,'_site_transient_timeout_browser_b20f96e5878b0a47ff8626c8f757e35b','1661772131','yes'),(10294,'_site_transient_browser_b20f96e5878b0a47ff8626c8f757e35b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"104.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(10295,'_transient_timeout_plugin_slugs','1661253732','no'),(10296,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(10297,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1661210532','no'),(10298,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(10300,'_transient_is_multi_author','0','yes'),(10302,'_site_transient_timeout_available_translations','1661182334','yes'),(10303,'_site_transient_available_translations','a:84:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2021-05-13 16:00:08\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.2.32/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"AzÉ™rbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2016-04-10 19:04:48\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.2.32/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2019-05-14 11:31:02\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"БеларуÑÐºÐ°Ñ Ð¼Ð¾Ð²Ð°\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.2.32/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"ПрацÑгнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"БългарÑки\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Ðапред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"à¦à¦—িয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català \";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2022-01-06 20:27:31\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"ÄŒeÅ¡tina\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"PokraÄovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:05:44\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:06:33\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-10 09:57:22\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"ΣυνÎχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 12:35:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"DaÅrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2022-01-07 04:10:48\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2021-11-10 03:15:52\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"ÙØ§Ø±Ø³ÛŒ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 17:58:19\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 02:28:05\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gà idhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2015-11-05 03:23:19\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره Ú¯ÛŒ\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.2.32/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिनà¥à¤¦à¥€\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Õ€Õ¡ÕµÕ¥Ö€Õ¥Õ¶\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Õ‡Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ¥Õ¬\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Ãslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Ãfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次ã¸\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2022-01-11 14:32:09\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქáƒáƒ თული\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გáƒáƒ’რძელებáƒ\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2020-11-23 21:04:22\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.2.32/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2016-08-29 16:50:07\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាážáŸ’មែរ\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.2.32/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្áž\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한êµì–´\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계ì†\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2017-01-28 23:04:15\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.2.32/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"TÄ™sti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2021-05-26 10:03:42\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"LatvieÅ¡u valoda\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.2.32/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"TurpinÄt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2019-09-04 12:19:16\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"МакедонÑки јазик\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-15 04:39:52\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါá‹\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (BokmÃ¥l)\";s:11:\"native_name\";s:13:\"Norsk bokmÃ¥l\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2015-08-04 21:04:58\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.2.32/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-16 17:23:30\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"РуÑÑкий\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"SlovenÄina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"PokraÄovaÅ¥\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"SlovenÅ¡Äina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"СрпÑки језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"ÐаÑтави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழà¯\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடரà¯à®•\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่à¸à¹„ป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2021-07-03 18:38:27\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"УкраїнÑька\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2021-06-29 08:58:23\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.2.32/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"ç®€ä½“ä¸æ–‡\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"ç»§ç»\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"ç¹é«”䏿–‡\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(10304,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(11921,'_site_transient_timeout_theme_roots','1668673516','yes'),(11922,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(11923,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668671719;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=543 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1635142152:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1578554971:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1578554728:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1583923035:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1578290804:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1578544163:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,55,'_wp_attached_file','2020/01/Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg'),(144,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:50:\"2020/01/Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Sri-Chaitaya-School-CBSE-Banners-Hubli-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Sri-Chaitaya-School-CBSE-Banners-Hubli-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Sri-Chaitaya-School-CBSE-Banners-Hubli-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Sri-Chaitaya-School-CBSE-Banners-Hubli-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(145,56,'_wp_attached_file','2020/01/cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg'),(146,56,'_wp_attachment_context','custom-header'),(147,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:58:\"2020/01/cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(148,56,'_wp_attachment_custom_header_last_used_twentythirteen','1578290051'),(149,56,'_wp_attachment_is_custom_header','twentythirteen'),(150,58,'_wp_attached_file','2015/11/Hubli-About-Us-Admission.jpg'),(151,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:36:\"2015/11/Hubli-About-Us-Admission.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Hubli-About-Us-Admission-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Hubli-About-Us-Admission-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Hubli-About-Us-Admission-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(152,65,'_wp_attached_file','2015/11/Hubli-About-Us-Admission-1.jpg'),(153,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:38:\"2015/11/Hubli-About-Us-Admission-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Hubli-About-Us-Admission-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Hubli-About-Us-Admission-1-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Hubli-About-Us-Admission-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(154,68,'_wp_attached_file','2015/11/News-Events-1.jpg'),(155,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(156,69,'_wp_attached_file','2015/11/News-Events-2.jpg'),(157,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(158,70,'_wp_attached_file','2015/11/News-Events-3.jpg'),(159,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(160,72,'_wp_attached_file','2015/11/News-Events-4.jpg'),(161,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(162,73,'_wp_attached_file','2015/11/News-Events-5.jpg'),(163,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(164,74,'_wp_attached_file','2015/11/News-Events-6.jpg'),(165,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(166,75,'_wp_attached_file','2015/11/News-Events-7.jpg'),(167,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(168,76,'_wp_attached_file','2015/11/News-Events-8.jpg'),(169,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-8.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(170,77,'_wp_attached_file','2015/11/News-Events-9.jpg'),(171,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2015/11/News-Events-9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"News-Events-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"News-Events-9-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(172,78,'_wp_attached_file','2015/11/News-Events-10.jpg'),(173,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:26:\"2015/11/News-Events-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"News-Events-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"News-Events-10-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(174,79,'_wp_attached_file','2015/11/News-Events-11.jpg'),(175,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:26:\"2015/11/News-Events-11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"News-Events-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"News-Events-11-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(176,80,'_wp_attached_file','2015/11/News-Events-12.jpg'),(177,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:26:\"2015/11/News-Events-12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"News-Events-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"News-Events-12-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(178,87,'_wp_attached_file','2015/11/Hubli-News-And-Events-1.jpg'),(179,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:35:\"2015/11/Hubli-News-And-Events-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Hubli-News-And-Events-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Hubli-News-And-Events-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(180,88,'_wp_attached_file','2015/11/Hubli-News-And-Events.jpg'),(181,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:33:\"2015/11/Hubli-News-And-Events.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Hubli-News-And-Events-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Hubli-News-And-Events-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(182,92,'_wp_attached_file','2015/11/Hubli-News-And-Events1.jpg'),(183,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:34:\"2015/11/Hubli-News-And-Events1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Hubli-News-And-Events1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Hubli-News-And-Events1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(184,96,'_wp_attached_file','2015/11/21.jpg'),(185,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(186,97,'_wp_attached_file','2015/11/22.jpg'),(187,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/22.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(188,98,'_wp_attached_file','2015/11/23.jpg'),(189,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/23.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(190,99,'_wp_attached_file','2015/11/24.jpg'),(191,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/24.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(192,102,'_wp_attached_file','2015/11/1.jpg'),(193,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(194,103,'_wp_attached_file','2015/11/2.jpg'),(195,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(196,104,'_wp_attached_file','2015/11/3.jpg'),(197,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(198,105,'_wp_attached_file','2015/11/4.jpg'),(199,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(200,115,'_wp_attached_file','2015/11/Hubli-1.jpg'),(201,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2015/11/Hubli-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hubli-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hubli-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(202,116,'_wp_attached_file','2015/11/Hubli.jpg'),(203,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:17:\"2015/11/Hubli.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Hubli-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Hubli-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(204,117,'_wp_attached_file','2015/11/Hubli-5.jpg'),(205,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2015/11/Hubli-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hubli-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hubli-5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(206,118,'_wp_attached_file','2015/11/Hubli-4.jpg'),(207,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2015/11/Hubli-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hubli-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hubli-4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(208,119,'_wp_attached_file','2015/11/Hubli-3.jpg'),(209,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2015/11/Hubli-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hubli-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hubli-3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(210,120,'_wp_attached_file','2015/11/Hubli-2.jpg'),(211,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2015/11/Hubli-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hubli-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hubli-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(212,121,'_wp_attached_file','2015/11/7.jpg'),(213,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(214,122,'_wp_attached_file','2015/11/8.jpg'),(215,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/8.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(216,123,'_wp_attached_file','2015/11/5.jpg'),(217,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(218,124,'_wp_attached_file','2015/11/6.jpg'),(219,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(220,128,'_wp_attached_file','2015/11/12.jpg'),(221,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(222,129,'_wp_attached_file','2015/11/9.jpg'),(223,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(224,130,'_wp_attached_file','2015/11/10.jpg'),(225,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(226,131,'_wp_attached_file','2015/11/11.jpg'),(227,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(228,133,'_wp_attached_file','2015/11/14.jpg'),(229,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/14.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(230,134,'_wp_attached_file','2015/11/15.jpg'),(231,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/15.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(232,135,'_wp_attached_file','2015/11/16.jpg'),(233,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/16.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(234,136,'_wp_attached_file','2015/11/13.jpg'),(235,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/13.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(236,138,'_wp_attached_file','2015/11/231.jpg'),(237,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/231.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"231-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"231-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(238,139,'_wp_attached_file','2015/11/241.jpg'),(239,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/241.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"241-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"241-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(240,140,'_wp_attached_file','2015/11/20.jpg'),(241,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/20.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"20-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(242,141,'_wp_attached_file','2015/11/211.jpg'),(243,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/211.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"211-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(244,142,'_wp_attached_file','2015/11/221.jpg'),(245,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/221.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"221-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"221-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(246,143,'_wp_attached_file','2015/11/17.jpg'),(247,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/17.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(248,144,'_wp_attached_file','2015/11/18.jpg'),(249,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/18.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(250,145,'_wp_attached_file','2015/11/19.jpg'),(251,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/19.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(252,147,'_wp_attached_file','2015/11/Hubli-7.jpg'),(253,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2015/11/Hubli-7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hubli-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hubli-7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(254,148,'_wp_attached_file','2015/11/Hubli-6.jpg'),(255,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2015/11/Hubli-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hubli-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hubli-6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(256,151,'_edit_last','1'),(257,151,'_edit_lock','1661167417:1'),(258,153,'_wp_attached_file','2020/05/Teacher-Details.pdf'),(259,156,'_menu_item_type','post_type'),(260,156,'_menu_item_menu_item_parent','27'),(261,156,'_menu_item_object_id','151'),(262,156,'_menu_item_object','page'),(263,156,'_menu_item_target',''),(264,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(265,156,'_menu_item_xfn',''),(266,156,'_menu_item_url',''),(268,157,'_wp_attached_file','2020/05/Teachers-Details.pdf'),(269,159,'_wp_attached_file','2020/05/Hubli-Teacher-Details.pdf'),(270,160,'_wp_attached_file','2020/05/Teachers-Details1.pdf'),(271,162,'_wp_attached_file','2020/05/Teachers-Details2.pdf'),(272,166,'_edit_last','1'),(273,166,'_edit_lock','1624261787:1'),(274,167,'_wp_attached_file','2021/06/Academic-Calendar-2020-21.pdf'),(275,169,'_wp_attached_file','2020/05/Staff-Details.pdf'),(276,171,'_edit_last','1'),(277,171,'_edit_lock','1624262005:1'),(278,172,'_wp_attached_file','2021/06/ANNUAL-REPORT.pdf'),(279,174,'_edit_last','1'),(280,174,'_edit_lock','1644055299:1'),(281,175,'_wp_attached_file','2021/06/Building-stability-certificate.pdf'),(282,178,'_wp_attached_file','2021/06/CBSE-affilation-letter.pdf'),(283,179,'_wp_attached_file','2021/06/Affiliation-Certificate.pdf'),(284,177,'_edit_last','1'),(285,177,'_edit_lock','1624262156:1'),(286,182,'_wp_attached_file','2021/06/Circular.pdf'),(287,181,'_edit_last','1'),(288,181,'_edit_lock','1624262193:1'),(289,184,'_edit_last','1'),(290,184,'_edit_lock','1624262230:1'),(291,185,'_wp_attached_file','2021/06/DEO-Certificate.pdf'),(292,187,'_edit_last','1'),(293,187,'_edit_lock','1624262295:1'),(294,188,'_wp_attached_file','2021/06/Fee-Structure.pdf'),(295,191,'_wp_attached_file','2021/06/Fire-Safety-Certificate.pdf'),(296,190,'_edit_last','1'),(297,190,'_edit_lock','1640243366:1'),(298,193,'_edit_last','1'),(299,193,'_edit_lock','1624262374:1'),(300,194,'_wp_attached_file','2021/06/NOC.pdf'),(301,196,'_edit_last','1'),(302,196,'_edit_lock','1624262442:1'),(303,197,'_wp_attached_file','2021/06/INFRASTRUCTURE-DETAILS.pdf'),(304,199,'_edit_last','1'),(305,199,'_edit_lock','1644055223:1'),(306,200,'_wp_attached_file','2021/06/Land-Certificate.pdf'),(307,203,'_wp_attached_file','2021/06/List-Of-Books.pdf'),(308,202,'_edit_last','1'),(309,202,'_edit_lock','1624262551:1'),(310,206,'_wp_attached_file','2021/06/Mandatory-Public-Disclosure.pdf'),(311,205,'_edit_last','1'),(312,205,'_edit_lock','1635397558:1'),(313,208,'_edit_last','1'),(314,208,'_edit_lock','1624262645:1'),(315,209,'_wp_attached_file','2021/06/PTA-Committee.pdf'),(316,211,'_edit_last','1'),(317,211,'_edit_lock','1624262815:1'),(318,212,'_wp_attached_file','2021/06/Sanitary-Certificate.pdf'),(319,214,'_edit_last','1'),(320,214,'_edit_lock','1624262841:1'),(321,215,'_wp_attached_file','2021/06/SCHOOL-MANAGEMENT-COMMITTEE.pdf'),(322,217,'_edit_last','1'),(323,217,'_edit_lock','1624262914:1'),(324,218,'_wp_attached_file','2021/06/Transfeer-Cerificate.pdf'),(325,220,'_edit_last','1'),(326,220,'_edit_lock','1624262957:1'),(327,221,'_wp_attached_file','2021/06/Trust-Deed.pdf'),(328,223,'_edit_last','1'),(329,223,'_edit_lock','1624263079:1'),(330,224,'_wp_attached_file','2021/06/Recognition-Certificate.pdf'),(331,226,'_menu_item_type','post_type'),(332,226,'_menu_item_menu_item_parent','249'),(333,226,'_menu_item_object_id','223'),(334,226,'_menu_item_object','page'),(335,226,'_menu_item_target',''),(336,226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(337,226,'_menu_item_xfn',''),(338,226,'_menu_item_url',''),(340,227,'_menu_item_type','post_type'),(341,227,'_menu_item_menu_item_parent','249'),(342,227,'_menu_item_object_id','220'),(343,227,'_menu_item_object','page'),(344,227,'_menu_item_target',''),(345,227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(346,227,'_menu_item_xfn',''),(347,227,'_menu_item_url',''),(349,228,'_menu_item_type','post_type'),(350,228,'_menu_item_menu_item_parent','27'),(351,228,'_menu_item_object_id','217'),(352,228,'_menu_item_object','page'),(353,228,'_menu_item_target',''),(354,228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(355,228,'_menu_item_xfn',''),(356,228,'_menu_item_url',''),(358,229,'_menu_item_type','post_type'),(359,229,'_menu_item_menu_item_parent','27'),(360,229,'_menu_item_object_id','214'),(361,229,'_menu_item_object','page'),(362,229,'_menu_item_target',''),(363,229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(364,229,'_menu_item_xfn',''),(365,229,'_menu_item_url',''),(367,230,'_menu_item_type','post_type'),(368,230,'_menu_item_menu_item_parent','249'),(369,230,'_menu_item_object_id','211'),(370,230,'_menu_item_object','page'),(371,230,'_menu_item_target',''),(372,230,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(373,230,'_menu_item_xfn',''),(374,230,'_menu_item_url',''),(376,231,'_menu_item_type','post_type'),(377,231,'_menu_item_menu_item_parent','27'),(378,231,'_menu_item_object_id','208'),(379,231,'_menu_item_object','page'),(380,231,'_menu_item_target',''),(381,231,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(382,231,'_menu_item_xfn',''),(383,231,'_menu_item_url',''),(385,232,'_menu_item_type','post_type'),(386,232,'_menu_item_menu_item_parent','249'),(387,232,'_menu_item_object_id','205'),(388,232,'_menu_item_object','page'),(389,232,'_menu_item_target',''),(390,232,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(391,232,'_menu_item_xfn',''),(392,232,'_menu_item_url',''),(394,233,'_menu_item_type','post_type'),(395,233,'_menu_item_menu_item_parent','27'),(396,233,'_menu_item_object_id','202'),(397,233,'_menu_item_object','page'),(398,233,'_menu_item_target',''),(399,233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(400,233,'_menu_item_xfn',''),(401,233,'_menu_item_url',''),(403,234,'_menu_item_type','post_type'),(404,234,'_menu_item_menu_item_parent','249'),(405,234,'_menu_item_object_id','199'),(406,234,'_menu_item_object','page'),(407,234,'_menu_item_target',''),(408,234,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(409,234,'_menu_item_xfn',''),(410,234,'_menu_item_url',''),(412,235,'_menu_item_type','post_type'),(413,235,'_menu_item_menu_item_parent','249'),(414,235,'_menu_item_object_id','196'),(415,235,'_menu_item_object','page'),(416,235,'_menu_item_target',''),(417,235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(418,235,'_menu_item_xfn',''),(419,235,'_menu_item_url',''),(421,236,'_menu_item_type','post_type'),(422,236,'_menu_item_menu_item_parent','249'),(423,236,'_menu_item_object_id','193'),(424,236,'_menu_item_object','page'),(425,236,'_menu_item_target',''),(426,236,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(427,236,'_menu_item_xfn',''),(428,236,'_menu_item_url',''),(430,237,'_menu_item_type','post_type'),(431,237,'_menu_item_menu_item_parent','249'),(432,237,'_menu_item_object_id','190'),(433,237,'_menu_item_object','page'),(434,237,'_menu_item_target',''),(435,237,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(436,237,'_menu_item_xfn',''),(437,237,'_menu_item_url',''),(439,238,'_menu_item_type','post_type'),(440,238,'_menu_item_menu_item_parent','27'),(441,238,'_menu_item_object_id','187'),(442,238,'_menu_item_object','page'),(443,238,'_menu_item_target',''),(444,238,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(445,238,'_menu_item_xfn',''),(446,238,'_menu_item_url',''),(448,239,'_menu_item_type','post_type'),(449,239,'_menu_item_menu_item_parent','249'),(450,239,'_menu_item_object_id','184'),(451,239,'_menu_item_object','page'),(452,239,'_menu_item_target',''),(453,239,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(454,239,'_menu_item_xfn',''),(455,239,'_menu_item_url',''),(457,240,'_menu_item_type','post_type'),(458,240,'_menu_item_menu_item_parent','27'),(459,240,'_menu_item_object_id','181'),(460,240,'_menu_item_object','page'),(461,240,'_menu_item_target',''),(462,240,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(463,240,'_menu_item_xfn',''),(464,240,'_menu_item_url',''),(466,241,'_menu_item_type','post_type'),(467,241,'_menu_item_menu_item_parent','27'),(468,241,'_menu_item_object_id','166'),(469,241,'_menu_item_object','page'),(470,241,'_menu_item_target',''),(471,241,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(472,241,'_menu_item_xfn',''),(473,241,'_menu_item_url',''),(475,242,'_menu_item_type','post_type'),(476,242,'_menu_item_menu_item_parent','249'),(477,242,'_menu_item_object_id','177'),(478,242,'_menu_item_object','page'),(479,242,'_menu_item_target',''),(480,242,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(481,242,'_menu_item_xfn',''),(482,242,'_menu_item_url',''),(484,243,'_menu_item_type','post_type'),(485,243,'_menu_item_menu_item_parent','27'),(486,243,'_menu_item_object_id','171'),(487,243,'_menu_item_object','page'),(488,243,'_menu_item_target',''),(489,243,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(490,243,'_menu_item_xfn',''),(491,243,'_menu_item_url',''),(502,245,'_menu_item_type','post_type'),(503,245,'_menu_item_menu_item_parent','249'),(504,245,'_menu_item_object_id','174'),(505,245,'_menu_item_object','page'),(506,245,'_menu_item_target',''),(507,245,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(508,245,'_menu_item_xfn',''),(509,245,'_menu_item_url',''),(510,247,'_edit_last','1'),(511,247,'_edit_lock','1635141978:1'),(512,249,'_menu_item_type','post_type'),(513,249,'_menu_item_menu_item_parent','0'),(514,249,'_menu_item_object_id','247'),(515,249,'_menu_item_object','page'),(516,249,'_menu_item_target',''),(517,249,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(518,249,'_menu_item_xfn',''),(519,249,'_menu_item_url',''),(521,251,'_wp_attached_file','2021/06/Mandatory-Public-Disclosure1.pdf'),(522,252,'_wp_attached_file','2021/06/Mandatory-Public-Disclosure2.pdf'),(523,256,'_wp_attached_file','2021/06/Fire-Certificate-2021.pdf'),(524,258,'_wp_attached_file','2021/06/Building-Stability-Certificate-2021.pdf'),(525,260,'_wp_attached_file','2021/06/Building-Stability-Certificate..pdf'),(526,263,'_wp_attached_file','2020/05/STAFF-DETAILS-2022.pdf'),(527,265,'_edit_last','1'),(528,265,'_edit_lock','1661167568:1'),(529,266,'_wp_attached_file','2022/01/STAFF-DETAILS-2022.pdf'),(530,268,'_menu_item_type','post_type'),(531,268,'_menu_item_menu_item_parent','249'),(532,268,'_menu_item_object_id','265'),(533,268,'_menu_item_object','page'),(534,268,'_menu_item_target',''),(535,268,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(536,268,'_menu_item_xfn',''),(537,268,'_menu_item_url',''),(539,270,'_wp_attached_file','2021/06/Certificate-Of-Land-2022.pdf'),(540,272,'_wp_attached_file','2021/06/Building-Stability-Certificate.pdf'),(541,276,'_wp_attached_file','2020/05/TEACHERS-AND-STAFF-DETAILS-2022-.pdf'),(542,281,'_wp_attached_file','2020/05/TEACHERS-AND-STAFF-DETAILS-2022.pdf'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=284 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h3>Affiliation No: 830996</h3>\r\n<h3 style=\"text-align: left;\">School Code: 45918</h3>\r\n<h3 style=\"text-align: left;\"><strong>History :</strong></h3>\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a>\r\n\r\nThis group of educational institutions comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya, every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS, etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted household name across the country. The growth has been not uni but multidimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada, was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS, etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of time is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state-based professional institutions.</p>','About Us','','publish','closed','closed','','about-us','','','2021-10-25 11:39:11','2021-10-25 06:09:11','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','publish','closed','closed','','admissions','','','2020-01-09 12:59:31','2020-01-09 07:29:31','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2020-01-06 11:38:04','2020-01-06 06:08:04','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<strong>Science Expo 2020:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Family Paradise:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Healthy India Wealthy India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Cooking With Out Fire:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-7.jpg\" alt=\"Hubli (7)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-6.jpg\" alt=\"Hubli (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2020-03-11 16:08:23','2020-03-11 10:38:23','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2020-01-06 11:39:01','2020-01-06 06:09:01','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya Techno School\r\n\r\nNear VRL Residence, Beside Saraswathipuram,\r\n\r\nOpp: Jain Layout, Kusugal Road, Keshwapur,\r\n\r\nHubli-580023, Karnataka.\r\n\r\nMail ID:hubliprincipal@srichaitanyaschool.net\r\n\r\nPhone Number: 9901863566','Contact Us','','publish','closed','closed','','contact-us','','','2020-01-09 10:01:39','2020-01-09 04:31:39','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',16,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2022-01-17 11:51:57','2022-01-17 06:21:57','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',27,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',15,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2022-01-17 11:51:57','2022-01-17 06:21:57','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',28,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',26,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2020-02-12 16:33:33','2020-02-12 11:03:33','<h3 style=\"text-align: left;\"><strong>History :</strong></h3>\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a>\n\nThis group of educational institutions comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya, every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as: IIT, AFMC, NIT, AIIMS, etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted household name across the country. The growth has been not uni but multidimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada, was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS, etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of time is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state-based professional institutions.</p>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2020-02-12 16:33:33','2020-02-12 11:03:33','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2020-01-09 09:59:42','2020-01-09 04:29:42','Sri Chaitanya Techno School\n\nNear VRL Residence, Beside Saraswathipuram Road,\n\nOpposite To Jain Layout, Kusugal Road, Keshwapur,\n\nHubli-580023, Karnataka.\n\nMail ID:hubliprincipal@srichaitanyaschool.net\n\nPhone Number: 9901863566','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2020-01-09 09:59:42','2020-01-09 04:29:42','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2020-01-06 11:23:45','2020-01-06 05:53:45','','Sri Chaitanya School CBSE Banners Hubli','','inherit','open','closed','','sri-chaitaya-school-cbse-banners-hubli','','','2022-08-22 18:01:56','2022-08-22 12:31:56','',0,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/01/Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg',0,'attachment','image/jpeg',0),(56,1,'2020-01-06 11:23:50','2020-01-06 05:53:50','http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/01/cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg','cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg','','inherit','open','closed','','cropped-sri-chaitaya-school-cbse-banners-hubli-jpg','','','2020-01-06 11:23:50','2020-01-06 05:53:50','',0,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/01/cropped-Sri-Chaitaya-School-CBSE-Banners-Hubli.jpg',0,'attachment','image/jpeg',0),(57,1,'2020-01-06 11:30:06','2020-01-06 06:00:06','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://srichaitanyatechnoschoolperungudi.net/wp-content/uploads/2015/11/Perungudi-Building.png\"><img class=\"alignnone size-full wp-image-63\" src=\"http://srichaitanyatechnoschoolperungudi.net/wp-content/uploads/2015/11/Perungudi-Building.png\" alt=\"Perungudi Building\" width=\"820\" height=\"312\" /></a>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2020-01-06 11:30:06','2020-01-06 06:00:06','',9,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/9-revision-v1/',0,'revision','',0),(58,1,'2020-01-06 11:32:49','2020-01-06 06:02:49','','Hubli About Us & Admission','','inherit','open','closed','','hubli-about-us-admission','','','2020-01-06 11:32:49','2020-01-06 06:02:49','',9,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg',0,'attachment','image/jpeg',0),(59,1,'2020-01-06 11:34:14','2020-01-06 06:04:14','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a>\r\n\r\n \r\n<p style=\"text-align: left;\">This group of educational institutions comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya, every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2020-01-06 11:34:14','2020-01-06 06:04:14','',9,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/9-revision-v1/',0,'revision','',0),(60,1,'2020-01-06 11:34:34','2020-01-06 06:04:34','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a>\r\n\r\nThis group of educational institutions comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya, every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2020-01-06 11:34:34','2020-01-06 06:04:34','',9,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/9-revision-v1/',0,'revision','',0),(61,1,'2020-01-06 11:37:09','2020-01-06 06:07:09','','Academics','','inherit','closed','closed','','14-autosave-v1','','','2020-01-06 11:37:09','2020-01-06 06:07:09','',14,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/14-autosave-v1/',0,'revision','',0),(62,1,'2020-01-06 11:38:04','2020-01-06 06:08:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2020-01-06 11:38:04','2020-01-06 06:08:04','',14,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/14-revision-v1/',0,'revision','',0),(63,1,'2020-01-06 11:39:01','2020-01-06 06:09:01','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2020-01-06 11:39:01','2020-01-06 06:09:01','',19,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/19-revision-v1/',0,'revision','',0),(64,1,'2020-01-06 11:39:55','2020-01-06 06:09:55','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolperungudi.net/wp-content/uploads/2015/11/9.png\"><img class=\"alignnone size-full wp-image-65\" src=\"http://srichaitanyatechnoschoolperungudi.net/wp-content/uploads/2015/11/9.png\" alt=\"9\" width=\"400\" height=\"280\" /></a></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2020-01-06 11:39:55','2020-01-06 06:09:55','',12,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/12-revision-v1/',0,'revision','',0),(65,1,'2020-01-06 11:40:16','2020-01-06 06:10:16','','Hubli About Us & Admission (1)','','inherit','open','closed','','hubli-about-us-admission-1','','','2020-01-06 11:40:16','2020-01-06 06:10:16','',12,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission-1.jpg',0,'attachment','image/jpeg',0),(66,1,'2020-01-06 11:40:34','2020-01-06 06:10:34','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-65 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission-1.jpg\" alt=\"Hubli About Us & Admission (1)\" width=\"820\" height=\"312\" /></a></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2020-01-06 11:40:34','2020-01-06 06:10:34','',12,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/12-revision-v1/',0,'revision','',0),(67,1,'2020-01-06 11:45:14','2020-01-06 06:15:14','Sri Chaitanya School\r\n\r\nNear VRL Residence, Beside Saraswatipuram Road,\r\n\r\nOpposite To Jain Layout, Kusugal Road, Keshwapur,\r\n\r\nHubli-580023\r\n\r\nKarnataka\r\n\r\nMail ID:hubliprincipal@srichaitanyaschool.net\r\n\r\nPhone Number : 9901863566','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2020-01-06 11:45:14','2020-01-06 06:15:14','',21,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/21-revision-v1/',0,'revision','',0),(68,1,'2020-01-06 11:45:39','2020-01-06 06:15:39','','News & Events (1)','','inherit','open','closed','','news-events-1','','','2020-01-06 11:45:39','2020-01-06 06:15:39','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg',0,'attachment','image/jpeg',0),(69,1,'2020-01-06 11:45:56','2020-01-06 06:15:56','','News & Events (2)','','inherit','open','closed','','news-events-2','','','2020-01-06 11:45:56','2020-01-06 06:15:56','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg',0,'attachment','image/jpeg',0),(70,1,'2020-01-06 11:46:18','2020-01-06 06:16:18','','News & Events (3)','','inherit','open','closed','','news-events-3','','','2020-01-06 11:46:18','2020-01-06 06:16:18','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg',0,'attachment','image/jpeg',0),(71,1,'2020-03-11 16:06:22','2020-03-11 10:36:22','<strong>Science Expo 2020:</strong>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a>\n\n<strong>Investiture Ceremony:</strong>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\n\n<strong>Family Paradise:</strong>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\n\n<strong>Healthy India Wealthy India:</strong>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\n\n<strong>Fit India:</strong>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\n\n<strong>Cooking With Out Fire:</strong>\n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\n\n<strong>Other Events :</strong>\n\n \n\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2020-03-11 16:06:22','2020-03-11 10:36:22','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/17-autosave-v1/',0,'revision','',0),(72,1,'2020-01-06 11:46:34','2020-01-06 06:16:34','','News & Events (4)','','inherit','open','closed','','news-events-4','','','2020-01-06 11:46:34','2020-01-06 06:16:34','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg',0,'attachment','image/jpeg',0),(73,1,'2020-01-06 11:47:09','2020-01-06 06:17:09','','News & Events (5)','','inherit','open','closed','','news-events-5','','','2020-01-06 11:47:09','2020-01-06 06:17:09','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg',0,'attachment','image/jpeg',0),(74,1,'2020-01-06 11:47:28','2020-01-06 06:17:28','','News & Events (6)','','inherit','open','closed','','news-events-6','','','2020-01-06 11:47:28','2020-01-06 06:17:28','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg',0,'attachment','image/jpeg',0),(75,1,'2020-01-06 11:47:55','2020-01-06 06:17:55','','News & Events (7)','','inherit','open','closed','','news-events-7','','','2020-01-06 11:47:55','2020-01-06 06:17:55','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg',0,'attachment','image/jpeg',0),(76,1,'2020-01-06 11:47:55','2020-01-06 06:17:55','','News & Events (8)','','inherit','open','closed','','news-events-8','','','2020-01-06 11:47:55','2020-01-06 06:17:55','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg',0,'attachment','image/jpeg',0),(77,1,'2020-01-06 11:48:40','2020-01-06 06:18:40','','News & Events (9)','','inherit','open','closed','','news-events-9','','','2020-01-06 11:48:40','2020-01-06 06:18:40','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg',0,'attachment','image/jpeg',0),(78,1,'2020-01-06 11:48:40','2020-01-06 06:18:40','','News & Events (10)','','inherit','open','closed','','news-events-10','','','2020-01-06 11:48:40','2020-01-06 06:18:40','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg',0,'attachment','image/jpeg',0),(79,1,'2020-01-06 11:49:21','2020-01-06 06:19:21','','News & Events (11)','','inherit','open','closed','','news-events-11','','','2020-01-06 11:49:21','2020-01-06 06:19:21','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg',0,'attachment','image/jpeg',0),(80,1,'2020-01-06 11:49:21','2020-01-06 06:19:21','','News & Events (12)','','inherit','open','closed','','news-events-12','','','2020-01-06 11:49:21','2020-01-06 06:19:21','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg',0,'attachment','image/jpeg',0),(81,1,'2020-01-06 11:49:53','2020-01-06 06:19:53','<strong>News & Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-06 11:49:53','2020-01-06 06:19:53','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/17-revision-v1/',0,'revision','',0),(82,1,'2020-01-06 11:50:31','2020-01-06 06:20:31','Sri Chaitanya School\r\n\r\nNear VRL Residence, Beside Saraswatipuram Road,\r\n\r\nOpposite To Jain Layout, Kusugal Road, Keshwapur,\r\n\r\nHubli-580023, Karnataka.\r\n\r\nMail ID:hubliprincipal@srichaitanyaschool.net\r\n\r\nPhone Number : 9901863566','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2020-01-06 11:50:31','2020-01-06 06:20:31','',21,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/21-revision-v1/',0,'revision','',0),(84,1,'2020-01-06 12:07:46','2020-01-06 06:37:46','<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-06 12:07:46','2020-01-06 06:37:46','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/01/06/17-revision-v1/',0,'revision','',0),(85,1,'2020-01-09 09:50:20','2020-01-09 04:20:20','Sri Chaitanya Techno School\r\n\r\nNear VRL Residence, Beside Saraswatipuram Road,\r\n\r\nOpposite To Jain Layout, Kusugal Road, Keshwapur,\r\n\r\nHubli-580023, Karnataka.\r\n\r\nMail ID:hubliprincipal@srichaitanyaschool.net\r\n\r\nPhone Number: 9901863566','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2020-01-09 09:50:20','2020-01-09 04:20:20','',21,'http://srichaitanyaschoolhubli.net/index.php/2020/01/09/21-revision-v1/',0,'revision','',0),(86,1,'2020-01-09 10:01:13','2020-01-09 04:31:13','Sri Chaitanya Techno School\r\n\r\nNear VRL Residence, Beside Saraswathipuram,\r\n\r\nOpp: Jain Layout, Kusugal Road, Keshwapur,\r\n\r\nHubli-580023, Karnataka.\r\n\r\nMail ID:hubliprincipal@srichaitanyaschool.net\r\n\r\nPhone Number: 9901863566','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2020-01-09 10:01:13','2020-01-09 04:31:13','',21,'http://srichaitanyaschoolhubli.net/index.php/2020/01/09/21-revision-v1/',0,'revision','',0),(87,1,'2020-01-09 12:56:44','2020-01-09 07:26:44','','Hubli News And Events (1)','','inherit','open','closed','','hubli-news-and-events-1','','','2020-01-09 12:56:44','2020-01-09 07:26:44','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg',0,'attachment','image/jpeg',0),(88,1,'2020-01-09 12:56:45','2020-01-09 07:26:45','','Hubli News And Events','','inherit','open','closed','','hubli-news-and-events','','','2020-01-09 12:56:45','2020-01-09 07:26:45','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events.jpg',0,'attachment','image/jpeg',0),(89,1,'2020-01-09 12:57:27','2020-01-09 07:27:27',' \r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-09 12:57:27','2020-01-09 07:27:27','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/01/09/17-revision-v1/',0,'revision','',0),(90,1,'2020-01-09 12:59:11','2020-01-09 07:29:11','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-autosave-v1','','','2020-01-09 12:59:11','2020-01-09 07:29:11','',12,'http://srichaitanyaschoolhubli.net/index.php/2020/01/09/12-autosave-v1/',0,'revision','',0),(91,1,'2020-01-09 12:59:31','2020-01-09 07:29:31','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2020-01-09 12:59:31','2020-01-09 07:29:31','',12,'http://srichaitanyaschoolhubli.net/index.php/2020/01/09/12-revision-v1/',0,'revision','',0),(92,1,'2020-01-10 15:06:37','2020-01-10 09:36:37','','Hubli News And Events','','inherit','open','closed','','hubli-news-and-events-2','','','2020-01-10 15:06:37','2020-01-10 09:36:37','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg',0,'attachment','image/jpeg',0),(93,1,'2020-01-10 15:07:02','2020-01-10 09:37:02',' \r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-10 15:07:02','2020-01-10 09:37:02','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/01/10/17-revision-v1/',0,'revision','',0),(94,1,'2020-01-10 15:07:27','2020-01-10 09:37:27','<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-10 15:07:27','2020-01-10 09:37:27','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/01/10/17-revision-v1/',0,'revision','',0),(96,1,'2020-02-03 16:43:52','2020-02-03 11:13:52','','21','','inherit','open','closed','','21','','','2020-02-03 16:43:52','2020-02-03 11:13:52','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg',0,'attachment','image/jpeg',0),(97,1,'2020-02-03 16:44:40','2020-02-03 11:14:40','','22','','inherit','open','closed','','22','','','2020-02-03 16:44:40','2020-02-03 11:14:40','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg',0,'attachment','image/jpeg',0),(98,1,'2020-02-03 16:45:01','2020-02-03 11:15:01','','23','','inherit','open','closed','','23','','','2020-02-03 16:45:01','2020-02-03 11:15:01','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg',0,'attachment','image/jpeg',0),(99,1,'2020-02-03 16:45:19','2020-02-03 11:15:19','','24','','inherit','open','closed','','24','','','2020-02-03 16:45:19','2020-02-03 11:15:19','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg',0,'attachment','image/jpeg',0),(100,1,'2020-02-03 16:47:15','2020-02-03 11:17:15','<strong>Essay Competition On Conservation of Nature : </strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-03 16:47:15','2020-02-03 11:17:15','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/02/03/17-revision-v1/',0,'revision','',0),(102,1,'2020-02-12 11:54:14','2020-02-12 06:24:14','','1','','inherit','open','closed','','1','','','2020-02-12 11:54:14','2020-02-12 06:24:14','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg',0,'attachment','image/jpeg',0),(103,1,'2020-02-12 11:54:39','2020-02-12 06:24:39','','2','','inherit','open','closed','','2','','','2020-02-12 11:54:39','2020-02-12 06:24:39','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg',0,'attachment','image/jpeg',0),(104,1,'2020-02-12 11:55:04','2020-02-12 06:25:04','','3','','inherit','open','closed','','3','','','2020-02-12 11:55:04','2020-02-12 06:25:04','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg',0,'attachment','image/jpeg',0),(105,1,'2020-02-12 11:55:29','2020-02-12 06:25:29','','4','','inherit','open','closed','','4','','','2020-02-12 11:55:29','2020-02-12 06:25:29','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg',0,'attachment','image/jpeg',0),(106,1,'2020-02-12 11:55:49','2020-02-12 06:25:49','<strong>Essay Competition On Conservation of Nature : </strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-12 11:55:49','2020-02-12 06:25:49','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/02/12/17-revision-v1/',0,'revision','',0),(107,1,'2020-02-12 12:11:40','2020-02-12 06:41:40','<strong>Essay Competition On Conservation of Nature : </strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-12 12:11:40','2020-02-12 06:41:40','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/02/12/17-revision-v1/',0,'revision','',0),(108,1,'2020-02-12 12:12:25','2020-02-12 06:42:25','<strong>Essay Competition On Conservation of Nature : </strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-12 12:12:25','2020-02-12 06:42:25','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/02/12/17-revision-v1/',0,'revision','',0),(109,1,'2020-02-12 12:12:48','2020-02-12 06:42:48','<strong>Essay Competition On Conservation of Nature : </strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-12 12:12:48','2020-02-12 06:42:48','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/02/12/17-revision-v1/',0,'revision','',0),(110,1,'2020-02-12 12:13:29','2020-02-12 06:43:29','<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-12 12:13:29','2020-02-12 06:43:29','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/02/12/17-revision-v1/',0,'revision','',0),(112,1,'2020-02-12 16:32:30','2020-02-12 11:02:30','<h3 style=\"text-align: left;\"><strong>History :</strong></h3>\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a>\r\n\r\nThis group of educational institutions comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya, every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2020-02-12 16:32:30','2020-02-12 11:02:30','',9,'http://srichaitanyaschoolhubli.net/index.php/2020/02/12/9-revision-v1/',0,'revision','',0),(113,1,'2020-02-12 16:33:57','2020-02-12 11:03:57','<h3 style=\"text-align: left;\"><strong>History :</strong></h3>\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a>\r\n\r\nThis group of educational institutions comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya, every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS, etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted household name across the country. The growth has been not uni but multidimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada, was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS, etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of time is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state-based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2020-02-12 16:33:57','2020-02-12 11:03:57','',9,'http://srichaitanyaschoolhubli.net/index.php/2020/02/12/9-revision-v1/',0,'revision','',0),(115,1,'2020-03-11 14:53:43','2020-03-11 09:23:43','','Hubli (1)','','inherit','open','closed','','hubli-1','','','2020-03-11 14:53:43','2020-03-11 09:23:43','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg',0,'attachment','image/jpeg',0),(116,1,'2020-03-11 14:54:04','2020-03-11 09:24:04','','Hubli','','inherit','open','closed','','hubli','','','2020-03-11 14:54:04','2020-03-11 09:24:04','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg',0,'attachment','image/jpeg',0),(117,1,'2020-03-11 15:02:06','2020-03-11 09:32:06','','Hubli (5)','','inherit','open','closed','','hubli-5','','','2020-03-11 15:02:06','2020-03-11 09:32:06','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg',0,'attachment','image/jpeg',0),(118,1,'2020-03-11 15:02:06','2020-03-11 09:32:06','','Hubli (4)','','inherit','open','closed','','hubli-4','','','2020-03-11 15:02:06','2020-03-11 09:32:06','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg',0,'attachment','image/jpeg',0),(119,1,'2020-03-11 15:02:07','2020-03-11 09:32:07','','Hubli (3)','','inherit','open','closed','','hubli-3','','','2020-03-11 15:02:07','2020-03-11 09:32:07','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg',0,'attachment','image/jpeg',0),(120,1,'2020-03-11 15:02:07','2020-03-11 09:32:07','','Hubli (2)','','inherit','open','closed','','hubli-2','','','2020-03-11 15:02:07','2020-03-11 09:32:07','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg',0,'attachment','image/jpeg',0),(121,1,'2020-03-11 15:08:58','2020-03-11 09:38:58','','7','','inherit','open','closed','','7','','','2020-03-11 15:08:58','2020-03-11 09:38:58','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg',0,'attachment','image/jpeg',0),(122,1,'2020-03-11 15:08:58','2020-03-11 09:38:58','','8','','inherit','open','closed','','8','','','2020-03-11 15:08:58','2020-03-11 09:38:58','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg',0,'attachment','image/jpeg',0),(123,1,'2020-03-11 15:08:59','2020-03-11 09:38:59','','5','','inherit','open','closed','','5','','','2020-03-11 15:08:59','2020-03-11 09:38:59','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg',0,'attachment','image/jpeg',0),(124,1,'2020-03-11 15:08:59','2020-03-11 09:38:59','','6','','inherit','open','closed','','6','','','2020-03-11 15:08:59','2020-03-11 09:38:59','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg',0,'attachment','image/jpeg',0),(125,1,'2020-03-11 15:11:54','2020-03-11 09:41:54','<strong>Healthy India Wealthy India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Cooking With Out Fire:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-03-11 15:11:54','2020-03-11 09:41:54','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/03/11/17-revision-v1/',0,'revision','',0),(126,1,'2020-03-11 15:18:24','2020-03-11 09:48:24','<strong>Healthy India Wealthy India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Cooking With Out Fire:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-03-11 15:18:24','2020-03-11 09:48:24','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/03/11/17-revision-v1/',0,'revision','',0),(127,1,'2020-03-11 15:21:52','2020-03-11 09:51:52','<strong>Family Paradise:</strong>\r\n\r\n \r\n\r\n<strong>Healthy India Wealthy India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Cooking With Out Fire:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-03-11 15:21:52','2020-03-11 09:51:52','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/03/11/17-revision-v1/',0,'revision','',0),(128,1,'2020-03-11 15:22:10','2020-03-11 09:52:10','','12','','inherit','open','closed','','12','','','2020-03-11 15:22:10','2020-03-11 09:52:10','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg',0,'attachment','image/jpeg',0),(129,1,'2020-03-11 15:22:11','2020-03-11 09:52:11','','9','','inherit','open','closed','','9','','','2020-03-11 15:22:11','2020-03-11 09:52:11','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg',0,'attachment','image/jpeg',0),(130,1,'2020-03-11 15:22:11','2020-03-11 09:52:11','','10','','inherit','open','closed','','10','','','2020-03-11 15:22:11','2020-03-11 09:52:11','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg',0,'attachment','image/jpeg',0),(131,1,'2020-03-11 15:22:12','2020-03-11 09:52:12','','11','','inherit','open','closed','','11','','','2020-03-11 15:22:12','2020-03-11 09:52:12','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg',0,'attachment','image/jpeg',0),(132,1,'2020-03-11 15:23:49','2020-03-11 09:53:49','<strong>Family Paradise:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Healthy India Wealthy India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Cooking With Out Fire:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-03-11 15:23:49','2020-03-11 09:53:49','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/03/11/17-revision-v1/',0,'revision','',0),(133,1,'2020-03-11 15:27:23','2020-03-11 09:57:23','','14','','inherit','open','closed','','14','','','2020-03-11 15:27:23','2020-03-11 09:57:23','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg',0,'attachment','image/jpeg',0),(134,1,'2020-03-11 15:27:23','2020-03-11 09:57:23','','15','','inherit','open','closed','','15','','','2020-03-11 15:27:23','2020-03-11 09:57:23','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg',0,'attachment','image/jpeg',0),(135,1,'2020-03-11 15:27:24','2020-03-11 09:57:24','','16','','inherit','open','closed','','16','','','2020-03-11 15:27:24','2020-03-11 09:57:24','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg',0,'attachment','image/jpeg',0),(136,1,'2020-03-11 15:27:24','2020-03-11 09:57:24','','13','','inherit','open','closed','','13','','','2020-03-11 15:27:24','2020-03-11 09:57:24','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg',0,'attachment','image/jpeg',0),(137,1,'2020-03-11 15:28:39','2020-03-11 09:58:39','<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Family Paradise:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Healthy India Wealthy India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Cooking With Out Fire:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-03-11 15:28:39','2020-03-11 09:58:39','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/03/11/17-revision-v1/',0,'revision','',0),(138,1,'2020-03-11 15:59:41','2020-03-11 10:29:41','','23','','inherit','open','closed','','23-2','','','2020-03-11 15:59:41','2020-03-11 10:29:41','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg',0,'attachment','image/jpeg',0),(139,1,'2020-03-11 15:59:41','2020-03-11 10:29:41','','24','','inherit','open','closed','','24-2','','','2020-03-11 15:59:41','2020-03-11 10:29:41','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg',0,'attachment','image/jpeg',0),(140,1,'2020-03-11 15:59:42','2020-03-11 10:29:42','','20','','inherit','open','closed','','20','','','2020-03-11 15:59:42','2020-03-11 10:29:42','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg',0,'attachment','image/jpeg',0),(141,1,'2020-03-11 15:59:42','2020-03-11 10:29:42','','21','','inherit','open','closed','','21-2','','','2020-03-11 15:59:42','2020-03-11 10:29:42','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg',0,'attachment','image/jpeg',0),(142,1,'2020-03-11 15:59:43','2020-03-11 10:29:43','','22','','inherit','open','closed','','22-2','','','2020-03-11 15:59:43','2020-03-11 10:29:43','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg',0,'attachment','image/jpeg',0),(143,1,'2020-03-11 15:59:43','2020-03-11 10:29:43','','17','','inherit','open','closed','','17','','','2020-03-11 15:59:43','2020-03-11 10:29:43','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg',0,'attachment','image/jpeg',0),(144,1,'2020-03-11 15:59:44','2020-03-11 10:29:44','','18','','inherit','open','closed','','18','','','2020-03-11 15:59:44','2020-03-11 10:29:44','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg',0,'attachment','image/jpeg',0),(145,1,'2020-03-11 15:59:44','2020-03-11 10:29:44','','19','','inherit','open','closed','','19','','','2020-03-11 15:59:44','2020-03-11 10:29:44','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg',0,'attachment','image/jpeg',0),(146,1,'2020-03-11 16:02:12','2020-03-11 10:32:12','<strong>Science Expo 2020:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Family Paradise:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Healthy India Wealthy India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Cooking With Out Fire:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-03-11 16:02:12','2020-03-11 10:32:12','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/03/11/17-revision-v1/',0,'revision','',0),(147,1,'2020-03-11 16:07:47','2020-03-11 10:37:47','','Hubli (7)','','inherit','open','closed','','hubli-7','','','2020-03-11 16:07:47','2020-03-11 10:37:47','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-7.jpg',0,'attachment','image/jpeg',0),(148,1,'2020-03-11 16:07:48','2020-03-11 10:37:48','','Hubli (6)','','inherit','open','closed','','hubli-6','','','2020-03-11 16:07:48','2020-03-11 10:37:48','',17,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-6.jpg',0,'attachment','image/jpeg',0),(149,1,'2020-03-11 16:08:19','2020-03-11 10:38:19','<strong>Science Expo 2020:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/17.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/19.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/18.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/20.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/241.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/231.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/14.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/15.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/16.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/13.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Family Paradise:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/12.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Healthy India Wealthy India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-2.jpg\" alt=\"Hubli (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-3.jpg\" alt=\"Hubli (3)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-4.jpg\" alt=\"Hubli (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-5.jpg\" alt=\"Hubli (5)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-123 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/7.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Cooking With Out Fire:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-1.jpg\" alt=\"Hubli (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli.jpg\" alt=\"Hubli\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events :</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-7.jpg\" alt=\"Hubli (7)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-6.jpg\" alt=\"Hubli (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events1.jpg\" alt=\"Hubli News And Events\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-News-And-Events-1.jpg\" alt=\"Hubli News And Events (1)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-1.jpg\" alt=\"News & Events (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-2.jpg\" alt=\"News & Events (2)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-4.jpg\" alt=\"News & Events (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-3.jpg\" alt=\"News & Events (3)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-5.jpg\" alt=\"News & Events (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-6.jpg\" alt=\"News & Events (6)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-8.jpg\" alt=\"News & Events (8)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-7.jpg\" alt=\"News & Events (7)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-10.jpg\" alt=\"News & Events (10)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-9.jpg\" alt=\"News & Events (9)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-12.jpg\" alt=\"News & Events (12)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/News-Events-11.jpg\" alt=\"News & Events (11)\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-03-11 16:08:19','2020-03-11 10:38:19','',17,'http://srichaitanyaschoolhubli.net/index.php/2020/03/11/17-revision-v1/',0,'revision','',0),(151,1,'2020-05-22 15:10:42','2020-05-22 09:40:42','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022.pdf\" target=\"_blank\">TEACHERS AND STAFF DETAILS 2022</a></strong></span></li>\r\n</ul>','Staff Details','','publish','closed','closed','','staff-details','','','2022-08-22 16:53:37','2022-08-22 11:23:37','',0,'http://srichaitanyaschoolhubli.net/?page_id=151',0,'page','',0),(152,1,'2020-05-22 15:10:42','2020-05-22 09:40:42','','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2020-05-22 15:10:42','2020-05-22 09:40:42','',151,'http://srichaitanyaschoolhubli.net/index.php/2020/05/22/151-revision-v1/',0,'revision','',0),(153,1,'2020-05-22 15:35:40','2020-05-22 10:05:40','','Teacher Details','','inherit','open','closed','','teacher-details','','','2020-05-22 15:35:40','2020-05-22 10:05:40','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Teacher-Details.pdf',0,'attachment','application/pdf',0),(155,1,'2020-05-22 15:37:25','2020-05-22 10:07:25','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Teacher-Details.pdf\" target=\"_blank\">Teacher Details</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2020-05-22 15:37:25','2020-05-22 10:07:25','',151,'http://srichaitanyaschoolhubli.net/index.php/2020/05/22/151-revision-v1/',0,'revision','',0),(156,1,'2020-05-22 15:38:26','2020-05-22 10:08:26',' ','','','publish','closed','closed','','156','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=156',21,'nav_menu_item','',0),(157,1,'2020-05-22 15:44:38','2020-05-22 10:14:38','','Teacher\'s Details','','inherit','open','closed','','teachers-details','','','2020-05-22 15:44:38','2020-05-22 10:14:38','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Teachers-Details.pdf',0,'attachment','application/pdf',0),(158,1,'2020-05-22 15:45:22','2020-05-22 10:15:22','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Teachers-Details.pdf\" target=\"_blank\">Teacher\'s Details</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2020-05-22 15:45:22','2020-05-22 10:15:22','',151,'http://srichaitanyaschoolhubli.net/index.php/2020/05/22/151-revision-v1/',0,'revision','',0),(159,1,'2020-05-26 15:31:12','2020-05-26 10:01:12','','Hubli Teacher Details','','inherit','open','closed','','hubli-teacher-details','','','2020-05-26 15:31:12','2020-05-26 10:01:12','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Hubli-Teacher-Details.pdf',0,'attachment','application/pdf',0),(160,1,'2020-05-26 15:32:44','2020-05-26 10:02:44','','Teacher\'s Details','','inherit','open','closed','','teachers-details-2','','','2020-05-26 15:32:44','2020-05-26 10:02:44','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Teachers-Details1.pdf',0,'attachment','application/pdf',0),(161,1,'2020-05-26 15:33:20','2020-05-26 10:03:20','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Teachers-Details1.pdf\" target=\"_blank\">Teacher\'s Details</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2020-05-26 15:33:20','2020-05-26 10:03:20','',151,'http://srichaitanyaschoolhubli.net/index.php/2020/05/26/151-revision-v1/',0,'revision','',0),(162,1,'2020-05-27 15:54:18','2020-05-27 10:24:18','','Teacher\'s Details','','inherit','open','closed','','teachers-details-3','','','2020-05-27 15:54:18','2020-05-27 10:24:18','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Teachers-Details2.pdf',0,'attachment','application/pdf',0),(163,1,'2020-05-27 15:54:55','2020-05-27 10:24:55','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Teachers-Details2.pdf\" target=\"_blank\">Teacher\'s Details</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2020-05-27 15:54:55','2020-05-27 10:24:55','',151,'http://srichaitanyaschoolhubli.net/index.php/2020/05/27/151-revision-v1/',0,'revision','',0),(166,1,'2021-06-21 13:19:47','2021-06-21 07:49:47','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Academic-Calendar-2020-21.pdf\" target=\"_blank\">Academic-Calendar-2020-21</a></strong></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academic-calendar','','','2021-06-21 13:19:47','2021-06-21 07:49:47','',0,'http://srichaitanyaschoolhubli.net/?page_id=166',0,'page','',0),(167,1,'2021-06-21 13:19:37','2021-06-21 07:49:37','','Academic-Calendar-2020-21','','inherit','open','closed','','academic-calendar-2020-21','','','2021-06-21 13:19:37','2021-06-21 07:49:37','',166,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Academic-Calendar-2020-21.pdf',0,'attachment','application/pdf',0),(168,1,'2021-06-21 13:19:47','2021-06-21 07:49:47','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Academic-Calendar-2020-21.pdf\" target=\"_blank\">Academic-Calendar-2020-21</a></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','166-revision-v1','','','2021-06-21 13:19:47','2021-06-21 07:49:47','',166,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/166-revision-v1/',0,'revision','',0),(169,1,'2021-06-21 13:20:29','2021-06-21 07:50:29','','Staff Details','','inherit','open','closed','','staff-details-2','','','2021-06-21 13:20:29','2021-06-21 07:50:29','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Staff-Details.pdf',0,'attachment','application/pdf',0),(170,1,'2021-06-21 13:20:43','2021-06-21 07:50:43','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/Staff-Details.pdf\" target=\"_blank\">Staff Details</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2021-06-21 13:20:43','2021-06-21 07:50:43','',151,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/151-revision-v1/',0,'revision','',0),(171,1,'2021-06-21 13:23:25','2021-06-21 07:53:25','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/ANNUAL-REPORT.pdf\" target=\"_blank\">ANNUAL REPORT</a></strong></li>\r\n</ul>','Annual Report','','publish','closed','closed','','annual-report','','','2021-06-21 13:23:25','2021-06-21 07:53:25','',0,'http://srichaitanyaschoolhubli.net/?page_id=171',0,'page','',0),(172,1,'2021-06-21 13:23:16','2021-06-21 07:53:16','','ANNUAL REPORT','','inherit','open','closed','','annual-report','','','2021-06-21 13:23:16','2021-06-21 07:53:16','',171,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/ANNUAL-REPORT.pdf',0,'attachment','application/pdf',0),(173,1,'2021-06-21 13:23:25','2021-06-21 07:53:25','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/ANNUAL-REPORT.pdf\" target=\"_blank\">ANNUAL REPORT</a></strong></li>\r\n</ul>','Annual Report','','inherit','closed','closed','','171-revision-v1','','','2021-06-21 13:23:25','2021-06-21 07:53:25','',171,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/171-revision-v1/',0,'revision','',0),(174,1,'2021-06-21 13:24:28','2021-06-21 07:54:28','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-Stability-Certificate.pdf\" target=\"_blank\">Building Stability Certificate</a></strong></li>\r\n</ul>','Structural Stability Certificate','','publish','closed','closed','','structural-stability-certificate','','','2022-02-05 15:31:38','2022-02-05 10:01:38','',0,'http://srichaitanyaschoolhubli.net/?page_id=174',0,'page','',0),(175,1,'2021-06-21 13:24:16','2021-06-21 07:54:16','','Building stability certificate','','inherit','open','closed','','building-stability-certificate','','','2021-06-21 13:24:16','2021-06-21 07:54:16','',174,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-stability-certificate.pdf',0,'attachment','application/pdf',0),(176,1,'2021-06-21 13:24:28','2021-06-21 07:54:28','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-stability-certificate.pdf\" target=\"_blank\">Building stability certificate</a></strong></li>\r\n</ul>','Structural Stability Certificate','','inherit','closed','closed','','174-revision-v1','','','2021-06-21 13:24:28','2021-06-21 07:54:28','',174,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/174-revision-v1/',0,'revision','',0),(177,1,'2021-06-21 13:25:56','2021-06-21 07:55:56','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Affiliation-Certificate.pdf\" target=\"_blank\">Affiliation Certificate</a></strong></li>\r\n</ul>','Affiliation Certificate','','publish','closed','closed','','affiliation-certificate','','','2021-06-21 13:25:56','2021-06-21 07:55:56','',0,'http://srichaitanyaschoolhubli.net/?page_id=177',0,'page','',0),(178,1,'2021-06-21 13:25:03','2021-06-21 07:55:03','','CBSE affilation letter','','inherit','open','closed','','cbse-affilation-letter','','','2021-06-21 13:25:03','2021-06-21 07:55:03','',177,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/CBSE-affilation-letter.pdf',0,'attachment','application/pdf',0),(179,1,'2021-06-21 13:25:45','2021-06-21 07:55:45','','Affiliation Certificate','','inherit','open','closed','','affiliation-certificate','','','2021-06-21 13:25:45','2021-06-21 07:55:45','',177,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Affiliation-Certificate.pdf',0,'attachment','application/pdf',0),(180,1,'2021-06-21 13:25:56','2021-06-21 07:55:56','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Affiliation-Certificate.pdf\" target=\"_blank\">Affiliation Certificate</a></strong></li>\r\n</ul>','Affiliation Certificate','','inherit','closed','closed','','177-revision-v1','','','2021-06-21 13:25:56','2021-06-21 07:55:56','',177,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/177-revision-v1/',0,'revision','',0),(181,1,'2021-06-21 13:26:33','2021-06-21 07:56:33','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Circular.pdf\" target=\"_blank\">Circular</a></strong></li>\r\n</ul>','Circulars','','publish','closed','closed','','circulars','','','2021-06-21 13:26:33','2021-06-21 07:56:33','',0,'http://srichaitanyaschoolhubli.net/?page_id=181',0,'page','',0),(182,1,'2021-06-21 13:26:24','2021-06-21 07:56:24','','Circular','','inherit','open','closed','','circular','','','2021-06-21 13:26:24','2021-06-21 07:56:24','',181,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Circular.pdf',0,'attachment','application/pdf',0),(183,1,'2021-06-21 13:26:33','2021-06-21 07:56:33','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Circular.pdf\" target=\"_blank\">Circular</a></strong></li>\r\n</ul>','Circulars','','inherit','closed','closed','','181-revision-v1','','','2021-06-21 13:26:33','2021-06-21 07:56:33','',181,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/181-revision-v1/',0,'revision','',0),(184,1,'2021-06-21 13:27:05','2021-06-21 07:57:05','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/DEO-Certificate.pdf\" target=\"_blank\">DEO-Certificate</a></strong></li>\r\n</ul>','DEO Certificate','','publish','closed','closed','','deo-certificate','','','2021-06-21 13:27:09','2021-06-21 07:57:09','',0,'http://srichaitanyaschoolhubli.net/?page_id=184',0,'page','',0),(185,1,'2021-06-21 13:26:55','2021-06-21 07:56:55','','DEO-Certificate','','inherit','open','closed','','deo-certificate','','','2021-06-21 13:26:55','2021-06-21 07:56:55','',184,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/DEO-Certificate.pdf',0,'attachment','application/pdf',0),(186,1,'2021-06-21 13:27:05','2021-06-21 07:57:05','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/DEO-Certificate.pdf\" target=\"_blank\">DEO-Certificate</a></strong></li>\r\n</ul>','DEO Certificate','','inherit','closed','closed','','184-revision-v1','','','2021-06-21 13:27:05','2021-06-21 07:57:05','',184,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/184-revision-v1/',0,'revision','',0),(187,1,'2021-06-21 13:28:09','2021-06-21 07:58:09','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Fee-Structure.pdf\" target=\"_blank\">Fee-Structure</a></strong></li>\r\n</ul>','Fee Structure','','publish','closed','closed','','fee-structure','','','2021-06-21 13:28:14','2021-06-21 07:58:14','',0,'http://srichaitanyaschoolhubli.net/?page_id=187',0,'page','',0),(188,1,'2021-06-21 13:27:58','2021-06-21 07:57:58','','Fee-Structure','','inherit','open','closed','','fee-structure','','','2021-06-21 13:27:58','2021-06-21 07:57:58','',187,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Fee-Structure.pdf',0,'attachment','application/pdf',0),(189,1,'2021-06-21 13:28:09','2021-06-21 07:58:09','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Fee-Structure.pdf\" target=\"_blank\">Fee-Structure</a></strong></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','187-revision-v1','','','2021-06-21 13:28:09','2021-06-21 07:58:09','',187,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/187-revision-v1/',0,'revision','',0),(190,1,'2021-06-21 13:28:52','2021-06-21 07:58:52','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Fire-Certificate-2021.pdf\" target=\"_blank\">Fire Certificate 2021</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','publish','closed','closed','','fire-safety-certificate','','','2021-12-23 12:39:25','2021-12-23 07:09:25','',0,'http://srichaitanyaschoolhubli.net/?page_id=190',0,'page','',0),(191,1,'2021-06-21 13:28:43','2021-06-21 07:58:43','','Fire & Safety Certificate','','inherit','open','closed','','fire-safety-certificate','','','2021-06-21 13:28:43','2021-06-21 07:58:43','',190,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Fire-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(192,1,'2021-06-21 13:28:52','2021-06-21 07:58:52','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire & Safety Certificate</a></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','190-revision-v1','','','2021-06-21 13:28:52','2021-06-21 07:58:52','',190,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/190-revision-v1/',0,'revision','',0),(193,1,'2021-06-21 13:29:34','2021-06-21 07:59:34','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','publish','closed','closed','','noc','','','2021-06-21 13:29:34','2021-06-21 07:59:34','',0,'http://srichaitanyaschoolhubli.net/?page_id=193',0,'page','',0),(194,1,'2021-06-21 13:29:23','2021-06-21 07:59:23','','NOC','','inherit','open','closed','','noc','','','2021-06-21 13:29:23','2021-06-21 07:59:23','',193,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/NOC.pdf',0,'attachment','application/pdf',0),(195,1,'2021-06-21 13:29:34','2021-06-21 07:59:34','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','193-revision-v1','','','2021-06-21 13:29:34','2021-06-21 07:59:34','',193,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/193-revision-v1/',0,'revision','',0),(196,1,'2021-06-21 13:30:41','2021-06-21 08:00:41','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/INFRASTRUCTURE-DETAILS.pdf\" target=\"_blank\">INFRASTRUCTURE DETAILS</a></strong></li>\r\n</ul>','Infrastructure','','publish','closed','closed','','infrastructure','','','2021-06-21 13:30:41','2021-06-21 08:00:41','',0,'http://srichaitanyaschoolhubli.net/?page_id=196',0,'page','',0),(197,1,'2021-06-21 13:30:31','2021-06-21 08:00:31','','INFRASTRUCTURE DETAILS','','inherit','open','closed','','infrastructure-details','','','2021-06-21 13:30:31','2021-06-21 08:00:31','',196,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/INFRASTRUCTURE-DETAILS.pdf',0,'attachment','application/pdf',0),(198,1,'2021-06-21 13:30:41','2021-06-21 08:00:41','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/INFRASTRUCTURE-DETAILS.pdf\" target=\"_blank\">INFRASTRUCTURE DETAILS</a></strong></li>\r\n</ul>','Infrastructure','','inherit','closed','closed','','196-revision-v1','','','2021-06-21 13:30:41','2021-06-21 08:00:41','',196,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/196-revision-v1/',0,'revision','',0),(199,1,'2021-06-21 13:31:23','2021-06-21 08:01:23','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Certificate-Of-Land-2022.pdf\" target=\"_blank\">Certificate Of Land 2022</a></strong></li>\r\n</ul>','Land Certificate','','publish','closed','closed','','land-certificate','','','2022-02-05 15:30:23','2022-02-05 10:00:23','',0,'http://srichaitanyaschoolhubli.net/?page_id=199',0,'page','',0),(200,1,'2021-06-21 13:31:06','2021-06-21 08:01:06','','Land Certificate','','inherit','open','closed','','land-certificate','','','2021-06-21 13:31:06','2021-06-21 08:01:06','',199,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Land-Certificate.pdf',0,'attachment','application/pdf',0),(201,1,'2021-06-21 13:31:23','2021-06-21 08:01:23','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Land-Certificate.pdf\" target=\"_blank\">Land Certificate</a></strong></li>\r\n</ul>','Land Certificate','','inherit','closed','closed','','199-revision-v1','','','2021-06-21 13:31:23','2021-06-21 08:01:23','',199,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/199-revision-v1/',0,'revision','',0),(202,1,'2021-06-21 13:32:29','2021-06-21 08:02:29','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/List-Of-Books.pdf\" target=\"_blank\">List-Of-Books</a></strong></li>\r\n</ul>','List Of Books','','publish','closed','closed','','list-of-books','','','2021-06-21 13:32:29','2021-06-21 08:02:29','',0,'http://srichaitanyaschoolhubli.net/?page_id=202',0,'page','',0),(203,1,'2021-06-21 13:32:15','2021-06-21 08:02:15','','List-Of-Books','','inherit','open','closed','','list-of-books','','','2021-06-21 13:32:15','2021-06-21 08:02:15','',202,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/List-Of-Books.pdf',0,'attachment','application/pdf',0),(204,1,'2021-06-21 13:32:29','2021-06-21 08:02:29','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/List-Of-Books.pdf\" target=\"_blank\">List-Of-Books</a></strong></li>\r\n</ul>','List Of Books','','inherit','closed','closed','','202-revision-v1','','','2021-06-21 13:32:29','2021-06-21 08:02:29','',202,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/202-revision-v1/',0,'revision','',0),(205,1,'2021-06-21 13:33:23','2021-06-21 08:03:23','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure2.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','publish','closed','closed','','mandatory-public-disclosure','','','2021-10-28 10:35:57','2021-10-28 05:05:57','',0,'http://srichaitanyaschoolhubli.net/?page_id=205',0,'page','',0),(206,1,'2021-06-21 13:33:12','2021-06-21 08:03:12','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure','','','2021-06-21 13:33:12','2021-06-21 08:03:12','',205,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure.pdf',0,'attachment','application/pdf',0),(207,1,'2021-06-21 13:33:23','2021-06-21 08:03:23','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','205-revision-v1','','','2021-06-21 13:33:23','2021-06-21 08:03:23','',205,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/205-revision-v1/',0,'revision','',0),(208,1,'2021-06-21 13:34:04','2021-06-21 08:04:04','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/PTA-Committee.pdf\" target=\"_blank\">PTA-Committee</a></strong></li>\r\n</ul>','PTA Association','','publish','closed','closed','','pta-association','','','2021-06-21 13:34:04','2021-06-21 08:04:04','',0,'http://srichaitanyaschoolhubli.net/?page_id=208',0,'page','',0),(209,1,'2021-06-21 13:33:55','2021-06-21 08:03:55','','PTA-Committee','','inherit','open','closed','','pta-committee','','','2021-06-21 13:33:55','2021-06-21 08:03:55','',208,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/PTA-Committee.pdf',0,'attachment','application/pdf',0),(210,1,'2021-06-21 13:34:04','2021-06-21 08:04:04','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/PTA-Committee.pdf\" target=\"_blank\">PTA-Committee</a></strong></li>\r\n</ul>','PTA Association','','inherit','closed','closed','','208-revision-v1','','','2021-06-21 13:34:04','2021-06-21 08:04:04','',208,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/208-revision-v1/',0,'revision','',0),(211,1,'2021-06-21 13:36:55','2021-06-21 08:06:55','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary Certificate','','publish','closed','closed','','sanitary-certificate','','','2021-06-21 13:36:55','2021-06-21 08:06:55','',0,'http://srichaitanyaschoolhubli.net/?page_id=211',0,'page','',0),(212,1,'2021-06-21 13:36:46','2021-06-21 08:06:46','','Sanitary Certificate','','inherit','open','closed','','sanitary-certificate','','','2021-06-21 13:36:46','2021-06-21 08:06:46','',211,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Sanitary-Certificate.pdf',0,'attachment','application/pdf',0),(213,1,'2021-06-21 13:36:55','2021-06-21 08:06:55','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','211-revision-v1','','','2021-06-21 13:36:55','2021-06-21 08:06:55','',211,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/211-revision-v1/',0,'revision','',0),(214,1,'2021-06-21 13:37:21','2021-06-21 08:07:21','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/SCHOOL-MANAGEMENT-COMMITTEE.pdf\" target=\"_blank\">SCHOOL MANAGEMENT COMMITTEE</a></strong></li>\r\n</ul>','SMC','','publish','closed','closed','','smc','','','2021-06-21 13:37:21','2021-06-21 08:07:21','',0,'http://srichaitanyaschoolhubli.net/?page_id=214',0,'page','',0),(215,1,'2021-06-21 13:37:12','2021-06-21 08:07:12','','SCHOOL MANAGEMENT COMMITTEE','','inherit','open','closed','','school-management-committee','','','2021-06-21 13:37:12','2021-06-21 08:07:12','',214,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/SCHOOL-MANAGEMENT-COMMITTEE.pdf',0,'attachment','application/pdf',0),(216,1,'2021-06-21 13:37:21','2021-06-21 08:07:21','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/SCHOOL-MANAGEMENT-COMMITTEE.pdf\" target=\"_blank\">SCHOOL MANAGEMENT COMMITTEE</a></strong></li>\r\n</ul>','SMC','','inherit','closed','closed','','214-revision-v1','','','2021-06-21 13:37:21','2021-06-21 08:07:21','',214,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/214-revision-v1/',0,'revision','',0),(217,1,'2021-06-21 13:38:34','2021-06-21 08:08:34','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Transfeer-Cerificate.pdf\" target=\"_blank\">Transfer Certificate</a></strong></li>\r\n</ul>','Transfer Certificate','','publish','closed','closed','','transfer-certificate','','','2021-06-21 13:38:34','2021-06-21 08:08:34','',0,'http://srichaitanyaschoolhubli.net/?page_id=217',0,'page','',0),(218,1,'2021-06-21 13:37:57','2021-06-21 08:07:57','','Transfeer Cerificate','','inherit','open','closed','','transfeer-cerificate','','','2021-06-21 13:37:57','2021-06-21 08:07:57','',217,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Transfeer-Cerificate.pdf',0,'attachment','application/pdf',0),(219,1,'2021-06-21 13:38:34','2021-06-21 08:08:34','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Transfeer-Cerificate.pdf\" target=\"_blank\">Transfer Certificate</a></strong></li>\r\n</ul>','Transfer Certificate','','inherit','closed','closed','','217-revision-v1','','','2021-06-21 13:38:34','2021-06-21 08:08:34','',217,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/217-revision-v1/',0,'revision','',0),(220,1,'2021-06-21 13:39:17','2021-06-21 08:09:17','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','publish','closed','closed','','trust-deed','','','2021-06-21 13:39:17','2021-06-21 08:09:17','',0,'http://srichaitanyaschoolhubli.net/?page_id=220',0,'page','',0),(221,1,'2021-06-21 13:39:03','2021-06-21 08:09:03','','Trust Deed','','inherit','open','closed','','trust-deed','','','2021-06-21 13:39:03','2021-06-21 08:09:03','',220,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Trust-Deed.pdf',0,'attachment','application/pdf',0),(222,1,'2021-06-21 13:39:17','2021-06-21 08:09:17','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','inherit','closed','closed','','220-revision-v1','','','2021-06-21 13:39:17','2021-06-21 08:09:17','',220,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/220-revision-v1/',0,'revision','',0),(223,1,'2021-06-21 13:41:18','2021-06-21 08:11:18','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf\" target=\"_blank\">Recognition Certificate</a></strong></li>\r\n</ul>','Recognition Certificate','','publish','closed','closed','','recognition-certificate','','','2021-06-21 13:41:18','2021-06-21 08:11:18','',0,'http://srichaitanyaschoolhubli.net/?page_id=223',0,'page','',0),(224,1,'2021-06-21 13:41:07','2021-06-21 08:11:07','','Recognition Certificate','','inherit','open','closed','','recognition-certificate','','','2021-06-21 13:41:07','2021-06-21 08:11:07','',223,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf',0,'attachment','application/pdf',0),(225,1,'2021-06-21 13:41:18','2021-06-21 08:11:18','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf\" target=\"_blank\">Recognition Certificate</a></strong></li>\r\n</ul>','Recognition Certificate','','inherit','closed','closed','','223-revision-v1','','','2021-06-21 13:41:18','2021-06-21 08:11:18','',223,'http://srichaitanyaschoolhubli.net/index.php/2021/06/21/223-revision-v1/',0,'revision','',0),(226,1,'2021-06-21 13:46:51','2021-06-21 08:16:51',' ','','','publish','closed','closed','','226','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=226',6,'nav_menu_item','',0),(227,1,'2021-06-21 13:46:52','2021-06-21 08:16:52',' ','','','publish','closed','closed','','227','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=227',12,'nav_menu_item','',0),(228,1,'2021-06-21 13:46:53','2021-06-21 08:16:53',' ','','','publish','closed','closed','','228','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=228',25,'nav_menu_item','',0),(229,1,'2021-06-21 13:46:53','2021-06-21 08:16:53',' ','','','publish','closed','closed','','229','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=229',23,'nav_menu_item','',0),(230,1,'2021-06-21 13:46:52','2021-06-21 08:16:52',' ','','','publish','closed','closed','','230','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=230',11,'nav_menu_item','',0),(231,1,'2021-06-21 13:46:53','2021-06-21 08:16:53',' ','','','publish','closed','closed','','231','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=231',24,'nav_menu_item','',0),(232,1,'2021-06-21 13:46:51','2021-06-21 08:16:51',' ','','','publish','closed','closed','','232','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=232',3,'nav_menu_item','',0),(233,1,'2021-06-21 13:46:52','2021-06-21 08:16:52',' ','','','publish','closed','closed','','233','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=233',19,'nav_menu_item','',0),(234,1,'2021-06-21 13:46:52','2021-06-21 08:16:52',' ','','','publish','closed','closed','','234','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=234',13,'nav_menu_item','',0),(235,1,'2021-06-21 13:46:51','2021-06-21 08:16:51',' ','','','publish','closed','closed','','235','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=235',4,'nav_menu_item','',0),(236,1,'2021-06-21 13:46:51','2021-06-21 08:16:51',' ','','','publish','closed','closed','','236','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=236',8,'nav_menu_item','',0),(237,1,'2021-06-21 13:46:51','2021-06-21 08:16:51',' ','','','publish','closed','closed','','237','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=237',10,'nav_menu_item','',0),(238,1,'2021-06-21 13:46:52','2021-06-21 08:16:52',' ','','','publish','closed','closed','','238','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=238',20,'nav_menu_item','',0),(239,1,'2021-06-21 13:46:51','2021-06-21 08:16:51',' ','','','publish','closed','closed','','239','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=239',7,'nav_menu_item','',0),(240,1,'2021-06-21 13:46:52','2021-06-21 08:16:52',' ','','','publish','closed','closed','','240','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=240',18,'nav_menu_item','',0),(241,1,'2021-06-21 13:47:48','2021-06-21 08:17:48',' ','','','publish','closed','closed','','241','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=241',17,'nav_menu_item','',0),(242,1,'2021-06-21 13:47:49','2021-06-21 08:17:49',' ','','','publish','closed','closed','','242','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=242',5,'nav_menu_item','',0),(243,1,'2021-06-21 13:47:49','2021-06-21 08:17:49',' ','','','publish','closed','closed','','243','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=243',22,'nav_menu_item','',0),(245,1,'2021-06-21 13:50:25','2021-06-21 08:20:25',' ','','','publish','closed','closed','','245','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=245',9,'nav_menu_item','',0),(247,1,'2021-10-25 11:36:18','2021-10-25 06:06:18','','Public Disclosure','','publish','closed','closed','','public-disclosure','','','2021-10-25 11:36:18','2021-10-25 06:06:18','',0,'http://srichaitanyaschoolhubli.net/?page_id=247',0,'page','',0),(248,1,'2021-10-25 11:36:18','2021-10-25 06:06:18','','Public Disclosure','','inherit','closed','closed','','247-revision-v1','','','2021-10-25 11:36:18','2021-10-25 06:06:18','',247,'http://srichaitanyaschoolhubli.net/index.php/2021/10/25/247-revision-v1/',0,'revision','',0),(249,1,'2021-10-25 11:37:24','2021-10-25 06:07:24',' ','','','publish','closed','closed','','249','','','2022-01-17 11:51:55','2022-01-17 06:21:55','',0,'http://srichaitanyaschoolhubli.net/?p=249',2,'nav_menu_item','',0),(250,1,'2021-10-25 11:39:11','2021-10-25 06:09:11','<h3>Affiliation No: 830996</h3>\r\n<h3 style=\"text-align: left;\">School Code: 45918</h3>\r\n<h3 style=\"text-align: left;\"><strong>History :</strong></h3>\r\n<a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2015/11/Hubli-About-Us-Admission.jpg\" alt=\"Hubli About Us & Admission\" width=\"820\" height=\"312\" /></a>\r\n\r\nThis group of educational institutions comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya, every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS, etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted household name across the country. The growth has been not uni but multidimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada, was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS, etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of time is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state-based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-10-25 11:39:11','2021-10-25 06:09:11','',9,'http://srichaitanyaschoolhubli.net/index.php/2021/10/25/9-revision-v1/',0,'revision','',0),(251,1,'2021-10-28 10:35:05','2021-10-28 05:05:05','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure-2','','','2021-10-28 10:35:05','2021-10-28 05:05:05','',205,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure1.pdf',0,'attachment','application/pdf',0),(252,1,'2021-10-28 10:35:35','2021-10-28 05:05:35','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure-3','','','2021-10-28 10:35:35','2021-10-28 05:05:35','',205,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure2.pdf',0,'attachment','application/pdf',0),(253,1,'2021-10-28 10:35:54','2021-10-28 05:05:54','<ul>\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure2.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','205-autosave-v1','','','2021-10-28 10:35:54','2021-10-28 05:05:54','',205,'http://srichaitanyaschoolhubli.net/index.php/2021/10/28/205-autosave-v1/',0,'revision','',0),(254,1,'2021-10-28 10:35:57','2021-10-28 05:05:57','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure2.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','205-revision-v1','','','2021-10-28 10:35:57','2021-10-28 05:05:57','',205,'http://srichaitanyaschoolhubli.net/index.php/2021/10/28/205-revision-v1/',0,'revision','',0),(256,1,'2021-12-23 12:39:05','2021-12-23 07:09:05','','Fire Certificate 2021','','inherit','open','closed','','fire-certificate-2021','','','2021-12-23 12:39:05','2021-12-23 07:09:05','',190,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Fire-Certificate-2021.pdf',0,'attachment','application/pdf',0),(257,1,'2021-12-23 12:39:25','2021-12-23 07:09:25','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Fire-Certificate-2021.pdf\" target=\"_blank\">Fire Certificate 2021</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','190-revision-v1','','','2021-12-23 12:39:25','2021-12-23 07:09:25','',190,'http://srichaitanyaschoolhubli.net/index.php/2021/12/23/190-revision-v1/',0,'revision','',0),(258,1,'2021-12-23 12:39:49','2021-12-23 07:09:49','','Building Stability Certificate 2021','','inherit','open','closed','','building-stability-certificate-2021','','','2021-12-23 12:39:49','2021-12-23 07:09:49','',174,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-Stability-Certificate-2021.pdf',0,'attachment','application/pdf',0),(259,1,'2021-12-23 12:40:03','2021-12-23 07:10:03','<ul>\r\n <li><span style=\"color: #008000;\"><strong><a style=\"color: #008000;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-Stability-Certificate-2021.pdf\" target=\"_blank\">Building Stability Certificate 2021</a></strong></span></li>\r\n</ul>','Structural Stability Certificate','','inherit','closed','closed','','174-revision-v1','','','2021-12-23 12:40:03','2021-12-23 07:10:03','',174,'http://srichaitanyaschoolhubli.net/index.php/2021/12/23/174-revision-v1/',0,'revision','',0),(260,1,'2021-12-23 16:02:32','2021-12-23 10:32:32','','Building Stability Certificate.','','inherit','open','closed','','building-stability-certificate-2','','','2021-12-23 16:02:32','2021-12-23 10:32:32','',174,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-Stability-Certificate..pdf',0,'attachment','application/pdf',0),(261,1,'2021-12-23 16:02:46','2021-12-23 10:32:46','<ul>\r\n <li><span style=\"color: #993366;\"><strong><a style=\"color: #993366;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-Stability-Certificate..pdf\" target=\"_blank\">Building Stability Certificate.</a></strong></span></li>\r\n</ul>','Structural Stability Certificate','','inherit','closed','closed','','174-revision-v1','','','2021-12-23 16:02:46','2021-12-23 10:32:46','',174,'http://srichaitanyaschoolhubli.net/index.php/2021/12/23/174-revision-v1/',0,'revision','',0),(263,1,'2022-01-17 11:50:04','2022-01-17 06:20:04','','STAFF DETAILS 2022','','inherit','open','closed','','staff-details-2022','','','2022-01-17 11:50:04','2022-01-17 06:20:04','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/STAFF-DETAILS-2022.pdf',0,'attachment','application/pdf',0),(264,1,'2022-01-17 11:50:26','2022-01-17 06:20:26','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/STAFF-DETAILS-2022.pdf\" target=\"_blank\">STAFF DETAILS</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2022-01-17 11:50:26','2022-01-17 06:20:26','',151,'http://srichaitanyaschoolhubli.net/index.php/2022/01/17/151-revision-v1/',0,'revision','',0),(265,1,'2022-01-17 11:51:30','2022-01-17 06:21:30','<ul>\r\n <li><span style=\"color: #333399;\"><strong><a style=\"color: #333399;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022.pdf\" target=\"_blank\">TEACHERS AND STAFF DETAILS 2022</a></strong></span></li>\r\n</ul>','Staff Details.','','publish','closed','closed','','staff-details-2','','','2022-08-22 16:56:08','2022-08-22 11:26:08','',0,'http://srichaitanyaschoolhubli.net/?page_id=265',0,'page','',0),(266,1,'2022-01-17 11:50:54','2022-01-17 06:20:54','','STAFF DETAILS 2022','','inherit','open','closed','','staff-details-2022-2','','','2022-01-17 11:50:54','2022-01-17 06:20:54','',265,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2022/01/STAFF-DETAILS-2022.pdf',0,'attachment','application/pdf',0),(267,1,'2022-01-17 11:51:30','2022-01-17 06:21:30','<ul>\r\n <li><strong><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2022/01/STAFF-DETAILS-2022.pdf\" target=\"_blank\">STAFF DETAILS.</a></span></strong></li>\r\n</ul>','Staff Details.','','inherit','closed','closed','','265-revision-v1','','','2022-01-17 11:51:30','2022-01-17 06:21:30','',265,'http://srichaitanyaschoolhubli.net/index.php/2022/01/17/265-revision-v1/',0,'revision','',0),(268,1,'2022-01-17 11:51:56','2022-01-17 06:21:56',' ','','','publish','closed','closed','','268','','','2022-01-17 11:51:56','2022-01-17 06:21:56','',0,'http://srichaitanyaschoolhubli.net/?p=268',14,'nav_menu_item','',0),(270,1,'2022-02-05 15:29:55','2022-02-05 09:59:55','','Certificate Of Land 2022','','inherit','open','closed','','certificate-of-land-2022','','','2022-02-05 15:29:55','2022-02-05 09:59:55','',199,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Certificate-Of-Land-2022.pdf',0,'attachment','application/pdf',0),(271,1,'2022-02-05 15:30:23','2022-02-05 10:00:23','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Certificate-Of-Land-2022.pdf\" target=\"_blank\">Certificate Of Land 2022</a></strong></li>\r\n</ul>','Land Certificate','','inherit','closed','closed','','199-revision-v1','','','2022-02-05 15:30:23','2022-02-05 10:00:23','',199,'http://srichaitanyaschoolhubli.net/index.php/2022/02/05/199-revision-v1/',0,'revision','',0),(272,1,'2022-02-05 15:31:13','2022-02-05 10:01:13','','Building Stability Certificate','','inherit','open','closed','','building-stability-certificate-3','','','2022-02-05 15:31:13','2022-02-05 10:01:13','',174,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-Stability-Certificate.pdf',0,'attachment','application/pdf',0),(273,1,'2022-02-05 15:31:38','2022-02-05 10:01:38','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2021/06/Building-Stability-Certificate.pdf\" target=\"_blank\">Building Stability Certificate</a></strong></li>\r\n</ul>','Structural Stability Certificate','','inherit','closed','closed','','174-revision-v1','','','2022-02-05 15:31:38','2022-02-05 10:01:38','',174,'http://srichaitanyaschoolhubli.net/index.php/2022/02/05/174-revision-v1/',0,'revision','',0),(275,1,'2022-03-09 09:37:39','2022-03-09 04:07:39','','Staff Details','','inherit','closed','closed','','151-autosave-v1','','','2022-03-09 09:37:39','2022-03-09 04:07:39','',151,'http://srichaitanyaschoolhubli.net/index.php/2022/03/09/151-autosave-v1/',0,'revision','',0),(276,1,'2022-03-09 09:37:56','2022-03-09 04:07:56','','TEACHERS AND STAFF DETAILS 2022 (','','inherit','open','closed','','teachers-and-staff-details-2022','','','2022-03-09 09:37:56','2022-03-09 04:07:56','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022-.pdf',0,'attachment','application/pdf',0),(277,1,'2022-03-09 09:38:14','2022-03-09 04:08:14','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022-.pdf\" target=\"_blank\">TEACHERS AND STAFF DETAILS 2022</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2022-03-09 09:38:14','2022-03-09 04:08:14','',151,'http://srichaitanyaschoolhubli.net/index.php/2022/03/09/151-revision-v1/',0,'revision','',0),(278,1,'2022-03-09 09:41:28','2022-03-09 04:11:28','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022-.pdf\" target=\"_blank\">TEACHERS AND STAFF DETAILS 2022</a></strong></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2022-03-09 09:41:28','2022-03-09 04:11:28','',151,'http://srichaitanyaschoolhubli.net/index.php/2022/03/09/151-revision-v1/',0,'revision','',0),(279,1,'2022-03-09 09:46:20','2022-03-09 04:16:20','<ul>\r\n <li><span style=\"color: #008080;\"><strong><a style=\"color: #008080;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022-.pdf\" target=\"_blank\">TEACHERS AND STAFF DETAILS 2022</a></strong></span></li>\r\n</ul>','Staff Details.','','inherit','closed','closed','','265-revision-v1','','','2022-03-09 09:46:20','2022-03-09 04:16:20','',265,'http://srichaitanyaschoolhubli.net/index.php/2022/03/09/265-revision-v1/',0,'revision','',0),(281,1,'2022-08-22 16:53:14','2022-08-22 11:23:14','','TEACHERS AND STAFF DETAILS 2022','','inherit','open','closed','','teachers-and-staff-details-2022-2','','','2022-08-22 16:53:14','2022-08-22 11:23:14','',151,'http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022.pdf',0,'attachment','application/pdf',0),(282,1,'2022-08-22 16:53:37','2022-08-22 11:23:37','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022.pdf\" target=\"_blank\">TEACHERS AND STAFF DETAILS 2022</a></strong></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','151-revision-v1','','','2022-08-22 16:53:37','2022-08-22 11:23:37','',151,'http://srichaitanyaschoolhubli.net/index.php/2022/08/22/151-revision-v1/',0,'revision','',0),(283,1,'2022-08-22 16:56:08','2022-08-22 11:26:08','<ul>\r\n <li><span style=\"color: #333399;\"><strong><a style=\"color: #333399;\" href=\"http://srichaitanyaschoolhubli.net/wp-content/uploads/2020/05/TEACHERS-AND-STAFF-DETAILS-2022.pdf\" target=\"_blank\">TEACHERS AND STAFF DETAILS 2022</a></strong></span></li>\r\n</ul>','Staff Details.','','inherit','closed','closed','','265-revision-v1','','','2022-08-22 16:56:08','2022-08-22 11:26:08','',265,'http://srichaitanyaschoolhubli.net/index.php/2022/08/22/265-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(156,3,0),(226,3,0),(227,3,0),(228,3,0),(229,3,0),(230,3,0),(231,3,0),(232,3,0),(233,3,0),(234,3,0),(235,3,0),(236,3,0),(237,3,0),(238,3,0),(239,3,0),(240,3,0),(241,3,0),(242,3,0),(243,3,0),(245,3,0),(249,3,0),(268,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,28); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','280'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&imgsize=full&advImgDetails=show&hidetb=1&wplink=1'),(20,1,'scsuser-settings-time','1590487401'),(22,1,'closedpostboxes_dashboard','a:0:{}'),(23,1,'metaboxhidden_dashboard','a:0:{}'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_moolakadai` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_moolakadai` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_moolakadai`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=3022 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschoolmoolakadai.net','yes'),(2,'home','http://srichaitanyatechnoschoolmoolakadai.net','yes'),(3,'blogname','Sri Chaitanya School Moolakadai','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:98:\"/www-data/sites/srichaitanyatechnoschoolmoolakadai.net/wp-content/themes/twentythirteen/footer.php\";i:2;s:97:\"/www-data/sites/srichaitanyatechnoschoolmoolakadai.net/wp-content/themes/twentythirteen/style.css\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1585682460;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:1585695670;a:3:{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;}}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;}}}i:1585738952;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;}}}i:1585742003;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.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-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1585656558;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','7c4d6a20adb7824169eee72d8c47b53a','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1553765100;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(150,'_site_transient_update_themes','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1585656533;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}}','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:87:\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2019/03/Moolakadai.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:56;s:3:\"url\";s:87:\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2019/03/Moolakadai.png\";s:13:\"thumbnail_url\";s:87:\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2019/03/Moolakadai.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(257,'_transient_timeout_plugin_slugs','1553851503','no'),(258,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(322,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1585656584;s:8:\"response\";N;s:12:\"translations\";N;s:9:\"no_update\";N;}','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'_site_transient_timeout_available_translations','1449159309','yes'),(338,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 09:00:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 08:58:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(340,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(376,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1553808296','no'),(377,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: A feed could not be found at http://wordpress.org/news/feed/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Peer certificate cannot be authenticated with known CA certificates</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(383,'_transient_is_multi_author','0','yes'),(2508,'_transient_timeout_mailserver_last_checked','1580024047','no'),(2509,'_transient_mailserver_last_checked','1','no'),(3019,'_site_transient_timeout_theme_roots','1585658333','yes'),(3020,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(3021,'_transient_doing_cron','1600833564.6273069381713867187500','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=149 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1553766488:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1553765389:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1553765302:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1553769934:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1553765361:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1553765770:1'),(48,23,'_menu_item_type','post_type'),(49,23,'_menu_item_menu_item_parent','0'),(50,23,'_menu_item_object_id','12'),(51,23,'_menu_item_object','page'),(52,23,'_menu_item_target',''),(53,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,23,'_menu_item_xfn',''),(55,23,'_menu_item_url',''),(56,23,'_menu_item_orphaned','1447504188'),(57,24,'_menu_item_type','post_type'),(58,24,'_menu_item_menu_item_parent','0'),(59,24,'_menu_item_object_id','12'),(60,24,'_menu_item_object','page'),(61,24,'_menu_item_target',''),(62,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,24,'_menu_item_xfn',''),(64,24,'_menu_item_url',''),(65,24,'_menu_item_orphaned','1447504306'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,56,'_wp_attached_file','2019/03/Moolakadai.png'),(144,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:22:\"2019/03/Moolakadai.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Moolakadai-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Moolakadai-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Moolakadai-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Moolakadai-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(145,56,'_wp_attachment_custom_header_last_used_twentythirteen','1553765245'),(146,56,'_wp_attachment_is_custom_header','twentythirteen'),(147,64,'_wp_attached_file','2015/11/coming-soon-2550190__340.jpg'),(148,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:340;s:4:\"file\";s:36:\"2015/11/coming-soon-2550190__340.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-510x270.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','publish','closed','closed','','about-us','','','2019-03-28 15:18:08','2019-03-28 09:48:08','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','publish','closed','closed','','admissions','','','2019-03-28 15:02:09','2019-03-28 09:32:09','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2019-03-28 15:00:27','2019-03-28 09:30:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<a href=\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-64 size-full\" src=\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2019-03-28 16:15:34','2019-03-28 10:45:34','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2019-03-28 15:01:29','2019-03-28 09:31:29','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Survey No: 1065/1A1, TS No:11,Block 58, KKR Nagar,</p>\r\n<p class=\"xs-mb-0\">Madhavaram,Chennai.</p>\r\n<p class=\"xs-mb-0\">Tamilnadu,</p>\r\n<p class=\"xs-mb-0\">Email : Moolakadai@srichaitanyaschool.net</p>\r\nPhone : 73977 52884 / 73977 52885.','Contact Us','','publish','closed','closed','','contact-us','','','2019-03-28 15:07:43','2019-03-28 09:37:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(23,1,'2015-11-14 17:59:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 17:59:48','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=23',1,'nav_menu_item','',0),(24,1,'2015-11-14 18:01:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 18:01:46','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=24',1,'nav_menu_item','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2019-03-28 15:18:10','2019-03-28 09:48:10','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2019-03-28 15:18:10','2019-03-28 09:48:10','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2019-03-28 15:05:46','2019-03-28 09:35:46','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\n<p class=\"xs-mb-0\">Survey No: 1065/1A1, TS No:11,Block 58, KKR Nagar,</p>\n<p class=\"xs-mb-0\">Madhavaram,</p>\n<p class=\"xs-mb-0\">Tamilnadu,</p>\n<p class=\"xs-mb-0\">Survey No:1065/1A1,TS No.11,Block 58,KKR Nagar,</p>\n<p class=\"xs-mb-0\">Madhavaram,</p>\nEmail : Coimbatore4@srichaitanyaschool.net\n\nPhone : 73977 52714 / 73977 52715.','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2019-03-28 15:05:46','2019-03-28 09:35:46','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2019-03-28 14:57:17','2019-03-28 09:27:17','','Moolakadai','','inherit','open','closed','','moolakadai','','','2019-03-28 14:57:17','2019-03-28 09:27:17','',0,'http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2019/03/Moolakadai.png',0,'attachment','image/png',0),(57,1,'2019-03-28 14:58:14','2019-03-28 09:28:14','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-28 14:58:14','2019-03-28 09:28:14','',9,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/9-revision-v1/',0,'revision','',0),(58,1,'2019-03-28 14:59:53','2019-03-28 09:29:53','','Academics','','inherit','closed','closed','','14-autosave-v1','','','2019-03-28 14:59:53','2019-03-28 09:29:53','',14,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/14-autosave-v1/',0,'revision','',0),(59,1,'2019-03-28 15:00:27','2019-03-28 09:30:27','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-03-28 15:00:27','2019-03-28 09:30:27','',14,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/14-revision-v1/',0,'revision','',0),(60,1,'2019-03-28 15:01:29','2019-03-28 09:31:29','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-03-28 15:01:29','2019-03-28 09:31:29','',19,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/19-revision-v1/',0,'revision','',0),(61,1,'2019-03-28 15:02:09','2019-03-28 09:32:09','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-03-28 15:02:09','2019-03-28 09:32:09','',12,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/12-revision-v1/',0,'revision','',0),(62,1,'2019-03-28 15:02:37','2019-03-28 09:32:37','<strong>Coming Soon...</strong>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 15:02:37','2019-03-28 09:32:37','',17,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0),(63,1,'2019-03-28 15:07:43','2019-03-28 09:37:43','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Survey No: 1065/1A1, TS No:11,Block 58, KKR Nagar,</p>\r\n<p class=\"xs-mb-0\">Madhavaram,Chennai.</p>\r\n<p class=\"xs-mb-0\">Tamilnadu,</p>\r\n<p class=\"xs-mb-0\">Email : Moolakadai@srichaitanyaschool.net</p>\r\nPhone : 73977 52884 / 73977 52885.','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-03-28 15:07:43','2019-03-28 09:37:43','',21,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/21-revision-v1/',0,'revision','',0),(64,1,'2019-03-28 16:14:55','2019-03-28 10:44:55','','coming-soon-2550190__340','','inherit','open','closed','','coming-soon-2550190__340','','','2019-03-28 16:14:55','2019-03-28 10:44:55','',17,'http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg',0,'attachment','image/jpeg',0),(65,1,'2019-03-28 16:15:06','2019-03-28 10:45:06','<a href=\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"size-medium wp-image-64 aligncenter\" src=\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340-300x200.jpg\" alt=\"coming-soon-2550190__340\" width=\"300\" height=\"200\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 16:15:06','2019-03-28 10:45:06','',17,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0),(66,1,'2019-03-28 16:15:09','2019-03-28 10:45:09','<a href=\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"size-medium wp-image-64 aligncenter\" src=\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340-300x200.jpg\" alt=\"coming-soon-2550190__340\" width=\"300\" height=\"200\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2019-03-28 16:15:09','2019-03-28 10:45:09','',17,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/17-autosave-v1/',0,'revision','',0),(67,1,'2019-03-28 16:15:28','2019-03-28 10:45:28','<a href=\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-64 size-full\" src=\"http://srichaitanyatechnoschoolmoolakadai.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 16:15:28','2019-03-28 10:45:28','',17,'http://srichaitanyatechnoschoolmoolakadai.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','55'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse'),(20,1,'scsuser-settings-time','1553765289'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_palavakkam` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_palavakkam` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_palavakkam`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=3011 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschoolpalavakkam.net','yes'),(2,'home','http://srichaitanyatechnoschoolpalavakkam.net','yes'),(3,'blogname','Sri Chaitanya School Palavakkam','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:98:\"/www-data/sites/srichaitanyatechnoschoolpalavakkam.net/wp-content/themes/twentythirteen/footer.php\";i:2;s:97:\"/www-data/sites/srichaitanyatechnoschoolpalavakkam.net/wp-content/themes/twentythirteen/style.css\";i:3;s:93:\"/www-data/sites/srichaitanyatechnoschoolpalavakkam.net/wp-content/plugins/akismet/akismet.php\";i:4;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:5;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1591441270;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:1591441352;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;}}}i:1591444403;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:1591471260;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.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-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1591432249;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','34a8aded89fe3948d2db12d0ab047218','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1553759505;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(150,'_site_transient_update_themes','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1591432260;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}}','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:87:\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2019/03/Palavakkam.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:56;s:3:\"url\";s:87:\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2019/03/Palavakkam.png\";s:13:\"thumbnail_url\";s:87:\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2019/03/Palavakkam.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(322,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1591432257;s:8:\"response\";N;s:12:\"translations\";N;s:9:\"no_update\";N;}','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'_site_transient_timeout_available_translations','1449159309','yes'),(338,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 09:00:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 08:58:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(340,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(380,'_transient_timeout_plugin_slugs','1553845909','no'),(381,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(382,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1553802591','no'),(383,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: A feed could not be found at http://wordpress.org/news/feed/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Peer certificate cannot be authenticated with known CA certificates</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(386,'_transient_is_multi_author','0','yes'),(2528,'_transient_timeout_mailserver_last_checked','1580024047','no'),(2529,'_transient_mailserver_last_checked','1','no'),(3008,'_site_transient_timeout_theme_roots','1591434029','yes'),(3009,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(3010,'_transient_doing_cron','1609917946.7143120765686035156250','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=149 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1553759443:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1553759560:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1553759478:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1553769802:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1553759533:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1553760024:1'),(48,23,'_menu_item_type','post_type'),(49,23,'_menu_item_menu_item_parent','0'),(50,23,'_menu_item_object_id','12'),(51,23,'_menu_item_object','page'),(52,23,'_menu_item_target',''),(53,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,23,'_menu_item_xfn',''),(55,23,'_menu_item_url',''),(56,23,'_menu_item_orphaned','1447504188'),(57,24,'_menu_item_type','post_type'),(58,24,'_menu_item_menu_item_parent','0'),(59,24,'_menu_item_object_id','12'),(60,24,'_menu_item_object','page'),(61,24,'_menu_item_target',''),(62,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,24,'_menu_item_xfn',''),(64,24,'_menu_item_url',''),(65,24,'_menu_item_orphaned','1447504306'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,56,'_wp_attached_file','2019/03/Palavakkam.png'),(144,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:22:\"2019/03/Palavakkam.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Palavakkam-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Palavakkam-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Palavakkam-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Palavakkam-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(145,56,'_wp_attachment_custom_header_last_used_twentythirteen','1553759417'),(146,56,'_wp_attachment_is_custom_header','twentythirteen'),(147,64,'_wp_attached_file','2015/11/coming-soon-2550190__340.jpg'),(148,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:340;s:4:\"file\";s:36:\"2015/11/coming-soon-2550190__340.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-510x270.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','publish','closed','closed','','about-us','','','2019-03-28 13:22:41','2019-03-28 07:52:41','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','publish','closed','closed','','admissions','','','2019-03-28 13:25:02','2019-03-28 07:55:02','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2019-03-28 13:23:40','2019-03-28 07:53:40','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<a href=\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-64 size-full\" src=\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2019-03-28 16:13:22','2019-03-28 10:43:22','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2019-03-28 13:24:23','2019-03-28 07:54:23','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Plot No: 16A & 16B, MGR Road,</p>\r\n<p class=\"xs-mb-0\">Palavakkam,</p>\r\n<p class=\"xs-mb-0\">Chennai - 600041,</p>\r\n<p class=\"xs-mb-0\">Tamilnadu,</p>\r\nEmail : Palavakkam@srichaitanyaschool.net\r\n\r\nPhone : 73977 52705 / 73977 52706.','Contact Us','','publish','closed','closed','','contact-us','','','2019-03-28 13:30:24','2019-03-28 08:00:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(23,1,'2015-11-14 17:59:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 17:59:48','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=23',1,'nav_menu_item','',0),(24,1,'2015-11-14 18:01:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 18:01:46','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=24',1,'nav_menu_item','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2015-12-04 00:58:03','2015-12-03 19:28:03','<header class=\"entry-header\">\n<h1 class=\"entry-title\"><strong>History</strong></h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2015-12-04 00:58:03','2015-12-03 19:28:03','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2019-03-28 13:28:43','2019-03-28 07:58:43','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\n<p class=\"xs-mb-0\">Plot No: 16A & 16B, MGR Road,</p>\n<p class=\"xs-mb-0\">Palavakkam,</p>\n<p class=\"xs-mb-0\">Chennai - 600041,</p>\n<p class=\"xs-mb-0\">Tamilnadu,</p>\nEmail : Palavakkam@srichaitanyaschool.net\n\nPhone : 73977 52705 / 73977 52706.\n\n ','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2019-03-28 13:28:43','2019-03-28 07:58:43','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2019-03-28 13:20:06','2019-03-28 07:50:06','','Palavakkam','','inherit','open','closed','','palavakkam','','','2019-03-28 13:20:06','2019-03-28 07:50:06','',0,'http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2019/03/Palavakkam.png',0,'attachment','image/png',0),(57,1,'2019-03-28 13:22:41','2019-03-28 07:52:41','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-28 13:22:41','2019-03-28 07:52:41','',9,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/9-revision-v1/',0,'revision','',0),(58,1,'2019-03-28 13:23:40','2019-03-28 07:53:40','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-03-28 13:23:40','2019-03-28 07:53:40','',14,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/14-revision-v1/',0,'revision','',0),(59,1,'2019-03-28 13:24:23','2019-03-28 07:54:23','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-03-28 13:24:23','2019-03-28 07:54:23','',19,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/19-revision-v1/',0,'revision','',0),(60,1,'2019-03-28 13:25:02','2019-03-28 07:55:02','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-03-28 13:25:02','2019-03-28 07:55:02','',12,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/12-revision-v1/',0,'revision','',0),(61,1,'2019-03-28 13:25:30','2019-03-28 07:55:30','<strong>Coming Soon...</strong>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 13:25:30','2019-03-28 07:55:30','',17,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0),(62,1,'2019-03-28 13:28:57','2019-03-28 07:58:57','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Plot No: 16A & 16B, MGR Road,</p>\r\n<p class=\"xs-mb-0\">Palavakkam,</p>\r\n<p class=\"xs-mb-0\">Chennai - 600041,</p>\r\n<p class=\"xs-mb-0\">Tamilnadu,</p>\r\nEmail : Palavakkam@srichaitanyaschool.net\r\n\r\nPhone : 73977 52705 / 73977 52706.\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-03-28 13:28:57','2019-03-28 07:58:57','',21,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/21-revision-v1/',0,'revision','',0),(63,1,'2019-03-28 13:30:24','2019-03-28 08:00:24','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Plot No: 16A & 16B, MGR Road,</p>\r\n<p class=\"xs-mb-0\">Palavakkam,</p>\r\n<p class=\"xs-mb-0\">Chennai - 600041,</p>\r\n<p class=\"xs-mb-0\">Tamilnadu,</p>\r\nEmail : Palavakkam@srichaitanyaschool.net\r\n\r\nPhone : 73977 52705 / 73977 52706.','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-03-28 13:30:24','2019-03-28 08:00:24','',21,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/21-revision-v1/',0,'revision','',0),(64,1,'2019-03-28 16:13:03','2019-03-28 10:43:03','','coming-soon-2550190__340','','inherit','open','closed','','coming-soon-2550190__340','','','2019-03-28 16:13:03','2019-03-28 10:43:03','',17,'http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg',0,'attachment','image/jpeg',0),(65,1,'2019-03-28 16:13:22','2019-03-28 10:43:22','<a href=\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-64 size-full\" src=\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 16:13:22','2019-03-28 10:43:22','',17,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0),(66,1,'2019-03-28 16:13:26','2019-03-28 10:43:26','<a href=\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-64 size-full\" src=\"http://srichaitanyatechnoschoolpalavakkam.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2019-03-28 16:13:26','2019-03-28 10:43:26','',17,'http://srichaitanyatechnoschoolpalavakkam.net/index.php/2019/03/28/17-autosave-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','55'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse'),(20,1,'scsuser-settings-time','1553759557'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_panineeyapublicschool` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_panineeyapublicschool` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_panineeyapublicschool`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=17406 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://panineeyapublicschool.net','yes'),(2,'home','http://panineeyapublicschool.net','yes'),(3,'blogname','Sri Chaitanya School Chaitanyapuri','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:0;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:1;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:2;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";i:3;s:80:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/akismet/akismet.php\";i:4;s:117:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/languages/tutorial.txt\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;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:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','c81354ff4bca933d373110194b38d929','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1449119487;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1451410664;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(375,'_site_transient_timeout_browser_aaa2c20d7bf00bbeae56cba8f0350cee','1450103863','yes'),(376,'_site_transient_browser_aaa2c20d7bf00bbeae56cba8f0350cee','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(395,'_site_transient_timeout_available_translations','1449592442','yes'),(396,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"AzÉ™rbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"БългарÑки\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"à¦à¦—িয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català \";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-03 15:15:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-03 15:13:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"ΣυνÎχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"DaÅrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"ÙØ§Ø±Ø³ÛŒ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gà idhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره Ú¯ÛŒ\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिनà¥à¤¦à¥€\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Õ€Õ¡ÕµÕ¥Ö€Õ¥Õ¶\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Õ‡Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ¥Õ¬\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Ãslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Ãfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ç¶šã‘ã‚‹\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한êµì–´\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계ì†\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"TÄ™sti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါá‹\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (BokmÃ¥l)\";s:11:\"native_name\";s:13:\"Norsk bokmÃ¥l\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"РуÑÑкий\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"SlovenÄina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"PokraÄovaÅ¥\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"SlovenÅ¡Äina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"СрпÑки језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"ÐаÑтави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่à¸à¹„ป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"UyÆ£urqÉ™\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"УкраїнÑька\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"ç¹é«”䏿–‡\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"ç®€ä½“ä¸æ–‡\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"ç»§ç»\";}}}','yes'),(411,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(495,'_site_transient_timeout_browser_15297098b1b9a9d1d3687dc973a31662','1452014807','yes'),(496,'_site_transient_browser_15297098b1b9a9d1d3687dc973a31662','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(497,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451453222','no'),(498,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 14:54:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.5-alpha-36115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 4.4 “Cliffordâ€\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2015/12/clifford/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 03:25:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Version 4.4 of WordPress, named “Clifford†in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:39387:\"<p>Version 4.4 of WordPress, named “Clifford†in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png 1680w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&s=180&r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</a>, <a href=\"https://profiles.wordpress.org/aduth\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/athsear\">Athsear\'J.S.</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel Ménard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-SandÃ</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joehills\">joehills</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Dróżdż</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">sdavis2702</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">Stéphane Boisvert</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Krüss</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/chacha102\">Tyler Carter</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.5!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/11/wordpress-4-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Nov 2015 23:04:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.4 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1801:\"<p>The release candidate for WordPress 4.4 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin’s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 00:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3977\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1407:\"<p>WordPress 4.4 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Nov 2015 22:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3969\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightliesâ€). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightliesâ€). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 20:50:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3966\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightliesâ€). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightliesâ€). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 23:54:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3926\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.4 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightliesâ€). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"<p>WordPress 4.4 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightliesâ€). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you’ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2015 15:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</a> or venture over to Dashboard → Updates and simply click “Update Now.†Sites that support automatic background updates are already beginning to update to WordPress 4.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billieâ€\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2015/08/billie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Aug 2015 19:12:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3845\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"Version 4.3 of WordPress, named “Billie” in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22303:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - "Billie"\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" /></p>\n<p>Version 4.3 of WordPress, named “Billie” in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<p><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div><br />\nYour writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n <br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n <br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&s=180&r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">DH-Shredder</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-SandÃ</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai Jacobsen</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.4!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandà […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2011:\"<p>WordPress 4.2.4 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-SandÃ</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</a> or venture over to Dashboard → Updates and simply click “Update Now.†Sites that support automatic background updates are already beginning to update to WordPress 4.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 23:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3817\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"The release candidate for WordPress 4.3 is now available. We’ve made more than 100 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on Tuesday, August 18, but we […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We’ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33512&stop_rev=33372&limit=120\">100 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin’s <em>Tested up to</em> version in the readme to 4.3 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Dec 2015 11:57:40 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 09 Dec 2015 14:54:21 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20151207101506\";}','no'),(499,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451453222','no'),(500,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451410022','no'),(501,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1451453231','no'),(502,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Automattic’s WordAds Network is Now Open to Self-Hosted WordPress Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/automattics-wordads-network-is-now-open-to-self-hosted-wordpress-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3909:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/AdControl.png\" rel=\"attachment wp-att-50071\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/AdControl.png?resize=1025%2C481\" alt=\"AdControl\" class=\"aligncenter size-full wp-image-50071\" /></a></p>\n<p>Automattic <a href=\"https://wordads.co/2015/12/28/adcontrol-plugin-is-here/\" target=\"_blank\">announced</a> today that its <a href=\"https://wordads.co/\" target=\"_blank\">WordAds</a> advertising network is now available to self-hosted WordPress sites via Jetpack and the new <a href=\"https://wordpress.org/plugins/radcontrol/\" target=\"_blank\">AdControl</a> plugin. WordAds, which bears a name confusingly similar to Google’s <a href=\"https://www.google.com/adwords/\" target=\"_blank\">AdWords</a>, delivers all the advertising seen on WordPress.com’s free sites. (Ad display on VIP or upgraded sites is opt-in.)</p>\n<p>Self-hosted WordPress site owners who want to earn money with WordAds must first <a href=\"https://wordads.co/signup/\" target=\"_blank\">apply</a> to join the network and are required to meet a minimum traffic requirement. Automattic doesn’t publish the exact minimum necessary for eligibility but the <a href=\"https://wordads.co/faq/\" target=\"_blank\">WordAds FAQ</a> page says “a site generally needs thousands of page views each month.” The site will also need to have both Jetpack and the AdControl plugin installed.</p>\n<p>“We’ve been working on the plugin off and on (mostly off) since mid 2014,” said Derek Springer, a Code Wrangler at Automattic who helped write the AdControl plugin. “We took a big pause to completely re-work the back end (WordAds 2.0) which is what we are now using all over WordPress.com.”</p>\n<p><a href=\"https://wordads.co/2015/11/02/introducing-wordads-2-0/\" target=\"_blank\">WordAds 2.0</a>, unveiled in November 2015, integrated WordAds into WordPress.com’s main Settings interface with earnings reports and payout information. It also introduced a real time bidding environment where ad agencies and buyers can bid on global ad impressions.</p>\n<p>In 2013, Automattic paid out around $1 million to WordAds publishers whose sites delivered 1 billion ad impressions per month. Published numbers are not yet available for 2015, but WordAds 2.0 has increased interest in the program, according to the <a href=\"https://wordads.co/2015/12/28/adcontrol-plugin-is-here/\" target=\"_blank\">announcement</a> today. With the release of AdControl for self-hosted sites, the number of publishers available on the network has the potential to increase significantly.</p>\n<h3>Why Does AdControl Require Jetpack?</h3>\n<p>For years, the WordPress community has been <a href=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\" target=\"_blank\">waiting to see how Automattic will monetize Jetpack</a>. In addition to giving self-hosted users access to many of WordPress.com’s features, Jetpack now serves as a gateway to Automattic’s advertising network for more than 1 million active installs.</p>\n<p>I asked Springer why AdControl requires Jetpack and he cited the following reasons:</p>\n<ul>\n<li>We need the site’s unique ID (assigned to each Jetpack site) to track ad impressions in the back-end.</li>\n<li>We piggyback on Jetpack’s REST API connection to access some authenticated endpoints in the WP.com API.</li>\n<li>The payout/earning settings are all controlled via Calypso and we want a singular, unified experience.</li>\n</ul>\n<p>WordAds is deeply tied into WordPress.com’s infrastructure and as such requires authentication for tracking and rewarding participating sites. Jetpack provides the connecting link and is now key to opening up the world of independently-hosted WordPress blogs to Automattic’s advertising network.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2015 06:27:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Pique: A Free Small Business Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50031\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/pique-a-free-small-business-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3605:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-cafe-theme.png\" rel=\"attachment wp-att-50040\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-cafe-theme.png?resize=1025%2C496\" alt=\"pique-cafe-theme\" class=\"aligncenter size-full wp-image-50040\" /></a></p>\n<p>Most of the themes created by the professional design team at WordPress.com are geared towards bloggers. Business themes make up a much smaller segment of those designed in-house. That’s why the latest <a href=\"https://wordpress.com/themes/pique\" target=\"_blank\">Pique</a> theme is an unusual and exciting release.</p>\n<p>Although the theme was originally designed for coffee shops, it also works well for other small businesses like cafés, bakeries, hair salons, and shops. Pique can be instantly branded for any business by uploading a logo and a custom header.</p>\n<p>Its unique scrolling front page is created by adding panel sections, which are actually standard pages with content and featured images. Pique includes eight optional panels, which can be assigned within the customizer. Each panel control includes a dropdown selection of pages for the panel content, a background color option, and the ability to adjust the featured image’s opacity.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-front-page.png\" rel=\"attachment wp-att-50044\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-front-page.png?resize=1025%2C2032\" alt=\"pique-front-page\" class=\"aligncenter size-full wp-image-50044\" /></a></p>\n<p>Single posts have an optional sidebar and the footer also includes three widget areas. Pique supports different page designs via three unique templates: full-width, grid, and testimonials. A grid style page needs to be set as a parent page and individual items will show up if they are set as child pages. The featured image of the child page displays as an image in the grid. It’s a somewhat convoluted process that’s not terribly intuitive, but it works.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/grid-template.png\" rel=\"attachment wp-att-50047\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/grid-template.png?resize=660%2C343\" alt=\"grid-template\" class=\"aligncenter size-full wp-image-50047\" /></a></p>\n<p>Testimonials and recent blog posts can be displayed within the panels following instructions in the theme’s documentation. All testimonial content can also be viewed via its dedicated archive page at /testimonial/.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/testimonial-template.png\" rel=\"attachment wp-att-50049\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/testimonial-template.png?resize=660%2C264\" alt=\"testimonial-template\" class=\"aligncenter size-full wp-image-50049\" /></a></p>\n<p>Pique has the capacity for special formatting using icons from <a href=\"http://fortawesome.github.io/Font-Awesome/icons/\" target=\"_blank\">Font Awesome</a>. Call-to-action buttons and panel overlay text can be added using short HTML snippets from the theme’s instructions.</p>\n<p>Pique makes it easy for anyone to build a one-page, branded website with all the specialized content sections that you would traditionally expect from a business theme. It has not yet arrived on WordPress.org but self-hosted uses can download the theme as a zip file from its <a href=\"https://wordpress.com/themes/pique\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2015 00:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: What’s Your Limit of Advertising and Upselling in Free WordPress Plugins?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/whats-your-limit-of-advertising-and-upselling-in-free-wordpress-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4834:\"<p>On the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a>, a member recently <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1059920750736805/\">raised the issue</a> of display banner advertising in plugins. After installing <a href=\"https://wordpress.org/plugins/ultimate-woocommerce-brands/\">Ultimate WooCommerce Brands</a> developed by <a href=\"http://magniumthemes.com/\">MagniumThemes</a>, a large admin notice appears with an affiliate linked display banner for Bluehost.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/BluehostBannerInsidePlugin.png\" rel=\"attachment wp-att-50021\"><img class=\"size-full wp-image-50021\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/BluehostBannerInsidePlugin.png?resize=815%2C363\" alt=\"Bluehost Banner Admin Notice\" /></a>Bluehost Banner Admin Notice\n<p>Ultimate WooCommerce Brands is a freemium plugin and while I’m not against plugin authors making a few bucks through advertising, displaying a webhosting banner seems irrelevant.</p>\n<p>The advertising banner also shows up on every admin page in the WordPress backend which I feel abuses the admin notice function, even though there’s a “Hide This Message button”. Upsells and advertising should be confined to the plugin’s activation and settings pages according to number 11 of the <a href=\"https://wordpress.org/plugins/about/guidelines/\">WordPress plugin directory guidelines</a>:</p>\n<blockquote><p>Plugins should not hijack the blog admin. It is fine to include an Upgrade prompt on the plugin admin page, but not throughout the blog. It is acceptable to embed a widget on the dashboard but this should be the same size as others and be dismissable. It’s fine to put an error message at the top of the admin for special cases, but it should be linked to a way to fix the error and it should be infrequent. Any form of “nagging” is absolutely prohibited.</p></blockquote>\n<p>Samuel ‘Otto’ Wood, a member of the group and plugin review team <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1059920750736805/?comment_id=1062714040457476&comment_tracking=%7B%22tn%22%3A%22R%22%7D\">confirmed</a> that plugins that display advertising on every admin page violate the guidelines and users should report them by emailing <strong>plugins at wordpress.org. </strong></p>\n<h2>The Guidelines Provide Wiggle Room</h2>\n<p>The plugin review team polices content in plugins, prevents spam, and attempts at bad faith from entering the directory. They also advise authors when they feel something that the plugin does is a bad idea. It’s important to note that <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a> are not black and white. Instead, they’re somewhat subjective which allows the team to make decisions on a case by case basis.</p>\n<h2>The Power of Reviews</h2>\n<p>The WordPress plugin directory gives users an opportunity to provide feedback directly to plugin developers and users through reviews. Reviews are an excellent way to tell the developer why you dislike or like a plugin and it also gives fellow users in the community a heads up.</p>\n<p>So far, no one has mentioned the display advertising in <a href=\"https://wordpress.org/support/view/plugin-reviews/ultimate-woocommerce-brands\">their reviews</a> of Ultimate WooCommerce Brands. Perhaps it’s not an issue or users have chosen to disable it and move on to a different option. One of the benefits of WordPress is that there’s usually more than one plugin available to accomplish a task.</p>\n<p>Jan Dembowksi, a volunteer moderator for the WordPress.org support forums, explains another benefits to reviewing plugins “Some of the forum moderators read <em>every</em> review. Occasionally, there may be a pattern if there’s a complaint such as not being able to dismiss the upsell banner or taking over the dashboard.</p>\n<p>“Sometimes that leads to the moderator installing the plugin or theme on a test installation. This is to see if there’s really a problem or not. If there’s a valid concern then it gets reported up. It doesn’t happen often thankfully, but it has occurred and the plugin or theme author got a polite shoulder tap,” Dembowski told the Tavern.</p>\n<h2>What’s Your Breaking Point?</h2>\n<p>We know that upsells and display advertising are allowed in plugins as long as they follow the directory guidelines. How a plugin’s settings pages are displayed is up to the developer, but, as a user, how much advertising or upselling is too much? What’s your advertising limit inside a freemium plugin before you purchase the pro version or move on to an alternative?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2015 20:35:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: 10up Open Sources IE 8 and 9 Support for Flexbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/10up-open-sources-ie-8-and-9-support-for-flexbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3211:\"<p>Frontend developers working with <a href=\"http://www.w3.org/TR/css3-flexbox/\" target=\"_blank\">Flexbox</a> no longer have to sacrifice support for older versions of IE. The folks at 10up have open sourced <a href=\"https://github.com/10up/flexibility\" target=\"_blank\">Flexibility</a>, a polyfill that uses JavaScript to allow Flexbox to work with IE versions 8 and 9.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/flexibility.png\" rel=\"attachment wp-att-49998\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/flexibility.png?resize=1025%2C386\" alt=\"flexibility\" class=\"aligncenter size-full wp-image-49998\" /></a></p>\n<p>“Unfortunately, Flexbox support wasn’t added to Internet Explorer until version 10, leaving older versions – still popular in some corners – out of the Flexbox revolution,” said Taylor Lovett, 10up’s Director of Web Engineering. “This idea didn’t sit well with 10up’er Jonathan Neal, tasked with engineering a beautiful layout for a Fortune 50 forced to contend with supporting older versions. We decided to subsidize his time to see if we could introduce Flexbox support under less-than-ideal browser requirements.”</p>\n<p>CSS Tricks has a comprehensive <a href=\"https://css-tricks.com/snippets/css/a-guide-to-flexbox/\" target=\"_blank\">guide to to Flexbox</a>, a layout it recommends as more appropriate for components of an application or smaller-scale sites, (as an alternative to the <a href=\"http://css-tricks.com/snippets/css/complete-guide-grid/\" target=\"_blank\">Grid</a> for large-scale layouts).</p>\n<p>The idea behind Flexbox, according to the <a href=\"http://www.w3.org/TR/css3-flexbox/\" target=\"_blank\">w3.org docs</a>, is to provide a flexible container that expands or shrinks based on available layout space:</p>\n<blockquote><p>In the flex layout model, the children of a flex container can be laid out in any direction, and can “flex†their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated. Nesting of these boxes (horizontal inside vertical, or vertical inside horizontal) can be used to build layouts in two dimensions.</p></blockquote>\n<p>Flexbox is ideal for creating layouts that work with various screen sizes and devices, especially in cases where the layout’s container size is unknown or dynamic. Flexibility extends this to IE 8 and 9 by tapping into the browser’s <code><a href=\"http://help.dottoro.com/ljqkvomc.php\" target=\"_blank\">currentStyle</a></code> and <code><a href=\"http://help.dottoro.com/ljhddfwr.php\" target=\"_blank\">runtimeStyle</a></code> proprietary features to manipulate and overwrite style declarations.</p>\n<p>Once you include flexibility.js somewhere within your project, it will automatically detect Flexbox elements and write new styles to make them work with IE 8 and 9. Flexibility is licensed under the GPL v2 (or later). Check out the <a href=\"https://github.com/10up/flexibility\" target=\"_blank\">repo on GitHub</a> to get more details on how to use it and how it works.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2015 19:09:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WPWeekly Episode 218 – The 2015 Year in Review Part 1 of 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50009&preview_id=50009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/wpweekly-episode-218-the-2015-year-in-review-part-1-of-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1206:\"<p>There’s a lot that happens in the WordPress ecosystem throughout the course of a year. In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I run down our selection of big news stories from January to June.</p>\n<p>One trend we noticed is that there were quite a few unsuccessful crowdfunding campaigns. Listen in to find out if any of the services and companies that launched earlier this year are still in business. Part two will record on Wednesday, December 30th.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 30th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #218:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2015 18:49:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Merry Christmas!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/12/merry-christmas-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:436:\"<p>I hope it’s filled with lots of comfortable sweaters, <a href=\"https://mercantile.wordpress.org/product/wordpress-ugly-christmas-sweatshirt/\">like this one</a>.<a href=\"https://mercantile.wordpress.org/product/wordpress-ugly-christmas-sweatshirt/\"><img class=\"alignnone size-full wp-image-45721\" src=\"http://i2.wp.com/ma.tt/files/2015/12/ugly-sweater-wp.jpg?resize=604%2C604\" alt=\"ugly-sweater-wp.jpg\" /></a>.</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Dec 2015 19:48:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Milestone: WP Tavern Publishes its 30,000th Comment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/milestone-wp-tavern-publishes-its-30000th-comment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3186:\"<p>When I <a href=\"http://wptavern.com/welcome-to-the-wordpress-tavern\">founded WP Tavern in 2009</a>, comments were an important part of the site’s initial success. After six years, the site has published its 30,000th comment.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/30KComments.png\" rel=\"attachment wp-att-49988\"><img class=\"size-full wp-image-49988\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/30KComments.png?resize=1025%2C245\" alt=\"The 30,000th Comment\" /></a>The 30,000th Comment\n<p>At a time where large websites such as <a href=\"http://www.copyblogger.com/removing-blog-comments/\">Copyblogger</a> and the <a href=\"http://www.thestar.com/news/2015/12/16/toronto-star-closing-commenting-on-thestarcom.html\">Toronto Star</a> are closing down comments in favor of social media, the Tavern continues to be a source of open conversation about WordPress. However, 2015 has been a tough year as a moderator.</p>\n<h2>A Year of Firsts</h2>\n<p>For the first time in years, I created a <a href=\"http://wptavern.com/comment-policy\">comment moderation policy</a> to establish a baseline of expectations for moderators and commenters. Also for the first time in the site’s history, I banned an individual from leaving comments on the Tavern.</p>\n<p>In the Tavern’s early days, I looked forward to discussing things with people via the comments and did everything I could to encourage them. Some of the conversations over the years have been great and have led to positive changes in WordPress. Six years later, many of the comments on the Tavern appear to be filled with anger, mostly from the same people. Dealing with so much negativity all the time makes comment moderation difficult.</p>\n<h2>Taking a More Active Role in Discussions</h2>\n<p>One of my New Years resolutions for 2016 is to take a more active role in the discussions on the Tavern. I want to reestablish the feeling the Tavern had a few years ago where everyone is welcome to share their opinions as long as its done in a respectful way.</p>\n<p>Comments are a great way to share feedback, ideas, opinions, and look at things from a different perspective. But when the conversation turns into a mud-slinging contest which has recently happened too often on the Tavern, it turns into a pile of meaningless words.</p>\n<h2>Commenting Goals for 2016</h2>\n<p>In 2016, let’s try to having meaningful conversations where words transition into action. Let’s discuss ideas, opinions, and perspectives without getting or taking things personal. Let’s encourage collaboration instead of infighting. Let’s assume the best in someone’s words instead of the worst. In the New Year, I’ll do my best to try to lead conversations in these directions but I need commenters to do their part as well.</p>\n<p>Thanks to everyone who’s commented on the Tavern over the years. Your feedback is and continues to be a valuable asset to this site. Instead of leaving the lights on, we’ll leave the comment form open and we encourage everyone to continue sharing their thoughts and opinions with us.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2015 23:27:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordCamp Lahore, Pakistan Application Approved for 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/wordcamp-pakistan-application-approved-for-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2551:\"<p>Earlier this week we interviewed Muhammad Kashif about the <a href=\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\" target=\"_blank\">phenomenal growth of the WordPress community in Pakistan</a>. Kashif organizes the local Lahore meetup, which started with a few dozen attendees three months ago and grew to more than 500 this past weekend. His team has been working hard to bring WordCamp to Pakistan, and today their application was approved by the WordPress Foundation.</p>\n<p>The event will officially be called WordCamp Lahore. Kashif said that they originally proposed “WordCamp Pakistan” but were asked to keep it local to the city. The Foundation’s reply to their request was as follows:</p>\n<blockquote><p>We stay away from labeling WordCamps with the country name rather than the city, because we have found that doing so discourages local organizers from doing additional WordCamps in the country. We had some problems with this in the past, where because there was a “national” WordCamp, no other WordCamps ever happened in that country. When we changed the naming convention to be city-focused, that country developed stronger local communities and several WordCamps per year.</p></blockquote>\n<p>The application proposed September for the event but the dates have not yet been finalized. WordCamp Lahore organizers will have an orientation meeting with WP Foundation representatives tomorrow to begin the planning process.</p>\n<p>Kashif told the Tavern that they are looking at the <a href=\"http://www.expolahore.com/\" target=\"_blank\">Lahore International Expo Centre</a> as a possible venue, since it has an 820 seat capacity. The team will be meeting with a few different venue providers to find a good fit.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/expo-centre-lahore.jpg\" rel=\"attachment wp-att-49973\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/expo-centre-lahore.jpg?resize=600%2C360\" alt=\"Lahore International Expo Centre\" class=\"size-full wp-image-49973\" /></a>Lahore International Expo Centre\n<p>As Pakistan is a multilingual country, most of the Lahore meetup sessions are conducted in English. This means that the WordCamp will likely be accessible to a wide range of people outside of Pakistan as well. If the Lahore meetup attendance numbers are any indication, the first WordCamp in Pakistan has the potential to be one of the largest first WordCamps in history.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2015 18:25:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Mailbag Plugin Offers Dead Simple Email Subscription Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/mailbag-plugin-offers-dead-simple-email-subscription-forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4053:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag.jpg\" rel=\"attachment wp-att-49927\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag.jpg?resize=1025%2C390\" alt=\"mailbag\" class=\"aligncenter size-full wp-image-49927\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a> is not a new plugin but it’s one of those convenient tools you’ll want to bookmark if you build WordPress sites that require email subscription forms. The plugin makes it easy to add a MailChimp or Campaign Monitor email form to posts or pages using a shortcode.</p>\n<p>I only recently came across it while <a href=\"http://wptavern.com/politics-a-free-wordpress-theme-for-political-campaigns\" target=\"_blank\">reviewing the Politics theme</a>, which prominently features an email signup form powered by Mailbag.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png\" rel=\"attachment wp-att-49589\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png?resize=705%2C460\" alt=\"politics-screenshot\" class=\"aligncenter size-full wp-image-49589\" /></a></p>\n<p>If you have your Mailchimp or Campaign Monitor API key handy, then you can add your email subscription form in under a minute. Paste in the key, select your list, and customize your button text. (Your API keys must be saved before you can select a list to add subscribers.) Once these settings are saved, you can place the shortcode anywhere within your content.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag-settings.png\" rel=\"attachment wp-att-49929\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag-settings.png?resize=1025%2C889\" alt=\"mailbag-settings\" class=\"aligncenter size-full wp-image-49929\" /></a></p>\n<p>The flexibility for styling the forms is what sets this plugin apart. You can opt to use the built-in minimal Mailbag styling or allow your theme to dictate the style. If you choose to disable the default style, the usage tab on the plugin’s settings page outlines the CSS classes you will want to customize.</p>\n<pre class=\"brush: css; light: true; title: ; notranslate\">\n.mailbag-wrap { /* Wraps entire form */ }\n\n.mailbag-wrap label { /* Label styles */ }\n\n.mailbag-wrap input[type=\"text\"] { /* Name and email input styles */ }\n\n.mailbag-wrap input[type=\"submit\"] { /* Submit button styles */ }\n</pre>\n<p>Mailbag was created by the folks at <a href=\"https://arraythemes.com/\" target=\"_blank\">Array</a> for use with <a href=\"https://arraythemes.com/themes/transmit-wordpress-theme/\" target=\"_blank\">Transmit</a>, a landing page theme that features an email subscription form. Array built it to be compatible with any theme (not just their own) and made the plugin freely available on WordPress.org</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/transmit-mailbag.jpg\" rel=\"attachment wp-att-49933\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/transmit-mailbag.jpg?resize=984%2C783\" alt=\"transmit-mailbag\" class=\"aligncenter size-full wp-image-49933\" /></a></p>\n<p>If you’re a theme developer and your theme requires an email subscription form, there’s no need to reinvent the wheel or bloat your theme with extra functionality. It’s much easier to select professionally supported plugins from WordPress.org and present the user with plugin recommendations using a tool like <a href=\"http://tgmpluginactivation.com/\" target=\"_blank\">TGM Plugin Activation</a>. You can design around your recommended plugins without having to support and maintain them.</p>\n<p><a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a> is easy for users to configure, publicly distributed on WordPress.org, and doesn’t take a heavy hand to styling. If you want a solid, simple plugin to use and recommend, this is a handy one to tuck into your toolbag.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2015 06:54:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: New WordPress Feature Plugin Lets Users Resize the Customizer Pane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49895\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/new-wordpress-feature-plugin-lets-users-resize-the-customizer-pane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6756:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-resize.png\" rel=\"attachment wp-att-49906\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-resize.png?resize=1025%2C385\" alt=\"customize-pane-resize\" class=\"aligncenter size-full wp-image-49906\" /></a></p>\n<p>Contributors to the WordPress core <a href=\"https://make.wordpress.org/core/components/customize/\" target=\"_blank\">Customize component</a> are targeting the upcoming 4.5 release for inclusion of a new feature plugin. <a href=\"https://wordpress.org/plugins/customize-pane-resizer/\" target=\"_blank\">Customize Pane Resizer</a> allows users to drag the edge of the pane to make the customizer wider than the default 300px.</p>\n<p>According to Customize component maintainer <a href=\"https://weston.ruter.net/\" target=\"_blank\">Weston Ruter</a>, the idea for the plugin came out of the community summit held earlier this month in Philadelphia, where it was raised as a usability improvement.</p>\n<p>“Justin Sternberg took ownership of the idea and we collaborated on it over the course of the community summit and WCUS,” Ruter said. “He did all the real work, and I just contributed ideas and provided Customizer architectural pointers.”</p>\n<p>At the moment, the pane simply resizes when the user drags the resize icon, but even this one feature involves refining many tiny details. Ruter said the immediate roadmap for the plugin is to resolve the <a href=\"https://github.com/xwp/wp-customize-pane-resizer/issues\" target=\"_blank\">GitHub issues</a> that have already been logged.</p>\n<h3>Future Possibility of Undocking the Customizer and Adding Inline Controls</h3>\n<p>Contributors have many other ideas for extending this feature, including the possibility of introducing positioning options (ie. right/left/bottom). These ideas are in the discussion phase and are not set in stone.</p>\n<p>“In addition to being able to move the pane to the right (or to the top/bottom, which are technically problematic), Justin had the idea of allowing the pane to be dragged anywhere on the screen,” Ruter said.</p>\n<p>“In this way the Customizer pane would work like panels in PhotoShop which can be docked into the sidebar or they can be dragged out to float freely. This would allow the Customizer to be positioned anywhere on the screen, with a full page preview in background.”</p>\n<p>Alongside the idea of the customizer pane becoming a floating window, contributors are also <a href=\"https://core.trac.wordpress.org/ticket/32296\" target=\"_blank\">discussing</a> applying this same concept to individual customizer controls. This ties into one of the items on Ruter’s <a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\" target=\"_blank\">longer-term roadmap for the Customizer</a> – inline controls:</p>\n<blockquote><p>​<strong>Bootstrapped Customizer</strong>:​ Lazy-load the Customizer into the current frontend view without having to leave the page. With selective refresh implemented, inline controls and frontend bootstrapping would be possible since full-page refreshes would no longer be required.</p></blockquote>\n<p>“Instead of all of the controls being docked into the one pane and organized into panels and sections, they could instead (or in addition) be displayed alongside the elements in the preview that they modify,” Ruter said. “For example, editing a widget could pop open a floating widget form control next to the widget in the preview.”</p>\n<p>These alternative UI considerations are currently beyond the scope of the Customize Pane Resizer feature plugin, which Ruter said will be limited to polishing up the resizing feature for 4.5.</p>\n<h3>The Customize Pane Resizer Addresses Important Usability Concerns</h3>\n<p>When <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\" target=\"_blank\">menus were added to the customizer in WordPress 4.3</a>, many thought that the narrow width of the pane created a cramped menu management experience. The ability to resize the customizer pane addresses this concern by allowing users to expand it for tasks that require more real estate.</p>\n<p>Ruter doesn’t anticipate many objections to merging the Customize Pane Resizer plugin, given that it solves several usability problems.</p>\n<p>“I don’t think it is very controversial,” he said. “It seems a major complaint I hear often about the Customizer is that it doesn’t give the user enough room, so this would allow the user to have as much room as they want.</p>\n<p>“Another concern I’ve heard is that people don’t know the pane can be collapsed at all (even though there is a collapse button on the bottom), so this greatly improves the visibility of collapsing and it implements a common UI paradigm where panes can be resized by dragging on their edge (e.g. Chrome dev tools),” Ruter said.</p>\n<p>In making the pane resizable, Ruter’s chief concern is ensuring that the controls will respond nicely to varying widths, including those created by plugins. Expanding the customizer pane with the resizer plugin currently stretches the controls somewhat awkwardly and in some cases leaves a lot of empty real estate.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-expanded.png\" rel=\"attachment wp-att-49918\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-expanded.png?resize=1025%2C396\" alt=\"customize-pane-expanded\" class=\"aligncenter size-full wp-image-49918\" /></a></p>\n<p>“The biggest concern I have is that controls are designed for the 300px width, generally,” Ruter said. “So if the width is all of a sudden 900px, then the (custom) controls may well not look right.</p>\n<p>“The controls in Core need to be updated to ensure they work in a variable-width pane. But plugin controls would need to do the same.”</p>\n<p>If you want to help contribute to the Customizer Pane Resizer’s development, check out the plugin’s <a href=\"https://github.com/xwp/wp-customize-pane-resizer\" target=\"_blank\">GitHub repo</a>. It is <a href=\"https://wordpress.org/plugins/customize-pane-resizer/\" target=\"_blank\">available on WordPress.org</a> but the GitHub version is always more up-to-date. If you have developed a plugin or theme that extends the customizer, you may want to test the resizer and offer feedback/code improvements on GitHub. Anyone interested can join the conversation in the #core-customize channel on WordPress Slack.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2015 20:42:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Charlie Livingston, Founder of aThemes, Acquires Pro Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/charlie-livingston-founder-of-athemes-acquires-pro-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2182:\"<p>Earlier this year Steven Gliebe, founder of <a title=\"http://churchthemes.com/\" href=\"http://churchthemes.com/\">Churchthemes.com</a>, launched <a href=\"http://wptavern.com/steven-gliebe-launches-wordpress-commercial-plugin-directory\">Pro Plugin Directory</a>, a site that lists commercial WordPress plugins for a variety of categories including, forms, performance, and security. After accumulating more than 170 plugins in five months, Gliebe decided to <a href=\"http://wptavern.com/pro-plugin-directory-is-seeking-a-new-owner\">sell the site</a> in November citing a lack of time to devote to the project.</p>\n<p>Charlie Livingston, founder of <a href=\"http://athemes.com/\">aThemes</a>, is the new owner of <a href=\"https://proplugindirectory.com/pro-plugin-directory-has-a-new-owner/\">Pro Plugin Directory</a>. Livingston purchased the site because he believes in its potential. Gliebe received more than 20 offers to acquire the site but after the first one fell through, he chose Livingston’s offer. The terms and financial details of the deal are undisclosed.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ProPluginDirectoryHomepage.png\" rel=\"attachment wp-att-49901\"><img class=\"size-full wp-image-49901\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ProPluginDirectoryHomepage.png?resize=968%2C518\" alt=\"Pro Plugin Directory Home page\" /></a>Pro Plugin Directory Home page\n<p>Pro Plugin Directory will remain the same in the short-term as Livingston learns how the site works. However, he plans to add new features in addition to increasing marketing efforts, “I have a few ideas about what I can do to make PPD an even better resource as the aim is to make it the go-to place for commercial plugins,” he said.</p>\n<p>Livingston is currently soliciting feedback on what features and enhancements you’d like to see made to the directory. Pro Plugin Directory is one of the few resources devoted to listing commercial WordPress plugins so it’s great to see the directory will live on with someone willing to spend the time and effort needed to maintain the site.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2015 16:54:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Reyl Lite: A Free Ultra Minimalist WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/reyl-lite-a-free-ultra-minimalist-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3191:\"<p>If you’re looking for a blog design that emphasizes the words of your content without a requirement for big, flashy featured images, <a href=\"https://wordpress.org/themes/reyl-lite/\" target=\"_blank\">Reyl Lite</a> is a super minimalist option. It is one of the most bare bones blogging themes to hit WordPress.org in recent weeks.</p>\n<p>Throughout 2015, the single-column, centered layout has been a mainstay of WordPress theme designs that cater to active bloggers. Reyl Lite is a perfect example of this, with its homepage stripped down to post titles, excerpts, and minimal post meta. No featured images are required to make this design work.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-lite.png\" rel=\"attachment wp-att-49872\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-lite.png?resize=1025%2C769\" alt=\"reyl-lite\" class=\"aligncenter size-full wp-image-49872\" /></a></p>\n<p>Single posts feature a large title, colorful tags and categories, with previous/next post title navigation beneath the content.</p>\n<p>The theme includes customizer options that allow you to select a header image, background image/color, and header text color. If you want the design that is shown in the <a href=\"http://demo.quemalabs.com/reyl-lite/\" target=\"_blank\">live demo</a>, you actually don’t have to touch any of the options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-single-post-screenshot.png\" rel=\"attachment wp-att-49886\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-single-post-screenshot.png?resize=1025%2C712\" alt=\"reyl-single-post-screenshot\" class=\"aligncenter size-full wp-image-49886\" /></a></p>\n<p>Reyl Lite does not include any widget areas, which creates a clutter-free display. This could be a deal breaker for those who need more customization options.</p>\n<p>CSS animations are a nice touch, but one thing the theme is lacking is a default set of strong typography selections. That attention to detail would have put Reyl Lite into a more elegant category. Without this, the content falls a little flat. Fortunately, that can be easily remedied with the addition of a <a href=\"https://wordpress.org/plugins/search.php?q=google+fonts\" target=\"_blank\">Google Fonts plugin</a> or a few modifications to a child theme.</p>\n<p>One odd quirk of this theme is that the first break point is right at 1280×1024 screen resolution, which is where you will see the mobile view. Other than that, it responds very well to different devices.</p>\n<p>The theme was created by the folks at <a href=\"https://www.quemalabs.com/\" target=\"_blank\">Quema Labs</a>. The company has <a href=\"https://wordpress.org/themes/author/nicoandrade/\" target=\"_blank\">several other free themes</a> on WordPress.org designed in a similar style. Reyl Lite’s straightforward layout and sparing use of colored links could lend charm to content-focused blogs that don’t require support for a lot of extra fluff. You can <a href=\"https://wordpress.org/themes/reyl-lite/\" target=\"_blank\">download</a> it for free from WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2015 00:48:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: New Plugin Restores Lost Functionality in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/new-plugin-restores-lost-functionality-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1650:\"<p>Over time, features and user interface elements in WordPress are removed or hidden from view. This generally occurs after a <a href=\"https://core.trac.wordpress.org/ticket/28206\">significant amount of discussion.</a> Since WordPress is used by so many people, even a small percentage of users who depend on those features is a significant amount. Thankfully in most cases, features can be restored by using a hook, action, or filter.</p>\n<p>If this sounds too difficult, consider using the new <a href=\"https://wordpress.org/plugins/restore-lost-functionality/\">Restore Lost Functionality</a> plugin developed by, <a href=\"https://profiles.wordpress.org/codedart/\">Coded Art</a>. As the name suggests, the plugin restores functionality removed or hidden from view. In its current state, it has three options. The features it can restore varies depending on the version of WordPress you’re using.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/RestoreLostFunctionalitySettings.png\" rel=\"attachment wp-att-49861\"><img class=\"size-full wp-image-49861\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/RestoreLostFunctionalitySettings.png?resize=820%2C364\" alt=\"Restore Lost Functionality Settings Page\" /></a>Restore Lost Functionality Settings Page\n<p>I tested the plugin by restoring the title field when inserting links and discovered it works as expected. As WordPress evolves, Coded Art plans to continue restoring features for those that depend on them. If there’s a feature you’d like to see this plugin restore, let Coded Art know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2015 18:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress Community Growing in Pakistan, 500+ Attend Lahore Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5473:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup.jpg\" rel=\"attachment wp-att-49835\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup.jpg?resize=1025%2C571\" alt=\"lahore-pakistan-wordpress-meetup\" class=\"aligncenter size-full wp-image-49835\" /></a></p>\n<p>Over the weekend, the WordPress community in Lahore, Pakistan held its third monthly meetup. The first meetup had just a few dozen attendees, the second approximately 300, and this weekend they had more than 500 WordPress professionals and enthusiasts.</p>\n<p>Attendee <a href=\"https://twitter.com/noumaan_\" target=\"_blank\">Noumaan Yaqoob</a> traveled from Karachi to the event and shared his experience in a <a href=\"https://www.facebook.com/noumaan.yaqoob/posts/10153414598007695\" target=\"_blank\">post</a> on Facebook:</p>\n<p>“The auditorium was full of young students, experts, freelancers,” Yaqoob said. “There were people sitting on stairs, standing at the entrance and the organizers had to quickly install a large screen outside so that people could sit outside too. The energy of these young people was mind blowing.</p>\n<p>“I had a chance to interact with lots of participants,” he said. “They were all excited about using WordPress in their professional lives and many of them already had small freelancing setups. I was very impressed by their passion for entrepreneurship and creating jobs not just for themselves but for others too.”</p>\n<p><a href=\"https://twitter.com/kashif_mp\" target=\"_blank\">Muhammad Kashif</a>, one of the organizers for the Lahore meetup, said that news of the event spread through an extensive network of Pakistani freelancers who are connected by social media. ProPakistani, a local IT news site, also published an <a href=\"http://propakistani.pk/2015/12/14/wordpress-meetups-is-coming-to-lahore-on-19th/\" target=\"_blank\">article</a> that helped new attendees learn about the event.</p>\n<p>“We had to close registration two days before the event because we didn’t have space,” Kashif said. He and fellow organizers, with the help of 25 volunteers, printed directions, arranged refreshments, and managed the crowd. As the meetup is still very new, they put the event together without the help of any official sponsors.</p>\n<p>“We got a free venue from <a href=\"http://techhubconnect.pitb.gov.pk/\" target=\"_blank\">TechHub Connect</a>, the local co-working space provider,” Kashif said. “The rest we managed from our own pockets. We wish we had more resources, but we will continue to do our best to educate and inspire the local WordPress community.”</p>\n<p>Kashif hopes that the event will attract more sponsors but wants to be careful to preserve their purpose and focus.</p>\n<p>“We welcome anyone who wants to join us but we would like to maintain the independence and the freedom of WordPress,” he said.</p>\n<h3>Paving the Way for WordCamp Pakistan</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-wp-meetup-pakistan.jpg\" rel=\"attachment wp-att-49843\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-wp-meetup-pakistan.jpg?resize=1025%2C547\" alt=\"lahore-wp-meetup-pakistan\" class=\"aligncenter size-full wp-image-49843\" /></a></p>\n<p>Organizers of the Lahore WordPress meetup expect even more attendees at the next event on January 16. They are working together with other active meetups in Karachi, Sialkot, and Hyderabad to organize WordCamp Pakistan as a mega event in September 2016. The WordPress Foundation is currently reviewing their application.</p>\n<p>English and Urdu are the primary languages used by the WordPress community in Pakistan, so the WordCamp would be accessible to many more attendees from outside the country.</p>\n<p>“Pakistan is a very multilingual country,” Kashif said. “But English is the unofficial official language. So most of the sessions are in English but the speaker or presenter may switch to Urdu to make their presentation even more interesting. We actually don’t even notice when someone has switched from English to Urdu and vice versa,” he said.</p>\n<p>WordPress and other open source technologies open up a world of new employment opportunities to freelancers in developing nations like Pakistan. This has helped fuel the growth of the Lahore meetup, which is now largely made up of freelancers and entrepreneurs.</p>\n<p>“The local economy is struggling, which is pushing young individuals to start their own businesses or improve their skills,” Kashif said.</p>\n<p>“WordPress offers great employment opportunities as one can work from home and does not need a visa or immigration,” he said. “The ease and familiarity with English helps Pakistani freelancers work easily with clients from all over the world.”</p>\n<p>Although some Pakistani professionals work in well-known WordPress-related businesses as remote support, customer care, or developers, a larger number are freelancers who have formed small companies and are creating new jobs.</p>\n<p>“Pakistan has a large user base of WordPress freelancers and developers,” Kashif said. “We feel it’s about time we put it on the map and tell the world about the huge potential we have here.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2015 07:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Wapuu’s History\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45712\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/12/wapuus-history/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:432:\"<p><img class=\"alignright wp-image-45717\" src=\"http://i1.wp.com/ma.tt/files/2015/12/santa_wapuu.png?resize=191%2C268\" alt=\"santa_wapuu.png\" />Curious about what the famous Wapuu character came from, and the alternative designs for it? <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">The Wapuu Fan Club has a great write-up of the origins of Wapuu</a>, much of which I had actually forgotten already even though I was there.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Dec 2015 22:58:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: New Free Hookr Plugin Displays All Available Hooks Inside WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49806\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/new-free-hookr-plugin-displays-all-available-hooks-inside-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4532:\"<p>Earlier this year, <a href=\"http://wptavern.com/hookr-enters-beta-with-new-ui-and-support-for-800-plugins-and-themes\" target=\"_blank\">Hookr.io entered beta</a> with a new UI and support for 800+ plugins and themes. The site provides a WordPress hook/API reference for developers, but creator <a href=\"https://twitter.com/explodybits\" target=\"_blank\">Christopher Sanford</a> has a vision to do much more with it in 2016.</p>\n<p>Today Sanford announced the release of the new <a href=\"http://hookr.io/plugin/\" target=\"_blank\">official Hookr plugin</a>, which is available for free. It displays the actions and filters that fired as the page loaded.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hookr-plugin.png\" rel=\"attachment wp-att-49814\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hookr-plugin.png?resize=1025%2C701\" alt=\"hookr-plugin\" class=\"aligncenter size-full wp-image-49814\" /></a></p>\n<p>Hovering over the indicators and clicking through to a specific hook will show its details, including the tag, invoker, description, and value.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hook-details.png\" rel=\"attachment wp-att-49815\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hook-details.png?resize=1025%2C701\" alt=\"hook-details\" class=\"aligncenter size-full wp-image-49815\" /></a></p>\n<p>The plugin also includes a built-in Lucene search engine for super fast filtering from the admin bar. Developers can tweak the default Hookr settings to ignore or watch hooks with wildcards. The plugin is easily configured under the Tools menu.</p>\n<p>Sanford began working on the official Hookr plugin a week before WordCamp US.</p>\n<p>“I wasn’t sure if it would actually be useful– but I showed Zac and a few others and they seemed to like it,” he said. “So I pulled an 18-hour bender in Philly to get it nearly complete.”</p>\n<p>The plugin has been beta tested for the past two weeks and is now stable and ready for use. As it’s geared purely for development, it should not be installed on a production site.</p>\n<h3>What’s Next for Hookr in 2016?</h3>\n<p>During the past year Sanford has been steadily adding plugins at the request of users, including Pods, WP E-Commerce, Caldera Forms, and others. He hopes that commercial theme and plugin developers will get on board so that he can host their APIs as well.</p>\n<p>“I have done some substantial reworking to the parsing engine – it now tracks discrepancies between the source code and the documentation,” Sanford said. “This will be something that I will be offering as a service as well.</p>\n<p>“In the short term (by the end odf Q1), I plan to keep refining the parsing engine, adding plugins, and working on features users actually care about,” he said.</p>\n<p>“I will be launching the API site that will be piloting around the same time. I will be working with the Rocket Genius (Gravity Forms) guys to provide realtime data for their premium plugin.”</p>\n<p>After those initiatives are released, Sanford told the Tavern that he’s going to focus on creating native IDE plugins for Atom and Sublime.</p>\n<h3>No Name Change Planned, Hookr Swag Store Coming Soon</h3>\n<p>The Hookr name and branding has been controversial with a few who find it off-putting and offensive. Sanford considered changing the name but has now decided to keep the original brand.</p>\n<p>“The market is flooded, it’s a short, memorable and established brand,” he said. “On numerous occasions, individuals have used the term ‘unfortunate’ to describe the name. If it’s so offensive, then why do my usage and followers keep increasing? The people complaining are not paying my bills, nor are they even relevant users of the resource. Simply put, their opinions mean nothing to me.”</p>\n<p>Sanford has wrestled with the name change and has even purchased numerous alternative domains but nothing felt right. He will soon be launching a swag line with tees, mugs, stickers, and any product that will help him to pay for hosting Hookr.io.</p>\n<p>“At WCUS, I decided that either I could limp Hookr along, or I could make it undeniably a fixture in the WordPress ecosystem,” he said. “I decided on the latter. And that is exactly what I’m doing with offerings such as the Hookr plugin.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Dec 2015 00:25:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: John James Jacoby on Navigating BuddyPress’ Identity Crisis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49804\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/john-james-jacoby-on-navigating-buddypress-identity-crisis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2259:\"<p>I had the opportunity to catch up with John James Jacoby at WordCamp US 2015. Jacoby is the project lead for bbPress and BuddyPress. In the video interview below he offers a quick overview of what to expect in BuddyPress 2.5.</p>\n<p>Jacoby also gives us a look inside his <a href=\"https://github.com/stuttter\" target=\"_blank\">Stuttter</a> project, which contains several social components, and explores how they might fit into WordPress. These include his experiments with users, profiles, and the user experience as it pertains to aggregating activity.</p>\n<p>“It’s really just attacking the idea of the big features of BuddyPress in a smaller way that developers can interact with more conveniently, such as taxonomies and metadata vs. the big monolithic solution that BuddyPress tends to be,” he said.</p>\n<p>“I don’t think my experimentation with Stuttter is going to translate into me spending less time on BuddyPress,” Jacoby said. “It’s like a side project. It’s like an artist switching from oil to watercolor paint. You try and see what’s over there and bring back in what you learned.”</p>\n<p>Jacoby said that he hopes to continue to provide leadership for BuddyPress for the foreseeable future. Part of this is mentoring BP core leadership to step up to feel comfortable leading and making decisions. The other part is helping the project navigate what he believes to be an identity crisis.</p>\n<p>“BuddyPress as a project has an identity crisis,” Jacoby said. “It doesn’t know what exactly it’s supposed to be to the people who are using it. Defining what BuddyPress’ identity is or what problems it’s truly trying to solve is what it needs. Until that happens it’s going to float along without a clear definition of what it’s trying to do.”</p>\n<p>As part of his efforts to help BuddyPress navigate this identity crisis, Jacoby has been talking to people and agencies who are actively using it. At the end of the interview he puts out a call for anyone who is using the software to reach out to him with feedback on where BuddyPress should go in the future.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Dec 2015 22:07:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: How Bruce Wampler Migrated 600 Theme Options to the WordPress Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49732\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/how-bruce-wampler-migrated-600-theme-options-to-the-wordpress-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6274:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/control-panel.png\" rel=\"attachment wp-att-24392\"><img class=\"size-full wp-image-24392\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/control-panel.png?resize=1024%2C487\" alt=\"photo credit: Matteo Bagnoli - cc\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/matteo_bagnoli/5030486811/\">Matteo Bagnoli</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>When the WordPress theme review team announced it would <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\">require theme authors</a> to use the customizer to build theme options, many voiced <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options#comments\">their displeasure</a> in the comments. Bruce Wampler, lead developer of the <a href=\"https://wordpress.org/themes/weaver-xtreme/\">Weaver Xtreme</a> WordPress theme, commented that his theme <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options#comment-67685\">received a death sentence</a> due to the requirement.</p>\n<p>Eight months later, Wampler has changed his tune and is now in favor of the customizer to display theme options to users, “I must admit that I was among the many objectors to this requirement. After all, my theme has over 600 options, and that is a lot of code conversion,” he said.</p>\n<p>In a <a href=\"http://weavertheme.com/wordpress-customizer-supporting-600-theme-options/\">case study published on the Weaver Xtreme website</a>, Wampler describes why he’s now a fan of the customizer and explains the process of migrating 600 options to it.</p>\n<h2>Live Updates</h2>\n<p>One of the most compelling reasons he adopted the customizer is experiencing the live preview feature, “It is the WYSIWYG design paradigm, especially with ‘live update’ options, of the Customizer that have become totally compelling to me. Moving the mouse over the color selector and watching it change instantly on the site preview is just something you can’t give up once you’ve seen it,” he said.</p>\n<h2>Serious Performance Improvements</h2>\n<p>During the migration process, Wampler discovered two serious speed issues. Since the customizer processing uses JavaScript, loading hundreds of options took 30 seconds or more depending on the user’s browser and CPU.</p>\n<p>The second issue involved overriding original theme setting values versus new values. The customizer used a WordPress filter for each option. Unfortunately, the filters ran every time an option was configured creating an exponentially negative impact on performance. If 40 options were processed, it resulted in 1,600 executions of the filters.</p>\n<p>Wampler worked with <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, lead developer of the customizer component, who <a href=\"https://core.trac.wordpress.org/ticket/32103\">changed the algorithm</a> to allow multidimensional settings to be scalable. Once the change was made, Wampler was able to load his theme options in one to two seconds. The fix is included in WordPress 4.4 and will help other theme authors who have more than 20 options in the customizer.</p>\n<h2>My Experience Using Weaver Xtreme</h2>\n<p>I installed Weaver Xtreme on a test site running WordPress 4.5 alpha to see what it’s like using the customizer when it has 600+ options. It took 6-10 seconds to initially load the customizer. Subsequent loading takes the same amount of time.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/WeaverExtremeCustomizer.png\" rel=\"attachment wp-att-49796\"><img class=\"size-full wp-image-49796\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/WeaverExtremeCustomizer.png?resize=1025%2C502\" alt=\"Weaver Xtreme\'s Customizer\" /></a>Weaver Xtreme’s Customizer\n<p>I expected to see a lot of panels expand horizontally into the theme’s design, but Weaver Xtreme only uses one panel to prevent that from happening. Limiting options to one panel helps to prevent feeling overwhelmed.</p>\n<p>Color changes happen instantaneously while other changes require the preview pane to refresh. Some of the refreshes take a few seconds to load. Overall, I found the experience to be better than configuring the theme from the WordPress backend using an options panel.</p>\n<h2>The Customizer is a Great Way to Learn JavaScript Deeply</h2>\n<p>The customizer is one of the newest components in WordPress. It uses object-oriented PHP and is primarily a JavaScript application. Ruter says it’s one of the best ways for theme authors to learn JavaScript deeply, “There is a lot to the customizer. It is a unique application with a lot of complexities. It uses JavaScript in some very unfamiliar ways to us who feel most comfortable in PHP, but this is good because it’s not just PHP written with JavaScript syntax; It’s a completely different language with different paradigms and ways to do things,” he told the Tavern.</p>\n<p>Unlike many other areas of WordPress, there are not a lot of copy and paste solutions for the customizer. As a result of the WordPress Community Summit 2015, Ruter is making an effort to publish more articles on his <a href=\"https://make.xwp.co/\">company’s site</a> that explain how to leverage specific features. For example, he recently <a href=\"https://make.xwp.co/2015/12/08/implementing-selective-refresh-in-the-customizer/\">published an article</a> that explains how to implement selective refreshing.</p>\n<h2>Give Weaver Xtreme a Try</h2>\n<p>I encourage you to <a href=\"http://weavertheme.com/wordpress-customizer-supporting-600-theme-options/\">read the entire case study</a> as there’s more to it than what’s written here. You should also try out <a href=\"https://wordpress.org/themes/weaver-xtreme/\">Weaver Xtreme</a> on a test site to experience what it’s like using the customizer with 600+ options. Wampler has proven that not only can the customizer scale with hundreds of options, it can do so at relatively fast speeds.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Dec 2015 17:13:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Post Status: Recap of WordPress in 2015, and what to look forward to in 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=15364\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://poststatus.com/recap-of-wordpress-in-2015-and-what-to-look-forward-to-in-2016/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2649:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode of Draft, Joe and Brian discuss the biggest stories of 2015 and look forward to predict where the WordPress world will go in 2016.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/23186.mp3\">https://audio.simplecast.fm/23186.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/23186.mp3\">Direct Download</a></p>\n<p><strong>Topics and Links</strong></p>\n<h3>Stories of 2015</h3>\n<ul>\n<li><a href=\"https://poststatus.com/wordpress-lead-developer-changes/\">Changes in lead developers</a></li>\n<li><a href=\"https://poststatus.com/popular-wordpress-plugins/\">A move to active installs</a></li>\n<li><a href=\"https://poststatus.com/coordinated-plugin-updates-to-address-security-vulnerability-in-many-popular-wordpress-plugins/\">Forced plugin updates become a thing</a></li>\n<li><a href=\"https://poststatus.com/the-trojan-emoji/\">Comments / The Trojan Emoji</a></li>\n<li><a href=\"https://poststatus.com/notes/inside-the-mind-of-a-white-hat-wordpress-hacker/\">Hunting vulnerabilities in WordPress core</a></li>\n<li><a href=\"https://poststatus.com/notes/wordpress-zero-day-vulnerability-on-comment-text-patched-in-4-2-1/\">WordPress zero day vulnerability patched</a></li>\n<li><a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">Acquisition(s)</a></li>\n<li><a href=\"https://poststatus.com/thesis-automattic-and-wordpress/\">#wpdrama, Thesis edition</a></li>\n<li>Rest API everywhere</li>\n<li>JavaScript</li>\n</ul>\n<h3>What to expect in 2016</h3>\n<ul>\n<li><span>REST API put to the test / endpoints to core</span></li>\n<li><a href=\"https://remkusdevries.com/learning-javascript-in-wordpress-deeply/\">Remkus de Vries’s “Learning JavaScript In WordPress, Deeply”</a></li>\n<li><a href=\"http://javascriptforwp.com/\">JavaScript for WP</a></li>\n<li><a href=\"https://feelingrestful.com/\">A Day of Rest</a></li>\n<li>More companies growing up (getting bigger, acquisitions)</li>\n<li>More hosted service</li>\n<li>MOAR JAVASCRIPT</li>\n<li>Theming will change</li>\n<li>Auto updates become more prevalent</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Dec 2015 14:56:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: JavaScript Books Next to WordPress Books\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wptavern.com/javascript-books-next-to-wordpress-books\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wptavern.com/javascript-books-next-to-wordpress-books\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:638:\"<p>During Matt Mullenweg’s State of The Word presentation at WordCamp US, he said everyone in the community should make an effort to learn JavaScript deeply.</p>\n<p>I visited Barnes and Noble today and discovered that some books are heeding Mullenweg’s call and are doing their part to encourage people to learn JavaScript in addition to WordPress.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/img_8168.jpeg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/img_8168.jpeg?w=1025\" alt=\"\" /></a><br />\nThat’s quite an influence he has.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Dec 2015 03:45:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Calypso for Linux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/12/calypso-for-linux/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:394:\"<p>We just announced and released the Linux version of the <a href=\"https://desktop.wordpress.com/\">desktop client for WordPress.com</a>, also known as Calypso. Also all of the code behind the <a href=\"https://developer.wordpress.com/2015/12/17/wordpress-com-desktop-app-goes-open-source-linux-app-arrives/\">desktop client itself (built on Electron) is now available as open source too</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2015 23:23:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordPress.com Open Sources Desktop App, Linux Version Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wordpress-com-open-sources-desktop-app-linux-version-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2952:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-desktop-app.png\" rel=\"attachment wp-att-49788\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-desktop-app.png?resize=1025%2C463\" alt=\"wp-desktop-app\" class=\"aligncenter size-full wp-image-49788\" /></a></p>\n<p>Today Automattic announced that the <a href=\"https://desktop.wordpress.com/\" target=\"_blank\">WordPress.com desktop app</a> is now open source and <a href=\"https://github.com/automattic/wp-desktop/\" target=\"_blank\">available on GitHub</a> under the GPLv2 (or later). A Linux version joins the OS X and Windows apps that were released at the end of November and early December, making desktop publishing accessible to users on all major operating systems.</p>\n<p>The apps provide a beautiful writing and editing experience that mirrors WordPress.com’s new architecture. In addition to publishing, users can browse the Reader, manage sites, customize themes, and view stats.</p>\n<p>According to the GitHub repository, the desktop app is an <a href=\"http://electron.atom.io/\" target=\"_blank\">Electron</a> wrapper for <a href=\"https://github.com/Automattic/wp-calypso\" target=\"_blank\">Calypso</a>. Electron is what turns the new JavaScript and API-powered WordPress.com into a native app. It is a framework based on Node.js and Chromium that allows developers to build cross-platform desktop applications using JavaScript, HTML and CSS. Electron was originally developed for GitHub’s Atom editor and then open sourced under the MIT license. Microsoft, Facebook, Slack, and Docker all have applications that use Electron.</p>\n<p>The WordPress.com desktop app is split between Electron code and Calypso code, with Calypso running as a submodule. If you want to fork it to customize your own app, Automattic’s developers have written detailed instructions for <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/install.md\" target=\"_blank\">installing and running</a> the application.</p>\n<p>The <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/development.md\" target=\"_blank\">development guide</a> outlines the structure of the app, how it runs, where to make changes when customizing the main app, and how to debug your work. The repository also includes <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/packaging.md\" target=\"_blank\">instructions</a> for how to package your released version in a platform-specific way.</p>\n<p>In the future the desktop app will become more robust as more admin screens are added to Calypso. This amazing body of work is available for anyone to use or repurpose as your own publishing app trimmed of WordPress.com’s extra features, such as stats, site management, and the Reader. For example, it would be interesting to see a bare bones fork that works with self-hosted sites without having to use Jetpack.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2015 22:41:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Popper: A Free Touch-Friendly WordPress Theme with a Focus on Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/popper-a-free-touch-friendly-wordpress-theme-with-a-focus-on-accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5742:\"<p>After three months in the WordPress.org theme review queue, <a href=\"http://mor10.com/\" target=\"_blank\">Morten Rand-Hendriksen</a>‘s new mobile-first theme is now live in the official theme directory. <a href=\"https://wordpress.org/themes/popper/\" target=\"_blank\">Popper</a> is one of the few themes worthy of the “<a href=\"https://wordpress.org/themes/tags/accessibility-ready/\" target=\"_blank\">accessibility ready</a>” tag, which requires the author to meet all of the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibility Guidelines</a>. This includes features such as semantic markup and structuring, screen reader texts and focus states on all interactive objects, high-contrast typography, and navigation suited for all input devices.</p>\n<p>The theme is based on <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a>, a starter theme that already has accessibility baked in. Hendriksen also used Twenty Fifteen’s CSS and JavaScript to provide the menu, which works as a horizontal menu on wider screens.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper.png\" rel=\"attachment wp-att-49744\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper.png?resize=1025%2C769\" alt=\"popper\" class=\"aligncenter size-full wp-image-49744\" /></a></p>\n<p>Popper comes with a handful of options available in the native customizer, including support for a site icon, a 1600 × 420 header image, header text and background colors, an optional left or right sidebar, and a bottom widget area. If you don’t upload a site icon (which doubles as the global home button), the theme will show the first letter of the site title.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-customizer.png\" rel=\"attachment wp-att-49759\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-customizer.png?resize=1025%2C570\" alt=\"popper-customizer\" class=\"aligncenter size-full wp-image-49759\" /></a></p>\n<p>In a <a href=\"http://mor10.com/introducing-popper/\" target=\"_blank\">post</a> announcing the theme, Hendriksen outlined a few of the more subtle features that you might not notice immediately:</p>\n<ul>\n<li>CSS flex (a.k.a. “flexbox) used for post navigation and widgets to create a more harmonious display of content, when the widget area is set to default, the width of individual widgets changes depending on how many widgets are added to provide a more interesting display.</li>\n<li>The first post on the home page is displayed as full content with the option to truncate it using the More Tag.</li>\n<li>Featured Images and center-aligned images are displayed as full-bleed content on smaller screens and center automatically on wider screens.</li>\n<li>Posts can have an optional deck (summary) displayed directly under the post title, powered by the custom Excerpt feature in the post editor.</li>\n<li>In-content links are highlighted using a grey underline that expands on :hover and :focus.</li>\n<li>If a post author has a Gravatar associated with their email address, the Gravatar appears next to the post meta.</li>\n</ul>\n<p>Hendriksen’s blog is currently using Popper as the <a href=\"http://mor10.com/\" target=\"_blank\">live demo</a> for the theme.</p>\n<p>“Popper started out as a simple idea: Build a beautiful content-focused theme that met or exceeded the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibililty Guidelines</a>, and provide a user experience centered around how people visit the web today: with their thumbs on mobile devices,” Hendriksen said.</p>\n<p>In order to make the design thumb-friendly, he moved the mobile menu button from the top left corner to the bottom left corner. The menu appears on top of the content, instead of displacing it. “As a result, the menu is always accessible and within reach regardless of what type of device or input method you choose to use,” he said.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-mobile.png\" rel=\"attachment wp-att-49750\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-mobile.png?resize=932%2C666\" alt=\"popper-mobile\" class=\"aligncenter size-full wp-image-49750\" /></a></p>\n<p>Hendriksen, a philosophy nerd at heart, named the theme after <a href=\"https://en.wikipedia.org/wiki/Karl_Popper\" target=\"_blank\">Karl Popper</a>, an Austrian-British philosopher of science.</p>\n<p>“Popper became the namesake for this theme due to it’s basic premise of building on what has been done before and moving the world forward by introducing evolutionary and empirically falsifiable theories about how to improve the user experience through accessibility and a focus on the hands of the mobile user,” he said.</p>\n<p>If you’re looking for a mobile-first theme with touch-friendly navigation that meets all of the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibility Guidelines</a>, Popper is an excellent choice. It also works well as a starting place for child themes. You can <a href=\"https://wordpress.org/themes/popper/\" target=\"_blank\">download</a> it for free on WordPress.org.</p>\n<p>Popper is also <a href=\"https://github.com/mor10/popper\" target=\"_blank\">available on GitHub</a> and Hendriksen welcomes any contributions in form of pull requests, issues, feature requests, and translations. A full feature list is available on the theme’s <a href=\"http://mor10.com/popper/\" target=\"_blank\">home page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2015 20:39:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WPWeekly Episode 217 – The Tale of Jeff Matson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=49753&preview_id=49753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wpweekly-episode-217-the-tale-of-jeff-matson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2126:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://jeffmatson.net/\">Jeff Matson</a> who writes and maintains documentation for <a href=\"http://www.rocketgenius.com/\">Rocketgenius</a>. Matson tells us how he became involved with WordPress and the community. We learn how he’s transitioned from working in an office everyday to an office being optional. Last but not least, we discuss how important mental health is and share tips to maintain a healthy balance.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/video-overlay-ads/\">WordPress Video Overlay Ads<b>,</b></a> by Ensar from Istanbul, creates an advertisement overlay area over YouTube video embeds. You can insert banner ads, text, polls, HTML or JavaScript code to the overlay.</p>\n<p><a href=\"https://wordpress.org/plugins/simple-insta-post/\">Simple Insta Post</a> automatically creates a post in WordPress from a post on Instagram by connecting through a secure API connection. The picture is added to the post and to the media gallery while the photo’s caption is used as the content of the post.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-facebook-pixel/\">WP Facebook Pixel</a>, by Jacob Hulse, adds an area where users can insert Facebook’s new conversion pixel. Once added, the pixel is added to all posts and pages.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 23rd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #217:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2015 19:30:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: ustwo: An Open Source Example of a React-Powered WordPress Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49723\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/ustwo-an-open-source-example-of-a-react-powered-wordpress-site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6279:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ustwo-website.png\" rel=\"attachment wp-att-49736\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ustwo-website.png?resize=1025%2C433\" alt=\"ustwo-website\" class=\"aligncenter size-full wp-image-49736\" /></a></p>\n<p>If you’re looking for a real-world example of the WordPress REST API with code that you can dig into, the new <a href=\"https://ustwo.com/\" target=\"_blank\">ustwo.com</a> website is <a href=\"https://github.com/ustwo/ustwo.com-frontend\" target=\"_blank\">open source on GitHub</a>. ustwo is a digital product agency most well known for their work on the award-winning Monument Valley app. They partnered with <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a>, a WordPress development agency, to build the backend of the site.</p>\n<p>The ustwo.com frontend is a React.js single-page application that serves WordPress content via the WP REST API using custom endpoints. In a post called “<a href=\"https://ustwo.com/blog/open-sourcing-our-website\" target=\"_blank\">Open Sourcing Our Website</a>,” ustwo developer Daniel Demmel explains why the company put the site’s frontend up on GitHub.</p>\n<p>“Ultimately, we’ve built something that feels novel and polished enough to share publicly,” he said. “We want it to be of real use to others – after all, it’s all very well reading on a blog about how nice it is using React or Docker, with some Hello World examples, but having a chance to look under the bonnet of a production website is an entirely different thing.”</p>\n<p>The team at ustwo decided to get innovative with a “headless WordPress” setup earlier this year, before the WP REST API was officially merged.</p>\n<p>“The way we used WordPress as a headless setup accessible only through the API for a high profile production website was a bit of a technological bet – with WP-API landing in WordPress core six months after we decided to go for it – so sharing our experience and codebase should give execution ideas and confidence to anyone else considering this setup,” Demmel said.</p>\n<h3>Advantages of Headless WordPress</h3>\n<p>If you’re wondering why an agency might go to all the trouble of creating their website as a single-page application, you need only check out <a href=\"https://ustwo.com/\" target=\"_blank\">ustwo.com</a> to see the difference. The beautiful transitions and speediness of the UI put the site head and shoulders above similar portfolio sites.</p>\n<p>“We chose to build the site as a single-page application in order to have full control over all of its aspects – including transitions between pages – and to make navigation super fast by not having to reload the browser,” Demmel said. “We chose React.js as a main JavaScript technology to do this, since it has built-in support to render pages on the server side too (called isomorphic rendering).</p>\n<p>“Our content management system behind this is a WordPress instance which doesn’t actually render the pages itself, but instead serves content up via the API through a mixture of standard and customised JSON REST endpoints, making the vast majority of the content editable,” he said.</p>\n<p>Coincidentally, <a href=\"http://wptavern.com/early-reviews-show-applications-like-calypso-are-the-future-of-wordpress\" target=\"_blank\">WordPress.com’s Calypso project</a> runs on a similar stack. “So if you like what they’ve done to make the editor experience awesome, you’ll like what we’ve done to make the visitor experience great,” Demmel said.</p>\n<p>ustwo opted to make their work open source just like Automattic did with Calypso, recognizing the importance of sharing in helping the whole ecosystem move forward.</p>\n<p>“For us, there’s so much more value to be gained from building on each other’s work and knowledge than trying to hold on to a short-term technological advantage,” Demmel said.</p>\n<h3>The REST API is Changing How Teams Work Together</h3>\n<p>In a <a href=\"https://hmn.md/wordpress-case-study/ustwo/\" target=\"_blank\">case study</a> published on Human Made’s website, the team reviewed how working on the ustwo.com project has changed the way they work.</p>\n<blockquote><p>Working with the WordPress REST API brought a separation of concerns that meant approaching project management in a new way. Our developers were focused solely on WordPress as a data entry and delivery application. We were just one part of a wider team that included a designer, a front end React developer, a front end CSS developer, a Node.js developer, a project manager, and the stakeholder. This allowed each part of the team to be completely focused on their component, working independently while feeding back to the rest of the team.</p></blockquote>\n<p>Human Made attributes this tidy separation of concerns to the new workflow that naturally comes out of using a REST API. Back and frontend developers are no longer stepping on each other’s toes:</p>\n<blockquote><p>The technology itself facilitated this change in project management: all that the front end developers need to make the site live is to change the URL where the data is. When developers are working locally in their development environments they can work with the content from the live site; it also streamlines the process of moving from staging to production. We found that the API hasn’t just changed WordPress but changed how people work together, creating a new workflow and pushing where WordPress is going.</p></blockquote>\n<p>For more details on the ustwo.com architecture, check out Human Made’s <a href=\"https://hmn.md/wordpress-case-study/ustwo/\" target=\"_blank\">case study</a> as well as <a href=\"https://ustwo.com/blog/open-sourcing-our-website\" target=\"_blank\">ustwo’s post</a> reviewing the process. Solid open source examples like this one are always helpful when learning to build with new technologies. All the code for the website is GPL-licensed and <a href=\"https://github.com/ustwo/ustwo.com-frontend\" target=\"_blank\">available on GitHub</a> for anyone to use or repurpose.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2015 00:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: How to Install Your Favorite Themes From the WordPress Theme Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/how-to-install-your-favorite-themes-from-the-wordpress-theme-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2098:\"<p>Back in October, we explained <a href=\"http://wptavern.com/how-to-favorite-themes-on-the-wordpress-theme-directory\">how to mark themes as favorites</a> in the WordPress theme directory. Although users could install their favorite plugins in WordPress 4.3, they couldn’t install their favorite themes.</p>\n<p>I <a href=\"https://core.trac.wordpress.org/ticket/34206\">created a Trac ticket</a> asking the WordPress development team to consider adding the ability to install themes marked as favorites. Thanks to the volunteer efforts of contributors, users can install their favorite themes in WordPress 4.4.</p>\n<p>To see your favorite themes, browse to the <strong>Appearance > Themes</strong> section of the WordPress backend and click the Add New link. Then click on the Favorites tab. You may be prompted to login to WordPress.org as favorites are tied to the WordPress.org username.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/MyFavoriteThemes.png\" rel=\"attachment wp-att-49709\"><img class=\"size-full wp-image-49709\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/MyFavoriteThemes.png?resize=774%2C552\" alt=\"My Favorite Themes\" /></a>My Favorite Themes\n<p>You can also browse a different user’s favorite themes by entering their WordPress.org username into the box.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/PollyPlummersFavoriteThemes.png\" rel=\"attachment wp-att-49711\"><img class=\"size-full wp-image-49711\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/PollyPlummersFavoriteThemes.png?resize=777%2C548\" alt=\"Sarah\'s Favorite Themes\" /></a>Sarah’s Favorite Themes\n<p>Once you find the theme you want, click the Install button. Keep in mind that you can only favorite a theme from its <a href=\"https://wordpress.org/themes/twentysixteen/\">detailed information page </a>on the WordPress theme directory and not from the backend of WordPress. Also note that like plugins, themes marked as favorites will show up on your WordPress.org user profile.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Dec 2015 20:13:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: A Day of REST Conference Session Highlights Now Available, Tickets Selling Fast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/a-day-of-rest-conference-session-highlights-now-available-tickets-selling-fast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3061:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/a-day-of-rest.png\" rel=\"attachment wp-att-49693\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/a-day-of-rest.png?resize=1024%2C413\" alt=\"a-day-of-rest\" class=\"aligncenter size-full wp-image-49693\" /></a></p>\n<p>The first conference dedicated to the WordPress REST API is on its way to selling out. <a href=\"https://feelingrestful.com/\" target=\"_blank\">A Day of REST</a> will be held January 28, 2016, at Conway Hall in London. The venue has a capacity of 250 people and Petya Raykovska, one of the organizers from <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a>, reports that more than half the tickets have already been sold.</p>\n<p>The event is aimed at developers who want to learn how to use the new API and explore applications that are already using it. <a href=\"https://feelingrestful.com/speakers/\" target=\"_blank\">Speakers</a> include WP REST API project leads and contributors, plus developers who are actively using the API at major companies including WIRED, Bocoup, Automattic, and the New York Times.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-rest-api-team.png\" rel=\"attachment wp-att-49705\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-rest-api-team.png?resize=1025%2C243\" alt=\"wp-rest-api-team\" class=\"aligncenter size-full wp-image-49705\" /></a></p>\n<p>The full event <a href=\"https://feelingrestful.com/news/schedule/\" target=\"_blank\">schedule</a> has not yet been finalized but a few of the sessions have been posted with highlights of what to expect. Automattic engineer Nikolay Bachiyski will be speaking on <a href=\"https://feelingrestful.com/news/session-highlight-building-calypso-like-applications-with-the-wp-rest-api-nikolay-bachiyski\" target=\"_blank\">building applications like Calypso using the REST API</a>. WordPress 4.4 release lead Scott Taylor will be going in-depth on <a href=\"https://feelingrestful.com/news/session-highlight-scott-taylor-the-live-coverage-platform-at-the-new-york-times\" target=\"_blank\">how the REST API powers the New York Times’ live coverage platform</a>. More <a href=\"https://feelingrestful.com/news/\" target=\"_blank\">session highlights</a> are available on the event website.</p>\n<p>The event will be followed by a WordPress REST API hack day hosted by Mozilla on January 29th. Anyone interested in joining the WP API project team to contribute is welcome to attend.</p>\n<p>This is an exciting time for the project with the scaffolding for the REST API recently landing in WordPress 4.4 and endpoints on their way to getting merged in 4.5. If you want to be ready to build websites and applications with the REST API in 2016, this is one of the most important WordPress conferences you can attend. <a href=\"https://feelingrestful.com/tickets\" target=\"_blank\">Tickets</a> are £125.00 (+ VAT & booking fees), which includes the presentations, lunch, breaks, swag, and an informal after-party.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Dec 2015 19:37:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: The WordPress Community Comes Through for Terri Caissie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49678\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/the-wordpress-community-comes-through-for-terri-caissie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2902:\"<p>A few days ago, I asked the WordPress community to <a href=\"http://wptavern.com/help-edward-caissies-wife-receive-medical-treatment-and-equipment\">help Terri Caissie</a> fund her medical equipment and treatment as she battles <a href=\"https://en.wikipedia.org/wiki/Hashimoto%27s_encephalopathy\">Hashimoto’s Encephalopathy</a> (Autoimmune) with Progressive Cerebella Ataxia or HE/SREAT. The community <a href=\"https://www.youcaring.com/terri-caissie-468821\">responded in a big way</a> by completely funding the $2,500 campaign.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/TerriCassieCompletelyFunded.png\" rel=\"attachment wp-att-49680\"><img class=\"size-full wp-image-49680\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/TerriCassieCompletelyFunded.png?resize=1025%2C486\" alt=\"Fully Funded Campaign \" /></a>Fully Funded Campaign\n<p>Fifty-six people contributed to the campaign, including large donations from Samuel Wood and Matt Mullenweg. In a <a href=\"http://wptavern.com/help-edward-caissies-wife-receive-medical-treatment-and-equipment#comment-115387\">detailed comment</a> on the Tavern, Caissie expressed her gratitude to the WordPress community, “Thanks to everyone who donated and or shared the post. I know this is a bad time of year to ask for money and I’ve never done anything like this before. My heart is touched very deeply and I just can’t express my gratitude enough,” she said.</p>\n<p>She also describes some of the health issues she lives through every day, “There’s a lot more to this disease than people realize. My antibodies are eating the neurons in my brain and cerebellum (balance) so I fall a lot. This is why I’m in physio all the time. The bad neurons are sent to my muscles, which makes them cramp,” she said.</p>\n<p>HE/SREAT is an exceptionally rare disease with roughly 200-300 people worldwide diagnosed. So little is known about the disease that people are commonly misdiagnosed, as is the case with Caissie. In an effort to raise awareness, the <a href=\"http://www.hesaonline.org/\">Hashimoto’s Encephalopathy SREAT Alliance</a>, a 501(c)(3) nonprofit organization formed in 2012, <a href=\"http://www.amazon.com/Understanding-Hashimotos-Encephalopathy-Patients-Caregivers/dp/1484883098/ref=sr_1_cc_2?s=aps&ie=UTF8&qid=1388504120&sr=1-2-catcorr&keywords=Understanding+Hashimoto%27s\">published a book</a> that features stories from patients living with the disease, including Caissie’s.</p>\n<p>The book contains research from doctors across the US and Canada. The goal of HESA is to have several of these books in every University and teaching hospital in North America. HE/SREAT is a difficult disease to cope with but thanks to the WordPress community’s generosity, some of the financial burden is lifted from Caissie’s shoulders.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Dec 2015 09:01:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Zac Gordon to Kickstart JavaScript Master Course for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/zac-gordon-to-kickstart-javascript-master-course-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3911:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/js.jpg\" rel=\"attachment wp-att-49672\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/js.jpg?resize=1024%2C481\" alt=\"photo credit: ParisJS, May 2012 - (license)\" class=\"size-full wp-image-49672\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/24196940@N06/7305045236\">ParisJS, May 2012</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Last week the WordPress community took to <a href=\"https://twitter.com/Chrisedmo/status/674347606844264451\" target=\"_blank\">Twitter</a> and the Treehouse forums to <a href=\"https://teamtreehouse.com/community/keeping-wordpress-courses\" target=\"_blank\">express</a> <a href=\"https://teamtreehouse.com/community/very-disappointed-in-treehouse-for-dropping-wordpress\" target=\"_blank\">disappointment</a> at <a href=\"http://wptavern.com/treehouse-drops-support-for-wordpress-education\" target=\"_blank\">the company’s decision to fire educator Zac Gordon</a>. According to Gordon, the company will be giving his salary to a .NET developer and will no longer create new WordPress courses, nor do they plan to update the existing courses.</p>\n<p>I contacted Ryan Carson, CEO of Treehouse, to ask about the reasoning behind the decision to reallocate resources towards other technologies and whether the company would be updating its WordPress courses. Carson declined to answer any specific questions but released the following statement:</p>\n<blockquote><p>Zac has made valuable contributions to Treehouse, and we continue to wish him nothing but the best. Treehouse will continue to offer our quality WordPress content to students for the foreseeable future.</p></blockquote>\n<p>The company may decide to revive its WordPress education in the future with new courses and updates but for the time being it looks like they will sell the existing courses until they are outdated.</p>\n<p>In the meantime, Zac Gordon is moving on to continue teaching WordPress via his site <a href=\"http://wpdevcasts.com/\" target=\"_blank\">WPDevCasts</a>. After attending the State of the Word address at WordCamp US, Gordon decided to seize the day by offering a <a href=\"http://www.javascriptforwp.com/\" target=\"_blank\">JavaScript for WordPress Master Course</a>.</p>\n<p>“As a teacher, when I heard Matt’s homework assignment, I thought, what can I do to help us all learn JavaScript?” Gordon said. “Here I was, a WordPress teacher, fresh out of work and wondering what to do next. His words really inspired me to try to do something extra special to try to give something valuable back to the community.”</p>\n<p>Gordon is working on producing the course which he said will include more than 20 individual courses and take roughy 40 hours to complete. It will cover topics such as JavaScript in Core, the REST API, major JS frameworks used with WordPress (Backbone, Angular, React), workflow tools, and walk throughs of real world examples.</p>\n<p>“My hope is that this will give everyone who goes through it a solid, high level understanding of everything they need to really get rolling as WordPress JavaScript developers,” Gordon said.</p>\n<p>Gordon has put together a group of community experts to oversee the curriculum development, including WP REST API project lead Rachel Baker, several JS-knowledgeable core contributors, and developers with real world experience using the new API. During the course of working with them, Gordon plans to open source the efforts of the advisors in a “JavaScript for WordPress Self Study Guide.”</p>\n<p>The <a href=\"http://www.javascriptforwp.com/\" target=\"_blank\">JavaScript for WordPress Master Course</a> will launch in early 2016. Gordon will also be launching a Kickstarter campaign on January 7th to help support the project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2015 17:55:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: Poll Shows Majority Consider Public Redistribution of Commercial Themes and Plugins to be Unethical\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49633\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/poll-shows-majority-consider-public-redistribution-of-commercial-themes-and-plugins-to-be-unethical\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4290:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg\" rel=\"attachment wp-att-44957\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg?resize=1025%2C507\" alt=\"photo credit: Lukasz Kowalewski\" class=\"size-full wp-image-44957\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/FI3UYVGNFD\">Lukasz Kowalewski</a>\n<p>Four months ago, <a href=\"http://wpandlegalstuff.com/\" target=\"_blank\">Richard Best</a>, a lawyer who maintains a blog focused on legal matters related to WordPress and open source, <a href=\"http://wpandlegalstuff.com/theme-and-plugin-shops-discouraging-public-redistribution-user-poll/\" target=\"_blank\">published a poll</a> asking for people’s views on the reselling of commercial themes and plugins. Best is working on a 10-chapter ebook called “A Practical Guide to WordPress and the GPL.” He created the poll to gain feedback on a contractual mechanism he is proposing to discourage the public redistribution of commercial themes and plugins.</p>\n<p>He describes the mechanism as follows:</p>\n<blockquote><p>The proposed term would say that, if a customer decides to make your commercial theme or plugin available on a website for download by others, you may exercise a right to deactivate their access keys (if that’s how you’ve set things up) and to terminate their access to support and updates.</p></blockquote>\n<p>Best believes that this contractual mechanism is not contrary to the GPL, because it doesn’t stop them from distributing the theme or plugin. It does, however, nullify the customer’s commercial support arrangements.</p>\n<p>That poll closed today and the <a href=\"http://wpandlegalstuff.com/theme-and-plugin-shops-discouraging-public-redistribution-user-poll/\" target=\"_blank\">results</a> are in: Of the 121 people surveyed, 76 believe the practice of redistributing a commercial plugin or theme, for free or for profit, is unethical. An additional 10 surveyed said that they don’t know whether it’s unethical but don’t like it.</p>\n<p>Based on the results, Best concluded that there is widespread support for the inclusion of the term he outlined which would terminate a customer’s support and access to updates if they were found to be publicly redistributing the product:</p>\n<blockquote><p>101 out of 121 – supported the inclusion of such a clause, as they selected this option:</p>\n<p>Yes, I would support that as I understand the business is trying to protect its investment and it poses no threat to my use of the themes or plugins.</p></blockquote>\n<p>Although the number of people surveyed wasn’t particularly large, more than half of them were theme and plugin business owners. In the questions specifically targeted toward them, 47 of the 67 said they like the idea of the proposed term but 26 of the 67 said they would be concerned that the WordPress community might openly criticize them for not complying with the ‘spirit’ of the GPL.</p>\n<p>Best believes that WordPress business owners should be able to employ contractual mechanisms that don’t violate the GPL in order to protect their interests.</p>\n<p>“I think it’s undeniable that the development of robust commercial themes and plugins supports rather than detracts from the growth of the WordPress ecosystem,” he said. “Just look at Automattic’s acquisition of WooCommerce as an example or the power that Gravity Forms brings to WordPress as another.</p>\n<p>“Businesses that depend on and support the WordPress ecosystem should be able to protect their legitimate commercial interests without fear of verbal attack from those who cling to misconceptions of what the GPL does or doesn’t allow.”</p>\n<p>Best’s <a href=\"http://wpandlegalstuff.com/discouraging-public-redistribution-of-commercial-themes-and-plugins-poll-results/\" target=\"_blank\">summary of the poll results</a> includes a proposed clause that terminates a customer’s support and access for engaging in public redistribution. WordPress business owners are free to use/tweak the clause as necessary, but Best includes a disclaimer that he is not providing legal advice to anyone in suggesting this kind of clause.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Dec 2015 23:54:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: How to Restore the Get Shortlink Button in WordPress 4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/how-to-restore-the-get-shortlink-button-in-wordpress-4-4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1873:\"<p>Among the many changes in <a href=\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more\">WordPress 4.4</a> in an effort to <a href=\"https://core.trac.wordpress.org/changeset/34556\">clean the interface,</a> the Get Shortlink button <a href=\"http://wptavern.com/wordpress-4-4-removes-the-view-post-and-get-shortlink-buttons-from-the-post-editor\">is hidden</a> from view. If you want to restore the button, check out the <a href=\"https://wordpress.org/plugins/shorter-links/\">Shorter Links plugin</a> developed by <a href=\"https://profiles.wordpress.org/akrabat/\">Rob Allen</a>.</p>\n<p>In addition to restoring the Get Shortlink button, it gives users the ability to use custom text that overrides the default URL.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ShorterLinksSettings.png\" rel=\"attachment wp-att-49631\"><img class=\"size-full wp-image-49631\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ShorterLinksSettings.png?resize=635%2C143\" alt=\"Shorter Links Settings\" /></a>Shorter Links Settings\n<p>If all you need is the button without additional functionality, the <a href=\"https://wordpress.org/plugins/bring-back-the-get-shortlink-button/\">Bring Back The Get Shortlink Button</a> plugin by <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, is a great alternative with a descriptive name. To restore the button without using a plugin, add the following code to your theme’s functions.php file.</p>\n<p><code>add_filter( \'get_shortlink\', function( $shortlink ) {return $shortlink;} );</code></p>\n<p>Get Shortlink is a good example of WordPress hiding functionality without removing it. This allows developers to create plugins like those mentioned above to cater to users who rely on the button’s existence.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Dec 2015 22:19:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Politics: A Free WordPress Theme for Political Campaigns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49584\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/politics-a-free-wordpress-theme-for-political-campaigns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4276:\"<p><a href=\"https://wordpress.org/themes/politics/\" target=\"_blank\">Politics</a> is a new free theme on WordPress.org designed to support politicians, campaigns, causes, and government agencies. The theme was created by Jami Gibbs, author of the <a href=\"http://wptavern.com/gateway-a-free-wordpress-theme-built-on-the-foundation-framework\" target=\"_blank\">Gateway</a> theme and founder of <a href=\"https://rescuethemes.com/\" target=\"_blank\">Rescue Themes</a>. After just three days on WordPress.org, it is already active on more than 700 sites.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png\" rel=\"attachment wp-att-49589\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png?resize=705%2C460\" alt=\"politics-screenshot\" class=\"aligncenter size-full wp-image-49589\" /></a></p>\n<p>Politics features a homepage template with customizable sections, including a header with contact info, hero slider, featured posts, and a parallax content section. All of these sections are managed within the customizer along with options to upload a logo, set the blog layout (masonry or traditional), and customize basic theme colors. The theme also includes support for five footer widget areas.</p>\n<p>Additional theme features (such as the email signup form and donations) are added via the following recommended plugins: <a href=\"https://wordpress.org/plugins/give/\" target=\"_blank\">Give</a>, <a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a>, <a href=\"https://wordpress.org/plugins/rescue-shortcodes/\" target=\"_blank\">Rescue Shortcodes</a>, <a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\">Jetpack</a>, and <a href=\"https://wordpress.org/plugins/widget-importer-exporter/\" target=\"_blank\">Widget Importer & Exporter</a>.</p>\n<p>Politics is based on Zurb’s <a href=\"http://foundation.zurb.com/\" target=\"_blank\">Foundation</a> and <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a>. It responds nicely to mobile devices for visitors checking out a campaign on the go.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-mobile.png\" rel=\"attachment wp-att-49602\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-mobile.png?resize=350%2C465\" alt=\"politics-mobile\" class=\"aligncenter size-full wp-image-49602\" /></a></p>\n<p>You can view a <a href=\"http://demo.rescuethemes.com/politics/\" target=\"_blank\">live demo</a> of Politics on the Rescue Themes website with all the features enabled. A <a href=\"http://themeforest.net/item/politics-plus-government-campaign-wordpress-theme/12831881\" target=\"_blank\">commercial version</a> of the theme is available with additional sidebars, typography customization options, and WooCommerce support.</p>\n<p>The American political season is in full swing, but Gibbs didn’t create Politics with upcoming elections in mind. She designed it as a followup to her <a href=\"http://themeforest.net/item/legislator-political-wordpress-campaign/7437844\" target=\"_blank\">Legislator</a> theme, which has been successful on Themeforest.</p>\n<p>“I’m sure the upcoming election year crossed my mind but I think it might actually be a little late for the political theme peak for this election cycle,” Gibbs said.</p>\n<p>“I imagine most politicians would have already sorted out their websites by now. I was really just looking for a compliment to my other political theme, Legislator. I noticed that there weren’t any political themes on the WordPress theme directory so I was focusing on that underserved audience,” she said.</p>\n<p>So far Gibbs has had success pursuing niche themes for nonprofits, politics, breweries, and e-commerce. She is one of the few Themeforest authors trying to make a difference by adhering to WordPress best practices.</p>\n<p>You can download <a href=\"https://wordpress.org/themes/politics/\" target=\"_blank\">Politics</a> for free from WordPress.org. Demo content to populate it is available on Rescue Themes’ website along with comprehensive <a href=\"https://rescuethemes.com/wordpress-themes/politics/\" target=\"_blank\">documentation</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Dec 2015 16:23:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Matt: Moral Responsibility of Technologists\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://ma.tt/2015/12/moral-responsibility-of-technologists/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:750:\"<blockquote><p>By allowing the government to construct a massive surveillance apparatus, the field had abused the public trust. […]</p>\n<p>My sense is that politics is there, whether one acknowledges it or not. When you have an ostensibly apolitical department, but you scratch beneath the covers and discover that three-quarters of the faculty are funded by the Department of Defense, well, in fact that’s not apolitical. That is very much working in support of a particular ethos, and one simply hasn’t called it forth.</p></blockquote>\n<p>From <a href=\"http://www.theatlantic.com/technology/archive/2015/12/the-moral-failure-of-computer-science/420012/?single_page=true\">The Moral Failure of Computer Scientists</a> in the Atlantic.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 Dec 2015 21:50:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Drupal Community Considering a Decoupled Architecture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49536\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/drupal-community-considering-a-decoupled-architecture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7663:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/saucer-separation.jpg\" rel=\"attachment wp-att-49574\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/saucer-separation.jpg?resize=1000%2C531\" alt=\"Saucer separation - photo credit: Memory Alpha\" class=\"size-full wp-image-49574\" /></a>Saucer separation – credit: <a href=\"http://memory-alpha.wikia.com/wiki/Saucer_separation\">Memory Alpha</a>\n<p>Earlier this week Dries Buytaert, creator and project lead for Drupal, opened up a discussion on his blog about the future of Drupal architecture in a post titled <em><a href=\"http://buytaert.net/should-we-decouple-drupal-with-a-client-side-framework\" target=\"_blank\">Should we decouple Drupal with a client-side framework?</a></em></p>\n<p>Buytaert contends that users have come to expect application-like experiences from websites, given their experiences interacting with the Facebook news feed, Gmail inbox, and Twitter’s live stream.</p>\n<p>“Many of Drupal’s administrative interfaces and Drupal sites could benefit from a similarly seamless, instantaneous user experience,” Buytaert said. “As Drupal’s project lead, I ask myself: how can our community feel enabled and encouraged to start building rich user experiences?”</p>\n<p>The discussion to decouple Drupal with a client-side framework comes at an interesting time, as Matt Mullenweg’s <a href=\"http://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" target=\"_blank\">State of the Word address</a> heralded JavaScript as the future of WordPress and the web. His closing remarks encouraged developers to learn JavaScript and start building WordPress-powered apps for the future.</p>\n<p>A <a href=\"http://buytaert.net/comment/120331#comment-120331\" target=\"_blank\">commenter</a> on Buytaert’s post draws a connection to Automattic’s release of Calypso:</p>\n<blockquote><p>It feels like this post is at least in part a reaction to WordPress’s announcement of Calypso. Hopefully we can focus on making the decisions that are right for Drupal’s future rather than reacting hastily to what another CMS is doing, particularly when you have talked over and over how WordPress is not Drupal’s true competition.</p></blockquote>\n<p>Buytaert maintains that his considerations for Drupal were independently motivated, and this isn’t the first time he’s written about <a href=\"http://buytaert.net/the-future-of-decoupled-drupal\" target=\"_blank\">decoupling the back and front end(s)</a>.</p>\n<p>“As for WordPress’ announcement of Calypso — I actually started writing this blog post before Calypso was announced,” he said. “I don’t believe my position was influenced by Calypso.”</p>\n<p>Buytaert prefaced this discussion with the fact that users have come to take application-like experiences for granted as the baseline for interaction on websites. The entire web is moving in this direction and CMS’s like Drupal and WordPress are now forced to climb this mountain if they want to remain relevant. Both projects are playing from behind, trying to catch up to users expectations.</p>\n<h3>The Challenge of Standardizing a Framework</h3>\n<p>In many ways the discussion on Buytaert’s post is pertinent to where WordPress is headed, especially the consideration to standardize on a particular framework.</p>\n<p>Buytaert advocates for a progressive decoupling for Drupal’s admin and end user experience while also enabling fully decoupled experiences to be built on top of the platform. He proposes that the best way to do this is “to formally standardize on a full-featured MV* framework (e.g. Angular, Ember, Backbone, and Knockout) or a component-based view library (e.g. React, Vue, and Riot).”</p>\n<p>As he is not a front-end developer, Buytaert is soliciting input from the Drupal community on what framework would work best for progressive decoupling. He also acknowledges reasons why standardizing a particular framework might be inadvisable in the long run:</p>\n<blockquote><p>Despite the potential benefits, there are also good reasons not to embrace a single client-side framework. New front-end frameworks are being created at what feels like an unsustainable pace; every nine months there is a new kid on the block. It’s hard for a project as large as Drupal to embrace a single technology when there is no guarantee of its longevity.</p></blockquote>\n<p>Nevertheless, Buytaert believes that a thoughtful selection and periodic reassessment of the framework can overcome these drawbacks.</p>\n<p>When encouraging WordPress developers to learn JavaScript, Matt Mullenweg did not identify a single framework but left it open. Since Automattic’s Calypso is built on React, it seems to be an early favorite.</p>\n<p>If WordPress core ends up adopting the technology behind Calypso (or a Calypso-like alternative) to deliver a better publishing experience, will core standardize a framework/library or will it continue to enable and encourage extension developers to use any framework?</p>\n<p>One <a href=\"http://buytaert.net/comment/120311#comment-120311\" target=\"_blank\">commenter</a> points out potential problems with Drupal selecting a framework, which some may perceive as an official endorsement:</p>\n<blockquote><p>There are already a lot of enterprise projects using a decoupled Drupal approach and naturally they use a lot of different frameworks, but the one I see used the most is React. In fact on the project I’m working on right now, the organization is going all in with React. If Drupal settled on Angular, for example, how would it affect the organizations that are making big investments in other frameworks? Maybe I don’t understand completely how it might work, but the choice of a single framework seems like it could be divisive and disruptive – disruptive in a bad way, not the SV way.</p>\n<p>I think making decoupled architectures easier is great and should be something Drupal does, but it should do so in a way that is agnostic about the FE framework used.</p></blockquote>\n<p>Buytaert identifies a few alternatives to shipping a client-side framework with Drupal core, including recommending a framework but not shipping with it, or including it in core but making it easy to replace with the developer’s choice of another framework.</p>\n<p>His post and the comments that follow are the beginning of a lively, thoughtful discussion that will help shape the future of Drupal development. Today Buytaert is calling for proposals that would outline a prototype for a working version of progressive decoupling.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Would be interested in reading a proposal on how to prototype a working version of progressive decoupling: <a href=\"https://t.co/tJxT66cKoy\">https://t.co/tJxT66cKoy</a> <a href=\"https://twitter.com/hashtag/drupal?src=hash\">#drupal</a></p>\n<p>— Dries Buytaert (@Dries) <a href=\"https://twitter.com/Dries/status/675408814162735104\">December 11, 2015</a></p></blockquote>\n<p></p>\n<p>Both WordPress and Drupal are currently engaged in the struggle to make the technological leap to provide more application-like experiences for users. The conversation surrounding <a href=\"http://buytaert.net/should-we-decouple-drupal-with-a-client-side-framework\" target=\"_blank\">decoupling Drupal’s architecture</a> is an important one for WordPress developers to follow and learn from.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Dec 2015 22:26:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: How to Fix Images Not Loading in WordPress 4.4 While Using SSL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/how-to-fix-images-not-loading-in-wordpress-4-4-while-using-ssl\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4554:\"<p>If you notice images don’t load after upgrading to WordPress 4.4 and you use SSL on the frontend, you’re not alone. In <a href=\"https://wordpress.org/support/topic/responsive-images-src-url-is-https-srcset-url-is-http-no-images-loaded?utm_content=buffer1eb12&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#post-7755499\">a thread</a> on the WordPress.org support forum, <a href=\"https://wordpress.org/support/profile/brokkr\">Brokkr</a> explains the crux of the problem:</p>\n<blockquote><p>I recently switched my WordPress site to https after getting certificates from Let’s Encrypt. Using 4.3.1 all content was https.</p>\n<p>After upgrading to 4.4 images no longer load and the browser complains about mixed content. Instead of an image,I get a filename printed out. Inspecting the filename-element in Chrome or Firefox gets me this</p>\n<p><code><img width=\"984\" height=\"615\" src=\"https://brokkr.net/wp-content/uploads/2015/11/22100041369_591b31367d_b_enigma1-984x615.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"22100041369_591b31367d_b_enigma1\" srcset=\"http://brokkr.net/wp-content/uploads/2015/11/22100041369_591b31367d_b_enigma1-300x188.jpg 300w, http://brokkr.net/wp-content/uploads/2015/11/22100041369_591b31367d_b_enigma1.jpg 1024w, http://brokkr.net/wp-content/uploads/2015/11/22100041369_591b31367d_b_enigma1-984x615.jpg 984w\" sizes=\"(max-width: 984px) 100vw, 984px\"></code></p>\n<p>As you can see, the image’s src is correctly set to https, whereas the srcset attribute is un-encrypted.</p></blockquote>\n<p><a href=\"https://wordpress.org/support/profile/chriscree\">Chris Cree</a> who <a href=\"https://wordpress.org/support/topic/responsive-images-src-url-is-https-srcset-url-is-http-no-images-loaded?utm_content=buffer1eb12&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#post-7765982\">experienced the same problem</a> discovered that the WP_SITEURL and WP_HOME constants in the wp-config.php file were configured to structure URLs with http instead of https. Cree suggests users check their settings to see which URL type is configured. If both the WordPress address and Site URLs don’t show https, it’s likely causing issues with responsive images in WordPress 4.4.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/GenerealURLSettings.png\" rel=\"attachment wp-att-49559\"><img class=\"size-full wp-image-49559\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/GenerealURLSettings.png?resize=657%2C330\" alt=\"URL Settings in WordPress\" /></a>URL Settings in WordPress\n<p>Joe McGill, who helped lead the effort to get responsive images into WordPress, also <a href=\"https://wordpress.org/support/topic/responsive-images-src-url-is-https-srcset-url-is-http-no-images-loaded?utm_content=buffer1eb12&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#post-7767555\">responded in the forum thread</a> and confirms Cree’s suggestion is correct, “If you’re running HTTPS on the front end, you should change the URLS for your home and site URL in Settings > General so they use the HTTPS scheme,” he said.</p>\n<p>McGill confirms that the issue is related <a href=\"https://core.trac.wordpress.org/ticket/25449\">to a bug</a> in the way WordPress builds URLs. Even though the solution in the trac ticket is one line of code, McGill says it will break a lot of site configurations. If changing the settings doesn’t work or you don’t have access to the settings page, you can add this snippet of code to the functions.php file or add it as a separate plugin.</p>\n<pre><code>/*\n * Force URLs in srcset attributes into HTTPS scheme.\n * This is particularly useful when you\'re running a Flexible SSL frontend like Cloudflare\n */\nfunction ssl_srcset( $sources ) {\n foreach ( $sources as &$source ) {\n $source[\'url\'] = set_url_scheme( $source[\'url\'], \'https\' );\n }\n\n return $sources;\n}\nadd_filter( \'wp_calculate_image_srcset\', \'ssl_srcset\' );\n</code></pre>\n<p>The solutions described above should work for most people serving content over SSL unless <a href=\"https://wordpress.org/support/topic/44-https-rewritte-aint-working-with-images?replies=7#post-7768578\">you’re using CloudFlare</a>. If you still encounter problems with images not loading after applying the fix, I encourage you to <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting\">create your own thread</a> in the WordPress support forum.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Dec 2015 21:15:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Help Edward Caissie’s Wife Receive Medical Treatment and Equipment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/help-edward-caissies-wife-receive-medical-treatment-and-equipment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2301:\"<p>It’s that time of year where generosity goes a long way, especially to those who need it most. Edward Caissie, also known as <a href=\"https://twitter.com/JellyBeen\" target=\"_blank\">@JellyBeen,</a> is in need of the WordPress community’s generosity. His wife, Terri Caissie, was diagnosed with <a href=\"https://en.wikipedia.org/wiki/Hashimoto\'s_encephalopathy\">Hashimoto’s Encephalopathy</a> (Autoimmune) with Progressive Cerebella Ataxia on January 22, 2015. Her immune system is attacking her own body.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/YouCaringTerriCaissie.png\" rel=\"attachment wp-att-49543\"><img class=\"size-full wp-image-49543\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/YouCaringTerriCaissie.png?resize=1025%2C554\" alt=\"YouCaring Page\" /></a>Terri Caissie’s YouCaring Page\n<p>This disease is exceptionally rare with roughly 200-300 people worldwide diagnosed. Edward has set up a <a href=\"https://www.youcaring.com/terri-caissie-468821\">YouCaring page </a>for his wife asking for $2,500 to pay for medical treatment and devices. Here are a few of the symptoms Terri is experiencing due to the disease:</p>\n<ul>\n<li>Stuttering when meeting new people.</li>\n<li>Typing words backwards without knowing it.</li>\n<li>Pronouncing words backwards in sentences.</li>\n<li>Short term memory loss.</li>\n<li>Loss of basic math skills.</li>\n<li>Medications impacting kidney function.</li>\n</ul>\n<p>If you can’t afford to make a monetary donation, spreading awareness of the disease is the next best thing. This can be accomplished in a number of ways through social media, blogs, and local media. Terri has never asked for financial help but she’s out of options, “It’s what I need to do to survive as I can no longer work,” she said.</p>\n<p>Edward is an <a href=\"https://profiles.wordpress.org/cais\">active member</a> of the Theme Review team, Lead Happiness Engineer for <a href=\"http://www.nextgen-gallery.com/\">NextGEN Gallery</a>, and a great, longstanding member of the WordPress community. Please consider helping him and his wife this holiday season by donating to their <a href=\"https://www.youcaring.com/terri-caissie-468821\">YouCaring page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Dec 2015 18:09:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Anadama: An Example WordPress Recipe Theme Based on React\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/anadama-an-example-wordpress-recipe-theme-based-on-react\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2821:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png\" rel=\"attachment wp-att-49514\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png?resize=1025%2C375\" alt=\"react\" class=\"aligncenter size-full wp-image-49514\" /></a></p>\n<p>Since Matt Mullenweg gave the WordPress community a homework assignment to “Learn JavaScript, deeply,” links to tutorials and training courses have been flying around. Once you have grasped some of the basics, one of the best ways to learn is to start building a small project.</p>\n<p>If you’re looking to explore adding JavaScript to WordPress theming, check out <a href=\"https://github.com/ryelle/Anadama-React\" target=\"_blank\">Anadama</a>, an experimental <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React</a>-based theme that uses the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a> to deliver content.</p>\n<p>Anadama was designed to display recipe content in a vintage recipe book style. This niche theme is well-suited to presentation as a single-page app, since it has no comments or widgets. The homepage features a menu and post titles that pop up as recipe cards.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/single-recipe.png\" rel=\"attachment wp-att-49512\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/single-recipe.png?resize=1025%2C1279\" alt=\"single-recipe\" class=\"aligncenter size-full wp-image-49512\" /></a></p>\n<p>Anadama is a project still in progress, created through the collaborative efforts of developer <a href=\"http://t.co/vG6mrybZs8\" target=\"_blank\">Kelly Dwan</a> and designer <a href=\"https://twitter.com/melchoyce\" target=\"_blank\">Mel Choyce</a>, authors of popular themes <a href=\"http://wptavern.com/flounder-a-free-wordpress-theme-with-colorful-post-formats\" target=\"_blank\">Flounder</a> and <a href=\"http://wptavern.com/aventurine-a-free-wordpress-theme-featuring-bold-typography-and-bright-colors\" target=\"_blank\">Aventurine</a>.</p>\n<p>The theme is small project where you can see an example of how React might fit into a WordPress theme. It requires the <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">REST API plugin</a> and <a href=\"https://wordpress.org/plugins/wp-api-menus/\" target=\"_blank\">WP API Menus</a>. If you want to take it for a spin and experiment for yourself, clone the theme’s <a href=\"https://github.com/ryelle/Anadama-React\" target=\"_blank\">GitHub repo</a> to your test install and then run npm and gulp to install and build the JavaScript and CSS files. If you prefer a more traditional blog example, Dwan recommends checking out her <a href=\"https://github.com/ryelle/Foxhound\" target=\"_blank\">Foxhound</a> theme on GitHub.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Dec 2015 20:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WPWeekly Episode 216 – WordCamp US 2015 Recap Roundtable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=49524&preview_id=49524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/wpweekly-episode-216-wordcamp-us-2015-recap-roundtable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2569:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://cantspeakgeek.com/\">Michele Butcher</a>, <a href=\"http://cantspeakgeek.com/\">Nikhil Vimil</a>, <a href=\"http://kikodoran.com/\">Kiko Doran</a>, and <a href=\"https://www.chriswiegman.com/\">Chris Wiegman</a> as we recap the first annual WordCamp US. We discuss the venue and share our favorite sessions of the event. We also discuss a number of items from Matt Mullenweg’s <a href=\"http://wordpress.tv/2015/12/07/matt-mullenweg-state-of-the-word-2015/\">State of The Word</a> presentation. Last but not least are Marcus’ plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more\">WordPress 4.4 “Clifford†Featuring Responsive Images, Twenty Sixteen, and More<b> </b></a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/popup-for-contact-form-7/\">Popup for Contact Form 7</a> by Aiyaz Khorajia, from India, shows a popup when a form is submitted through Contact Form 7. You can customize the popup title, message, and colors from the backend.</p>\n<p><a href=\"https://wordpress.org/plugins/reset-wp/\">Reset WP</a> by Nikunj Soni, from India, resets the WP Database to a default installation. It resets only the database and does not modify or delete any files.</p>\n<p><a href=\"https://wordpress.org/plugins/joan\">Jock On Air Now</a> (aka JOAN) by G&D Enterprises, in Brooklyn, NY, lets site admins manage and display a rotating programming schedule for radio or TV. Jock on air now(Joan) displays the name of the current show and the DJ or host in a given time-slot. It also displays the show/jock for the next time-slot. If nothing is scheduled, it displays a custom message.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 16th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #216:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Dec 2015 20:02:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WP Engine Security Breach: Customer Credentials Exposed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/wp-engine-security-breach-customer-credentials-exposed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2431:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg\" rel=\"attachment wp-att-34106\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg?resize=1025%2C427\" alt=\"wp-engine\" class=\"aligncenter size-full wp-image-34106\" /></a></p>\n<p>WP Engine customers received <a href=\"https://wpengine.com/support/infosec/\" target=\"_blank\">an urgent notification</a> in their inboxes Wednesday evening regarding a security breach.</p>\n<blockquote><p>At WP Engine we are committed to providing robust security. We are writing today to let you know that we learned of an exposure involving some of our customers’ credentials. Out of an abundance of caution, we are proactively taking security measures across our entire customer base.</p></blockquote>\n<p>WP Engine currently has no evidence that customer information was used inappropriately but has invalidated customer passwords as a precaution. The following five passwords associated with customer accounts will have to be reset:</p>\n<ul>\n<li>WP Engine User Portal</li>\n<li>WordPress Database</li>\n<li>SFTP</li>\n<li>Original WP-Admin Account</li>\n<li>Password Protected Installs and Transferable Installs</li>\n</ul>\n<p>The <a href=\"https://wpengine.com/support/infosec/\" target=\"_blank\">notice</a> states that WP Engine is taking immediate action on their end but does not include any details. The company apologized for the inconvenience of having to invalidate all customer passwords.</p>\n<p>Customers took to Twitter to express <a href=\"https://twitter.com/ALL_CAPS/status/674803904098394112\" target=\"_blank\">frustration</a> and bemoaned the host’s lack of two-factor authentication.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wpengine\">@wpengine</a> What\'s with the lack of 2FA?</p>\n<p>— Jordan Felle (@jordanfelle) <a href=\"https://twitter.com/jordanfelle/status/674799185049309185\">December 10, 2015</a></p></blockquote>\n<p></p>\n<p>Representatives from WP Engine were not able to comment on the situation beyond the official notice that was posted. The company will update customers as soon as the security team learns more from their ongoing investigation. If you are a customer or have clients who host with WP Engine, you will need to reset all your passwords according to the instructions at the bottom of notice.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Dec 2015 05:34:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Tickets on Sale for WordCamp US 2016 December 2-4 in Philadelphia, PA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49479\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/tickets-on-sale-for-wordcamp-us-2016-december-2-4-in-philadelphia-pa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2778:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/TicketsFeaturedImage.png\" rel=\"attachment wp-att-48146\"><img class=\"size-full wp-image-48146\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/TicketsFeaturedImage.png?resize=650%2C200\" alt=\"Tickets Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/32029534@N00/14207873200\">lucky random fate : san francisco (2013)</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Despite <a href=\"http://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\">WordCamp US 2015 ending</a> less than a week ago, general admission <a href=\"https://2016.us.wordcamp.org/tickets/\">tickets are on sale</a> for <a href=\"https://2016.us.wordcamp.org/\">WordCamp US 2016</a>. The event is scheduled for December 2nd-4th in Philadelphia, PA at the Pennsylvania Convention Center. Tickets are $40 each and grant attendees access to both days of the event, swag, and lunch.</p>\n<p><a href=\"http://alxblock.com/\">Alx Block</a>, one of the lead organizers of WordCamp US, says other ticket types will be available soon, “<span class=\"Apple-converted-space\"> W</span>e’ll absolutely offer a micro-sponsorship again, just like the Jawn this year,” he said. The 2015 event sold 2,671 tickets.</p>\n<ul>\n<li>1,788 General Admission</li>\n<li>18 Jawn Microsponsorships</li>\n<li>865 Live Stream</li>\n</ul>\n<p>The organizing team is hoping to double ticket sales in 2016.</p>\n<p>Typically, WordCamps sell tickets a month or two from the day of the event. Block explains how WCUS is able to start selling tickets immediately, “We already have the larger logistical pieces in place. We know the location, we’ve signed the contract with both the venue and the official hotel, and we’re really excited to keep the momentum going,” Block said.</p>\n<p>If you’re undecided as to whether WordCamp US is worth it, I encourage you to read the following recap posts by those who attended.</p>\n<ul>\n<li>Chris Wallace – <a href=\"http://liftux.com/posts/a-recap-of-wordcamp-us/\">The Official Lift WordCamp US 2015 Recap</a></li>\n<li>Bob Dunn – <a href=\"https://bobwp.com/wordcamp-us-2015-goodness-overload/\">WordCamp US 2015: Goodness Overload</a></li>\n<li>Aaron Brazell – <a href=\"http://technical.ly/baltimore/2015/12/09/rediscovered-purpose-wordcamp-us/\">How I rediscovered purpose at WordCamp US</a></li>\n</ul>\n<p>I was unable to attend this year’s event but I’ve already purchased my general admission ticket for 2016. If you have any inclination of going next year, grab your tickets now as they’re likely to sell out fast.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Dec 2015 00:01:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: WordCamp US Sessions Are Now Available on WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/wordcamp-us-sessions-are-now-available-on-wordpress-tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2084:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wordcamp-us-2015.png\" rel=\"attachment wp-att-49484\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wordcamp-us-2015.png?resize=1025%2C461\" alt=\"wordcamp-us-2015\" class=\"aligncenter size-full wp-image-49484\" /></a></p>\n<p>All of the <a href=\"http://wordpress.tv/event/wordcamp-us-2015/\" target=\"_blank\">sessions from WordCamp US 2015</a> are slowly making their way to WordPress.tv. If you weren’t able to attend the event, the good news is that you don’t have to miss out on any of the WordPress education. The sessions are packed full of knowledge and inspiration from some of the brightest minds in WordPress.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">I guarantee you will learn things in this talk by <a href=\"https://twitter.com/tollmanz\">@tollmanz</a> and <a href=\"https://twitter.com/aaronjorbin\">@aaronjorbin</a>. Watch it asap: <a href=\"https://t.co/p1MjrjKaa1\">https://t.co/p1MjrjKaa1</a> <a href=\"https://twitter.com/hashtag/wpFutureStack?src=hash\">#wpFutureStack</a></p>\n<p>— Brian Krogsgard (@Krogsgard) <a href=\"https://twitter.com/Krogsgard/status/674711174450192384\">December 9, 2015</a></p></blockquote>\n<p></p>\n<p>Each session is <a href=\"http://wordpress.tv/event/wordcamp-us-2015/\" target=\"_blank\">listed on WordPress.tv</a> with a link to its corresponding presentation slides, making it easy to follow along.</p>\n<p>So far half a dozen sessions are available and the rest will be trickling onto the site during the next few days. The <a href=\"https://twitter.com/wordcampus\" target=\"_blank\">WordCamp US Twitter account</a> is tweeting out sessions as they arrive on WordPress.tv.</p>\n<p>Matt Mullenweg’s State of the Word address is also available. While our <a href=\"http://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" target=\"_blank\">post</a> covers the highlights, there are many more gems in his presentation.</p>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 23:39:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Automattic Releases WordPress.com Desktop App for Windows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/automattic-releases-wordpress-com-desktop-app-for-windows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1078:\"<p>Automattic, the parent company of WordPress.com, has <a href=\"https://en.blog.wordpress.com/2015/12/09/the-new-wordpress-com-app-for-windows-is-here/\">released a Windows version</a> of its <a href=\"https://desktop.wordpress.com/\">desktop application</a>. The app is free and works well on my Windows 7 64Bit machine.</p>\n<p>It looks and performs exactly the same as its Mac counterpart. This is to be expected as the interface is driven by JavaScript that communicates with the WordPress.com REST API.</p>\n<img class=\"alignnone size-full wp-image-49444\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/WordPressWindowsDesktopApp.png?resize=1025%2C695\" alt=\"WordPressWindowsDesktopApp\" />WordPress.com Desktop App on Windows 7\n<p>It’s worth noting that the desktop apps don’t have as many features as the mobile apps. For example, you can’t moderate or manage comments. According to the development team, this is only the beginning and users can expect to see rapid iteration in the weeks to come.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 22:45:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: WordCamp Europe 2016: Family Friendly with a Focus on Networking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49412\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/wordcamp-europe-2016-family-friendly-with-a-focus-on-networking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4702:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png\" rel=\"attachment wp-att-49423\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png?resize=1025%2C407\" alt=\"wceu-2016\" class=\"aligncenter size-full wp-image-49423\" /></a></p>\n<p><a href=\"https://europe.wordcamp.org/2016/\" target=\"_blank\">WordCamp Europe 2016</a> organizers made <a href=\"https://europe.wordcamp.org/2016/more-wceu-tickets-are-now-available/\" target=\"_blank\">500 more tickets</a> available this week after the first 1,000 sold out within three weeks of opening ticket sales. According to organizer <a href=\"https://twitter.com/petyeah\" target=\"_blank\">Petya Raykovska</a>, they are expecting 1700 attendees this year in Vienna, Austria.</p>\n<p>“We opened ticket sales more than seven months before the event and it’s going a lot better than expected,” she said. “Initially we prepared for 1200 attendees but the first 1,000 tickets were sold out in less than three weeks and luckily our venue capacity is much bigger this year so we will probably be able to do 1700.”</p>\n<p>In addition to gathering volunteers and getting sponsors for WCEU 2016, organizers are also doing a mentoring program for five different cities interested in hosting the next event. The call for applicants for 2017 will be open in two weeks.</p>\n<h3>What to Expect at WCEU 2016: An Emphasis on Networking</h3>\n<p>I caught up with Raykovska at WordCamp US and asked her if attendees can expect to have a European WordPress community summit attached to the event.</p>\n<p>“We are ready to organize a community summit in Europe before or after the WordCamp, but this is not our decision,” Raykovska said. “It has to be pre-approved by the Foundation and there is a team that has handled the summit so far. We are more than ready to host one if we are allowed.</p>\n<p>“WordCamp Europe will be in June, which is less than six months from the most recent community summit, so it might not be a perfect fit in terms of time frame but we are definitely ready to jump in and help organize a community summit in Europe when we get permission,” she said.</p>\n<p>Raykovska said that each year’s event is designed to be a unique experience for attendees, because WordCamps are so much more than simply attending sessions.</p>\n<p>“We are switching locations on purpose, not just to provide a chance for a new local community to host it each year but to make it more interesting for attendees, to make it a cultural experience,” she said.</p>\n<p>“Last year we did networking and speed networking – we put some effort into making sure people actually got to know each other and not just attend the conference to listen to talks. This year we are going to expand on that and organize some small warm-up events before the conference.</p>\n<p>“The idea is to help people make a connection,” Raykovska said. “We’re going to try to extend last year’s networking efforts and make sure that attendees meet as many other people as possible and not just stay in their small groups,” she said, emphasizing the importance of this aspect, as European communities are all different.</p>\n<h3>A Family Friendly Event</h3>\n<p>As the event is held during summer in the northern hemisphere, WordCamp Europe organizers recognize that many attendees may be traveling with their families.</p>\n<p>“We’re going to try to make the event a lot more family friendly,” Raykovska said. “We know that as the community grows, the people grow with it. There have been so many wonderful WordPress babies in the past year and we’ve noticed all of them. We want to make sure that when people travel they can bring their families along and it can be a good family experience as well.”</p>\n<p>A children’s museum is located right next door to the WordCamp venue with activities for all ages.</p>\n<p>“We’re trying to establish a connection with them and working to make sure that our space provides for families and people who want to bring their kids over and spend some quality time and also go listen to sessions,” she said. Childcare is a possibility they are considering.</p>\n<p>Only 228 <a href=\"https://europe.wordcamp.org/2016/tickets/\" target=\"_blank\">tickets</a> remain at this time and Raykovska said they’re disappearing fast. The demand for tickets is a testament to the quality of this event and its organizers. If you’re planning to attend WordCamp Europe 2016, don’t put off buying your ticket.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 21:38:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Post Status: Interview with Scott Taylor, WordPress 4.4 release lead — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=15182\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/interview-with-scott-taylor-wordpress-4-4-release-lead-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1970:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and myself.</p>\n<p>In this episode, Joe and I interview <a href=\"https://twitter.com/wonderboymusic\">Scott Taylor</a>, who works at The New York Times, is a WordPress Core Committer, and has lead the <a href=\"https://poststatus.com/wordpress-4-4/\">release of WordPress 4.4</a>. We discuss dig into many WordPress 4.4 features, the thinking behind them, what it’s like to lead a release, and core development in general.</p>\n<p>We also talked about WordCamp US, where we recorded the podcast from, including Scott’s experience speaking during the <a href=\"https://poststatus.com/state-of-the-word-2015/\">State of the Word</a>. After the interview with Scott, Joe and I dig more into the State of the Word and WordCamp US in general.</p>\n<a href=\"https://audio.simplecast.fm/22169.mp3\">https://audio.simplecast.fm/22169.mp3</a>\n<p><a href=\"https://audio.simplecast.fm/22169.mp3\">Direct Download</a></p>\n<p>The interview with Scott is first and Joe and I switch to WCUS and the State of the Word around 37 minutes in.</p>\n<h3>Helpful links</h3>\n<ul>\n<li><a href=\"http://scotty-t.com/\">Scott’s website</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/11/11/wordpress-4-4-field-guide/\">WordPress 4.4 field guide</a> (reference for new features)</li>\n<li><a href=\"https://2015.us.wordcamp.org/\">WordCamp US website</a></li>\n<li><a href=\"https://poststatus.com/state-of-the-word-2015/\">State of the Word summary and video</a></li>\n</ul>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 15:45:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Wired in German\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45694\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/12/wired-in-german/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"<p>If you’re curious what I sound like in German, <a href=\"https://www.wired.de/collection/latest/wordpress-kann-ein-betriebssystem-fuer-das-internet-werden-sagt-sein-gruender\">here’s an interview with the German version of Wired about the future of the web and WordPress</a>, complete with a Gutenberg reference.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 04:44:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Post Status: WordPress 4.4, “Cliffordâ€, released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=15181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://poststatus.com/wordpress-4-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12631:\"<p>WordPress 4.4, “Clifford”, <a href=\"https://wordpress.org/news/2015/12/clifford\">has just been released</a>, right on the heels of WordCamp US — the largest WordPress conference ever. The release was led by Scott Taylor, and an astounding 466 people contributed to WordPress 4.4 — which is a record by a long shot.</p>\n<p>“Clifford” is named after Jazz trumpeter Clifford Brown. Check out <a href=\"https://en.wikipedia.org/wiki/Clifford_Brown\">his Wikipedia</a> for more information about him.</p>\n<p>You can view all <a href=\"https://trac.wordpress.org/query?status=closed&milestone=4.4\">closed tickets for WordPress 4.4</a>, and view an evolving overview of changes on the <a href=\"https://codex.wordpress.org/Version_4.4\">4.4 Codex page</a> as well.</p>\n<p>Here’s a video overview of WordPress 4.4:</p>\n<p><br />\n</p>\n<p>WordPress 4.4 includes a variety of user facing and developer features, and I consider it to be one of the most important releases for developers, and the way WordPress can be extended, in years.</p>\n<p>Let’s go over some of the most notable features in 4.4:</p>\n<h3>WordPress REST API infrastructure</h3>\n<p><img class=\"aligncenter size-large wp-image-15184\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/12/banner-1544x500-752x244.png\" alt=\"banner-1544x500\" width=\"752\" height=\"244\" /></p>\n<p>The <a href=\"http://v2.wp-api.org/\">WordPress REST API</a> is going into WordPress core in multiple parts, starting with the infrastructure in 4.4. The endpoints will go in, “in a future release,” likely starting with endpoints for some core object types in 4.5, but full coverage may span multiple releases.</p>\n<p>The REST API has been widely covered, and was a focus area of the WordCamp US conference, but it is also a rapidly evolving part of WordPress. Decisions going into the REST API now will affect WordPress as a whole for many years.</p>\n<p>There are many reasons the API is going in infrastructure first, but one important reason is that the code going into core for 4.4 is quite isolated from the endpoints that are not going in yet. The infrastructure provides a lot of helpers for plugins to extend for supporting custom endpoints, while giving the REST API and core team more time to evolve the endpoints and work out a variety of remaining challenges.</p>\n<p>For people using the <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API feature plugin</a> (version 2 or later), you’ll still want to have the plugin installed after updating to 4.4, as the plugin will continue to provide the endpoints that are already developed.</p>\n<p>The REST API infrastructure going into core is also a statement of core team endorsement, which the API needed after years of development, so that developers would be comfortable basing large projects on it, with the understanding that it would be supported for a long time.</p>\n<p>Amongst the challenges that remain for the REST API project is creating parity with the WordPress.com REST API. The WordPress.com REST API has been separately developed from the core REST API, but a number of important applications use the WordPress.com version, and both the core REST API team and key members at WordPress.com parent company Automattic believe it is in the best interest of both APIs for them to be interchangeable.</p>\n<p>Both APIs have made decisions that would require some sort of bridge or support-breaking versioning in order to get on the same page. Automattic has made resources available to work with the core team over coming months to help ensure that the two play nicely together.</p>\n<p>The REST API infrastructure hitting core is a huge milestone that will take WordPress to the next level. It’s more possible than ever for WordPress to be used as an application platform. It also means we will see more examples of websites using parts of WordPress and decoupling from other parts.</p>\n<p>The REST API is the work of dozens, but an enormous amount of credit is due to four people that have pushed this cart up the big hill of core inclusion: Ryan McCue and Rachel Baker have lead the project, and Joe Hoyle and Daniel Bachhuber have been hugely influential in code and architectural decisions.</p>\n<p>Interested in learning more about the WordPress REST API? Here are some links to help:</p>\n<ul>\n<li><a href=\"https://github.com/wp-api\">WordPress REST API website and documentation</a></li>\n<li><a href=\"https://wordpress.org/plugins/rest-api/\">Official WordPress REST API plugin</a> (still important for users needing endpoints)</li>\n<li><a href=\"https://github.com/wp-api\">WordPress REST API Github</a> (includes helper clients and libraries, plus all versions of code)</li>\n<li><a href=\"https://poststatus.com/wordpress-json-rest-api/\">Introduction to the REST API</a> (basics, pre v2 information)</li>\n<li><a href=\"https://poststatus.com/the-wordpress-rest-api-draft-podcast/\">All about the REST API</a> (recent, deep dive podcast)</li>\n<li><a href=\"https://poststatus.com/a-future-api/\">A Future API</a> (theoretical future world where the REST API is in use)</li>\n<li><a href=\"https://poststatus.com/state-of-the-word-2015/\">State of the Word, 2015</a> (REST API played a starring role)</li>\n</ul>\n<p>Congratulations to everyone involved on making this important step to WordPress’s future.</p>\n<h3>Responsive Images</h3>\n<p><img class=\"aligncenter size-large wp-image-15185\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/12/resp-images-752x312.gif\" alt=\"resp-images\" width=\"752\" height=\"312\" /></p>\n<p>Another hugely important feature for WordPress 4.4 is the inclusion of the <a href=\"https://responsiveimages.org/\">Responsive Images Community Group’s</a> feature <a href=\"https://wordpress.org/plugins/ricg-responsive-images/\">plugin</a>, which is based on a specification now broadly supported in modern browsers.</p>\n<p>Project lead Joe McGill outlined <a href=\"https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/\">how responsive images work</a>, from a technical perspective, in a recent Make Core post. Essentially, WordPress now has support for dynamically replacing images for small viewports and for retina screens. The functionality operates on an underlying WordPress function that enables responsive images on new posts and old, both in the content and within most functions themes use to display images.</p>\n<p>You may wonder what images will be made available. At its core, the plugin puts all images that are the same aspect ratio as the requested image in the <code>srcset</code>. So if you insert a full size image and it is 1500×1500 and your large image size is 1024×1024 (the WordPress default), it would replace the full size with the large size for smaller viewports, because it is both smaller and it is the same aspect ratio.</p>\n<p>If an image isn’t the same aspect ratio, it wouldn’t be used; so it prevents, for example, an intended landscape image from being replaced by a vertically cropped image on a smaller screen. Because WordPress default images skip from 300px to 1024px, a new image size has been introduced to increase the likelihood one is available for use in the <code>srcset</code>. Any custom image sizes will be available as well.</p>\n<p>With this functionality, most images on every WordPress website in the world will be responsive-ready as soon as the sites are updated to WordPress 4.4. It’s a massive win for WordPress, as well as the broader web community.</p>\n<h3>Term meta and taxonomy improvements</h3>\n<p>WordPress 4.4 includes a long requested feature for terms with the introduction of term meta support. Term meta works much like post meta, and makes several new functions available: <code>add_term_meta()</code>, <code>update_term_meta()</code>, <code>delete_term_meta()</code>, and <code>get_term_meta()</code>.</p>\n<p>Folks have used custom term meta for ages, but with core support, there’s now a standard way to enable developers to store arbitrary data to terms. Just like post meta, term meta can be abused, but when used smartly, it will increase the possibilities for complex websites that have complex post and term relationships. I also anticipate we’ll see helpers and user interfaces show up that make the process for registering meta fields and various form field types a simple process.</p>\n<p>In addition to term meta, 4.4 also introduces <code>WP_Term</code>. Developers won’t notice a big difference now, but as project lead Boone Gorges put it <a href=\"https://make.wordpress.org/core/2015/10/23/4-4-taxonomy-roundup/\">in the overview post</a>, “in the future, <code>WP_Term</code> will allow for more extensive caching throughout the Taxonomy component, as well as the potential for method chaining and other developer conveniences.”</p>\n<h3>oEmbed for WordPress posts</h3>\n<p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\"><img class=\"aligncenter size-full wp-image-15189\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/12/wpoembed.png\" alt=\"wpoembed\" width=\"613\" height=\"249\" /></a></p>\n<p>WordPress posts can now be embedded anywhere, with the new core <a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">WordPress supported oEmbed feature</a>. Lead by new committer Pascal Birchler as a feature as plugin, oEmbed makes sharing a WordPress post as easy as putting the URL on its own line, just as if you were sharing a Tweet or other oEmbed provider piece of content.</p>\n<h3>Twenty Sixteen</h3>\n<p><img class=\"aligncenter size-large wp-image-15190\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/12/twentysixteen-752x564.png\" alt=\"twentysixteen\" width=\"752\" height=\"564\" /></p>\n<p>Twenty Sixteen marks the seventh Twenty-series default WordPress theme. Twenty Sixteen is another minimalist WordPress theme with a focus on blogging. Its two most visible features are the negative margin large images in the content, and the support for nearly any color background.</p>\n<p>I think Twenty Sixteen is nice, but it isn’t groundbreaking theme territory. That may well change with Twenty Seventeen, which I imagine will have a larger JavaScript influence, but Twenty Sixteen is still a nice iteration on the WordPress default theme.</p>\n<p>Designed by Takashi Irie, you can find more about Twenty Sixteen on a Make Core <a href=\"https://make.wordpress.org/core/2015/10/23/under-the-hood-of-twenty-sixteen/\">internals post</a>, its official <a href=\"https://wordpress.org/themes/twentysixteen/\">WordPress.org theme page</a>, <a href=\"https://twentysixteendemo.wordpress.com/\">view the demo</a>, or see the <a href=\"https://github.com/WordPress/twentysixteen\">development history</a> on Github.</p>\n<h3><code>WP_Comment</code> and comments overhaul</h3>\n<p>Comments were a bit of a mess in WordPress. Release lead Scott Taylor took this component under his wing for 4.4, and along with Rachel Baker (the component lead), revamped a lot of comment internals.</p>\n<p>Scott talked more about digging into WordPress comments in this week’s <a href=\"https://poststatus.com/category/draft\">Post Status Draft podcast</a> (posting soon).</p>\n<h3>More Multisite goodies</h3>\n<p>Just as I’ve said in 4.3, and previous releases, it makes me happy to repeat that Multisite continues to see active development.</p>\n<p>As <a href=\"https://make.wordpress.org/core/2015/10/28/multisite-focused-changes-in-4-4/\">Jeremy Felt outlines</a>, WordPress 4.4 includes new support for <code>WP_Network</code> (that makes three new objects in 4.4 for those keeping count at home) as well as new network functions, actions, and filters.</p>\n<h3>Another great WordPress release</h3>\n<p>WordPress 4.4 is an outstanding release, and Release Lead Scott Taylor deserves a ton of credit for steering the ship. This release saw more overall commit activity than WordPress has seen in a single release in years.</p>\n<p>In addition to a lot of code improvements, many community members made incredible efforts to consistently garden <a href=\"https://core.trac.wordpress.org/\">Trac</a>, where WordPress core development happens, and ensure that all tickets received at least some level of attention during the release phase of 4.4.</p>\n<p>Congratulations to everyone that received props, wrote docs, advocated for, or otherwise contributed to WordPress 4.4. It’s a great way to end the year for WordPress, and sets a path for a very exciting 2016 for the WordPress project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 00:18:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WordPress 4.4 “Clifford†Featuring Responsive Images, Twenty Sixteen, and More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9908:\"<p>After four months of intense development led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, WordPress 4.4 “Clifford” named after jazz trumpeter <a href=\"http://cliffordbrown.net/\">Clifford Brown</a>, is <a href=\"https://wordpress.org/news/2015/12/clifford/\">available for download</a>. This release features responsive images, WordPress embeds, the Twenty Sixteen default theme, the first half of the REST API, and a host of small improvements.</p>\n<p></p>\n<h2>Responsive Images</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ResponsiveImagesFeature.png\" rel=\"attachment wp-att-49355\"><img class=\"size-full wp-image-49355\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ResponsiveImagesFeature.png?resize=1025%2C470\" alt=\"Responsive Images in WordPress 4.4\" /></a>Responsive Images in WordPress 4.4\n<p>When users upload images to WordPress, it automatically crops them to smaller sizes. For example, if you upload an image that’s 1500 x 706, the image sizes might look like this:</p>\n<ul>\n<li>Full Size – 1500 x 706</li>\n<li>Large – 500 x 235</li>\n<li>Medium – 300 x 141</li>\n<li>Thumbnail – 150 x 150</li>\n</ul>\n<p>WordPress 4.4 adds <code>srcset</code> and <code>sizes</code> support to WordPress. This allows the software to automatically use and display the right image based on a device’s screen size. If I attach a full size 1500 x 706 image to a post in WordPress 4.4 to be viewed on a desktop, mobile devices will see the large or medium-sized image instead.</p>\n<p>This decreases the amount of bandwidth used to load websites since smaller images have smaller file sizes. <a href=\"https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/\">Responsive images</a> don’t have any settings to configure as the magic happens behind the scenes.</p>\n<h2>Embed WordPress Posts</h2>\n<p>For a number of years, users have been able to embed content from <a href=\"https://codex.wordpress.org/Embeds\">trusted sources</a> simply by pasting the URL into the visual editor. In 4.4, WordPress itself becomes a trusted oEmbed source which allows anyone to easily embed content from WordPress powered sites.</p>\n<p>Embedded content displays in an iframe with a link to comments, a share icon, and an excerpt of the post. Here’s an example of what an oEmbedded post from a site running WordPress 4.4 looks like.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">Feature Plugin Merge Proposal: oEmbed</a></p></blockquote>\n<p></p>\n<p>If you want to disable the ability for people to embed your content, install and activate the <a href=\"https://wordpress.org/plugins/disable-embeds/\">Disable Embeds</a> plugin. Disable Embeds does the following:</p>\n<ul>\n<li>Prevents others from embedding your site.</li>\n<li>Prevents you from embedding other non-whitelisted sites.</li>\n<li>Disables all JavaScript related to the feature.</li>\n</ul>\n<p>WordPress embeds started off as a <a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">feature plugin proposal</a> by Pascal Birchler. Check out <a href=\"https://core.trac.wordpress.org/ticket/32522\">ticket #32522</a> to see how it progressed from a proposal to a core feature.</p>\n<h2>Phase One of the REST API</h2>\n<p>WordPress 4.4 includes the first half of the REST API. The infrastructure portion of the API handles the routing, argument handling, JSON serialisation/deserialisation, status codes, and other items related to the API.</p>\n<p>Plugin and theme authors can start using the API immediately using the infrastructure in core to replace existing custom <code>admin-ajax</code> endpoints. To learn how to authenticate with the API, see <a href=\"https://make.wordpress.org/core/2015/10/28/rest-api-welcome-the-infrastructure-to-core/\">this post</a> by Ryan Mccue.</p>\n<h2>Twenty Sixteen</h2>\n<p><a href=\"https://wordpress.org/themes/twentysixteen/\">Twenty Sixteen</a> is a new default theme designed by <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie,</a> that was built with a mobile first, responsive approach. It has an optional right-hand sidebar and displays author information to the left of posts. It comes with four different color schemes, dark, gray, red, and yellow. Each scheme can be modified using the Customizer.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/TwentySixteenHomepage.png\" rel=\"attachment wp-att-49348\"><img class=\"size-full wp-image-49348\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/TwentySixteenHomepage.png?resize=1025%2C769\" alt=\"Twenty Sixteen Homepage\" /></a>Twenty Sixteen Homepage\n<h2>Other Noteworthy Changes</h2>\n<h3>WordPress Multisite</h3>\n<p>WordPress Multisite has a new class called <code>WP_Network</code>. There’s also <code>*_network_option</code> functions which make it easier to use multiple networks. Jeremy Felt <a href=\"https://make.wordpress.org/core/2015/10/28/multisite-focused-changes-in-4-4/\">highlights new hooks added</a>, bug fixes, and deprecated functions.</p>\n<h3>WP_Comments Component is Rebuilt</h3>\n<p>The <a href=\"https://make.wordpress.org/core/2015/10/28/comment-object-and-query-features-in-4-4/\">comments component</a> has undergone a substantial amount of work. The most noticeable difference is that the comment field displays first, followed by the Name, Email, and URL fields. This change improves navigation when using the keyboard to toggle through fields. It also makes it easier for users to leave comments.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentsFirst.png\" rel=\"attachment wp-att-48366\"><img class=\"size-full wp-image-48366\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentsFirst.png?resize=1024%2C992\" alt=\"Comment Text Area is First\" /></a>Comment Text Area is First\n<h3>Changes to the Headings Hierarchy on Admin Screens</h3>\n<p>In an effort to improve accessibility, the headings hierarchy in the backend of WordPress 4.4 <a href=\"https://make.wordpress.org/core/2015/07/31/headings-in-admin-screens-change-in-wordpress-4-3/\">restores the H1 heading level</a> to admin screens. This helps screen readers discern and locate important information on a page.</p>\n<p>Plugin and theme authors are highly encouraged to restructure their document headings hierarchy to ensure that heading levels are not skipped. Andrea Fercia <a href=\"https://make.wordpress.org/core/2015/10/28/headings-hierarchy-changes-in-the-admin-screens/\">explains why it matters</a> and how to ensure you have the proper headings.</p>\n<h3>Taxonomy Term Meta</h3>\n<p>In the last few releases cycles, the team has been working hard to complete tasks from the <a href=\"https://make.wordpress.org/core/2015/08/27/taxonomy-roadmap-for-4-4-and-beyond/\">Taxonomy roadmap</a>.</p>\n<p>In WordPress 4.3, the development team successfully split shared taxonomy terms, which ensures that terms can be uniquely identified by their <code>term_id</code>. In 4.4, the <code>$taxonomy</code> parameter is now optional in <code>get_term()</code> and <code>get_term_field()</code>, functions that previously required both <code>$term_id</code> and <code>$taxonomy</code>.</p>\n<p>WordPress 4.4 also introduces <a href=\"https://core.trac.wordpress.org/ticket/10142\">Term Meta</a> where developers can use the new term meta API to store arbitrary data about taxonomy terms, in the same way you would for posts, users, or comments.</p>\n<p>Boone Gorges, one of the lead developers working on the roadmap, <a href=\"https://make.wordpress.org/core/2015/10/23/4-4-taxonomy-roundup/\">explains the improvements</a> in detail related to Taxonomy data in WordPress 4.4.</p>\n<h3>WP_Title is Not Deprecated</h3>\n<p>Contrary to <a href=\"http://wptavern.com/wordpress-4-4-to-deprecate-the-wp_title-function\">earlier reports</a>, the core development team <a href=\"https://make.wordpress.org/core/2015/11/11/wordpress-4-4-field-guide/\">decided</a> not to deprecate the WP_Title function. It’s considered a zombie function and <code>add_theme_support( </code><code>\'title-tag\'</code> ); remains the recommended way to insert the title tag in themes.</p>\n<h3>Miscellaneous Changes</h3>\n<ul>\n<li>my-hacks.php is not deprecated and will remain in WordPress</li>\n<li><a href=\"https://make.wordpress.org/core/2015/10/07/single-post_type-post_name-php-new-theme-template-in-wordpress-4-4/\">New theme template</a> in WordPress 4.4: single-{post_type}-{post_name}.php</li>\n<li>Unattached attachments <a href=\"https://core.trac.wordpress.org/changeset/34690\">have pretty permalinks</a></li>\n<li>The <code>show_ui</code> argument for post types <a href=\"https://make.wordpress.org/core/2015/09/15/enforcing-the-show_ui-argument-for-post-types/\">is now enforced</a> to correct unexpected behavior</li>\n</ul>\n<p>WordPress 4.4 has more than 2,000 commits from over 400 contributors. In the <a href=\"https://videopress.com/v/0taparK5\">State of The Word 2015</a>, Taylor says that one of the goals in this release was to go through the extensive backlog of tickets and review patches that were forgotten. Thanks to the efforts of volunteer <a href=\"https://make.wordpress.org/core/handbook/testing/bug-gardening/\">bug gardeners</a> on <a href=\"https://core.trac.wordpress.org/\">Trac</a>, he <a href=\"https://core.trac.wordpress.org/ticketgraph\">accomplished that goal</a>.</p>\n<p>If you experience any issues with WordPress 4.4, please <a href=\"https://wordpress.org/support/\">report them on the support forums</a>. Volunteers are watching support threads closely and, if warranted, will create a thread listing known issues. After <a href=\"https://wordpress.org/news/2015/12/clifford/\">updating your sites</a>, come back and let us know what you think of the new features.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 00:18:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Treehouse Drops Support for WordPress Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/treehouse-drops-support-for-wordpress-education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2197:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/03/buddypress-treehouse-featured.png\" rel=\"attachment wp-att-19128\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/03/buddypress-treehouse-featured.png?resize=800%2C424\" alt=\"buddypress-treehouse-featured\" class=\"aligncenter size-full wp-image-19128\" /></a></p>\n<p><a href=\"https://teamtreehouse.com/\" target=\"_blank\">Treehouse</a> will be discontinuing its WordPress education courses. According to <a href=\"https://twitter.com/wpdevcasts\" target=\"_blank\">Zac Gordon</a>, one of the site’s former educators, no new WordPress, BuddyPress, or WooCommerce courses will be created and existing content will not be updated in the future.</p>\n<p>“The online learning company where I have been teaching WordPress for the last 3+ years told me that they were going to stop teaching WordPress, give my salary to a .NET teacher, and fire me,” Gordon said.</p>\n<p>In a <a href=\"http://wp.zacgordon.com/2015/12/08/the-sustaining-heart-of-the-wordpress-community/\" target=\"_blank\">post</a> announcing his departure, Gordon said that during his employment at Treehouse he was unable to convince the company of the value of investing in WordPress.</p>\n<p>“While working at Treehouse I attended between 8-12 WordCamps per year and spoke about a range of the subjects I taught at Treehouse,” he said. “Not everyone knows this, but Treehouse didn’t pay for 95% of these trips. In fact, I regularly fought with Treehouse to see the value of sponsoring WordCamps, sending me to them to speak, and even that giving back to the community is an important thing we should do.”</p>\n<p>Gordon’s understanding is that Treehouse will now be focusing its resources on technologies like Java, .NET, and JavaScript.</p>\n<p>Despite the struggle to find a new way to support himself, Gordon is determined to continue <a href=\"http://wpdevcasts.com/\" target=\"_blank\">teaching WordPress</a>. Check out WP Tavern’s exclusive interview with him at WordCamp US where he elaborates on Treehouse’s decision.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 20:54:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: WPShout Is Accepting Submissions for Its 2016 Web Hosting Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/wpshout-is-accepting-submissions-for-its-2016-webhosting-survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1469:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/WPShoutWebhostingSurveyFeaturedImage.png\" rel=\"attachment wp-att-30463\"><img class=\"size-full wp-image-30463\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/WPShoutWebhostingSurveyFeaturedImage.png?resize=635%2C265\" alt=\"WPShout Webhosting Survey Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/henryfaber/230444653/\">hfabulous</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>It’s that time of year again where WPShout is asking WordPress users far and wide to fill out its <a href=\"http://wpshout.com/announcing-the-2016-wordpress-hosting-review/\">web hosting survey</a>. The survey is not tied to any affiliate programs and serves as one of the few impartial resources where you can expect honest reviews from customers. The survey collects the following information:</p>\n<ol>\n<li>Average satisfaction</li>\n<li>Value</li>\n<li>Reliability</li>\n<li>Speed</li>\n<li>Support</li>\n<li>Median site count</li>\n<li>Usability</li>\n<li>WordPress compatibility</li>\n</ol>\n<p>The survey is open until the end of the year and results will be published in January 2016. In 2014, only 159 people <a href=\"http://wptavern.com/wpshout-publishes-the-results-of-its-2014-webhosting-survey\">filled out the survey</a>. If you have a few minutes to spare, please take the survey and help spread the word.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 18:34:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Garret Moon and Justin Walsh Focus on CoSchedule After MABU Acquires Todaymade\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/garret-moon-and-justin-walsh-focuses-on-coschedule-after-mabu-acquires-todaymade\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2388:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/TodaymadeAcquiredFeaturedImage.png\" rel=\"attachment wp-att-49376\"><img class=\"size-full wp-image-49376\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/TodaymadeAcquiredFeaturedImage.png?resize=660%2C342\" alt=\"CoSchedule Team\" /></a>CoSchedule Team\n<p><a href=\"http://agencymabu.com/?id=1\">MABU</a>, a marketing, management, and multimedia company <a href=\"http://todaymade.com/blog/todaymade-acquired/\">has acquired</a> WordPress development agency <a href=\"http://todaymade.com/\">Todaymade</a> for an undisclosed amount. The acquisition includes operational and intellectual assets including, the trade name, corporate website, a proprietary content management system called TodayCMS, and more than 50 hosted websites.</p>\n<p>Many in the WordPress community will recognize Todaymade as the sister company of <a href=\"http://coschedule.com/\">CoSchedule</a>, a service <a href=\"http://wptavern.com/coschedule-a-viable-alternative-to-the-edit-flow-wordpress-plugin\">we reviewed</a> in 2013. Since its launch, CoSchedule has grown to include more than 5,000 customers in 80 different countries. The company also <a href=\"http://wptavern.com/wordpress-plugin-coschedule-secures-500k-in-funding\">received $500K</a> in a Series A round of funding in 2014.</p>\n<h2>What Customers Can Expect</h2>\n<p>Garret Moon, Co-founder of CoSchedule, says its users will see immediate benefits from the acquisition, “We will be adding eight great team members from Todaymade to CoSchedule over the next several months – literally doubling our capacity to improve and support the product they use every day,” Moon said.</p>\n<p>Once the transition is complete, the company will have nearly 30 employees. Moon explains what customers can expect in the near future, “More features, better product performance, and even more responsive training and support,” he said.</p>\n<p>In addition to the acquisition, CoSchedule <a href=\"https://www.emergingprairie.com/coschedule-tripling-size-opens-new-office-fargo/\">opened a new office</a> in Fargo, ND to accommodate the new employees. These moves indicate the company is experiencing healthy growth and is moving in the right direction. If you use CoSchedule, what features do you want to see the expanded team focus on?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 18:31:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Dec 2015 11:57:48 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"210946\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 29 Dec 2015 11:45:12 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20151207101506\";}','no'),(503,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1451453231','no'),(504,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1451410031','no'),(505,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1451453234','no'),(506,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2015 11:37:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Dec 2015 11:57:53 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Tue, 29 Dec 2015 12:12:36 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Tue, 29 Dec 2015 11:37:36 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20151207101506\";}','no'),(507,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1451453234','no'),(508,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1451410034','no'),(509,'_transient_timeout_plugin_slugs','1451496434','no'),(510,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(511,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1451453235','no'),(512,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/12/clifford/\'>WordPress 4.4 “Cliffordâ€</a> <span class=\"rss-date\">December 8, 2015</span><div class=\"rssSummary\">Version 4.4 of WordPress, named “Clifford†in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/automattics-wordads-network-is-now-open-to-self-hosted-wordpress-sites\'>WPTavern: Automattic’s WordAds Network is Now Open to Self-Hosted WordPress Sites</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/pique-a-free-small-business-theme-for-wordpress\'>WPTavern: Pique: A Free Small Business Theme for WordPress</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/whats-your-limit-of-advertising-and-upselling-in-free-wordpress-plugins\'>WPTavern: What’s Your Limit of Advertising and Upselling in Free WordPress Plugins?</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=30731f7347&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(519,'_transient_is_multi_author','0','yes'),(729,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:19:\"cto@varsitymgmt.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1485189251;}','yes'),(2483,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670038;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(13008,'_transient_timeout_mailserver_last_checked','1648620612','no'),(13009,'_transient_mailserver_last_checked','1','no'),(15651,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668670037;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(17403,'_site_transient_timeout_theme_roots','1668671834','yes'),(17404,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(17405,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670038;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=154 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1450869847:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1450869931:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1450869863:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1451410517:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1450869911:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1450713009:1'),(48,23,'_menu_item_type','post_type'),(49,23,'_menu_item_menu_item_parent','0'),(50,23,'_menu_item_object_id','12'),(51,23,'_menu_item_object','page'),(52,23,'_menu_item_target',''),(53,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,23,'_menu_item_xfn',''),(55,23,'_menu_item_url',''),(56,23,'_menu_item_orphaned','1447504188'),(57,24,'_menu_item_type','post_type'),(58,24,'_menu_item_menu_item_parent','0'),(59,24,'_menu_item_object_id','12'),(60,24,'_menu_item_object','page'),(61,24,'_menu_item_target',''),(62,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,24,'_menu_item_xfn',''),(64,24,'_menu_item_url',''),(65,24,'_menu_item_orphaned','1447504306'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,9,'_wp_page_template','default'),(144,14,'_wp_page_template','default'),(145,19,'_wp_page_template','default'),(146,12,'_wp_page_template','default'),(147,63,'_wp_attached_file','2015/11/20131122100002000000.jpg'),(148,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1601;s:6:\"height\";i:1248;s:4:\"file\";s:32:\"2015/11/20131122100002000000.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"20131122100002000000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"20131122100002000000-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"20131122100002000000-1024x798.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:798;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"20131122100002000000-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(149,65,'_wp_attached_file','2015/11/20140411043046000000.jpg'),(150,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:953;s:6:\"height\";i:540;s:4:\"file\";s:32:\"2015/11/20140411043046000000.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"20140411043046000000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"20140411043046000000-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"20140411043046000000-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(151,66,'_wp_attached_file','2015/11/20140204055807000000-1.jpg'),(152,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1089;s:6:\"height\";i:335;s:4:\"file\";s:34:\"2015/11/20140204055807000000-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"20140204055807000000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"20140204055807000000-1-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"20140204055807000000-1-1024x315.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"20140204055807000000-1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(153,17,'_wp_page_template','default'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2015-12-23 16:56:17','2015-12-23 11:26:17','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','publish','closed','closed','','admissions','','','2015-12-23 16:57:51','2015-12-23 11:27:51','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2015-12-23 16:56:43','2015-12-23 11:26:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<strong>Children\'s Film Festival Participation</strong>\r\n\r\n<a href=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20131122100002000000.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20131122100002000000-300x234.jpg\" alt=\"20131122100002000000\" width=\"300\" height=\"234\" /></a>\r\n\r\n \r\n\r\n<strong>INTSO Success</strong>\r\n\r\n<a href=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140411043046000000.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140411043046000000-300x170.jpg\" alt=\"20140411043046000000\" width=\"300\" height=\"170\" /></a>\r\n\r\n \r\n\r\n<strong>Annual Day Celebrations</strong>\r\n\r\n<a href=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140204055807000000-1.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140204055807000000-1-300x92.jpg\" alt=\"20140204055807000000 (1)\" width=\"300\" height=\"92\" /></a>\r\n\r\n ','News & Events','','publish','closed','closed','','news-events','','','2015-12-29 23:07:38','2015-12-29 17:37:38','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','publish','closed','closed','','achievements','','','2015-12-23 16:57:24','2015-12-23 11:27:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya School,\r\n\r\nOpp Thakur Hari Prasad Institute,\r\n\r\nV.V. Nagar, Dilsukhnagar,\r\n\r\nHyderabad.\r\n\r\nEmail: chaitanyapuricbse@srichaitanyaschool.net\r\n\r\nPH: 9247020008/ 9247050878\r\n','Contact Us','','publish','closed','closed','','contact-us','','','2015-12-21 21:20:08','2015-12-21 15:50:08','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(23,1,'2015-11-14 17:59:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 17:59:48','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=23',1,'nav_menu_item','',0),(24,1,'2015-11-14 18:01:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 18:01:46','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=24',1,'nav_menu_item','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2015-12-04 00:58:03','2015-12-03 19:28:03','<header class=\"entry-header\">\n<h1 class=\"entry-title\"><strong>History</strong></h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2015-12-04 00:58:03','2015-12-03 19:28:03','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2015-12-21 21:18:29','2015-12-21 15:48:29','Sri Chaitanya School,\n\nOpp Thakur Hari Prasad Institute,\n\nV.V. Nagar, Dilsukhnagar,\n\nHyderabad.','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2015-12-21 21:18:29','2015-12-21 15:48:29','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2015-12-08 19:09:16','2015-12-08 13:39:16','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-08 19:09:16','2015-12-08 13:39:16','',21,'http://panineeyapublicschool.net/index.php/2015/12/08/21-revision-v1/',0,'revision','',0),(57,1,'2015-12-21 21:20:08','2015-12-21 15:50:08','Sri Chaitanya School,\r\n\r\nOpp Thakur Hari Prasad Institute,\r\n\r\nV.V. Nagar, Dilsukhnagar,\r\n\r\nHyderabad.\r\n\r\nEmail: chaitanyapuricbse@srichaitanyaschool.net\r\n\r\nPH: 9247020008/ 9247050878\r\n','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-21 21:20:08','2015-12-21 15:50:08','',21,'http://panineeyapublicschool.net/index.php/2015/12/21/21-revision-v1/',0,'revision','',0),(59,1,'2015-12-23 16:56:17','2015-12-23 11:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-23 16:56:17','2015-12-23 11:26:17','',9,'http://panineeyapublicschool.net/index.php/2015/12/23/9-revision-v1/',0,'revision','',0),(60,1,'2015-12-23 16:56:43','2015-12-23 11:26:43','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-12-23 16:56:43','2015-12-23 11:26:43','',14,'http://panineeyapublicschool.net/index.php/2015/12/23/14-revision-v1/',0,'revision','',0),(61,1,'2015-12-23 16:57:24','2015-12-23 11:27:24','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-23 16:57:24','2015-12-23 11:27:24','',19,'http://panineeyapublicschool.net/index.php/2015/12/23/19-revision-v1/',0,'revision','',0),(62,1,'2015-12-23 16:57:51','2015-12-23 11:27:51','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','inherit','closed','closed','','12-revision-v1','','','2015-12-23 16:57:51','2015-12-23 11:27:51','',12,'http://panineeyapublicschool.net/index.php/2015/12/23/12-revision-v1/',0,'revision','',0),(63,1,'2015-12-29 23:03:23','2015-12-29 17:33:23','','20131122100002000000','','inherit','open','closed','','20131122100002000000','','','2015-12-29 23:03:23','2015-12-29 17:33:23','',17,'http://panineeyapublicschool.net/wp-content/uploads/2015/11/20131122100002000000.jpg',0,'attachment','image/jpeg',0),(64,1,'2015-12-29 23:05:36','2015-12-29 17:35:36','<strong>Children\'s Film Festival Participation</strong>\n\n<a href=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20131122100002000000.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20131122100002000000-300x234.jpg\" alt=\"20131122100002000000\" width=\"300\" height=\"234\" /></a>\n\n \n\n<strong>INTSO Success</strong>\n\n<a href=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140411043046000000.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140411043046000000-300x170.jpg\" alt=\"20140411043046000000\" width=\"300\" height=\"170\" /></a>\n\n \n\n \n\n ','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2015-12-29 23:05:36','2015-12-29 17:35:36','',17,'http://panineeyapublicschool.net/index.php/2015/12/29/17-autosave-v1/',0,'revision','',0),(65,1,'2015-12-29 23:04:46','2015-12-29 17:34:46','','20140411043046000000','','inherit','open','closed','','20140411043046000000','','','2015-12-29 23:04:46','2015-12-29 17:34:46','',17,'http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140411043046000000.jpg',0,'attachment','image/jpeg',0),(66,1,'2015-12-29 23:07:29','2015-12-29 17:37:29','','20140204055807000000 (1)','','inherit','open','closed','','20140204055807000000-1','','','2015-12-29 23:07:29','2015-12-29 17:37:29','',17,'http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140204055807000000-1.jpg',0,'attachment','image/jpeg',0),(67,1,'2015-12-29 23:07:38','2015-12-29 17:37:38','<strong>Children\'s Film Festival Participation</strong>\r\n\r\n<a href=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20131122100002000000.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20131122100002000000-300x234.jpg\" alt=\"20131122100002000000\" width=\"300\" height=\"234\" /></a>\r\n\r\n \r\n\r\n<strong>INTSO Success</strong>\r\n\r\n<a href=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140411043046000000.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140411043046000000-300x170.jpg\" alt=\"20140411043046000000\" width=\"300\" height=\"170\" /></a>\r\n\r\n \r\n\r\n<strong>Annual Day Celebrations</strong>\r\n\r\n<a href=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140204055807000000-1.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://panineeyapublicschool.net/wp-content/uploads/2015/11/20140204055807000000-1-300x92.jpg\" alt=\"20140204055807000000 (1)\" width=\"300\" height=\"92\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 23:07:38','2015-12-29 17:37:38','',17,'http://panineeyapublicschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','58'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse'),(20,1,'scsuser-settings-time','1451410653'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_poonamallee2` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_poonamallee2` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_poonamallee2`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=13872 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://sctspoonamallee.net','yes'),(2,'home','http://sctspoonamallee.net','yes'),(3,'blogname','Sri Chaitanya School Poonamallee 2','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:79:\"/www-data/sites/sctspoonamallee.net/wp-content/themes/twentythirteen/footer.php\";i:2;s:78:\"/www-data/sites/sctspoonamallee.net/wp-content/themes/twentythirteen/style.css\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;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:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668671210;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','a0c0b6d7308d6dc67043699241727d5a','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1553757595;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:71:\"http://sctspoonamallee.net/wp-content/uploads/2019/03/Poonamallee-2.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:63;s:3:\"url\";s:71:\"http://sctspoonamallee.net/wp-content/uploads/2019/03/Poonamallee-2.png\";s:13:\"thumbnail_url\";s:71:\"http://sctspoonamallee.net/wp-content/uploads/2019/03/Poonamallee-2.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'_site_transient_timeout_available_translations','1449159309','yes'),(338,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 09:00:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 08:58:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(340,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(375,'_transient_timeout_plugin_slugs','1553844000','no'),(376,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(377,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1553800476','no'),(378,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: A feed could not be found at http://wordpress.org/news/feed/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Peer certificate cannot be authenticated with known CA certificates</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(384,'_transient_is_multi_author','0','yes'),(2532,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668671211;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(10523,'_transient_timeout_mailserver_last_checked','1653344998','no'),(10524,'_transient_mailserver_last_checked','1','no'),(13869,'_site_transient_timeout_theme_roots','1668673008','yes'),(13870,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(13871,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668671211;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=151 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1553757574:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1553757748:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1553757674:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1553770078:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1553757710:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1553758376:1'),(48,23,'_menu_item_type','post_type'),(49,23,'_menu_item_menu_item_parent','0'),(50,23,'_menu_item_object_id','12'),(51,23,'_menu_item_object','page'),(52,23,'_menu_item_target',''),(53,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,23,'_menu_item_xfn',''),(55,23,'_menu_item_url',''),(56,23,'_menu_item_orphaned','1447504188'),(57,24,'_menu_item_type','post_type'),(58,24,'_menu_item_menu_item_parent','0'),(59,24,'_menu_item_object_id','12'),(60,24,'_menu_item_object','page'),(61,24,'_menu_item_target',''),(62,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,24,'_menu_item_xfn',''),(64,24,'_menu_item_url',''),(65,24,'_menu_item_orphaned','1447504306'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,62,'_wp_attached_file','2019/03/Pallavaram-2.png'),(144,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:24:\"2019/03/Pallavaram-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Pallavaram-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Pallavaram-2-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Pallavaram-2-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Pallavaram-2-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(145,63,'_wp_attached_file','2019/03/Poonamallee-2.png'),(146,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:25:\"2019/03/Poonamallee-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Poonamallee-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Poonamallee-2-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Poonamallee-2-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Poonamallee-2-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(147,63,'_wp_attachment_custom_header_last_used_twentythirteen','1553758259'),(148,63,'_wp_attachment_is_custom_header','twentythirteen'),(149,66,'_wp_attached_file','2015/11/coming-soon-2550190__340.jpg'),(150,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:340;s:4:\"file\";s:36:\"2015/11/coming-soon-2550190__340.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-2550190__340-510x270.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','publish','closed','closed','','about-us','','','2019-03-28 12:51:55','2019-03-28 07:21:55','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','publish','closed','closed','','admissions','','','2019-03-28 12:54:45','2019-03-28 07:24:45','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2019-03-28 12:53:22','2019-03-28 07:23:22','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<a href=\"http://sctspoonamallee.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-66 size-full\" src=\"http://sctspoonamallee.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2019-03-28 16:17:58','2019-03-28 10:47:58','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2019-03-28 12:54:12','2019-03-28 07:24:12','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya Techno School,\r\n\r\nPoonamallee To Pattabiram Main Road,\r\n\r\nSokkanallur,Poonamallee,\r\n\r\nChennai - 600 072,\r\n\r\nTamilnadu,\r\n\r\nEmail : Poonamallee2@srichaitanyaschool.net\r\n\r\nPhone : 73977 52882/ 73977 52883.','Contact Us','','publish','closed','closed','','contact-us','','','2019-03-28 13:03:40','2019-03-28 07:33:40','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(23,1,'2015-11-14 17:59:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 17:59:48','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=23',1,'nav_menu_item','',0),(24,1,'2015-11-14 18:01:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 18:01:46','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=24',1,'nav_menu_item','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2015-12-04 00:58:03','2015-12-03 19:28:03','<header class=\"entry-header\">\n<h1 class=\"entry-title\"><strong>History</strong></h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2015-12-04 00:58:03','2015-12-03 19:28:03','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2019-03-28 13:03:05','2019-03-28 07:33:05','Sri Chaitanya Techno School,\n\nPoonamallee To Pattabiram Main Road,\n\nSokkanallur,Poonamallee,\n\nChennai - 600 072,\n\nTamilnadu,\n\nEmail : Poonamallee2@srichaitanyaschool.net\n\nPhone : 73977 52882/ 73977 52883.','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2019-03-28 13:03:05','2019-03-28 07:33:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2019-03-28 12:51:31','2019-03-28 07:21:31','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-28 12:51:31','2019-03-28 07:21:31','',9,'http://sctspoonamallee.net/index.php/2019/03/28/9-revision-v1/',0,'revision','',0),(56,1,'2019-03-28 12:53:03','2019-03-28 07:23:03','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\n\n<strong>Sri Chaitanya</strong>: The Masters of Education\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\n<strong>Choosing a Career without Flipping a Coin</strong>\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\n<strong>Syllabus </strong>\n\n<strong> CBSE</strong> <strong>Syllabus :</strong>\n<ul>\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\n</ul>\n<strong>Audio-Visual Aids :</strong>\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\n \n\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\n\n<strong>Projects :</strong>\n\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\n<ul>\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\n</ul>\n<strong>Laboratory :</strong>\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\n \n\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\n\n<strong>Yoga :</strong>\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\n<strong>Benefits of yoga to support the education of the whole child :</strong>\n<ul>\n <li>Provides students healthy ways to express and balance their emotions</li>\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\n <li>Encourages community and connectedness within the classroom</li>\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\n <li>Enhances focus, concentration, comprehension and memory</li>\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\n <li>Supports social and emotional learning</li>\n <li>Improves listening skills</li>\n <li>Enhances organizational and communication skills</li>\n <li>Improves mind/body awareness and connection</li>\n <li>Improves confidence and self-esteem</li>\n <li>Encourages respect for oneself and others</li>\n <li>Creates a calm, harmonious classroom</li>\n</ul>\n<strong>Language club :</strong>\n\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\n<ul>\n <li>Improve pronunciation</li>\n <li>Develop fluency in speaking and conversation</li>\n <li>Build vocabulary</li>\n <li>Learn essential grammar</li>\n <li>Improve reading and writing skills</li>\n</ul>\n<strong>Smart Living Programme :</strong>\n\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\n\n<strong>Highlights :</strong>\n<ul>\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\n</ul>\n<ul>\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\n</ul>\n<ul>\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\n</ul>\n<ul>\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\n</ul>\n<ul>\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\n</ul>\n','Academics','','inherit','closed','closed','','14-autosave-v1','','','2019-03-28 12:53:03','2019-03-28 07:23:03','',14,'http://sctspoonamallee.net/index.php/2019/03/28/14-autosave-v1/',0,'revision','',0),(57,1,'2019-03-28 12:53:22','2019-03-28 07:23:22','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-03-28 12:53:22','2019-03-28 07:23:22','',14,'http://sctspoonamallee.net/index.php/2019/03/28/14-revision-v1/',0,'revision','',0),(58,1,'2019-03-28 12:54:12','2019-03-28 07:24:12','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-03-28 12:54:12','2019-03-28 07:24:12','',19,'http://sctspoonamallee.net/index.php/2019/03/28/19-revision-v1/',0,'revision','',0),(59,1,'2019-03-28 12:54:45','2019-03-28 07:24:45','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-03-28 12:54:45','2019-03-28 07:24:45','',12,'http://sctspoonamallee.net/index.php/2019/03/28/12-revision-v1/',0,'revision','',0),(60,1,'2019-03-28 12:55:22','2019-03-28 07:25:22','<strong>Coming Soon...</strong>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 12:55:22','2019-03-28 07:25:22','',17,'http://sctspoonamallee.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0),(61,1,'2019-03-28 12:59:20','2019-03-28 07:29:20','Sri Chaitanya Techno School,\r\n\r\nPoonamallee To Pattabiram Main Road,\r\n\r\nSokkanallur,Poonamallee,\r\n\r\nChennai - 600 072,\r\n\r\nTamilnadu,\r\n\r\nEmail : Coimbatore4@srichaitanyaschool.net\r\n\r\nPhone : 73977 52882/ 73977 52883.','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-03-28 12:59:20','2019-03-28 07:29:20','',21,'http://sctspoonamallee.net/index.php/2019/03/28/21-revision-v1/',0,'revision','',0),(62,1,'2019-03-28 12:59:49','2019-03-28 07:29:49','','Pallavaram-2','','inherit','open','closed','','pallavaram-2','','','2019-03-28 12:59:49','2019-03-28 07:29:49','',0,'http://sctspoonamallee.net/wp-content/uploads/2019/03/Pallavaram-2.png',0,'attachment','image/png',0),(63,1,'2019-03-28 13:00:43','2019-03-28 07:30:43','','Poonamallee 2','','inherit','open','closed','','poonamallee-2','','','2019-03-28 13:00:43','2019-03-28 07:30:43','',0,'http://sctspoonamallee.net/wp-content/uploads/2019/03/Poonamallee-2.png',0,'attachment','image/png',0),(65,1,'2019-03-28 13:03:40','2019-03-28 07:33:40','Sri Chaitanya Techno School,\r\n\r\nPoonamallee To Pattabiram Main Road,\r\n\r\nSokkanallur,Poonamallee,\r\n\r\nChennai - 600 072,\r\n\r\nTamilnadu,\r\n\r\nEmail : Poonamallee2@srichaitanyaschool.net\r\n\r\nPhone : 73977 52882/ 73977 52883.','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-03-28 13:03:40','2019-03-28 07:33:40','',21,'http://sctspoonamallee.net/index.php/2019/03/28/21-revision-v1/',0,'revision','',0),(66,1,'2019-03-28 16:17:44','2019-03-28 10:47:44','','coming-soon-2550190__340','','inherit','open','closed','','coming-soon-2550190__340','','','2019-03-28 16:17:44','2019-03-28 10:47:44','',17,'http://sctspoonamallee.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg',0,'attachment','image/jpeg',0),(67,1,'2019-03-28 16:17:58','2019-03-28 10:47:58','<a href=\"http://sctspoonamallee.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-66 size-full\" src=\"http://sctspoonamallee.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-03-28 16:17:58','2019-03-28 10:47:58','',17,'http://sctspoonamallee.net/index.php/2019/03/28/17-revision-v1/',0,'revision','',0),(68,1,'2019-03-28 16:18:01','2019-03-28 10:48:01','<a href=\"http://sctspoonamallee.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\"><img class=\"aligncenter wp-image-66 size-full\" src=\"http://sctspoonamallee.net/wp-content/uploads/2015/11/coming-soon-2550190__340.jpg\" alt=\"coming-soon-2550190__340\" width=\"510\" height=\"340\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2019-03-28 16:18:01','2019-03-28 10:48:01','',17,'http://sctspoonamallee.net/index.php/2019/03/28/17-autosave-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','64'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse'),(20,1,'scsuser-settings-time','1553758303'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_sctsbavdhan` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_sctsbavdhan` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_sctsbavdhan`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=2351 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://sctsbavdhan.net','yes'),(2,'home','http://sctsbavdhan.net','yes'),(3,'blogname','Sri Chaitanya School Bavdhan','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','1','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:75:\"/www-data/sites/sctsbavdhan.net/wp-content/themes/twentythirteen/footer.php\";i:1;s:74:\"/www-data/sites/sctsbavdhan.net/wp-content/themes/twentythirteen/style.css\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;s:9:\"sidebar-2\";a:0:{}}','yes'),(99,'cron','a:5:{i:1585639260;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:1585652470;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:1585652552;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;}}}i:1585655603;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.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-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1599296614;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','5ca379b123064fbe107c216b84fe1c0c','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1559287163;}','yes'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1559303160;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(150,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1599296633;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:53:\"http://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/theme/twentyfifteen.2.7.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/theme/twentyfourteen.2.9.zip\";s:8:\"requires\";b:0;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:\"3.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/theme/twentythirteen.3.1.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:95:\"http://sctsbavdhan.net/wp-content/uploads/2019/06/cropped-Sri-Chaitaya-School-CBSE-Banners..png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:62;s:3:\"url\";s:95:\"http://sctsbavdhan.net/wp-content/uploads/2019/06/cropped-Sri-Chaitaya-School-CBSE-Banners..png\";s:13:\"thumbnail_url\";s:95:\"http://sctsbavdhan.net/wp-content/uploads/2019/06/cropped-Sri-Chaitaya-School-CBSE-Banners..png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(322,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1599296620;s:8:\"response\";N;s:12:\"translations\";N;s:9:\"no_update\";N;}','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(379,'_site_transient_timeout_wporg_theme_feature_list','1559298110','yes'),(380,'_site_transient_wporg_theme_feature_list','a:0:{}','yes'),(387,'site_icon','57','yes'),(432,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(2005,'_transient_timeout_mailserver_last_checked','1580025567','no'),(2006,'_transient_mailserver_last_checked','1','no'),(2337,'_transient_doing_cron','1600918492.0316019058227539062500','yes'),(2338,'_site_transient_timeout_theme_roots','1599298426','yes'),(2339,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(2340,'_site_transient_timeout_browser_97fc230848bc304ccee289a55f3e5339','1599901436','yes'),(2341,'_site_transient_browser_97fc230848bc304ccee289a55f3e5339','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.132\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(2343,'_transient_timeout_plugin_slugs','1599383071','no'),(2344,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(2345,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1599339871','no'),(2346,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: name lookup timed out</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Peer certificate cannot be authenticated with known CA certificates</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(2350,'_transient_is_multi_author','0','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=176 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1599298163:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1560145407:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1599299045:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1559625578:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1559624417:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1565085233:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,55,'_wp_attached_file','2019/05/Untitled-design.png'),(144,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:106;s:4:\"file\";s:27:\"2019/05/Untitled-design.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-150x106.png\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Untitled-design-300x13.png\";s:5:\"width\";i:300;s:6:\"height\";i:13;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Untitled-design-1024x43.png\";s:5:\"width\";i:1024;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-604x106.png\";s:5:\"width\";i:604;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(145,55,'_wp_attachment_custom_header_last_used_flaton','1559286655'),(146,55,'_wp_attachment_is_custom_header','flaton'),(147,56,'_wp_attached_file','2019/05/Orginal-logo.jpg'),(148,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2188;s:6:\"height\";i:2202;s:4:\"file\";s:24:\"2019/05/Orginal-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Orginal-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Orginal-logo-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Orginal-logo-1017x1024.jpg\";s:5:\"width\";i:1017;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Orginal-logo-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:12:\"Phanikumar.D\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1511608832;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:\"\";s:11:\"orientation\";i:0;}}'),(149,57,'_wp_attached_file','2019/05/cropped-Orginal-logo.jpg'),(150,57,'_wp_attachment_context','site-icon'),(151,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2019/05/cropped-Orginal-logo.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-512x270.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:30:\"cropped-Orginal-logo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(152,58,'_wp_attached_file','2019/05/Capture.png'),(153,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:520;s:4:\"file\";s:19:\"2019/05/Capture.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Capture-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-473x270.png\";s:5:\"width\";i:473;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(154,58,'_wp_attachment_is_custom_background','flaton'),(157,61,'_wp_attached_file','2019/06/Sri-Chaitaya-School-CBSE-Banners..png'),(158,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:45:\"2019/06/Sri-Chaitaya-School-CBSE-Banners..png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Sri-Chaitaya-School-CBSE-Banners.-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Sri-Chaitaya-School-CBSE-Banners.-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(159,62,'_wp_attached_file','2019/06/cropped-Sri-Chaitaya-School-CBSE-Banners..png'),(160,62,'_wp_attachment_context','custom-header'),(161,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:53:\"2019/06/cropped-Sri-Chaitaya-School-CBSE-Banners..png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(162,62,'_wp_attachment_custom_header_last_used_twentythirteen','1559624104'),(163,62,'_wp_attachment_is_custom_header','twentythirteen'),(164,68,'_wp_attached_file','2015/11/coming-soon-3080102__340.png'),(165,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:447;s:6:\"height\";i:340;s:4:\"file\";s:36:\"2015/11/coming-soon-3080102__340.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-3080102__340-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"coming-soon-3080102__340-300x228.png\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"coming-soon-3080102__340-447x270.png\";s:5:\"width\";i:447;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(166,79,'_wp_attached_file','2015/11/Wagholi.png'),(167,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:230;s:4:\"file\";s:19:\"2015/11/Wagholi.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Wagholi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Wagholi-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(168,81,'_wp_attached_file','2015/11/Wagholi-1.png'),(169,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:230;s:4:\"file\";s:21:\"2015/11/Wagholi-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(170,90,'_wp_attached_file','2015/11/10.png'),(171,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/10.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"10-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(172,91,'_wp_attached_file','2015/11/4.jpg'),(173,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"4-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(174,92,'_wp_attached_file','2015/11/9.png'),(175,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/9.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"9-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png\" target=\"_blank\"><img class=\"wp-image-79 size-full aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png\" alt=\"Wagholi\" width=\"600\" height=\"230\" /></a>\r\n\r\nSCTS founded in the year 1986 by a visionary founder Dr.B.S.Rao and Dr.B Jhansi Lakshmi Bai. Sri Chaitanya School Techno Curriculum is such one of the unique learning methodology right from the Nursery to the High School level keeping in the mind a child’s performance in Competitive Exams. These overall development of the child is being done through innovative and research based.\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Vision</strong></p>\r\nTo create a center of Academics Excellence in the field of all competitive exams with the purpose of fulfilling the Industry requirements through holistic development of the future performers who are also good human beings and possess right knowledge skill sets and attitude towards their work and life.\r\n\r\n<strong>Mission</strong>\r\n\r\nTo impart professional approach to education at school level to closely groom and equip students with necessary skills the on conception knowledge that is hallmark of success.\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','publish','closed','closed','','about-us','','','2020-09-05 14:59:20','2020-09-05 09:29:20','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\"><a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi-1.png\" target=\"_blank\"><img class=\"aligncenter wp-image-81 size-full\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi-1.png\" alt=\"Wagholi (1)\" width=\"600\" height=\"230\" /></a></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','publish','closed','closed','','admissions','','','2019-06-10 11:13:26','2019-06-10 05:43:26','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"size-full wp-image-91 aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"400\" height=\"280\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/10.png\"><img class=\"size-full wp-image-90 aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/10.png\" alt=\"10\" width=\"400\" height=\"280\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/9.png\"><img class=\"size-full wp-image-92 aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/9.png\" alt=\"9\" width=\"400\" height=\"280\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2020-09-05 15:14:01','2020-09-05 09:44:01','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" alt=\"coming-soon-3080102__340\" width=\"447\" height=\"340\" /></a></p>','News & Events','','publish','closed','closed','','news-events','','','2019-06-04 10:51:45','2019-06-04 05:21:45','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2019-06-04 10:32:09','2019-06-04 05:02:09','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2019-06-06 17:21:21','2019-06-06 11:51:21','Sr No :- 67/3,Near Crystal Honda Showroom,\r\n\r\nMumbai-Pune Highway, Bavdhan,\r\n\r\nPune - 411 021,\r\n\r\nMaharastra, India.\r\n\r\nEmail :- Bavdhan@Srichaitanyaschool.net\r\n\r\nPhone :- 91000 68675 / 90002 49578 / 91002 74444 / 91002 64444.','Contact Us','','publish','closed','closed','','contact-us','','','2019-08-06 15:23:53','2019-08-06 09:53:53','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2019-05-31 12:47:44','2019-05-31 07:17:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2019-05-31 12:47:44','2019-05-31 07:17:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2019-05-31 12:47:44','2019-05-31 07:17:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2019-05-31 12:47:44','2019-05-31 07:17:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2019-05-31 12:47:44','2019-05-31 07:17:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2019-05-31 12:47:44','2019-05-31 07:17:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2019-05-31 12:40:49','2019-05-31 07:10:49','','Untitled design','','inherit','open','closed','','untitled-design','','','2019-05-31 12:40:49','2019-05-31 07:10:49','',0,'http://sctsbavdhan.net/wp-content/uploads/2019/05/Untitled-design.png',0,'attachment','image/png',0),(56,1,'2019-05-31 12:41:44','2019-05-31 07:11:44','','Orginal-logo','','inherit','open','closed','','orginal-logo','','','2019-05-31 12:41:44','2019-05-31 07:11:44','',0,'http://sctsbavdhan.net/wp-content/uploads/2019/05/Orginal-logo.jpg',0,'attachment','image/jpeg',0),(57,1,'2019-05-31 12:41:51','2019-05-31 07:11:51','http://sctsbavdhan.net/wp-content/uploads/2019/05/cropped-Orginal-logo.jpg','cropped-Orginal-logo.jpg','','inherit','open','closed','','cropped-orginal-logo-jpg','','','2019-05-31 12:41:51','2019-05-31 07:11:51','',0,'http://sctsbavdhan.net/wp-content/uploads/2019/05/cropped-Orginal-logo.jpg',0,'attachment','image/jpeg',0),(58,1,'2019-05-31 12:42:56','2019-05-31 07:12:56','','Capture','','inherit','open','closed','','capture','','','2019-05-31 12:42:56','2019-05-31 07:12:56','',0,'http://sctsbavdhan.net/wp-content/uploads/2019/05/Capture.png',0,'attachment','image/png',0),(61,1,'2019-06-04 10:24:28','2019-06-04 04:54:28','','Sri Chaitaya School CBSE Banners.','','inherit','open','closed','','sri-chaitaya-school-cbse-banners','','','2019-06-04 10:24:28','2019-06-04 04:54:28','',0,'http://sctsbavdhan.net/wp-content/uploads/2019/06/Sri-Chaitaya-School-CBSE-Banners..png',0,'attachment','image/png',0),(62,1,'2019-06-04 10:24:36','2019-06-04 04:54:36','http://sctsbavdhan.net/wp-content/uploads/2019/06/cropped-Sri-Chaitaya-School-CBSE-Banners..png','cropped-Sri-Chaitaya-School-CBSE-Banners..png','','inherit','open','closed','','cropped-sri-chaitaya-school-cbse-banners-png','','','2019-06-04 10:24:36','2019-06-04 04:54:36','',0,'http://sctsbavdhan.net/wp-content/uploads/2019/06/cropped-Sri-Chaitaya-School-CBSE-Banners..png',0,'attachment','image/png',0),(63,1,'2019-06-04 10:28:55','2019-06-04 04:58:55','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n \r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-06-04 10:28:55','2019-06-04 04:58:55','',9,'http://sctsbavdhan.net/index.php/2019/06/04/9-revision-v1/',0,'revision','',0),(64,1,'2020-09-05 15:12:40','2020-09-05 09:42:40','<strong>Sri Chaitanya</strong>: The Masters of Education\n\nSri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\n<strong>Choosing a Career without Flipping a Coin</strong>\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\n<strong>Syllabus </strong>\n\n<strong> CBSE</strong> <strong>Syllabus :</strong>\n<ul>\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\n</ul>\n<strong>Audio-Visual Aids :</strong>\n\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"size-full wp-image-91 aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"400\" height=\"280\" /></a>\n\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\n\n<strong>Projects :</strong>\n\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\n<ul>\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\n</ul>\n<strong>Laboratory :</strong>\n\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/10.png\"><img class=\"size-full wp-image-90 aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/10.png\" alt=\"10\" width=\"400\" height=\"280\" /></a>\n\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\n\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\n</a>\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\n<strong>Benefits of yoga to support the education of the whole child :</strong>\n<ul>\n <li>Provides students healthy ways to express and balance their emotions</li>\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\n <li>Encourages community and connectedness within the classroom</li>\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\n <li>Enhances focus, concentration, comprehension and memory</li>\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\n <li>Supports social and emotional learning</li>\n <li>Improves listening skills</li>\n <li>Enhances organizational and communication skills</li>\n <li>Improves mind/body awareness and connection</li>\n <li>Improves confidence and self-esteem</li>\n <li>Encourages respect for oneself and others</li>\n <li>Creates a calm, harmonious classroom</li>\n</ul>\n<strong>Language club :</strong>\n\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\n<ul>\n <li>Improve pronunciation</li>\n <li>Develop fluency in speaking and conversation</li>\n <li>Build vocabulary</li>\n <li>Learn essential grammar</li>\n <li>Improve reading and writing skills</li>\n</ul>\n<strong>Smart Living Programme :</strong>\n\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\n\n<strong>Highlights :</strong>\n<ul>\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\n</ul>\n<ul>\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\n</ul>\n<ul>\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\n</ul>\n<ul>\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\n</ul>\n<ul>\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\n</ul>','Academics','','inherit','closed','closed','','14-autosave-v1','','','2020-09-05 15:12:40','2020-09-05 09:42:40','',14,'http://sctsbavdhan.net/index.php/2019/06/04/14-autosave-v1/',0,'revision','',0),(65,1,'2019-06-04 10:31:10','2019-06-04 05:01:10','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-06-04 10:31:10','2019-06-04 05:01:10','',14,'http://sctsbavdhan.net/index.php/2019/06/04/14-revision-v1/',0,'revision','',0),(66,1,'2019-06-04 10:32:09','2019-06-04 05:02:09','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-06-04 10:32:09','2019-06-04 05:02:09','',19,'http://sctsbavdhan.net/index.php/2019/06/04/19-revision-v1/',0,'revision','',0),(67,1,'2019-06-04 10:33:40','2019-06-04 05:03:40','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-06-04 10:33:40','2019-06-04 05:03:40','',12,'http://sctsbavdhan.net/index.php/2019/06/04/12-revision-v1/',0,'revision','',0),(68,1,'2019-06-04 10:36:01','2019-06-04 05:06:01','','coming-soon-3080102__340','','inherit','open','closed','','coming-soon-3080102__340','','','2019-06-04 10:36:01','2019-06-04 05:06:01','',17,'http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png',0,'attachment','image/png',0),(69,1,'2019-06-04 10:51:55','2019-06-04 05:21:55','<p style=\"text-align: center;\"><a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" alt=\"coming-soon-3080102__340\" width=\"447\" height=\"340\" /></a></p>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2019-06-04 10:51:55','2019-06-04 05:21:55','',17,'http://sctsbavdhan.net/index.php/2019/06/04/17-autosave-v1/',0,'revision','',0),(70,1,'2019-06-04 10:36:31','2019-06-04 05:06:31','<p style=\"text-align: center;\"><strong>News & Events</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" alt=\"coming-soon-3080102__340\" width=\"447\" height=\"340\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-06-04 10:36:31','2019-06-04 05:06:31','',17,'http://sctsbavdhan.net/index.php/2019/06/04/17-revision-v1/',0,'revision','',0),(71,1,'2019-06-04 10:37:11','2019-06-04 05:07:11','<h2 style=\"text-align: center;\"><span style=\"color: #00ccff;\"><strong>News & Events</strong></span></h2>\r\n<p style=\"text-align: center;\"><a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" alt=\"coming-soon-3080102__340\" width=\"447\" height=\"340\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-06-04 10:37:11','2019-06-04 05:07:11','',17,'http://sctsbavdhan.net/index.php/2019/06/04/17-revision-v1/',0,'revision','',0),(72,1,'2019-06-04 10:49:30','2019-06-04 05:19:30','Sr No: 67/3,Near crystal Honda Showroom,\r\n\r\nMumbai-Pune Highway, Bavdhan,\r\n\r\nPune - 411021,\r\n\r\nMaharastra.\r\n\r\nEmail :- Bavdhan@srichaitanyaschool.net\r\n\r\nPhone :- 99757 72028 / 91002 74444 / 91002 64444','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-06-04 10:49:30','2019-06-04 05:19:30','',21,'http://sctsbavdhan.net/index.php/2019/06/04/21-revision-v1/',0,'revision','',0),(73,1,'2019-06-04 10:51:45','2019-06-04 05:21:45','<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-full\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/coming-soon-3080102__340.png\" alt=\"coming-soon-3080102__340\" width=\"447\" height=\"340\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-06-04 10:51:45','2019-06-04 05:21:45','',17,'http://sctsbavdhan.net/index.php/2019/06/04/17-revision-v1/',0,'revision','',0),(74,1,'2019-06-06 17:17:43','2019-06-06 11:47:43','Sr No: 67/3,Near Crystal Honda Showroom,\r\n\r\nMumbai-Pune Highway, Bavdhan,\r\n\r\nPune - 411021,\r\n\r\nMaharastra.\r\n\r\nEmail :- Bavdhan@Srichaitanyaschool.net\r\n\r\nPhone :- 99757 72028 / 91002 74444 / 91002 64444','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-06-06 17:17:43','2019-06-06 11:47:43','',21,'http://sctsbavdhan.net/index.php/2019/06/06/21-revision-v1/',0,'revision','',0),(75,1,'2019-06-06 17:18:41','2019-06-06 11:48:41','Sr No: 67/3,Near Crystal Honda Showroom,\r\n\r\nMumbai-Pune Highway, Bavdhan,\r\n\r\nPune - 411 021,\r\n\r\nMaharastra.\r\n\r\nEmail :- Bavdhan@Srichaitanyaschool.net\r\n\r\nPhone :- 99757 72028 / 91002 74444 / 91002 64444','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-06-06 17:18:41','2019-06-06 11:48:41','',21,'http://sctsbavdhan.net/index.php/2019/06/06/21-revision-v1/',0,'revision','',0),(76,1,'2019-06-06 17:22:12','2019-06-06 11:52:12','Sr No :- 67/3,Near Crystal Honda Showroom,\r\n\r\nMumbai-Pune Highway, Bavdhan,\r\n\r\nPune - 411 021,\r\n\r\nMaharastra, India.\r\n\r\nEmail :- Bavdhan@Srichaitanyaschool.net\r\n\r\nPhone :- 99757 72028 / 91002 74444 / 91002 64444','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-06-06 17:22:12','2019-06-06 11:52:12','',21,'http://sctsbavdhan.net/index.php/2019/06/06/21-revision-v1/',0,'revision','',0),(78,1,'2019-06-10 09:56:42','2019-06-10 04:26:42','Sr No :- 67/3,Near Crystal Honda Showroom,\r\n\r\nMumbai-Pune Highway, Bavdhan,\r\n\r\nPune - 411 021,\r\n\r\nMaharastra, India.\r\n\r\nEmail :- Bavdhan@Srichaitanyaschool.net\r\n\r\nPhone :- 91000 68675 / 90002 49578 / 91002 74444 / 91002 64444','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-06-10 09:56:42','2019-06-10 04:26:42','',21,'http://sctsbavdhan.net/index.php/2019/06/10/21-revision-v1/',0,'revision','',0),(79,1,'2019-06-10 11:03:47','2019-06-10 05:33:47','','Wagholi','','inherit','open','closed','','wagholi','','','2019-06-10 11:03:47','2019-06-10 05:33:47','',9,'http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png',0,'attachment','image/png',0),(80,1,'2019-06-10 11:04:46','2019-06-10 05:34:46','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png\" target=\"_blank\"><img class=\"wp-image-79 size-full aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png\" alt=\"Wagholi\" width=\"600\" height=\"230\" /></a>\r\n\r\nThis group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-06-10 11:04:46','2019-06-10 05:34:46','',9,'http://sctsbavdhan.net/index.php/2019/06/10/9-revision-v1/',0,'revision','',0),(81,1,'2019-06-10 11:10:22','2019-06-10 05:40:22','','Wagholi (1)','','inherit','open','closed','','wagholi-1','','','2019-06-10 11:10:22','2019-06-10 05:40:22','',14,'http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi-1.png',0,'attachment','image/png',0),(82,1,'2019-06-10 11:11:19','2019-06-10 05:41:19','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi-1.png\" target=\"_blank\"><img class=\"wp-image-81 size-full aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi-1.png\" alt=\"Wagholi (1)\" width=\"600\" height=\"230\" /></a>\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-06-10 11:11:19','2019-06-10 05:41:19','',14,'http://sctsbavdhan.net/index.php/2019/06/10/14-revision-v1/',0,'revision','',0),(83,1,'2019-06-10 11:12:38','2019-06-10 05:42:38','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-06-10 11:12:38','2019-06-10 05:42:38','',14,'http://sctsbavdhan.net/index.php/2019/06/10/14-revision-v1/',0,'revision','',0),(84,1,'2019-06-10 11:13:26','2019-06-10 05:43:26','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: left;\"><a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi-1.png\" target=\"_blank\"><img class=\"aligncenter wp-image-81 size-full\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi-1.png\" alt=\"Wagholi (1)\" width=\"600\" height=\"230\" /></a></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-06-10 11:13:26','2019-06-10 05:43:26','',12,'http://sctsbavdhan.net/index.php/2019/06/10/12-revision-v1/',0,'revision','',0),(86,1,'2019-08-06 15:23:39','2019-08-06 09:53:39','Sr No :- 67/3,Near Crystal Honda Showroom,\r\n\r\nMumbai-Pune Highway, Bavdhan,\r\n\r\nPune - 411 021,\r\n\r\nMaharastra, India.\r\n\r\nEmail :- Bavdhan@Srichaitanyaschool.net\r\n\r\nPhone :- 91000 68675 / 90002 49578 / 91002 74444 / 91002 64444.','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-08-06 15:23:39','2019-08-06 09:53:39','',21,'http://sctsbavdhan.net/index.php/2019/08/06/21-revision-v1/',0,'revision','',0),(87,1,'2020-09-05 14:33:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-09-05 14:33:56','0000-00-00 00:00:00','',0,'http://sctsbavdhan.net/?p=87',0,'post','',0),(88,1,'2020-09-05 14:44:51','2020-09-05 09:14:51','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png\" target=\"_blank\"><img class=\"wp-image-79 size-full aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png\" alt=\"Wagholi\" width=\"600\" height=\"230\" /></a>\n\nSCTS founded in the year 1986 by a visionary founder Dr.B.S.Rao and Dr.B Jhansi Lakshmi Bai. Sri Chaitanya School Techno Curriculum is such one of the unique learning methodology right from the Nursery to the High School level keeping in the mind a child’s performance in Competitive Exams. These overall development of the child is being done through innovative and research based.\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\n<p style=\"text-align: left;\"><strong>Vision</strong></p>\nTo create a center of Academics Excellence in the field of all competitive exams with the purpose of fulfilling the Industry requirements through holistic development of the future performers who are also good human beings and possess right knowledge skill sets and attitude towards their work and life.\n\n<strong>Mission</strong>\n\nTo impart professional approach to education at school level to closely groom and equip students with necessary skills the on conception knowledge that is hallmark of success.\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2020-09-05 14:44:51','2020-09-05 09:14:51','',9,'http://sctsbavdhan.net/index.php/2020/09/05/9-autosave-v1/',0,'revision','',0),(89,1,'2020-09-05 14:44:59','2020-09-05 09:14:59','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png\" target=\"_blank\"><img class=\"wp-image-79 size-full aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/Wagholi.png\" alt=\"Wagholi\" width=\"600\" height=\"230\" /></a>\r\n\r\nSCTS founded in the year 1986 by a visionary founder Dr.B.S.Rao and Dr.B Jhansi Lakshmi Bai. Sri Chaitanya School Techno Curriculum is such one of the unique learning methodology right from the Nursery to the High School level keeping in the mind a child’s performance in Competitive Exams. These overall development of the child is being done through innovative and research based.\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Vision</strong></p>\r\nTo create a center of Academics Excellence in the field of all competitive exams with the purpose of fulfilling the Industry requirements through holistic development of the future performers who are also good human beings and possess right knowledge skill sets and attitude towards their work and life.\r\n\r\n<strong>Mission</strong>\r\n\r\nTo impart professional approach to education at school level to closely groom and equip students with necessary skills the on conception knowledge that is hallmark of success.\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2020-09-05 14:44:59','2020-09-05 09:14:59','',9,'http://sctsbavdhan.net/index.php/2020/09/05/9-revision-v1/',0,'revision','',0),(90,1,'2020-09-05 15:01:30','2020-09-05 09:31:30','','10','','inherit','open','closed','','10','','','2020-09-05 15:01:30','2020-09-05 09:31:30','',14,'http://sctsbavdhan.net/wp-content/uploads/2015/11/10.png',0,'attachment','image/png',0),(91,1,'2020-09-05 15:07:27','2020-09-05 09:37:27','','4','','inherit','open','closed','','4','','','2020-09-05 15:07:27','2020-09-05 09:37:27','',14,'http://sctsbavdhan.net/wp-content/uploads/2015/11/4.jpg',0,'attachment','image/jpeg',0),(92,1,'2020-09-05 15:13:41','2020-09-05 09:43:41','','9','','inherit','open','closed','','9','','','2020-09-05 15:13:41','2020-09-05 09:43:41','',14,'http://sctsbavdhan.net/wp-content/uploads/2015/11/9.png',0,'attachment','image/png',0),(93,1,'2020-09-05 15:14:01','2020-09-05 09:44:01','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"size-full wp-image-91 aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/4.jpg\" alt=\"4\" width=\"400\" height=\"280\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/10.png\"><img class=\"size-full wp-image-90 aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/10.png\" alt=\"10\" width=\"400\" height=\"280\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n\r\n<a href=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/9.png\"><img class=\"size-full wp-image-92 aligncenter\" src=\"http://sctsbavdhan.net/wp-content/uploads/2015/11/9.png\" alt=\"9\" width=\"400\" height=\"280\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2020-09-05 15:14:01','2020-09-05 09:44:01','',14,'http://sctsbavdhan.net/index.php/2020/09/05/14-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','87'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&imgsize=full&advImgDetails=show&hidetb=1'),(20,1,'scsuser-settings-time','1560145402'),(21,1,'tgmpa_dismissed_notice','1'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_sctswagholi` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_sctswagholi` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_sctswagholi`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=13413 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://sctswagholi.net','yes'),(2,'home','http://sctswagholi.net','yes'),(3,'blogname','Sri Chaitanya School Wagholi','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:75:\"/www-data/sites/sctswagholi.net/wp-content/themes/twentythirteen/footer.php\";i:2;s:74:\"/www-data/sites/sctswagholi.net/wp-content/themes/twentythirteen/style.css\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:10:\"calendar-3\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;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:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:58:\"http://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:58:\"http://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:69:\"http://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:70:\"http://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"http://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"http://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:10:\"no_content\";s:70:\"http://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:71:\"http://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1668670529;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','b280b093efbf536aea1d031311b1d605','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:0:{}','yes'),(138,'widget_calendar','a:3:{i:1;a:0:{}i:3;a:1:{s:5:\"title\";s:17:\"Schedule Your Day\";}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:94:\"http://sctswagholi.net/wp-content/uploads/2019/05/cropped-Sri-Chaitaya-School-CBSE-Wagholi.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:89;s:3:\"url\";s:94:\"http://sctswagholi.net/wp-content/uploads/2019/05/cropped-Sri-Chaitaya-School-CBSE-Wagholi.png\";s:13:\"thumbnail_url\";s:94:\"http://sctswagholi.net/wp-content/uploads/2019/05/cropped-Sri-Chaitaya-School-CBSE-Wagholi.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(322,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670530;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(340,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(388,'site_icon','87','yes'),(396,'_site_transient_timeout_wporg_theme_feature_list','1559301809','yes'),(397,'_site_transient_wporg_theme_feature_list','a:0:{}','yes'),(2154,'_transient_is_multi_author','0','yes'),(2157,'_transient_timeout_plugin_slugs','1606379388','no'),(2158,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(2159,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1606336188','no'),(2160,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: name lookup timed out</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Peer certificate cannot be authenticated with known CA certificates</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(10094,'_transient_timeout_mailserver_last_checked','1653381070','no'),(10095,'_transient_mailserver_last_checked','1','no'),(13410,'_site_transient_timeout_theme_roots','1668672328','yes'),(13411,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(13412,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670530;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:53:\"http://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=401 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1606293652:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1566369122:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1566298962:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1566304354:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1566304628:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1559281295:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,55,'_wp_attached_file','2015/11/Home-Banner-PS.jpg'),(144,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:230;s:4:\"file\";s:26:\"2015/11/Home-Banner-PS.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Home-Banner-PS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Home-Banner-PS-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(145,58,'_wp_attached_file','2015/11/9.png'),(146,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/9.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"9-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(147,62,'_wp_attached_file','2015/11/Wagholi-Admissions.jpg'),(148,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2015/11/Wagholi-Admissions.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Wagholi-Admissions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Wagholi-Admissions-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(149,66,'_wp_attached_file','2015/11/7.jpg'),(150,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"7-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(151,67,'_wp_attached_file','2015/11/8.jpg'),(152,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"8-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(153,68,'_wp_attached_file','2015/11/3.jpg'),(154,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"3-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(155,69,'_wp_attached_file','2015/11/5.jpg'),(156,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"5-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(157,70,'_wp_attached_file','2015/11/1.jpg'),(158,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(159,71,'_wp_attached_file','2015/11/IMG-20190510-WA0345.jpg'),(160,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2015/11/IMG-20190510-WA0345.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190510-WA0345-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20190510-WA0345-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190510-WA0345-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190510-WA0345-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(161,72,'_wp_attached_file','2015/11/Wagholi-News-1.png'),(162,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/Wagholi-News-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Wagholi-News-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Wagholi-News-1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Wagholi-News-1-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(163,73,'_wp_attached_file','2015/11/Wagholi-News.png'),(164,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:24:\"2015/11/Wagholi-News.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Wagholi-News-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Wagholi-News-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Wagholi-News-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(165,75,'_wp_attached_file','2015/11/12.png'),(166,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/12.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"12-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(167,76,'_wp_attached_file','2015/11/13.png'),(168,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/13.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"13-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(169,77,'_wp_attached_file','2015/11/14.png'),(170,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/14.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"14-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(171,78,'_wp_attached_file','2015/11/15.png'),(172,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/15.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"15-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(173,80,'_wp_attached_file','2015/11/16.png'),(174,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/16.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"16-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(175,81,'_wp_attached_file','2015/11/17.png'),(176,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/17.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"17-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(177,82,'_wp_attached_file','2015/11/18.png'),(178,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/18.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"18-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(179,83,'_wp_attached_file','2015/11/19.png'),(180,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/19.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"19-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(181,84,'_wp_attached_file','2015/11/Wagholi-News-2.png'),(182,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/Wagholi-News-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Wagholi-News-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Wagholi-News-2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Wagholi-News-2-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(183,86,'_wp_attached_file','2019/05/Orginal-logo.jpg'),(184,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2188;s:6:\"height\";i:2202;s:4:\"file\";s:24:\"2019/05/Orginal-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Orginal-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Orginal-logo-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Orginal-logo-1017x1024.jpg\";s:5:\"width\";i:1017;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Orginal-logo-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:12:\"Phanikumar.D\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1511608832;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:\"\";s:11:\"orientation\";i:0;}}'),(185,87,'_wp_attached_file','2019/05/cropped-Orginal-logo.jpg'),(186,87,'_wp_attachment_context','site-icon'),(187,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2019/05/cropped-Orginal-logo.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-512x270.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:32:\"cropped-Orginal-logo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:30:\"cropped-Orginal-logo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(188,88,'_wp_attached_file','2019/05/Sri-Chaitaya-School-CBSE-Wagholi.png'),(189,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:44:\"2019/05/Sri-Chaitaya-School-CBSE-Wagholi.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Sri-Chaitaya-School-CBSE-Wagholi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Sri-Chaitaya-School-CBSE-Wagholi-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Wagholi-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Sri-Chaitaya-School-CBSE-Wagholi-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(190,89,'_wp_attached_file','2019/05/cropped-Sri-Chaitaya-School-CBSE-Wagholi.png'),(191,89,'_wp_attachment_context','custom-header'),(192,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:52:\"2019/05/cropped-Sri-Chaitaya-School-CBSE-Wagholi.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-Sri-Chaitaya-School-CBSE-Wagholi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"cropped-Sri-Chaitaya-School-CBSE-Wagholi-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Wagholi-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-Sri-Chaitaya-School-CBSE-Wagholi-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(193,89,'_wp_attachment_custom_header_last_used_twentythirteen','1559283492'),(194,89,'_wp_attachment_is_custom_header','twentythirteen'),(195,90,'_wp_attached_file','2015/11/4.jpg'),(196,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"4-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(197,94,'_edit_last','1'),(198,94,'_edit_lock','1565001234:1'),(199,97,'_wp_attached_file','2019/08/Information-Uploaded-On-The-Website-5-8-19.pdf'),(200,98,'_wp_attached_file','2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information.pdf'),(212,104,'_wp_attached_file','2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information1.pdf'),(213,117,'_wp_attached_file','2015/11/Wagholi.jpg'),(214,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2015/11/Wagholi.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Wagholi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Wagholi-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(215,118,'_wp_attached_file','2015/11/Wagholi-1.jpg'),(216,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(217,119,'_wp_attached_file','2015/11/31.jpg'),(218,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/31.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"31-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(219,120,'_wp_attached_file','2015/11/41.jpg'),(220,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/41.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"41-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(221,121,'_wp_attached_file','2015/11/51.jpg'),(222,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/51.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"51-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(223,122,'_wp_attached_file','2015/11/6.jpg'),(224,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(225,124,'_wp_attached_file','2015/11/Wagholi-3.jpg'),(226,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(227,125,'_wp_attached_file','2015/11/Wagholi-2.jpg'),(228,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(229,126,'_wp_attached_file','2015/11/Wagholi-5.jpg'),(230,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(231,127,'_wp_attached_file','2015/11/Wagholi-4.jpg'),(232,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(233,130,'_wp_attached_file','2015/11/Wagholi-7.jpg'),(234,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(235,131,'_wp_attached_file','2015/11/Wagholi-6.jpg'),(236,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(237,132,'_wp_attached_file','2015/11/Wagholi-9.jpg'),(238,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-9-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(239,133,'_wp_attached_file','2015/11/Wagholi-8.jpg'),(240,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Wagholi-8.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wagholi-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wagholi-8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(241,134,'_wp_attached_file','2015/11/Wagholi-11.jpg'),(242,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2015/11/Wagholi-11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Wagholi-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Wagholi-11-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(243,135,'_wp_attached_file','2015/11/Wagholi-10.jpg'),(244,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2015/11/Wagholi-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Wagholi-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Wagholi-10-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(245,136,'_wp_attached_file','2015/11/17.jpg'),(246,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/17.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(247,137,'_wp_attached_file','2015/11/18.jpg'),(248,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/18.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(249,139,'_wp_attached_file','2015/11/19.jpg'),(250,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/19.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(251,140,'_wp_attached_file','2015/11/20.jpg'),(252,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/20.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"20-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(253,141,'_wp_attached_file','2015/11/21.jpg'),(254,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(255,142,'_wp_attached_file','2015/11/22.jpg'),(256,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/22.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(257,143,'_wp_attached_file','2015/11/23.jpg'),(258,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/23.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(259,144,'_wp_attached_file','2015/11/24.jpg'),(260,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/24.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(261,146,'_wp_attached_file','2015/11/25.jpg'),(262,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/25.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"25-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(263,147,'_wp_attached_file','2015/11/26.jpg'),(264,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/26.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"26-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(265,148,'_wp_attached_file','2015/11/27.jpg'),(266,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/27.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"27-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(267,149,'_wp_attached_file','2015/11/28.jpg'),(268,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/28.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"28-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(269,150,'_wp_attached_file','2015/11/29.jpg'),(270,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/29.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"29-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(271,151,'_wp_attached_file','2015/11/30.jpg'),(272,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/30.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"30-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(273,153,'_wp_attached_file','2015/11/Wagholi-12.jpg'),(274,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2015/11/Wagholi-12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Wagholi-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Wagholi-12-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(275,154,'_wp_attached_file','2015/11/Wagholi1.jpg'),(276,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:20:\"2015/11/Wagholi1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Wagholi1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Wagholi1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(277,160,'_edit_last','1'),(278,160,'_edit_lock','1605087145:1'),(279,162,'_edit_last','1'),(280,162,'_edit_lock','1605087171:1'),(289,172,'_edit_last','1'),(290,172,'_edit_lock','1605073367:1'),(291,174,'_edit_last','1'),(292,174,'_edit_lock','1605087893:1'),(302,177,'_menu_item_type','post_type'),(303,177,'_menu_item_menu_item_parent','27'),(304,177,'_menu_item_object_id','174'),(305,177,'_menu_item_object','page'),(306,177,'_menu_item_target',''),(307,177,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(308,177,'_menu_item_xfn',''),(309,177,'_menu_item_url',''),(347,182,'_menu_item_type','post_type'),(348,182,'_menu_item_menu_item_parent','27'),(349,182,'_menu_item_object_id','162'),(350,182,'_menu_item_object','page'),(351,182,'_menu_item_target',''),(352,182,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(353,182,'_menu_item_xfn',''),(354,182,'_menu_item_url',''),(356,183,'_menu_item_type','post_type'),(357,183,'_menu_item_menu_item_parent','27'),(358,183,'_menu_item_object_id','160'),(359,183,'_menu_item_object','page'),(360,183,'_menu_item_target',''),(361,183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(362,183,'_menu_item_xfn',''),(363,183,'_menu_item_url',''),(365,184,'_edit_last','1'),(366,184,'_edit_lock','1605087114:1'),(367,186,'_menu_item_type','post_type'),(368,186,'_menu_item_menu_item_parent','27'),(369,186,'_menu_item_object_id','184'),(370,186,'_menu_item_object','page'),(371,186,'_menu_item_target',''),(372,186,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(373,186,'_menu_item_xfn',''),(374,186,'_menu_item_url',''),(384,187,'_edit_last','1'),(385,187,'_edit_lock','1605087076:1'),(386,191,'_menu_item_type','post_type'),(387,191,'_menu_item_menu_item_parent','29'),(388,191,'_menu_item_object_id','187'),(389,191,'_menu_item_object','page'),(390,191,'_menu_item_target',''),(391,191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(392,191,'_menu_item_xfn',''),(393,191,'_menu_item_url',''),(395,193,'_wp_attached_file','2020/11/SMC-2020.pdf'),(396,195,'_wp_attached_file','2020/11/Staff-Details-2020.pdf'),(397,198,'_wp_attached_file','2020/11/List-of-Students-Section-And-Class-Wise.pdf'),(399,203,'_wp_attached_file','2020/11/Transfer-Certificate-Issued-Students-List.pdf'),(400,209,'_wp_attached_file','2020/11/Transfer-Certificate-Format.pdf'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=211 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\"><img class=\"alignnone size-full wp-image-55\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\" alt=\"Home-Banner-PS\" width=\"600\" height=\"230\" /></a>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Grade VIII with Objective & Reasoning tests right from classes Primary to Secondary level.</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<strong>Flight through time:</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet: There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\nAsia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\nWe being Asia’s largest educational institution are espoused to the task of making professionals out of students with an uncanny magic touch. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\n<strong>Legends of Sri Chaitanya – The Mentors:</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri Dr. B. S. Rao and Smt. Dr. Jhansi Lakshmi Bai, a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students of their state, academically, to make a mark in the prestigious professional institutions of India and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n<strong>The second generation of directors stepped</strong> in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n<strong>Vision And Mission Statement:</strong>\r\n\r\n<strong>OUR AIMS: </strong>At the Sri Chaitanaya Techno School,Wagholi we aim at engaging students in tackling the real world problems, we consistently inspire and challenge our students to achieve personal excellence, to pursue a passion for learning, and to be responsible global citizens who take the initiative to make a positive difference in the world.\r\n\r\n<strong>OUR VISION: </strong>Our holistic curriculum and education, and excellent academic results prepare our students for further studies around the world and position our school as a well-recognised and sought-after school. We aim at building the characters of our students by imbibing the following:\r\n\r\nTo understand and implement the core essentials of life through:\r\n\r\n<strong>Morals:</strong> the ability to discriminate between the right and the wrong\r\n\r\n<strong>Values:</strong> the unique beliefs and feelings of the individual\r\n\r\n<strong>Ethics:</strong> the principles of behavior\r\n\r\n<strong>Problem-solving techniques:</strong> the skill of resolving difficulties\r\n\r\n<strong>Positive attitude:</strong> the highest form of a healthy personality\r\n\r\n<strong>Principal’s desk: </strong>\r\n\r\nAt Sri Chaitanya Techno School, our endeavor is to foster learning which promotes a growth mindset that is instrumental and nurtures cognitive development in individuals. The world today is evolving in such an accelerated rate, we as educators need to pause and reflect on the entire education system.\r\n\r\nAs Margaret Mead said “Children must be taught how to think, not what to thinkâ€, to enable this, our well-structured learning Curriculum is designed to promote schooling and instill academic confidence.\r\n\r\nThe pursuit of excellence encouraged at our school rests on the positive belief that every child has in her/him the ability to excel. We nurture our young minds at Pre Primary Level by providing them with Star Kids curriculum which strengthens and develops the intellectual process. Young Learners Program at Primary level aims at inducing discipline, leadership skills, organizing abilities, essential interpersonal skills and team work, which helps in development of both physical and cognitive needs of the child.\r\n<strong>Thanks & Regards</strong>\r\n<strong> Principal</strong>','About Us','','publish','closed','closed','','about-us','','','2019-08-21 12:01:21','2019-08-21 06:31:21','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<p style=\"text-align: left;\"><strong>Sri Chaitanya : The Masters of Education</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-62 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions-300x150.jpg\" alt=\"Wagholi Admissions\" width=\"300\" height=\"150\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Sri Chaitanya Techno School, Wagholi caters for students from Nursery to VIII.</strong></p>\r\n<p style=\"text-align: left;\">Enrolment admissions are accepted throughout the school year. For year level and age group queries, as well as enrolment-related queries, please contact our school by email:wagholi@srichaitanyaschool.net <strong>or</strong> phone 91002 84444 / 91002 94444</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #0065a4;\">HOW TO ENROL AT THE SRI CHAITANYA TECHNO SCHOOL, WAGHOLI</span></p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 1 :</strong> The school enrolment process for the Parents seeking admission of their child/children involves a one-to-one meeting with the Receptionist, followed by a school tour and meeting with senior staff.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 2:</strong>The selected candidates can have the application form, from the receptionist Office.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 3:</strong> Parents then must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the, Birth Certificate, Transfer Certificate, study cum conduct certificate, progress report, caste certificate from the School last attended. 4 recent passport size photographs and 2 stamp size photographs.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 4:</strong> If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<strong>It is at the Principal’s discretion whether a student will be enrolled at SCTS, Wagholi</strong>','Admissions','','publish','closed','closed','','admissions','','','2019-08-21 12:02:02','2019-08-21 06:32:02','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from Nursery to Grade VIII. Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nSri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS, Wagholi believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno wagholi, students are groomed for a professional career.\r\n<p style=\"text-align: justify;\"><strong>Choosing a Career without Flipping a Coin</strong></p>\r\n<p style=\"text-align: justify; background: white; margin: 0cm 0cm 18.0pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects.</span></p>\r\n<p style=\"text-align: justify;\"><strong>Syllabus </strong></p>\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>Well trained faculty have been appointed. The faculty works as a team to give intensive coaching in core subjects (Maths, Physics,Chemistry and Biology) and other subjects to students of MID LEVEL.</li>\r\n</ul>\r\n<strong>Technological and Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>a. Computer lab:</strong> the computer lab facilitates better comprehension of basic principles and concepts stimulating the imagination, observation and reasoning. Computer aided instruction plays an important role in the student’s learning process as lessons are learnt through audio and visual aid get etched in the young minds.\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-300x210.jpg\" alt=\"Wagholi\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1-300x210.jpg\" alt=\"Wagholi (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>b.Science lab:</strong> the science department has a well-equipped laboratory for physics chemistry and biology. Hands on experience will go a long way in the teaching learning process.\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Math lab:</strong> fact finders math lab equipment helps to improve their application skills\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3-300x210.jpg\" alt=\"Wagholi (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2-300x210.jpg\" alt=\"Wagholi (2)\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-4-300x210.jpg\" alt=\"Wagholi (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-5-300x210.jpg\" alt=\"Wagholi (5)\" width=\"300\" height=\"210\" /></a>','Academics','','publish','closed','closed','','academics','','','2019-08-20 16:30:50','2019-08-20 11:00:50','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Eid Celebration:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7-300x210.jpg\" alt=\"Wagholi (7)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6-300x210.jpg\" alt=\"Wagholi (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Guru Pornima:</strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9-300x210.jpg\" alt=\"Wagholi (9)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8-300x210.jpg\" alt=\"Wagholi (8)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Palakhi Celebration: </span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11-300x210.jpg\" alt=\"Wagholi (11)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 \" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10-300x210.jpg\" alt=\"Wagholi (10)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SST Activity:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Investiture Ceremony:</span></strong></p>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Independence Day:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rakshabandhan :</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Gandhi Jayanti:</strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rhyme Carnival:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Sports:</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-150\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/30.jpg\"><img class=\"alignnone size-medium wp-image-151\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-12-300x210.jpg\" alt=\"Wagholi (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi1-300x210.jpg\" alt=\"Wagholi\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Pre-Primary Activity :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Janmashtami Celebration :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>NASA :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\r\n\r\n<strong>Field Trip :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/12.png\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/14.png\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/13.png\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/15.png\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.png\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.png\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/16.png\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2.png\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2-300x210.png\" alt=\"Wagholi News (2)\" width=\"300\" height=\"210\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2019-08-20 18:04:53','2019-08-20 12:34:53','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3 style=\"margin: 16.5pt 0cm 16.5pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14pt; color: #141412;\">Sri Chaitanya techno school, wagholi’s Glorious Achievements :</span></strong></h3>\r\n<h5><strong>NTSE (National Talent Search Examination) F</strong><strong>irst Level : <u>\r\n</u></strong></h5>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong>IJSO (International Junior Science Olympiad) :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong>NASA - AMES Space Settlement Contest :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong>RMO (Regional Mathematical Olympiad) :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong>A.S.Rao Olympiad Final Test Result :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong>INTSO Result – Final Level :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong>Dream Scholars League – Mathematics Olympiad :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong>CBSE :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2019-08-20 18:07:08','2019-08-20 12:37:08','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Konark Orchid, Opposite Satav Enterprises,</p>\r\n<p class=\"xs-mb-0\">Beside Seema Warehouse, Kesnand Road,</p>\r\n<p class=\"xs-mb-0\">Wagholi, Pune, Maharastra,</p>\r\nEmail : wagholi@srichaitanyaschool.net\r\n\r\nPH : 88059 89052 / 91002 84444 / 91002 94444','Contact Us','','publish','closed','closed','','contact-us','','','2019-05-31 11:13:56','2019-05-31 05:43:56','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2020-11-11 12:41:26','2020-11-11 07:11:26','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2020-11-11 12:41:26','2020-11-11 07:11:26','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',4,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2020-11-11 12:41:27','2020-11-11 07:11:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',10,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2020-11-11 12:41:26','2020-11-11 07:11:26','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2020-11-11 12:41:27','2020-11-11 07:11:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',11,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2020-11-11 12:41:27','2020-11-11 07:11:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',9,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2019-08-20 18:06:47','2019-08-20 12:36:47','<h3 style=\"margin: 16.5pt 0cm 16.5pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14pt; color: #141412;\">Sri Chaitanya techno school, wagholi’s Glorious Achievements :</span></strong></h3>\n<h5><strong>NTSE (National Talent Search Examination) F</strong><strong>irst Level : <u>\n</u></strong></h5>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong>IJSO (International Junior Science Olympiad) :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong>NASA - AMES Space Settlement Contest :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong>RMO (Regional Mathematical Olympiad) :<u>\n</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\n</u></strong>\n<ul>\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\n</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n</ul>\n<strong><u>CBSE</u> :</strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2019-08-20 18:06:47','2019-08-20 12:36:47','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2019-05-31 11:13:40','2019-05-31 05:43:40','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Konark Orchid, Opposite Satav Enterprises,</p>\r\n<p class=\"xs-mb-0\">Beside Seema Warehouse, Kesnand Road,</p>\r\n<p class=\"xs-mb-0\">Wagholi, Pune, Maharastra,</p>\r\nEmail : wagholi@srichaitanyaschool.net\r\n\r\nPH : 88059 89052 / 91002 84444 / 91002 94444','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2019-05-31 11:13:40','2019-05-31 05:43:40','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2019-05-31 10:55:27','2019-05-31 05:25:27','','Home-Banner-PS','','inherit','open','closed','','home-banner-ps','','','2019-05-31 10:55:27','2019-05-31 05:25:27','',9,'http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg',0,'attachment','image/jpeg',0),(56,1,'2019-05-31 10:56:35','2019-05-31 05:26:35','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\"><img class=\"alignnone size-full wp-image-55\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\" alt=\"Home-Banner-PS\" width=\"600\" height=\"230\" /></a>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<p style=\"text-align: left;\"><strong>Flight through time</strong></p>\r\n<p style=\"text-align: left;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</p>\r\n<p style=\"text-align: left;\"><strong>Legend of Sri Chaitanya – The Mentors</strong></p>\r\n<p style=\"text-align: left;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners</p>\r\n<p style=\"text-align: left;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n<p style=\"text-align: left;\"><strong>Giving Students the global edge</strong></p>\r\n<p style=\"text-align: left;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: left;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-05-31 10:56:35','2019-05-31 05:26:35','',9,'http://sctswagholi.net/index.php/2019/05/31/9-revision-v1/',0,'revision','',0),(58,1,'2019-05-31 11:00:48','2019-05-31 05:30:48','','9','','inherit','open','closed','','9','','','2019-05-31 11:00:48','2019-05-31 05:30:48','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/9.png',0,'attachment','image/png',0),(59,1,'2019-05-31 11:02:16','2019-05-31 05:32:16','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-05-31 11:02:16','2019-05-31 05:32:16','',14,'http://sctswagholi.net/index.php/2019/05/31/14-revision-v1/',0,'revision','',0),(60,1,'2019-05-31 11:04:30','2019-05-31 05:34:30','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-05-31 11:04:30','2019-05-31 05:34:30','',19,'http://sctswagholi.net/index.php/2019/05/31/19-revision-v1/',0,'revision','',0),(61,1,'2019-08-20 10:42:26','2019-08-20 05:12:26','<p style=\"text-align: center;\"><strong>Sri Chaitanya : The Masters of Education</strong></p>\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-62 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions-300x150.jpg\" alt=\"Wagholi Admissions\" width=\"300\" height=\"150\" /></a></p>\n<p style=\"text-align: left;\"><strong>Sri Chaitanya Techno School, Wagholi caters for students from Nursery to VIII.</strong></p>\n<p style=\"text-align: left;\">Enrolment admissions are accepted throughout the school year. For year level and age group queries, as well as enrolment-related queries, please contact our school by email:wagholi@srichaitanyaschool.net or phone +</p>\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #0065a4;\">HOW TO ENROL AT THE SRI CHAITANYA TECHNO SCHOOL, WAGHOLI</span></p>\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 1 :</strong> The school enrolment process for the Parents seeking admission of their child/children involves a one-to-one meeting with the Receptionist, followed by a school tour and meeting with senior staff.</p>\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 2:</strong>The selected candidates can have the application form, from the receptionist Office.</p>\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 3:</strong> Parents then must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the, Birth Certificate, Transfer Certificate, study cum conduct certificate, progress report, caste certificate from the School last attended. 4 recent passport size photographs and 2 stamp size photographs.</p>\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 4:</strong> If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of the principal.</p>\n<p style=\"text-align: left;\"></p>','Admissions','','inherit','closed','closed','','12-autosave-v1','','','2019-08-20 10:42:26','2019-08-20 05:12:26','',12,'http://sctswagholi.net/index.php/2019/05/31/12-autosave-v1/',0,'revision','',0),(62,1,'2019-05-31 11:06:11','2019-05-31 05:36:11','','Wagholi Admissions','','inherit','open','closed','','wagholi-admissions','','','2019-05-31 11:06:11','2019-05-31 05:36:11','',12,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions.jpg',0,'attachment','image/jpeg',0),(63,1,'2019-05-31 11:07:15','2019-05-31 05:37:15','<p style=\"text-align: left;\"><strong>Sri Chaitanya :</strong> The Masters of Education</p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-62 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions-300x150.jpg\" alt=\"Wagholi Admissions\" width=\"300\" height=\"150\" /></a></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: left;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado.</p>\r\n<p style=\"text-align: left;\">Admission is left entirely to the discretion of the Principal.</p>\r\n<p style=\"text-align: left;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: left;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<p style=\"text-align: left;\">The selected candidates can have the application form, from the Principal’s Office.</p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-05-31 11:07:15','2019-05-31 05:37:15','',12,'http://sctswagholi.net/index.php/2019/05/31/12-revision-v1/',0,'revision','',0),(64,1,'2019-05-31 11:13:50','2019-05-31 05:43:50','<p class=\"xs-mb-0\">Sri Chaitanya Techno School,</p>\r\n<p class=\"xs-mb-0\">Konark Orchid, Opposite Satav Enterprises,</p>\r\n<p class=\"xs-mb-0\">Beside Seema Warehouse, Kesnand Road,</p>\r\n<p class=\"xs-mb-0\">Wagholi, Pune, Maharastra,</p>\r\nEmail : wagholi@srichaitanyaschool.net\r\n\r\nPH : 88059 89052 / 91002 84444 / 91002 94444','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-05-31 11:13:50','2019-05-31 05:43:50','',21,'http://sctswagholi.net/index.php/2019/05/31/21-revision-v1/',0,'revision','',0),(65,1,'2019-08-20 18:00:09','2019-08-20 12:30:09','<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Eid Celebration:</span></strong></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7-300x210.jpg\" alt=\"Wagholi (7)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6-300x210.jpg\" alt=\"Wagholi (6)\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Guru Pornima:</strong></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9-300x210.jpg\" alt=\"Wagholi (9)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8-300x210.jpg\" alt=\"Wagholi (8)\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Palakhi Celebration: </span></strong></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11-300x210.jpg\" alt=\"Wagholi (11)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 \" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10-300x210.jpg\" alt=\"Wagholi (10)\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SST Activity:</span></strong></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Investiture Ceremony:</span></strong></p>\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Independence Day:</span></strong></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rakshabandhan :</span></strong></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Gandhi Jayanti:</strong></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rhyme Carnival:</span></strong></p>\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a></p>\n<strong>Sports:</strong>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-150\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/30.jpg\"><img class=\"alignnone size-medium wp-image-151\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\n\n<strong>Annual Day Celebrations:</strong>\n\n \n\n<strong>Pre-Primary Activity :-</strong>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\n\n<strong>Janmashtami Celebration :- </strong>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\n\n<strong>NASA :-</strong>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\n\n<strong>Field Trip :-</strong>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/12.png\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/14.png\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/13.png\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/15.png\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.png\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.png\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/16.png\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2.png\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2-300x210.png\" alt=\"Wagholi News (2)\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2019-08-20 18:00:09','2019-08-20 12:30:09','',17,'http://sctswagholi.net/index.php/2019/05/31/17-autosave-v1/',0,'revision','',0),(66,1,'2019-05-31 11:17:10','2019-05-31 05:47:10','','7','','inherit','open','closed','','7','','','2019-05-31 11:17:10','2019-05-31 05:47:10','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg',0,'attachment','image/jpeg',0),(67,1,'2019-05-31 11:17:11','2019-05-31 05:47:11','','8','','inherit','open','closed','','8','','','2019-05-31 11:17:11','2019-05-31 05:47:11','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg',0,'attachment','image/jpeg',0),(68,1,'2019-05-31 11:20:18','2019-05-31 05:50:18','','3','','inherit','open','closed','','3','','','2019-05-31 11:20:18','2019-05-31 05:50:18','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg',0,'attachment','image/jpeg',0),(69,1,'2019-05-31 11:20:19','2019-05-31 05:50:19','','5','','inherit','open','closed','','5','','','2019-05-31 11:20:19','2019-05-31 05:50:19','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg',0,'attachment','image/jpeg',0),(70,1,'2019-05-31 11:21:31','2019-05-31 05:51:31','','1','','inherit','open','closed','','1','','','2019-05-31 11:21:31','2019-05-31 05:51:31','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg',0,'attachment','image/jpeg',0),(71,1,'2019-05-31 11:23:42','2019-05-31 05:53:42','','IMG-20190510-WA0345','','inherit','open','closed','','img-20190510-wa0345','','','2019-05-31 11:23:42','2019-05-31 05:53:42','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/IMG-20190510-WA0345.jpg',0,'attachment','image/jpeg',0),(72,1,'2019-05-31 11:28:49','2019-05-31 05:58:49','','Wagholi News (1)','','inherit','open','closed','','wagholi-news-1','','','2019-05-31 11:28:49','2019-05-31 05:58:49','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png',0,'attachment','image/png',0),(73,1,'2019-05-31 11:28:50','2019-05-31 05:58:50','','Wagholi News','','inherit','open','closed','','wagholi-news','','','2019-05-31 11:28:50','2019-05-31 05:58:50','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png',0,'attachment','image/png',0),(74,1,'2019-05-31 11:31:07','2019-05-31 06:01:07','<strong>Pre-Primary Activity :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Janmashtami Celebration :- </strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>NASA :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\r\n\r\n<strong>Field Trip To Agakhan Palace :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-05-31 11:31:07','2019-05-31 06:01:07','',17,'http://sctswagholi.net/index.php/2019/05/31/17-revision-v1/',0,'revision','',0),(75,1,'2019-05-31 11:37:21','2019-05-31 06:07:21','','12','','inherit','open','closed','','12','','','2019-05-31 11:37:21','2019-05-31 06:07:21','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/12.png',0,'attachment','image/png',0),(76,1,'2019-05-31 11:37:22','2019-05-31 06:07:22','','13','','inherit','open','closed','','13','','','2019-05-31 11:37:22','2019-05-31 06:07:22','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/13.png',0,'attachment','image/png',0),(77,1,'2019-05-31 11:37:22','2019-05-31 06:07:22','','14','','inherit','open','closed','','14','','','2019-05-31 11:37:22','2019-05-31 06:07:22','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/14.png',0,'attachment','image/png',0),(78,1,'2019-05-31 11:37:23','2019-05-31 06:07:23','','15','','inherit','open','closed','','15','','','2019-05-31 11:37:23','2019-05-31 06:07:23','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/15.png',0,'attachment','image/png',0),(79,1,'2019-05-31 11:38:39','2019-05-31 06:08:39','<strong>Pre-Primary Activity :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Janmashtami Celebration :- </strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>NASA :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\r\n\r\n<strong>Field Trip :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/12.png\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/14.png\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/13.png\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/15.png\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-05-31 11:38:39','2019-05-31 06:08:39','',17,'http://sctswagholi.net/index.php/2019/05/31/17-revision-v1/',0,'revision','',0),(80,1,'2019-05-31 11:43:17','2019-05-31 06:13:17','','16','','inherit','open','closed','','16','','','2019-05-31 11:43:17','2019-05-31 06:13:17','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/16.png',0,'attachment','image/png',0),(81,1,'2019-05-31 11:43:18','2019-05-31 06:13:18','','17','','inherit','open','closed','','17','','','2019-05-31 11:43:18','2019-05-31 06:13:18','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/17.png',0,'attachment','image/png',0),(82,1,'2019-05-31 11:43:18','2019-05-31 06:13:18','','18','','inherit','open','closed','','18','','','2019-05-31 11:43:18','2019-05-31 06:13:18','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/18.png',0,'attachment','image/png',0),(83,1,'2019-05-31 11:43:19','2019-05-31 06:13:19','','19','','inherit','open','closed','','19','','','2019-05-31 11:43:19','2019-05-31 06:13:19','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/19.png',0,'attachment','image/png',0),(84,1,'2019-05-31 11:45:43','2019-05-31 06:15:43','','Wagholi News (2)','','inherit','open','closed','','wagholi-news-2','','','2019-05-31 11:45:43','2019-05-31 06:15:43','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2.png',0,'attachment','image/png',0),(85,1,'2019-05-31 11:46:03','2019-05-31 06:16:03','<strong>Pre-Primary Activity :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Janmashtami Celebration :- </strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>NASA :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\r\n\r\n<strong>Field Trip :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/12.png\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/14.png\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/13.png\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/15.png\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.png\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.png\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/16.png\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2.png\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2-300x210.png\" alt=\"Wagholi News (2)\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-05-31 11:46:03','2019-05-31 06:16:03','',17,'http://sctswagholi.net/index.php/2019/05/31/17-revision-v1/',0,'revision','',0),(86,1,'2019-05-31 11:47:15','2019-05-31 06:17:15','','Orginal-logo','','inherit','open','closed','','orginal-logo','','','2019-05-31 11:47:15','2019-05-31 06:17:15','',0,'http://sctswagholi.net/wp-content/uploads/2019/05/Orginal-logo.jpg',0,'attachment','image/jpeg',0),(87,1,'2019-05-31 11:47:23','2019-05-31 06:17:23','http://sctswagholi.net/wp-content/uploads/2019/05/cropped-Orginal-logo.jpg','cropped-Orginal-logo.jpg','','inherit','open','closed','','cropped-orginal-logo-jpg','','','2019-05-31 11:47:23','2019-05-31 06:17:23','',0,'http://sctswagholi.net/wp-content/uploads/2019/05/cropped-Orginal-logo.jpg',0,'attachment','image/jpeg',0),(88,1,'2019-05-31 11:47:47','2019-05-31 06:17:47','','Sri Chaitaya School CBSE Wagholi','','inherit','open','closed','','sri-chaitaya-school-cbse-wagholi','','','2019-05-31 11:47:47','2019-05-31 06:17:47','',0,'http://sctswagholi.net/wp-content/uploads/2019/05/Sri-Chaitaya-School-CBSE-Wagholi.png',0,'attachment','image/png',0),(89,1,'2019-05-31 11:47:54','2019-05-31 06:17:54','http://sctswagholi.net/wp-content/uploads/2019/05/cropped-Sri-Chaitaya-School-CBSE-Wagholi.png','cropped-Sri-Chaitaya-School-CBSE-Wagholi.png','','inherit','open','closed','','cropped-sri-chaitaya-school-cbse-wagholi-png','','','2019-05-31 11:47:54','2019-05-31 06:17:54','',0,'http://sctswagholi.net/wp-content/uploads/2019/05/cropped-Sri-Chaitaya-School-CBSE-Wagholi.png',0,'attachment','image/png',0),(90,1,'2019-05-31 11:50:12','2019-05-31 06:20:12','','4','','inherit','open','closed','','4','','','2019-05-31 11:50:12','2019-05-31 06:20:12','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg',0,'attachment','image/jpeg',0),(91,1,'2019-08-20 16:28:49','2019-08-20 10:58:49','<strong>Sri Chaitanya</strong>: The Masters of Education\n\nSri Chaitanya School offers co-education to students from Nursery to Grade VIII. Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\n\nSri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS, Wagholi believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno wagholi, students are groomed for a professional career.\n<p style=\"text-align: justify;\"><strong>Choosing a Career without Flipping a Coin</strong></p>\n<p style=\"text-align: justify; background: white; margin: 0cm 0cm 18.0pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects.</span></p>\n<p style=\"text-align: justify;\"><strong>Syllabus </strong></p>\n<strong> CBSE</strong> <strong>Syllabus :</strong>\n<ul>\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\n <li>Well trained faculty have been appointed. The faculty works as a team to give intensive coaching in core subjects (Maths, Physics,Chemistry and Biology) and other subjects to students of MID LEVEL.</li>\n</ul>\n<strong>Technological and Audio-Visual Aids :</strong>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\n\n<strong>Projects :</strong>\n\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\n<ul>\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\n</ul>\n<strong>Laboratory :</strong>\n\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\n\n<strong>a. Computer lab:</strong> the computer lab facilitates better comprehension of basic principles and concepts stimulating the imagination, observation and reasoning. Computer aided instruction plays an important role in the student’s learning process as lessons are learnt through audio and visual aid get etched in the young minds.\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-300x210.jpg\" alt=\"Wagholi\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1-300x210.jpg\" alt=\"Wagholi (1)\" width=\"300\" height=\"210\" /></a>\n\n<strong>b.Science lab:</strong> the science department has a well-equipped laboratory for physics chemistry and biology. Hands on experience will go a long way in the teaching learning process.\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<strong>Math lab:</strong> fact finders math lab equipment helps to improve their application skills\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\n</a>\n\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3-300x210.jpg\" alt=\"Wagholi (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2-300x210.jpg\" alt=\"Wagholi (2)\" width=\"300\" height=\"210\" /></a>\n<p style=\"text-align: center;\"></p>\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\n<strong>Benefits of yoga to support the education of the whole child :</strong>\n<ul>\n <li>Provides students healthy ways to express and balance their emotions</li>\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\n <li>Encourages community and connectedness within the classroom</li>\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\n <li>Enhances focus, concentration, comprehension and memory</li>\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\n <li>Supports social and emotional learning</li>\n <li>Improves listening skills</li>\n <li>Enhances organizational and communication skills</li>\n <li>Improves mind/body awareness and connection</li>\n <li>Improves confidence and self-esteem</li>\n <li>Encourages respect for oneself and others</li>\n <li>Creates a calm, harmonious classroom</li>\n</ul>\n<strong>Language club :</strong>\n\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\n<ul>\n <li>Improve pronunciation</li>\n <li>Develop fluency in speaking and conversation</li>\n <li>Build vocabulary</li>\n <li>Learn essential grammar</li>\n <li>Improve reading and writing skills</li>\n</ul>\n<strong>Smart Living Programme :</strong>\n\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\n\n<strong>Highlights :</strong>\n<ul>\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\n</ul>\n<ul>\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\n</ul>\n<ul>\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\n</ul>\n<ul>\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\n</ul>\n<ul>\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\n</ul>\n ','Academics','','inherit','closed','closed','','14-autosave-v1','','','2019-08-20 16:28:49','2019-08-20 10:58:49','',14,'http://sctswagholi.net/index.php/2019/05/31/14-autosave-v1/',0,'revision','',0),(92,1,'2019-05-31 11:51:16','2019-05-31 06:21:16','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-05-31 11:51:16','2019-05-31 06:21:16','',14,'http://sctswagholi.net/index.php/2019/05/31/14-revision-v1/',0,'revision','',0),(94,1,'2019-08-05 10:39:41','2019-08-05 05:09:41','<ul>\r\n <li><strong><span style=\"color: #e1375f;\"><a style=\"color: #e1375f;\" href=\"http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information1.pdf\" target=\"_blank\">Sri Chaitanya Techno School-Wagholi-Information</a></span></strong></li>\r\n</ul>','School Information','','publish','closed','closed','','school-information','','','2019-08-05 16:03:54','2019-08-05 10:33:54','',9,'http://sctswagholi.net/?page_id=94',0,'page','',0),(95,1,'2019-08-05 10:39:41','2019-08-05 05:09:41','','School Information','','inherit','closed','closed','','94-revision-v1','','','2019-08-05 10:39:41','2019-08-05 05:09:41','',94,'http://sctswagholi.net/index.php/2019/08/05/94-revision-v1/',0,'revision','',0),(96,1,'2019-08-05 16:03:24','2019-08-05 10:33:24','<ul>\r\n <li><strong><span style=\"color: #e1375f;\"><a style=\"color: #e1375f;\" href=\"http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information1.pdf\" target=\"_blank\">Sri Chaitanya Techno School-Wagholi-Information</a></span></strong></li>\r\n</ul>','School Information','','inherit','closed','closed','','94-autosave-v1','','','2019-08-05 16:03:24','2019-08-05 10:33:24','',94,'http://sctswagholi.net/index.php/2019/08/05/94-autosave-v1/',0,'revision','',0),(97,1,'2019-08-05 10:41:52','2019-08-05 05:11:52','','Information Uploaded On The Website 5-8-19','','inherit','open','closed','','information-uploaded-on-the-website-5-8-19','','','2019-08-05 10:41:52','2019-08-05 05:11:52','',94,'http://sctswagholi.net/wp-content/uploads/2019/08/Information-Uploaded-On-The-Website-5-8-19.pdf',0,'attachment','application/pdf',0),(98,1,'2019-08-05 10:43:13','2019-08-05 05:13:13','','Sri Chaitanya Techno School-Wagholi-Information','','inherit','open','closed','','sri-chaitanya-techno-school-wagholi-information','','','2019-08-05 10:43:13','2019-08-05 05:13:13','',94,'http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information.pdf',0,'attachment','application/pdf',0),(99,1,'2019-08-05 10:43:43','2019-08-05 05:13:43','<strong><a href=\"http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information.pdf\" target=\"_blank\">Sri Chaitanya Techno School-Wagholi-Information</a></strong>','School Information','','inherit','closed','closed','','94-revision-v1','','','2019-08-05 10:43:43','2019-08-05 05:13:43','',94,'http://sctswagholi.net/index.php/2019/08/05/94-revision-v1/',0,'revision','',0),(100,1,'2019-08-05 10:45:19','2019-08-05 05:15:19','<span style=\"color: #e1375f;\"><strong><a style=\"color: #e1375f;\" href=\"http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information.pdf\" target=\"_blank\">Sri Chaitanya Techno School-Wagholi-Information</a></strong></span>','School Information','','inherit','closed','closed','','94-revision-v1','','','2019-08-05 10:45:19','2019-08-05 05:15:19','',94,'http://sctswagholi.net/index.php/2019/08/05/94-revision-v1/',0,'revision','',0),(101,1,'2019-08-05 10:47:41','2019-08-05 05:17:41','<p style=\"text-align: left;\"><span style=\"color: #e1375f;\"><strong><a style=\"color: #e1375f;\" href=\"http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information.pdf\" target=\"_blank\">Sri Chaitanya Techno School-Wagholi-Information</a></strong></span></p>','School Information','','inherit','closed','closed','','94-revision-v1','','','2019-08-05 10:47:41','2019-08-05 05:17:41','',94,'http://sctswagholi.net/index.php/2019/08/05/94-revision-v1/',0,'revision','',0),(103,1,'2019-08-05 10:49:24','2019-08-05 05:19:24','<ul>\r\n <li><span style=\"color: #e1375f;\"><strong><a style=\"color: #e1375f;\" href=\"http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information.pdf\" target=\"_blank\">Sri Chaitanya Techno School-Wagholi-Information</a></strong></span></li>\r\n</ul>','School Information','','inherit','closed','closed','','94-revision-v1','','','2019-08-05 10:49:24','2019-08-05 05:19:24','',94,'http://sctswagholi.net/index.php/2019/08/05/94-revision-v1/',0,'revision','',0),(104,1,'2019-08-05 16:02:57','2019-08-05 10:32:57','','Sri Chaitanya Techno School-Wagholi-Information','','inherit','open','closed','','sri-chaitanya-techno-school-wagholi-information-2','','','2019-08-05 16:02:57','2019-08-05 10:32:57','',94,'http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information1.pdf',0,'attachment','application/pdf',0),(105,1,'2019-08-05 16:03:18','2019-08-05 10:33:18','<ul>\r\n <li><strong><span style=\"color: #e1375f;\"><a style=\"color: #e1375f;\" href=\"http://sctswagholi.net/wp-content/uploads/2019/08/Sri-Chaitanya-Techno-School-Wagholi-Information1.pdf\" target=\"_blank\">Sri Chaitanya Techno School-Wagholi-Information</a></span></strong></li>\r\n</ul>','School Information','','inherit','closed','closed','','94-revision-v1','','','2019-08-05 16:03:18','2019-08-05 10:33:18','',94,'http://sctswagholi.net/index.php/2019/08/05/94-revision-v1/',0,'revision','',0),(107,1,'2019-08-20 10:09:55','2019-08-20 04:39:55','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\"><img class=\"alignnone size-full wp-image-55\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\" alt=\"Home-Banner-PS\" width=\"600\" height=\"230\" /></a>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<strong>Flight through time:</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet: There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\nAsia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\nWe being Asia’s largest educational institution are espoused to the task of making professionals out of students with an uncanny magic touch. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\n<strong>Legends of Sri Chaitanya – The Mentors:</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri Dr. B. S. Rao and Smt. Dr. Jhansi Lakshmi Bai, a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students of their state, academically, to make a mark in the prestigious professional institutions of India and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-08-20 10:09:55','2019-08-20 04:39:55','',9,'http://sctswagholi.net/index.php/2019/08/20/9-revision-v1/',0,'revision','',0),(108,1,'2019-08-20 10:12:21','2019-08-20 04:42:21','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\"><img class=\"alignnone size-full wp-image-55\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\" alt=\"Home-Banner-PS\" width=\"600\" height=\"230\" /></a>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<strong>Flight through time:</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet: There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\nAsia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\nWe being Asia’s largest educational institution are espoused to the task of making professionals out of students with an uncanny magic touch. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\n<strong>Legends of Sri Chaitanya – The Mentors:</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri Dr. B. S. Rao and Smt. Dr. Jhansi Lakshmi Bai, a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students of their state, academically, to make a mark in the prestigious professional institutions of India and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n<strong>The second generation of directors stepped</strong> in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n<strong>Vision, Mission Statement:</strong>\r\n\r\n<strong>OUR AIMS:</strong>\r\n\r\nAt the Sri Chaitanaya Techno School,Wagholi we aim at engaging students in tackling the real world problems, we consistently inspire and challenge our students to achieve personal excellence, to pursue a passion for learning, and to be responsible global citizens who take the initiative to make a positive difference in the world.\r\n\r\n<strong>OUR VISION:</strong>\r\n\r\nOur holistic curriculum and education, and excellent academic results prepare our students for further studies around the world and position our school as a well-recognised and sought-after school. We aim at building the characters of our students by imbibing the following:\r\n\r\n ','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-08-20 10:12:21','2019-08-20 04:42:21','',9,'http://sctswagholi.net/index.php/2019/08/20/9-revision-v1/',0,'revision','',0),(109,1,'2019-08-20 10:20:54','2019-08-20 04:50:54','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\"><img class=\"alignnone size-full wp-image-55\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\" alt=\"Home-Banner-PS\" width=\"600\" height=\"230\" /></a>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<strong>Flight through time:</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet: There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\nAsia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\nWe being Asia’s largest educational institution are espoused to the task of making professionals out of students with an uncanny magic touch. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\n<strong>Legends of Sri Chaitanya – The Mentors:</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri Dr. B. S. Rao and Smt. Dr. Jhansi Lakshmi Bai, a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students of their state, academically, to make a mark in the prestigious professional institutions of India and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n<strong>The second generation of directors stepped</strong> in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n<strong>Vision, Mission Statement:</strong>\r\n\r\n<strong>OUR AIMS:</strong>\r\n\r\nAt the Sri Chaitanaya Techno School,Wagholi we aim at engaging students in tackling the real world problems, we consistently inspire and challenge our students to achieve personal excellence, to pursue a passion for learning, and to be responsible global citizens who take the initiative to make a positive difference in the world.\r\n\r\n<strong>OUR VISION:</strong>\r\n\r\nOur holistic curriculum and education, and excellent academic results prepare our students for further studies around the world and position our school as a well-recognised and sought-after school. We aim at building the characters of our students by imbibing the following:\r\n\r\nTo understand and implement the core essentials of life through:\r\n\r\n<strong>Morals:</strong> the ability to discriminate between the right and the wrong\r\n\r\n<strong>Values:</strong> the unique beliefs and feelings of the individual\r\n\r\n<strong>Ethics:</strong> the principles of behavior\r\n\r\n<strong>Problem solving techniques:</strong> the skill of resolving difficulties\r\n\r\n<strong>Positive attitude:</strong> the highest form of healthy personality\r\n\r\n<strong>Principal’s desk: </strong>\r\n\r\nAt Sri Chaitanya Techno School, our endeavor is to foster learning which promotes a growth mindset that is instrumental and nurtures cognitive development in individuals. The world today is evolving in such an accelerated rate, we as educators need to pause and reflect on the entire education system.\r\n\r\nAs Margaret Mead said “Children must be taught how to think, not what to thinkâ€, to enable this, our well-structured learning Curriculum is designed to promote schooling and instill academic confidence.\r\n\r\nThe pursuit of excellence encouraged at our school rests on the positive belief that every child has in her/him the ability to excel. We nurture our young minds at Pre Primary Level by providing them with Star Kids curriculum which strengthens and develops the intellectual process. Young Learners Program at Primary level aims at inducing discipline, leadership skills, organizing abilities, essential interpersonal skills and team work, which helps in development of both physical and cognitive needs of the child.\r\n<strong>Thanks & Regards</strong>\r\n<strong> Principal</strong>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-08-20 10:20:54','2019-08-20 04:50:54','',9,'http://sctswagholi.net/index.php/2019/08/20/9-revision-v1/',0,'revision','',0),(110,1,'2019-08-21 11:58:30','2019-08-21 06:28:30','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\"><img class=\"alignnone size-full wp-image-55\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\" alt=\"Home-Banner-PS\" width=\"600\" height=\"230\" /></a>\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Grade VIII with Objective & Reasoning tests right from classes Primary to Secoundery level</p>\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\n<strong>Flight through time:</strong>\n\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet: There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\n\nAsia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\n\nWe being Asia’s largest educational institution are espoused to the task of making professionals out of students with an uncanny magic touch. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\n\n<strong>Legends of Sri Chaitanya – The Mentors:</strong>\n\nThe inception of Sri Chaitanya was a vision of Sri Dr. B. S. Rao and Smt. Dr. Jhansi Lakshmi Bai, a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students of their state, academically, to make a mark in the prestigious professional institutions of India and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n<strong>The second generation of directors stepped</strong> in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n<strong>Vision And Mission Statement:</strong>\n\n<strong>OUR AIMS: </strong>At the Sri Chaitanaya Techno School,Wagholi we aim at engaging students in tackling the real world problems, we consistently inspire and challenge our students to achieve personal excellence, to pursue a passion for learning, and to be responsible global citizens who take the initiative to make a positive difference in the world.\n\n<strong>OUR VISION: </strong>Our holistic curriculum and education, and excellent academic results prepare our students for further studies around the world and position our school as a well-recognised and sought-after school. We aim at building the characters of our students by imbibing the following:\n\nTo understand and implement the core essentials of life through:\n\n<strong>Morals:</strong> the ability to discriminate between the right and the wrong\n\n<strong>Values:</strong> the unique beliefs and feelings of the individual\n\n<strong>Ethics:</strong> the principles of behavior\n\n<strong>Problem-solving techniques:</strong> the skill of resolving difficulties\n\n<strong>Positive attitude:</strong> the highest form of a healthy personality\n\n<strong>Principal’s desk: </strong>\n\nAt Sri Chaitanya Techno School, our endeavor is to foster learning which promotes a growth mindset that is instrumental and nurtures cognitive development in individuals. The world today is evolving in such an accelerated rate, we as educators need to pause and reflect on the entire education system.\n\nAs Margaret Mead said “Children must be taught how to think, not what to thinkâ€, to enable this, our well-structured learning Curriculum is designed to promote schooling and instill academic confidence.\n\nThe pursuit of excellence encouraged at our school rests on the positive belief that every child has in her/him the ability to excel. We nurture our young minds at Pre Primary Level by providing them with Star Kids curriculum which strengthens and develops the intellectual process. Young Learners Program at Primary level aims at inducing discipline, leadership skills, organizing abilities, essential interpersonal skills and team work, which helps in development of both physical and cognitive needs of the child.\n<strong>Thanks & Regards</strong>\n<strong> Principal</strong>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2019-08-21 11:58:30','2019-08-21 06:28:30','',9,'http://sctswagholi.net/index.php/2019/08/20/9-autosave-v1/',0,'revision','',0),(111,1,'2019-08-20 10:23:42','2019-08-20 04:53:42','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\"><img class=\"alignnone size-full wp-image-55\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\" alt=\"Home-Banner-PS\" width=\"600\" height=\"230\" /></a>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<strong>Flight through time:</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet: There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\nAsia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\nWe being Asia’s largest educational institution are espoused to the task of making professionals out of students with an uncanny magic touch. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\n<strong>Legends of Sri Chaitanya – The Mentors:</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri Dr. B. S. Rao and Smt. Dr. Jhansi Lakshmi Bai, a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students of their state, academically, to make a mark in the prestigious professional institutions of India and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n<strong>The second generation of directors stepped</strong> in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n<strong>Vision And Mission Statement:</strong>\r\n\r\n<strong>OUR AIMS: </strong>At the Sri Chaitanaya Techno School,Wagholi we aim at engaging students in tackling the real world problems, we consistently inspire and challenge our students to achieve personal excellence, to pursue a passion for learning, and to be responsible global citizens who take the initiative to make a positive difference in the world.\r\n\r\n<strong>OUR VISION: </strong>Our holistic curriculum and education, and excellent academic results prepare our students for further studies around the world and position our school as a well-recognised and sought-after school. We aim at building the characters of our students by imbibing the following:\r\n\r\nTo understand and implement the core essentials of life through:\r\n\r\n<strong>Morals:</strong> the ability to discriminate between the right and the wrong\r\n\r\n<strong>Values:</strong> the unique beliefs and feelings of the individual\r\n\r\n<strong>Ethics:</strong> the principles of behavior\r\n\r\n<strong>Problem-solving techniques:</strong> the skill of resolving difficulties\r\n\r\n<strong>Positive attitude:</strong> the highest form of a healthy personality\r\n\r\n<strong>Principal’s desk: </strong>\r\n\r\nAt Sri Chaitanya Techno School, our endeavor is to foster learning which promotes a growth mindset that is instrumental and nurtures cognitive development in individuals. The world today is evolving in such an accelerated rate, we as educators need to pause and reflect on the entire education system.\r\n\r\nAs Margaret Mead said “Children must be taught how to think, not what to thinkâ€, to enable this, our well-structured learning Curriculum is designed to promote schooling and instill academic confidence.\r\n\r\nThe pursuit of excellence encouraged at our school rests on the positive belief that every child has in her/him the ability to excel. We nurture our young minds at Pre Primary Level by providing them with Star Kids curriculum which strengthens and develops the intellectual process. Young Learners Program at Primary level aims at inducing discipline, leadership skills, organizing abilities, essential interpersonal skills and team work, which helps in development of both physical and cognitive needs of the child.\r\n<strong>Thanks & Regards</strong>\r\n<strong> Principal</strong>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-08-20 10:23:42','2019-08-20 04:53:42','',9,'http://sctswagholi.net/index.php/2019/08/20/9-revision-v1/',0,'revision','',0),(112,1,'2019-08-20 10:42:52','2019-08-20 05:12:52','<p style=\"text-align: center;\"><strong>Sri Chaitanya : The Masters of Education</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-62 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions-300x150.jpg\" alt=\"Wagholi Admissions\" width=\"300\" height=\"150\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Sri Chaitanya Techno School, Wagholi caters for students from Nursery to VIII.</strong></p>\r\n<p style=\"text-align: left;\">Enrolment admissions are accepted throughout the school year. For year level and age group queries, as well as enrolment-related queries, please contact our school by email:wagholi@srichaitanyaschool.net or phone +</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #0065a4;\">HOW TO ENROL AT THE SRI CHAITANYA TECHNO SCHOOL, WAGHOLI</span></p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 1 :</strong> The school enrolment process for the Parents seeking admission of their child/children involves a one-to-one meeting with the Receptionist, followed by a school tour and meeting with senior staff.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 2:</strong>The selected candidates can have the application form, from the receptionist Office.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 3:</strong> Parents then must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the, Birth Certificate, Transfer Certificate, study cum conduct certificate, progress report, caste certificate from the School last attended. 4 recent passport size photographs and 2 stamp size photographs.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 4:</strong> If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<strong>It is at the Principal’s discretion whether a student will be enrolled at SCTS, Wagholi</strong>\r\n<p style=\"text-align: left;\"></p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-08-20 10:42:52','2019-08-20 05:12:52','',12,'http://sctswagholi.net/index.php/2019/08/20/12-revision-v1/',0,'revision','',0),(113,1,'2019-08-20 10:43:28','2019-08-20 05:13:28','<p style=\"text-align: left;\"><strong>Sri Chaitanya : The Masters of Education</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-62 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions-300x150.jpg\" alt=\"Wagholi Admissions\" width=\"300\" height=\"150\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Sri Chaitanya Techno School, Wagholi caters for students from Nursery to VIII.</strong></p>\r\n<p style=\"text-align: left;\">Enrolment admissions are accepted throughout the school year. For year level and age group queries, as well as enrolment-related queries, please contact our school by email:wagholi@srichaitanyaschool.net or phone +</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #0065a4;\">HOW TO ENROL AT THE SRI CHAITANYA TECHNO SCHOOL, WAGHOLI</span></p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 1 :</strong> The school enrolment process for the Parents seeking admission of their child/children involves a one-to-one meeting with the Receptionist, followed by a school tour and meeting with senior staff.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 2:</strong>The selected candidates can have the application form, from the receptionist Office.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 3:</strong> Parents then must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the, Birth Certificate, Transfer Certificate, study cum conduct certificate, progress report, caste certificate from the School last attended. 4 recent passport size photographs and 2 stamp size photographs.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 4:</strong> If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<strong>It is at the Principal’s discretion whether a student will be enrolled at SCTS, Wagholi</strong>\r\n<p style=\"text-align: left;\"></p>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-08-20 10:43:28','2019-08-20 05:13:28','',12,'http://sctswagholi.net/index.php/2019/08/20/12-revision-v1/',0,'revision','',0),(114,1,'2019-08-20 10:44:02','2019-08-20 05:14:02','<p style=\"text-align: left;\"><strong>Sri Chaitanya : The Masters of Education</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-62 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions-300x150.jpg\" alt=\"Wagholi Admissions\" width=\"300\" height=\"150\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Sri Chaitanya Techno School, Wagholi caters for students from Nursery to VIII.</strong></p>\r\n<p style=\"text-align: left;\">Enrolment admissions are accepted throughout the school year. For year level and age group queries, as well as enrolment-related queries, please contact our school by email:wagholi@srichaitanyaschool.net or phone +</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #0065a4;\">HOW TO ENROL AT THE SRI CHAITANYA TECHNO SCHOOL, WAGHOLI</span></p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 1 :</strong> The school enrolment process for the Parents seeking admission of their child/children involves a one-to-one meeting with the Receptionist, followed by a school tour and meeting with senior staff.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 2:</strong>The selected candidates can have the application form, from the receptionist Office.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 3:</strong> Parents then must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the, Birth Certificate, Transfer Certificate, study cum conduct certificate, progress report, caste certificate from the School last attended. 4 recent passport size photographs and 2 stamp size photographs.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 4:</strong> If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<strong>It is at the Principal’s discretion whether a student will be enrolled at SCTS, Wagholi</strong>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-08-20 10:44:02','2019-08-20 05:14:02','',12,'http://sctswagholi.net/index.php/2019/08/20/12-revision-v1/',0,'revision','',0),(115,1,'2019-08-20 10:47:12','2019-08-20 05:17:12','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from Nursery to Grade VIII. Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nSri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS, Wagholi believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno wagholi, students are groomed for a professional career.\r\n<p style=\"text-align: justify;\"><strong>Choosing a Career without Flipping a Coin</strong></p>\r\n<p style=\"text-align: justify; background: white; margin: 0cm 0cm 18.0pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects.</span></p>\r\n<p style=\"text-align: justify;\"><strong>Syllabus </strong></p>\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-08-20 10:47:12','2019-08-20 05:17:12','',14,'http://sctswagholi.net/index.php/2019/08/20/14-revision-v1/',0,'revision','',0),(116,1,'2019-08-20 10:50:23','2019-08-20 05:20:23','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from Nursery to Grade VIII. Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nSri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS, Wagholi believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno wagholi, students are groomed for a professional career.\r\n<p style=\"text-align: justify;\"><strong>Choosing a Career without Flipping a Coin</strong></p>\r\n<p style=\"text-align: justify; background: white; margin: 0cm 0cm 18.0pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects.</span></p>\r\n<p style=\"text-align: justify;\"><strong>Syllabus </strong></p>\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>Well trained faculty have been appointed. The faculty works as a team to give intensive coaching in core subjects (Maths, Physics,Chemistry and Biology) and other subjects to students of MID LEVEL.</li>\r\n</ul>\r\n<strong>Technological and Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://srichaitanyatechnoschoolpoonamallee.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-08-20 10:50:23','2019-08-20 05:20:23','',14,'http://sctswagholi.net/index.php/2019/08/20/14-revision-v1/',0,'revision','',0),(117,1,'2019-08-20 16:10:10','2019-08-20 10:40:10','','Wagholi','','inherit','open','closed','','wagholi','','','2019-08-20 16:10:10','2019-08-20 10:40:10','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi.jpg',0,'attachment','image/jpeg',0),(118,1,'2019-08-20 16:10:30','2019-08-20 10:40:30','','Wagholi (1)','','inherit','open','closed','','wagholi-1','','','2019-08-20 16:10:30','2019-08-20 10:40:30','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1.jpg',0,'attachment','image/jpeg',0),(119,1,'2019-08-20 16:15:28','2019-08-20 10:45:28','','3','','inherit','open','closed','','3-2','','','2019-08-20 16:15:28','2019-08-20 10:45:28','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/31.jpg',0,'attachment','image/jpeg',0),(120,1,'2019-08-20 16:15:29','2019-08-20 10:45:29','','4','','inherit','open','closed','','4-2','','','2019-08-20 16:15:29','2019-08-20 10:45:29','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/41.jpg',0,'attachment','image/jpeg',0),(121,1,'2019-08-20 16:16:06','2019-08-20 10:46:06','','5','','inherit','open','closed','','5-2','','','2019-08-20 16:16:06','2019-08-20 10:46:06','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/51.jpg',0,'attachment','image/jpeg',0),(122,1,'2019-08-20 16:16:07','2019-08-20 10:46:07','','6','','inherit','open','closed','','6','','','2019-08-20 16:16:07','2019-08-20 10:46:07','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/6.jpg',0,'attachment','image/jpeg',0),(123,1,'2019-08-20 16:16:38','2019-08-20 10:46:38','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from Nursery to Grade VIII. Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nSri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS, Wagholi believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno wagholi, students are groomed for a professional career.\r\n<p style=\"text-align: justify;\"><strong>Choosing a Career without Flipping a Coin</strong></p>\r\n<p style=\"text-align: justify; background: white; margin: 0cm 0cm 18.0pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects.</span></p>\r\n<p style=\"text-align: justify;\"><strong>Syllabus </strong></p>\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>Well trained faculty have been appointed. The faculty works as a team to give intensive coaching in core subjects (Maths, Physics,Chemistry and Biology) and other subjects to students of MID LEVEL.</li>\r\n</ul>\r\n<strong>Technological and Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n<p style=\"text-align: center;\"></p>\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>a. Computer lab:</strong> the computer lab facilitates better comprehension of basic principles and concepts stimulating the imagination, observation and reasoning. Computer aided instruction plays an important role in the student’s learning process as lessons are learnt through audio and visual aid get etched in the young minds.\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-300x210.jpg\" alt=\"Wagholi\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1-300x210.jpg\" alt=\"Wagholi (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>b.Science lab:</strong> the science department has a well-equipped laboratory for physics chemistry and biology. Hands on experience will go a long way in the teaching learning process.\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Math lab:</strong> fact finders math lab equipment helps to improve their application skills\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-58 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-08-20 16:16:38','2019-08-20 10:46:38','',14,'http://sctswagholi.net/index.php/2019/08/20/14-revision-v1/',0,'revision','',0),(124,1,'2019-08-20 16:24:08','2019-08-20 10:54:08','','Wagholi (3)','','inherit','open','closed','','wagholi-3','','','2019-08-20 16:24:08','2019-08-20 10:54:08','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3.jpg',0,'attachment','image/jpeg',0),(125,1,'2019-08-20 16:24:08','2019-08-20 10:54:08','','Wagholi (2)','','inherit','open','closed','','wagholi-2','','','2019-08-20 16:24:08','2019-08-20 10:54:08','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2.jpg',0,'attachment','image/jpeg',0),(126,1,'2019-08-20 16:28:54','2019-08-20 10:58:54','','Wagholi (5)','','inherit','open','closed','','wagholi-5','','','2019-08-20 16:28:54','2019-08-20 10:58:54','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-5.jpg',0,'attachment','image/jpeg',0),(127,1,'2019-08-20 16:28:54','2019-08-20 10:58:54','','Wagholi (4)','','inherit','open','closed','','wagholi-4','','','2019-08-20 16:28:54','2019-08-20 10:58:54','',14,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-4.jpg',0,'attachment','image/jpeg',0),(128,1,'2019-08-20 16:29:31','2019-08-20 10:59:31','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from Nursery to Grade VIII. Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nSri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS, Wagholi believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno wagholi, students are groomed for a professional career.\r\n<p style=\"text-align: justify;\"><strong>Choosing a Career without Flipping a Coin</strong></p>\r\n<p style=\"text-align: justify; background: white; margin: 0cm 0cm 18.0pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects.</span></p>\r\n<p style=\"text-align: justify;\"><strong>Syllabus </strong></p>\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>Well trained faculty have been appointed. The faculty works as a team to give intensive coaching in core subjects (Maths, Physics,Chemistry and Biology) and other subjects to students of MID LEVEL.</li>\r\n</ul>\r\n<strong>Technological and Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>a. Computer lab:</strong> the computer lab facilitates better comprehension of basic principles and concepts stimulating the imagination, observation and reasoning. Computer aided instruction plays an important role in the student’s learning process as lessons are learnt through audio and visual aid get etched in the young minds.\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-300x210.jpg\" alt=\"Wagholi\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1-300x210.jpg\" alt=\"Wagholi (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>b.Science lab:</strong> the science department has a well-equipped laboratory for physics chemistry and biology. Hands on experience will go a long way in the teaching learning process.\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Math lab:</strong> fact finders math lab equipment helps to improve their application skills\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3-300x210.jpg\" alt=\"Wagholi (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2-300x210.jpg\" alt=\"Wagholi (2)\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-4-300x210.jpg\" alt=\"Wagholi (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-5-300x210.jpg\" alt=\"Wagholi (5)\" width=\"300\" height=\"210\" /></a>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-08-20 16:29:31','2019-08-20 10:59:31','',14,'http://sctswagholi.net/index.php/2019/08/20/14-revision-v1/',0,'revision','',0),(129,1,'2019-08-20 16:29:52','2019-08-20 10:59:52','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\nSri Chaitanya School offers co-education to students from Nursery to Grade VIII. Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.\r\n\r\nSri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS, Wagholi believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno wagholi, students are groomed for a professional career.\r\n<p style=\"text-align: justify;\"><strong>Choosing a Career without Flipping a Coin</strong></p>\r\n<p style=\"text-align: justify; background: white; margin: 0cm 0cm 18.0pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects.</span></p>\r\n<p style=\"text-align: justify;\"><strong>Syllabus </strong></p>\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>Well trained faculty have been appointed. The faculty works as a team to give intensive coaching in core subjects (Maths, Physics,Chemistry and Biology) and other subjects to students of MID LEVEL.</li>\r\n</ul>\r\n<strong>Technological and Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"wp-image-90 size-medium aligncenter\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>a. Computer lab:</strong> the computer lab facilitates better comprehension of basic principles and concepts stimulating the imagination, observation and reasoning. Computer aided instruction plays an important role in the student’s learning process as lessons are learnt through audio and visual aid get etched in the young minds.\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-300x210.jpg\" alt=\"Wagholi\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-1-300x210.jpg\" alt=\"Wagholi (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>b.Science lab:</strong> the science department has a well-equipped laboratory for physics chemistry and biology. Hands on experience will go a long way in the teaching learning process.\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Math lab:</strong> fact finders math lab equipment helps to improve their application skills\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\">\r\n</a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-3-300x210.jpg\" alt=\"Wagholi (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-2-300x210.jpg\" alt=\"Wagholi (2)\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\n<strong>Benefits of yoga to support the education of the whole child :</strong>\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n</ul>\r\n<ul>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-4-300x210.jpg\" alt=\"Wagholi (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-5-300x210.jpg\" alt=\"Wagholi (5)\" width=\"300\" height=\"210\" /></a>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-08-20 16:29:52','2019-08-20 10:59:52','',14,'http://sctswagholi.net/index.php/2019/08/20/14-revision-v1/',0,'revision','',0),(130,1,'2019-08-20 16:37:26','2019-08-20 11:07:26','','Wagholi (7)','','inherit','open','closed','','wagholi-7','','','2019-08-20 16:37:26','2019-08-20 11:07:26','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7.jpg',0,'attachment','image/jpeg',0),(131,1,'2019-08-20 16:37:26','2019-08-20 11:07:26','','Wagholi (6)','','inherit','open','closed','','wagholi-6','','','2019-08-20 16:37:26','2019-08-20 11:07:26','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6.jpg',0,'attachment','image/jpeg',0),(132,1,'2019-08-20 16:39:28','2019-08-20 11:09:28','','Wagholi (9)','','inherit','open','closed','','wagholi-9','','','2019-08-20 16:39:28','2019-08-20 11:09:28','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9.jpg',0,'attachment','image/jpeg',0),(133,1,'2019-08-20 16:39:28','2019-08-20 11:09:28','','Wagholi (8)','','inherit','open','closed','','wagholi-8','','','2019-08-20 16:39:28','2019-08-20 11:09:28','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8.jpg',0,'attachment','image/jpeg',0),(134,1,'2019-08-20 16:48:42','2019-08-20 11:18:42','','Wagholi (11)','','inherit','open','closed','','wagholi-11','','','2019-08-20 16:48:42','2019-08-20 11:18:42','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11.jpg',0,'attachment','image/jpeg',0),(135,1,'2019-08-20 16:48:43','2019-08-20 11:18:43','','Wagholi (10)','','inherit','open','closed','','wagholi-10','','','2019-08-20 16:48:43','2019-08-20 11:18:43','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10.jpg',0,'attachment','image/jpeg',0),(136,1,'2019-08-20 17:11:13','2019-08-20 11:41:13','','17','','inherit','open','closed','','17-2','','','2019-08-20 17:11:13','2019-08-20 11:41:13','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/17.jpg',0,'attachment','image/jpeg',0),(137,1,'2019-08-20 17:11:14','2019-08-20 11:41:14','','18','','inherit','open','closed','','18-2','','','2019-08-20 17:11:14','2019-08-20 11:41:14','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/18.jpg',0,'attachment','image/jpeg',0),(138,1,'2019-08-20 17:12:52','2019-08-20 11:42:52','<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Eid Celebration:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7-300x210.jpg\" alt=\"Wagholi (7)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6-300x210.jpg\" alt=\"Wagholi (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Guru Pornima:</strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9-300x210.jpg\" alt=\"Wagholi (9)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8-300x210.jpg\" alt=\"Wagholi (8)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Palakhi Celebration: </span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11-300x210.jpg\" alt=\"Wagholi (11)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 \" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10-300x210.jpg\" alt=\"Wagholi (10)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SST Activity:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Investiture Ceremony:</span></strong></p>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>Pre-Primary Activity :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Janmashtami Celebration :- </strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>NASA :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\r\n\r\n<strong>Field Trip :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/12.png\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/14.png\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/13.png\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/15.png\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.png\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.png\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/16.png\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2.png\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2-300x210.png\" alt=\"Wagholi News (2)\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-20 17:12:52','2019-08-20 11:42:52','',17,'http://sctswagholi.net/index.php/2019/08/20/17-revision-v1/',0,'revision','',0),(139,1,'2019-08-20 17:13:43','2019-08-20 11:43:43','','19','','inherit','open','closed','','19-2','','','2019-08-20 17:13:43','2019-08-20 11:43:43','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/19.jpg',0,'attachment','image/jpeg',0),(140,1,'2019-08-20 17:13:44','2019-08-20 11:43:44','','20','','inherit','open','closed','','20','','','2019-08-20 17:13:44','2019-08-20 11:43:44','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/20.jpg',0,'attachment','image/jpeg',0),(141,1,'2019-08-20 17:14:51','2019-08-20 11:44:51','','21','','inherit','open','closed','','21','','','2019-08-20 17:14:51','2019-08-20 11:44:51','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/21.jpg',0,'attachment','image/jpeg',0),(142,1,'2019-08-20 17:14:51','2019-08-20 11:44:51','','22','','inherit','open','closed','','22','','','2019-08-20 17:14:51','2019-08-20 11:44:51','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/22.jpg',0,'attachment','image/jpeg',0),(143,1,'2019-08-20 17:17:00','2019-08-20 11:47:00','','23','','inherit','open','closed','','23','','','2019-08-20 17:17:00','2019-08-20 11:47:00','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/23.jpg',0,'attachment','image/jpeg',0),(144,1,'2019-08-20 17:17:01','2019-08-20 11:47:01','','24','','inherit','open','closed','','24','','','2019-08-20 17:17:01','2019-08-20 11:47:01','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/24.jpg',0,'attachment','image/jpeg',0),(145,1,'2019-08-20 17:17:42','2019-08-20 11:47:42','<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Eid Celebration:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7-300x210.jpg\" alt=\"Wagholi (7)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6-300x210.jpg\" alt=\"Wagholi (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Guru Pornima:</strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9-300x210.jpg\" alt=\"Wagholi (9)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8-300x210.jpg\" alt=\"Wagholi (8)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Palakhi Celebration: </span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11-300x210.jpg\" alt=\"Wagholi (11)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 \" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10-300x210.jpg\" alt=\"Wagholi (10)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SST Activity:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Investiture Ceremony:</span></strong></p>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Independence Day:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rakshabandhan :</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Pre-Primary Activity :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Janmashtami Celebration :- </strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>NASA :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\r\n\r\n<strong>Field Trip :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/12.png\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/14.png\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/13.png\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/15.png\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.png\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.png\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/16.png\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2.png\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2-300x210.png\" alt=\"Wagholi News (2)\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-20 17:17:42','2019-08-20 11:47:42','',17,'http://sctswagholi.net/index.php/2019/08/20/17-revision-v1/',0,'revision','',0),(146,1,'2019-08-20 17:55:10','2019-08-20 12:25:10','','25','','inherit','open','closed','','25','','','2019-08-20 17:55:10','2019-08-20 12:25:10','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/25.jpg',0,'attachment','image/jpeg',0),(147,1,'2019-08-20 17:55:10','2019-08-20 12:25:10','','26','','inherit','open','closed','','26-2','','','2019-08-20 17:55:10','2019-08-20 12:25:10','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/26.jpg',0,'attachment','image/jpeg',0),(148,1,'2019-08-20 17:56:04','2019-08-20 12:26:04','','27','','inherit','open','closed','','27-2','','','2019-08-20 17:56:04','2019-08-20 12:26:04','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/27.jpg',0,'attachment','image/jpeg',0),(149,1,'2019-08-20 17:56:04','2019-08-20 12:26:04','','28','','inherit','open','closed','','28-2','','','2019-08-20 17:56:04','2019-08-20 12:26:04','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/28.jpg',0,'attachment','image/jpeg',0),(150,1,'2019-08-20 17:56:48','2019-08-20 12:26:48','','29','','inherit','open','closed','','29-2','','','2019-08-20 17:56:48','2019-08-20 12:26:48','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/29.jpg',0,'attachment','image/jpeg',0),(151,1,'2019-08-20 17:56:49','2019-08-20 12:26:49','','30','','inherit','open','closed','','30-2','','','2019-08-20 17:56:49','2019-08-20 12:26:49','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/30.jpg',0,'attachment','image/jpeg',0),(152,1,'2019-08-20 17:56:56','2019-08-20 12:26:56','<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Eid Celebration:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7-300x210.jpg\" alt=\"Wagholi (7)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6-300x210.jpg\" alt=\"Wagholi (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Guru Pornima:</strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9-300x210.jpg\" alt=\"Wagholi (9)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8-300x210.jpg\" alt=\"Wagholi (8)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Palakhi Celebration: </span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11-300x210.jpg\" alt=\"Wagholi (11)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 \" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10-300x210.jpg\" alt=\"Wagholi (10)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SST Activity:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Investiture Ceremony:</span></strong></p>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Independence Day:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rakshabandhan :</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Gandhi Jayanti:</strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rhyme Carnival:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Sports:</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-150\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/30.jpg\"><img class=\"alignnone size-medium wp-image-151\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Pre-Primary Activity :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Janmashtami Celebration :- </strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>NASA :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\r\n\r\n<strong>Field Trip :-</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/12.png\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/14.png\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/13.png\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/15.png\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.png\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.png\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/16.png\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2.png\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2-300x210.png\" alt=\"Wagholi News (2)\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-20 17:56:56','2019-08-20 12:26:56','',17,'http://sctswagholi.net/index.php/2019/08/20/17-revision-v1/',0,'revision','',0),(153,1,'2019-08-20 18:00:17','2019-08-20 12:30:17','','Wagholi (1)','','inherit','open','closed','','wagholi-1-2','','','2019-08-20 18:00:17','2019-08-20 12:30:17','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-12.jpg',0,'attachment','image/jpeg',0),(154,1,'2019-08-20 18:00:17','2019-08-20 12:30:17','','Wagholi','','inherit','open','closed','','wagholi-12','','','2019-08-20 18:00:17','2019-08-20 12:30:17','',17,'http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi1.jpg',0,'attachment','image/jpeg',0),(155,1,'2019-08-20 18:01:49','2019-08-20 12:31:49','<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Eid Celebration:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-7-300x210.jpg\" alt=\"Wagholi (7)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-6-300x210.jpg\" alt=\"Wagholi (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Guru Pornima:</strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-9-300x210.jpg\" alt=\"Wagholi (9)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-8-300x210.jpg\" alt=\"Wagholi (8)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Palakhi Celebration: </span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-11-300x210.jpg\" alt=\"Wagholi (11)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 \" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-10-300x210.jpg\" alt=\"Wagholi (10)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">SST Activity:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Investiture Ceremony:</span></strong></p>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Independence Day:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rakshabandhan :</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong>Gandhi Jayanti:</strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #141412;\">Rhyme Carnival:</span></strong></p>\r\n<p style=\"margin: 0cm 0cm 18.0pt 0cm;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Sports:</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-150\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/30.jpg\"><img class=\"alignnone size-medium wp-image-151\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-12-300x210.jpg\" alt=\"Wagholi (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi1-300x210.jpg\" alt=\"Wagholi\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Pre-Primary Activity :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-66 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-67 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Janmashtami Celebration :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-68 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-69 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>NASA :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-70 size-full\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/1.jpg\" alt=\"1\" width=\"400\" height=\"280\" /></a>\r\n\r\n<strong>Field Trip :</strong>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News.png\" target=\"_blank\"><img class=\"alignnone wp-image-73 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-300x210.png\" alt=\"Wagholi News\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-72 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-1-300x210.png\" alt=\"Wagholi News (1)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/12.png\" target=\"_blank\"><img class=\"alignnone wp-image-75 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/14.png\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/13.png\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/15.png\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/19.png\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/18.png\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/16.png\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2.png\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-News-2-300x210.png\" alt=\"Wagholi News (2)\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-20 18:01:49','2019-08-20 12:31:49','',17,'http://sctswagholi.net/index.php/2019/08/20/17-revision-v1/',0,'revision','',0),(156,1,'2019-08-20 18:07:08','2019-08-20 12:37:08','<h3 style=\"margin: 16.5pt 0cm 16.5pt 0cm;\"><strong><span lang=\"EN-US\" style=\"font-size: 14pt; color: #141412;\">Sri Chaitanya techno school, wagholi’s Glorious Achievements :</span></strong></h3>\r\n<h5><strong>NTSE (National Talent Search Examination) F</strong><strong>irst Level : <u>\r\n</u></strong></h5>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong>IJSO (International Junior Science Olympiad) :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong>NASA - AMES Space Settlement Contest :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and 3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong>RMO (Regional Mathematical Olympiad) :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02. <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05. <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong>A.S.Rao Olympiad Final Test Result :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong>INTSO Result – Final Level :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong>Dream Scholars League – Mathematics Olympiad :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong>CBSE :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-08-20 18:07:08','2019-08-20 12:37:08','',19,'http://sctswagholi.net/index.php/2019/08/20/19-revision-v1/',0,'revision','',0),(157,1,'2019-08-21 11:58:43','2019-08-21 06:28:43','<h3 style=\"text-align: left;\"><strong>History</strong></h3>\r\n<a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\"><img class=\"alignnone size-full wp-image-55\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Home-Banner-PS.jpg\" alt=\"Home-Banner-PS\" width=\"600\" height=\"230\" /></a>\r\n<p style=\"text-align: left;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Grade VIII with Objective & Reasoning tests right from classes Primary to Secondary level.</p>\r\n<p style=\"text-align: left;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></p>\r\n<p style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</p>\r\n<strong>Flight through time:</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet: There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\nAsia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\nWe being Asia’s largest educational institution are espoused to the task of making professionals out of students with an uncanny magic touch. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\n<strong>Legends of Sri Chaitanya – The Mentors:</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri Dr. B. S. Rao and Smt. Dr. Jhansi Lakshmi Bai, a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students of their state, academically, to make a mark in the prestigious professional institutions of India and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n<strong>The second generation of directors stepped</strong> in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n<strong>Vision And Mission Statement:</strong>\r\n\r\n<strong>OUR AIMS: </strong>At the Sri Chaitanaya Techno School,Wagholi we aim at engaging students in tackling the real world problems, we consistently inspire and challenge our students to achieve personal excellence, to pursue a passion for learning, and to be responsible global citizens who take the initiative to make a positive difference in the world.\r\n\r\n<strong>OUR VISION: </strong>Our holistic curriculum and education, and excellent academic results prepare our students for further studies around the world and position our school as a well-recognised and sought-after school. We aim at building the characters of our students by imbibing the following:\r\n\r\nTo understand and implement the core essentials of life through:\r\n\r\n<strong>Morals:</strong> the ability to discriminate between the right and the wrong\r\n\r\n<strong>Values:</strong> the unique beliefs and feelings of the individual\r\n\r\n<strong>Ethics:</strong> the principles of behavior\r\n\r\n<strong>Problem-solving techniques:</strong> the skill of resolving difficulties\r\n\r\n<strong>Positive attitude:</strong> the highest form of a healthy personality\r\n\r\n<strong>Principal’s desk: </strong>\r\n\r\nAt Sri Chaitanya Techno School, our endeavor is to foster learning which promotes a growth mindset that is instrumental and nurtures cognitive development in individuals. The world today is evolving in such an accelerated rate, we as educators need to pause and reflect on the entire education system.\r\n\r\nAs Margaret Mead said “Children must be taught how to think, not what to thinkâ€, to enable this, our well-structured learning Curriculum is designed to promote schooling and instill academic confidence.\r\n\r\nThe pursuit of excellence encouraged at our school rests on the positive belief that every child has in her/him the ability to excel. We nurture our young minds at Pre Primary Level by providing them with Star Kids curriculum which strengthens and develops the intellectual process. Young Learners Program at Primary level aims at inducing discipline, leadership skills, organizing abilities, essential interpersonal skills and team work, which helps in development of both physical and cognitive needs of the child.\r\n<strong>Thanks & Regards</strong>\r\n<strong> Principal</strong>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-08-21 11:58:43','2019-08-21 06:28:43','',9,'http://sctswagholi.net/index.php/2019/08/21/9-revision-v1/',0,'revision','',0),(158,1,'2019-08-21 12:02:02','2019-08-21 06:32:02','<p style=\"text-align: left;\"><strong>Sri Chaitanya : The Masters of Education</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-62 size-medium\" src=\"http://sctswagholi.net/wp-content/uploads/2015/11/Wagholi-Admissions-300x150.jpg\" alt=\"Wagholi Admissions\" width=\"300\" height=\"150\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Sri Chaitanya Techno School, Wagholi caters for students from Nursery to VIII.</strong></p>\r\n<p style=\"text-align: left;\">Enrolment admissions are accepted throughout the school year. For year level and age group queries, as well as enrolment-related queries, please contact our school by email:wagholi@srichaitanyaschool.net <strong>or</strong> phone 91002 84444 / 91002 94444</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><span lang=\"EN-US\" style=\"font-size: 14.0pt; color: #0065a4;\">HOW TO ENROL AT THE SRI CHAITANYA TECHNO SCHOOL, WAGHOLI</span></p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 1 :</strong> The school enrolment process for the Parents seeking admission of their child/children involves a one-to-one meeting with the Receptionist, followed by a school tour and meeting with senior staff.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 2:</strong>The selected candidates can have the application form, from the receptionist Office.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 3:</strong> Parents then must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the, Birth Certificate, Transfer Certificate, study cum conduct certificate, progress report, caste certificate from the School last attended. 4 recent passport size photographs and 2 stamp size photographs.</p>\r\n<p style=\"margin: 0cm 0cm 18.75pt 0cm;\"><strong>Step 4:</strong> If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\n<strong>It is at the Principal’s discretion whether a student will be enrolled at SCTS, Wagholi</strong>','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-08-21 12:02:02','2019-08-21 06:32:02','',12,'http://sctswagholi.net/index.php/2019/08/21/12-revision-v1/',0,'revision','',0),(160,1,'2020-11-09 21:01:44','2020-11-09 15:31:44','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Staff-Details-2020.pdf\" target=\"_blank\">Staff Details 2020</a></strong></span></li>\r\n</ul>','Staff Details','','publish','closed','closed','','staff-details','','','2020-11-11 15:02:19','2020-11-11 09:32:19','',0,'http://sctswagholi.net/?page_id=160',0,'page','',0),(161,1,'2020-11-09 21:01:44','2020-11-09 15:31:44','','Staff Details','','inherit','closed','closed','','160-revision-v1','','','2020-11-09 21:01:44','2020-11-09 15:31:44','',160,'http://sctswagholi.net/index.php/2020/11/09/160-revision-v1/',0,'revision','',0),(162,1,'2020-11-09 21:03:50','2020-11-09 15:33:50','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/List-of-Students-Section-And-Class-Wise.pdf\" target=\"_blank\">List of Students Section And Class Wise</a></strong></span></li>\r\n</ul>','Student Strength Details','','publish','closed','closed','','student-strength-details','','','2020-11-11 15:02:51','2020-11-11 09:32:51','',0,'http://sctswagholi.net/?page_id=162',0,'page','',0),(163,1,'2020-11-09 21:03:50','2020-11-09 15:33:50','','Student Strength Details','','inherit','closed','closed','','162-revision-v1','','','2020-11-09 21:03:50','2020-11-09 15:33:50','',162,'http://sctswagholi.net/index.php/2020/11/09/162-revision-v1/',0,'revision','',0),(172,1,'2020-11-09 21:07:48','2020-11-09 15:37:48','','Infrastructure','','publish','closed','closed','','infrastructure','','','2020-11-09 21:07:48','2020-11-09 15:37:48','',0,'http://sctswagholi.net/?page_id=172',0,'page','',0),(173,1,'2020-11-09 21:07:48','2020-11-09 15:37:48','','Infrastructure','','inherit','closed','closed','','172-revision-v1','','','2020-11-09 21:07:48','2020-11-09 15:37:48','',172,'http://sctswagholi.net/index.php/2020/11/09/172-revision-v1/',0,'revision','',0),(174,1,'2020-11-09 21:08:42','2020-11-09 15:38:42','<ul>\r\n <li><span style=\"color: #333333;\"><b><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Format.pdf\" target=\"_blank\">Transfer Certificate Format</a></b></span></li>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Issued-Students-List.pdf\" target=\"_blank\">Transfer Certificate Issued Students List</a></strong></span></li>\r\n</ul>','Transfer Certificate','','publish','closed','closed','','transfer-certificate','','','2020-11-11 15:14:48','2020-11-11 09:44:48','',0,'http://sctswagholi.net/?page_id=174',0,'page','',0),(175,1,'2020-11-09 21:08:42','2020-11-09 15:38:42','','Transfer Certificate','','inherit','closed','closed','','174-revision-v1','','','2020-11-09 21:08:42','2020-11-09 15:38:42','',174,'http://sctswagholi.net/index.php/2020/11/09/174-revision-v1/',0,'revision','',0),(177,1,'2020-11-09 21:14:46','2020-11-09 15:44:46',' ','','','publish','closed','closed','','177','','','2020-11-11 12:41:27','2020-11-11 07:11:27','',0,'http://sctswagholi.net/?p=177',8,'nav_menu_item','',0),(182,1,'2020-11-09 21:14:45','2020-11-09 15:44:45',' ','','','publish','closed','closed','','182','','','2020-11-11 12:41:26','2020-11-11 07:11:26','',0,'http://sctswagholi.net/?p=182',6,'nav_menu_item','',0),(183,1,'2020-11-09 21:14:45','2020-11-09 15:44:45',' ','','','publish','closed','closed','','183','','','2020-11-11 12:41:26','2020-11-11 07:11:26','',0,'http://sctswagholi.net/?p=183',5,'nav_menu_item','',0),(184,1,'2020-11-09 21:16:27','2020-11-09 15:46:27','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/SMC-2020.pdf\" target=\"_blank\">School Managing Committee</a></strong></span></li>\r\n</ul>','School Managing Committee','','publish','closed','closed','','school-management-committee','','','2020-11-11 15:01:49','2020-11-11 09:31:49','',0,'http://sctswagholi.net/?page_id=184',0,'page','',0),(185,1,'2020-11-09 21:16:27','2020-11-09 15:46:27','','School Management Committee','','inherit','closed','closed','','184-revision-v1','','','2020-11-09 21:16:27','2020-11-09 15:46:27','',184,'http://sctswagholi.net/index.php/2020/11/09/184-revision-v1/',0,'revision','',0),(186,1,'2020-11-09 21:17:07','2020-11-09 15:47:07',' ','','','publish','closed','closed','','186','','','2020-11-11 12:41:27','2020-11-11 07:11:27','',0,'http://sctswagholi.net/?p=186',7,'nav_menu_item','',0),(187,1,'2020-11-11 10:20:11','2020-11-11 04:50:11','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"https://youtu.be/cHqDs_76Pto\" target=\"_blank\">Please Click Here For Visit Our Campus Infra</a></strong></span></li>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"https://youtu.be/rVC1D7Bjk5Y\" target=\"_blank\">Please Click Here For Visit Our Complete Campus</a></strong></span></li>\r\n</ul>','Visit Our Campus','','publish','closed','closed','','visit-our-campus','','','2020-11-11 15:01:13','2020-11-11 09:31:13','',0,'http://sctswagholi.net/?page_id=187',0,'page','',0),(188,1,'2020-11-11 10:20:11','2020-11-11 04:50:11','','Visit Our Campus','','inherit','closed','closed','','187-revision-v1','','','2020-11-11 10:20:11','2020-11-11 04:50:11','',187,'http://sctswagholi.net/index.php/2020/11/11/187-revision-v1/',0,'revision','',0),(189,1,'2020-11-11 10:32:21','2020-11-11 05:02:21','<ul>\n <li><a href=\"https://youtu.be/cHqDs_76Pto\" target=\"_blank\">Please Click Here For Visit Our Campus Infra</a></li>\n <li><a href=\"https://youtu.be/rVC1D7Bjk5Y\" target=\"_blank\">Please Click Here For Visit Our Complete Campus</a></li>\n</ul>','Visit Our Campus','','inherit','closed','closed','','187-autosave-v1','','','2020-11-11 10:32:21','2020-11-11 05:02:21','',187,'http://sctswagholi.net/index.php/2020/11/11/187-autosave-v1/',0,'revision','',0),(190,1,'2020-11-11 10:32:42','2020-11-11 05:02:42','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"https://youtu.be/cHqDs_76Pto\" target=\"_blank\">Please Click Here For Visit Our Campus Infra</a></strong></span></li>\r\n <li><strong><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"https://youtu.be/rVC1D7Bjk5Y\" target=\"_blank\">Please Click Here For Visit Our Complete Campus</a></span></strong></li>\r\n</ul>','Visit Our Campus','','inherit','closed','closed','','187-revision-v1','','','2020-11-11 10:32:42','2020-11-11 05:02:42','',187,'http://sctswagholi.net/index.php/2020/11/11/187-revision-v1/',0,'revision','',0),(191,1,'2020-11-11 10:34:51','2020-11-11 05:04:51',' ','','','publish','closed','closed','','191','','','2020-11-11 12:41:26','2020-11-11 07:11:26','',0,'http://sctswagholi.net/?p=191',3,'nav_menu_item','',0),(192,1,'2020-11-11 12:36:14','2020-11-11 07:06:14','','School Manag Committee','','inherit','closed','closed','','184-autosave-v1','','','2020-11-11 12:36:14','2020-11-11 07:06:14','',184,'http://sctswagholi.net/index.php/2020/11/11/184-autosave-v1/',0,'revision','',0),(193,1,'2020-11-11 12:37:16','2020-11-11 07:07:16','','SMC 2020','','inherit','open','closed','','smc-2020','','','2020-11-11 12:37:16','2020-11-11 07:07:16','',184,'http://sctswagholi.net/wp-content/uploads/2020/11/SMC-2020.pdf',0,'attachment','application/pdf',0),(194,1,'2020-11-11 12:38:05','2020-11-11 07:08:05','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/SMC-2020.pdf\" target=\"_blank\">School Managing Committee</a></strong></span></li>\r\n</ul>','School Managing Committee','','inherit','closed','closed','','184-revision-v1','','','2020-11-11 12:38:05','2020-11-11 07:08:05','',184,'http://sctswagholi.net/index.php/2020/11/11/184-revision-v1/',0,'revision','',0),(195,1,'2020-11-11 12:39:07','2020-11-11 07:09:07','','Staff Details 2020','','inherit','open','closed','','staff-details-2020','','','2020-11-11 12:39:07','2020-11-11 07:09:07','',160,'http://sctswagholi.net/wp-content/uploads/2020/11/Staff-Details-2020.pdf',0,'attachment','application/pdf',0),(196,1,'2020-11-11 12:39:34','2020-11-11 07:09:34','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Staff-Details-2020.pdf\">Staff Details 2020</a></strong></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','160-revision-v1','','','2020-11-11 12:39:34','2020-11-11 07:09:34','',160,'http://sctswagholi.net/index.php/2020/11/11/160-revision-v1/',0,'revision','',0),(197,1,'2020-11-11 12:40:18','2020-11-11 07:10:18','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Staff-Details-2020.pdf\" target=\"_blank\">Staff Details 2020</a></strong></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','160-revision-v1','','','2020-11-11 12:40:18','2020-11-11 07:10:18','',160,'http://sctswagholi.net/index.php/2020/11/11/160-revision-v1/',0,'revision','',0),(198,1,'2020-11-11 12:47:13','2020-11-11 07:17:13','','List of Students Section And Class Wise','','inherit','open','closed','','list-of-students-section-and-class-wise','','','2020-11-11 12:47:13','2020-11-11 07:17:13','',162,'http://sctswagholi.net/wp-content/uploads/2020/11/List-of-Students-Section-And-Class-Wise.pdf',0,'attachment','application/pdf',0),(199,1,'2020-11-11 12:47:46','2020-11-11 07:17:46','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/List-of-Students-Section-And-Class-Wise.pdf\" target=\"_blank\">List of Students Section And Class Wise</a></strong></span></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','162-revision-v1','','','2020-11-11 12:47:46','2020-11-11 07:17:46','',162,'http://sctswagholi.net/index.php/2020/11/11/162-revision-v1/',0,'revision','',0),(200,1,'2020-11-11 13:12:27','2020-11-11 07:42:27','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"https://youtu.be/cHqDs_76Pto\" target=\"_blank\">Please Click Here For Visit Our Campus Infra</a></strong></span></li>\r\n <li><span style=\"color: #808080;\"><strong><a style=\"color: #808080;\" href=\"https://youtu.be/rVC1D7Bjk5Y\" target=\"_blank\">Please Click Here For Visit Our Complete Campus</a></strong></span></li>\r\n</ul>','Visit Our Campus','','inherit','closed','closed','','187-revision-v1','','','2020-11-11 13:12:27','2020-11-11 07:42:27','',187,'http://sctswagholi.net/index.php/2020/11/11/187-revision-v1/',0,'revision','',0),(202,1,'2020-11-11 15:14:41','2020-11-11 09:44:41','<ul>\n <li><span style=\"color: #333333;\"><b><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Format.pdf\">Transfer Certificate Format</a></b></span></li>\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Issued-Students-List.pdf\" target=\"_blank\">Transfer Certificate Issued Students List</a></strong></span></li>\n</ul>','Transfer Certificate','','inherit','closed','closed','','174-autosave-v1','','','2020-11-11 15:14:41','2020-11-11 09:44:41','',174,'http://sctswagholi.net/index.php/2020/11/11/174-autosave-v1/',0,'revision','',0),(203,1,'2020-11-11 14:58:46','2020-11-11 09:28:46','','Transfer Certificate Issued Students List','','inherit','open','closed','','transfer-certificate-issued-students-list','','','2020-11-11 14:58:46','2020-11-11 09:28:46','',174,'http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Issued-Students-List.pdf',0,'attachment','application/pdf',0),(204,1,'2020-11-11 15:00:27','2020-11-11 09:30:27','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Format.pdf\" target=\"_blank\">Transfer Certificate Format</a></strong></span></li>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Issued-Students-List.pdf\" target=\"_blank\">Transfer Certificate Issued Students List</a></strong></span></li>\r\n</ul>','Transfer Certificate','','inherit','closed','closed','','174-revision-v1','','','2020-11-11 15:00:27','2020-11-11 09:30:27','',174,'http://sctswagholi.net/index.php/2020/11/11/174-revision-v1/',0,'revision','',0),(205,1,'2020-11-11 15:01:13','2020-11-11 09:31:13','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"https://youtu.be/cHqDs_76Pto\" target=\"_blank\">Please Click Here For Visit Our Campus Infra</a></strong></span></li>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"https://youtu.be/rVC1D7Bjk5Y\" target=\"_blank\">Please Click Here For Visit Our Complete Campus</a></strong></span></li>\r\n</ul>','Visit Our Campus','','inherit','closed','closed','','187-revision-v1','','','2020-11-11 15:01:13','2020-11-11 09:31:13','',187,'http://sctswagholi.net/index.php/2020/11/11/187-revision-v1/',0,'revision','',0),(206,1,'2020-11-11 15:01:49','2020-11-11 09:31:49','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/SMC-2020.pdf\" target=\"_blank\">School Managing Committee</a></strong></span></li>\r\n</ul>','School Managing Committee','','inherit','closed','closed','','184-revision-v1','','','2020-11-11 15:01:49','2020-11-11 09:31:49','',184,'http://sctswagholi.net/index.php/2020/11/11/184-revision-v1/',0,'revision','',0),(207,1,'2020-11-11 15:02:19','2020-11-11 09:32:19','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Staff-Details-2020.pdf\" target=\"_blank\">Staff Details 2020</a></strong></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','160-revision-v1','','','2020-11-11 15:02:19','2020-11-11 09:32:19','',160,'http://sctswagholi.net/index.php/2020/11/11/160-revision-v1/',0,'revision','',0),(208,1,'2020-11-11 15:02:51','2020-11-11 09:32:51','<ul>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/List-of-Students-Section-And-Class-Wise.pdf\" target=\"_blank\">List of Students Section And Class Wise</a></strong></span></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','162-revision-v1','','','2020-11-11 15:02:51','2020-11-11 09:32:51','',162,'http://sctswagholi.net/index.php/2020/11/11/162-revision-v1/',0,'revision','',0),(209,1,'2020-11-11 15:14:23','2020-11-11 09:44:23','','Transfer Certificate Format','','inherit','open','closed','','transfer-certificate-format','','','2020-11-11 15:14:23','2020-11-11 09:44:23','',174,'http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Format.pdf',0,'attachment','application/pdf',0),(210,1,'2020-11-11 15:14:48','2020-11-11 09:44:48','<ul>\r\n <li><span style=\"color: #333333;\"><b><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Format.pdf\" target=\"_blank\">Transfer Certificate Format</a></b></span></li>\r\n <li><span style=\"color: #333333;\"><strong><a style=\"color: #333333;\" href=\"http://sctswagholi.net/wp-content/uploads/2020/11/Transfer-Certificate-Issued-Students-List.pdf\" target=\"_blank\">Transfer Certificate Issued Students List</a></strong></span></li>\r\n</ul>','Transfer Certificate','','inherit','closed','closed','','174-revision-v1','','','2020-11-11 15:14:48','2020-11-11 09:44:48','',174,'http://sctswagholi.net/index.php/2020/11/11/174-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(177,3,0),(182,3,0),(183,3,0),(186,3,0),(191,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,11); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','blue'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','159'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&imgsize=medium&advImgDetails=show&mfold=o&hidetb=1'),(20,1,'scsuser-settings-time','1559893241'),(25,1,'closedpostboxes_page','a:0:{}'),(26,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(28,1,'session_tokens','a:1:{s:64:\"a8b54fa4fec9c7eeca2243d7e82e4cd20c22b9378f05d0f313d27b477c388b7f\";a:4:{s:10:\"expiration\";i:1606465733;s:2:\"ip\";s:14:\"124.123.172.44\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36\";s:5:\"login\";i:1606292933;}}'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_skandaschool` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_skandaschool` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_skandaschool`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=11245 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://skandaschool.net','yes'),(2,'home','http://skandaschool.net','yes'),(3,'blogname','Sri Chaitanya School Uttarahalli','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:76:\"/www-data/sites/skandaschool.net/wp-content/themes/twentythirteen/footer.php\";i:1;s:75:\"/www-data/sites/skandaschool.net/wp-content/themes/twentythirteen/style.css\";i:2;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:3;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:4;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1631863260;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:1631876470;a:3:{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;}}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;}}}i:1631876552;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;}}}i:1631879603;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','fc18d84ab5674500a64b6c7eaa675156','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1623648965;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1451411717;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:96:\"http://skandaschool.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:120;s:3:\"url\";s:96:\"http://skandaschool.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:13:\"thumbnail_url\";s:96:\"http://skandaschool.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(400,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(1853,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:19:\"cto@varsitymgmt.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484869846;}','yes'),(4188,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1631856080;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"4.1.12\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.4.1.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(5768,'_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.8.1.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.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.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-5.1.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.10\";s:7:\"version\";s:6:\"5.1.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.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.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.3.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.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.3\";s:7:\"version\";s:5:\"5.7.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.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.6.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.5\";s:7:\"version\";s:5:\"5.6.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.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.6.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.5.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.6\";s:7:\"version\";s:5:\"5.5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.7.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.4.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.7\";s:7:\"version\";s:5:\"5.4.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.9.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.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.9\";s:7:\"version\";s:5:\"5.3.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.12\";s:7:\"version\";s:6:\"5.2.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.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-5.1.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.10\";s:7:\"version\";s:6:\"5.1.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.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-5.0.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.13\";s:7:\"version\";s:6:\"5.0.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.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.18.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.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.18\";s:7:\"version\";s:6:\"4.9.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.17\";s:7:\"version\";s:6:\"4.8.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.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.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.7.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.21\";s:7:\"version\";s:6:\"4.7.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.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.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.6.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.21\";s:7:\"version\";s:6:\"4.6.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.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.24.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.24.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.24-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.24-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.24\";s:7:\"version\";s:6:\"4.5.24\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.25\";s:7:\"version\";s:6:\"4.4.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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.3.26.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.26-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.26-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.26-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.26-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.26\";s:7:\"version\";s:6:\"4.3.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.6\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1631856077;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(7532,'_transient_timeout_mailserver_last_checked','1580026471','no'),(7533,'_transient_mailserver_last_checked','1','no'),(9342,'_site_transient_timeout_browser_328ee23dea027c38139210175cf13ed7','1624253750','yes'),(9343,'_site_transient_browser_328ee23dea027c38139210175cf13ed7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.101\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(11040,'_transient_timeout_plugin_slugs','1631076957','no'),(11041,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(11042,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1631033757','no'),(11043,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(11046,'_site_transient_timeout_browser_c7e7172c7781b034963ef5178f1479dd','1631595440','yes'),(11047,'_site_transient_browser_c7e7172c7781b034963ef5178f1479dd','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"93.0.4577.63\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(11048,'_transient_is_multi_author','0','yes'),(11241,'_site_transient_timeout_theme_roots','1631857875','yes'),(11242,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(11243,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1631856080;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.2.zip\";s:8:\"requires\";b:0;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:\"3.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.4.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'),(11244,'_transient_doing_cron','1637427382.7054269313812255859375','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=308 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1450885288:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1450885379:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1450885312:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1451411569:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1450885340:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1449581869:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,9,'_wp_page_template','default'),(144,14,'_wp_page_template','default'),(145,19,'_wp_page_template','default'),(146,12,'_wp_page_template','default'),(147,62,'_wp_attached_file','2015/11/IMG_0717.jpg'),(148,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2015/11/IMG_0717.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0717-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0717-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0717-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0717-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(149,63,'_wp_attached_file','2015/11/IMG_20151212_115010072.jpg'),(150,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:899;s:4:\"file\";s:34:\"2015/11/IMG_20151212_115010072.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_115010072-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_115010072-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"IMG_20151212_115010072-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_115010072-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(151,64,'_wp_attached_file','2015/11/IMG_20151212_115658809.jpg'),(152,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:899;s:4:\"file\";s:34:\"2015/11/IMG_20151212_115658809.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_115658809-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_115658809-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"IMG_20151212_115658809-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_115658809-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(153,65,'_wp_attached_file','2015/11/IMG_20151212_155352495.jpg'),(154,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:899;s:4:\"file\";s:34:\"2015/11/IMG_20151212_155352495.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_155352495-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_155352495-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"IMG_20151212_155352495-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"IMG_20151212_155352495-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(155,17,'_wp_page_template','default'),(156,70,'_edit_last','1'),(157,70,'_edit_lock','1624177650:1'),(158,71,'_wp_attached_file','2021/06/Academic-Calendar-2020-21-Ok.pdf'),(159,72,'_wp_attached_file','2021/06/Academic-Calendar-2020-21.pdf'),(160,74,'_edit_last','1'),(161,74,'_edit_lock','1624177703:1'),(162,75,'_wp_attached_file','2021/06/AFFILIATION-COPIES.pdf'),(163,77,'_edit_last','1'),(164,77,'_edit_lock','1624177739:1'),(165,78,'_wp_attached_file','2021/06/CIRCULR.pdf'),(166,80,'_edit_last','1'),(167,80,'_edit_lock','1624177780:1'),(168,81,'_wp_attached_file','2021/06/Fee-Structure.pdf'),(169,83,'_edit_last','1'),(170,83,'_edit_lock','1624177838:1'),(171,84,'_wp_attached_file','2021/06/INFRA-DETAILS.pdf'),(172,86,'_menu_item_type','post_type'),(173,86,'_menu_item_menu_item_parent','29'),(174,86,'_menu_item_object_id','83'),(175,86,'_menu_item_object','page'),(176,86,'_menu_item_target',''),(177,86,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(178,86,'_menu_item_xfn',''),(179,86,'_menu_item_url',''),(181,87,'_menu_item_type','post_type'),(182,87,'_menu_item_menu_item_parent','27'),(183,87,'_menu_item_object_id','80'),(184,87,'_menu_item_object','page'),(185,87,'_menu_item_target',''),(186,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,87,'_menu_item_xfn',''),(188,87,'_menu_item_url',''),(190,88,'_menu_item_type','post_type'),(191,88,'_menu_item_menu_item_parent','27'),(192,88,'_menu_item_object_id','77'),(193,88,'_menu_item_object','page'),(194,88,'_menu_item_target',''),(195,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,88,'_menu_item_xfn',''),(197,88,'_menu_item_url',''),(199,89,'_menu_item_type','post_type'),(200,89,'_menu_item_menu_item_parent','29'),(201,89,'_menu_item_object_id','74'),(202,89,'_menu_item_object','page'),(203,89,'_menu_item_target',''),(204,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(205,89,'_menu_item_xfn',''),(206,89,'_menu_item_url',''),(208,90,'_menu_item_type','post_type'),(209,90,'_menu_item_menu_item_parent','27'),(210,90,'_menu_item_object_id','70'),(211,90,'_menu_item_object','page'),(212,90,'_menu_item_target',''),(213,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(214,90,'_menu_item_xfn',''),(215,90,'_menu_item_url',''),(217,91,'_edit_last','1'),(218,91,'_edit_lock','1624177977:1'),(219,92,'_wp_attached_file','2021/06/List-Of-Books.pdf'),(220,94,'_edit_last','1'),(221,94,'_edit_lock','1624178009:1'),(222,95,'_wp_attached_file','2021/06/NOC.pdf'),(223,97,'_edit_last','1'),(224,97,'_edit_lock','1624178057:1'),(225,98,'_wp_attached_file','2021/06/Recognition-Certificate.pdf'),(226,100,'_edit_last','1'),(227,100,'_edit_lock','1624178122:1'),(228,101,'_wp_attached_file','2021/06/Sanitary-Certificate.pdf'),(229,103,'_menu_item_type','post_type'),(230,103,'_menu_item_menu_item_parent','29'),(231,103,'_menu_item_object_id','100'),(232,103,'_menu_item_object','page'),(233,103,'_menu_item_target',''),(234,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(235,103,'_menu_item_xfn',''),(236,103,'_menu_item_url',''),(238,104,'_menu_item_type','post_type'),(239,104,'_menu_item_menu_item_parent','29'),(240,104,'_menu_item_object_id','97'),(241,104,'_menu_item_object','page'),(242,104,'_menu_item_target',''),(243,104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(244,104,'_menu_item_xfn',''),(245,104,'_menu_item_url',''),(247,105,'_menu_item_type','post_type'),(248,105,'_menu_item_menu_item_parent','29'),(249,105,'_menu_item_object_id','94'),(250,105,'_menu_item_object','page'),(251,105,'_menu_item_target',''),(252,105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(253,105,'_menu_item_xfn',''),(254,105,'_menu_item_url',''),(256,106,'_menu_item_type','post_type'),(257,106,'_menu_item_menu_item_parent','27'),(258,106,'_menu_item_object_id','91'),(259,106,'_menu_item_object','page'),(260,106,'_menu_item_target',''),(261,106,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(262,106,'_menu_item_xfn',''),(263,106,'_menu_item_url',''),(265,107,'_edit_last','1'),(266,107,'_edit_lock','1624178281:1'),(267,108,'_wp_attached_file','2021/06/STAFF-DETAILS.pdf'),(268,110,'_edit_last','1'),(269,110,'_edit_lock','1624178306:1'),(270,111,'_wp_attached_file','2021/06/SMC.pdf'),(271,113,'_edit_last','1'),(272,113,'_edit_lock','1624178361:1'),(273,114,'_wp_attached_file','2021/06/TRUST-DEED.pdf'),(274,116,'_menu_item_type','post_type'),(275,116,'_menu_item_menu_item_parent','29'),(276,116,'_menu_item_object_id','113'),(277,116,'_menu_item_object','page'),(278,116,'_menu_item_target',''),(279,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(280,116,'_menu_item_xfn',''),(281,116,'_menu_item_url',''),(283,117,'_menu_item_type','post_type'),(284,117,'_menu_item_menu_item_parent','27'),(285,117,'_menu_item_object_id','110'),(286,117,'_menu_item_object','page'),(287,117,'_menu_item_target',''),(288,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(289,117,'_menu_item_xfn',''),(290,117,'_menu_item_url',''),(292,118,'_menu_item_type','post_type'),(293,118,'_menu_item_menu_item_parent','27'),(294,118,'_menu_item_object_id','107'),(295,118,'_menu_item_object','page'),(296,118,'_menu_item_target',''),(297,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(298,118,'_menu_item_xfn',''),(299,118,'_menu_item_url',''),(301,119,'_wp_attached_file','2021/06/Sri-Chaitaya-School-CBSE-Banners..jpg'),(302,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:45:\"2021/06/Sri-Chaitaya-School-CBSE-Banners..jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Sri-Chaitaya-School-CBSE-Banners.-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Sri-Chaitaya-School-CBSE-Banners.-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(303,120,'_wp_attached_file','2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg'),(304,120,'_wp_attachment_context','custom-header'),(305,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:53:\"2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(306,120,'_wp_attachment_custom_header_last_used_twentythirteen','1624178569'),(307,120,'_wp_attachment_is_custom_header','twentythirteen'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2015-12-23 21:13:33','2015-12-23 15:43:33','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','publish','closed','closed','','admissions','','','2015-12-23 21:15:04','2015-12-23 15:45:04','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2015-12-23 21:14:00','2015-12-23 15:44:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<strong>Smart Living Visionaries</strong>\r\n\r\n<a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717.jpg\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717-300x225.jpg\" alt=\"IMG_0717\" width=\"300\" height=\"225\" /></a> <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072-300x169.jpg\" alt=\"IMG_20151212_115010072\" width=\"300\" height=\"169\" /></a>\r\n\r\n<a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809-300x169.jpg\" alt=\"IMG_20151212_115658809\" width=\"300\" height=\"169\" /></a> <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495-300x169.jpg\" alt=\"IMG_20151212_155352495\" width=\"300\" height=\"169\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2015-12-29 23:25:11','2015-12-29 17:55:11','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','publish','closed','closed','','achievements','','','2015-12-23 21:14:27','2015-12-23 15:44:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya School,\r\n\r\nD.No:27, Near A.G.S Layout, Ittamandu Main Road,\r\n\r\nBengaluru - 560061\r\n\r\nEmail :- uttarahalli@srichaitanyaschool.net\r\n\r\nPH :- +91-8065469750','Contact Us','','publish','closed','closed','','contact-us','','','2015-12-08 19:10:11','2015-12-08 13:40:11','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',9,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',17,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',18,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',16,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2015-12-04 00:58:03','2015-12-03 19:28:03','<header class=\"entry-header\">\n<h1 class=\"entry-title\"><strong>History</strong></h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2015-12-04 00:58:03','2015-12-03 19:28:03','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2015-11-17 13:13:44','2015-11-17 07:43:44','Opp:CMR Gardens,\n\nMadhurawada,\n\nVisakhapatnam - 530048\n\nEmail :- madhurawada@srichaitanyaschool.net\n\nPH :\n\n ','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2015-11-17 13:13:44','2015-11-17 07:43:44','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2015-12-08 19:10:11','2015-12-08 13:40:11','Sri Chaitanya School,\r\n\r\nD.No:27, Near A.G.S Layout, Ittamandu Main Road,\r\n\r\nBengaluru - 560061\r\n\r\nEmail :- uttarahalli@srichaitanyaschool.net\r\n\r\nPH :- +91-8065469750','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-08 19:10:11','2015-12-08 13:40:11','',21,'http://skandaschool.net/index.php/2015/12/08/21-revision-v1/',0,'revision','',0),(58,1,'2015-12-23 16:59:50','2015-12-23 11:29:50','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-23 16:59:50','2015-12-23 11:29:50','',9,'http://skandaschool.net/index.php/2015/12/23/9-revision-v1/',0,'revision','',0),(59,1,'2015-12-23 21:14:00','2015-12-23 15:44:00','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-12-23 21:14:00','2015-12-23 15:44:00','',14,'http://skandaschool.net/index.php/2015/12/23/14-revision-v1/',0,'revision','',0),(60,1,'2015-12-23 21:14:27','2015-12-23 15:44:27','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-23 21:14:27','2015-12-23 15:44:27','',19,'http://skandaschool.net/index.php/2015/12/23/19-revision-v1/',0,'revision','',0),(61,1,'2015-12-23 21:15:04','2015-12-23 15:45:04','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','inherit','closed','closed','','12-revision-v1','','','2015-12-23 21:15:04','2015-12-23 15:45:04','',12,'http://skandaschool.net/index.php/2015/12/23/12-revision-v1/',0,'revision','',0),(62,1,'2015-12-29 23:23:31','2015-12-29 17:53:31','','IMG_0717','','inherit','open','closed','','img_0717','','','2015-12-29 23:23:31','2015-12-29 17:53:31','',17,'http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717.jpg',0,'attachment','image/jpeg',0),(63,1,'2015-12-29 23:23:32','2015-12-29 17:53:32','','IMG_20151212_115010072','','inherit','open','closed','','img_20151212_115010072','','','2015-12-29 23:23:32','2015-12-29 17:53:32','',17,'http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072.jpg',0,'attachment','image/jpeg',0),(64,1,'2015-12-29 23:23:32','2015-12-29 17:53:32','','IMG_20151212_115658809','','inherit','open','closed','','img_20151212_115658809','','','2015-12-29 23:23:32','2015-12-29 17:53:32','',17,'http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809.jpg',0,'attachment','image/jpeg',0),(65,1,'2015-12-29 23:23:33','2015-12-29 17:53:33','','IMG_20151212_155352495','','inherit','open','closed','','img_20151212_155352495','','','2015-12-29 23:23:33','2015-12-29 17:53:33','',17,'http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495.jpg',0,'attachment','image/jpeg',0),(66,1,'2015-12-29 23:23:45','2015-12-29 17:53:45','<strong>Smart Living Visionaries</strong>\n\n<a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717.jpg\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717-300x225.jpg\" alt=\"IMG_0717\" width=\"300\" height=\"225\" /></a>   <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072-300x169.jpg\" alt=\"IMG_20151212_115010072\" width=\"300\" height=\"169\" /></a> <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809-300x169.jpg\" alt=\"IMG_20151212_115658809\" width=\"300\" height=\"169\" /></a> <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495-300x169.jpg\" alt=\"IMG_20151212_155352495\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2015-12-29 23:23:45','2015-12-29 17:53:45','',17,'http://skandaschool.net/index.php/2015/12/29/17-autosave-v1/',0,'revision','',0),(67,1,'2015-12-29 23:23:59','2015-12-29 17:53:59','<strong>Smart Living Visionaries</strong>\r\n\r\n<a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717.jpg\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717-300x225.jpg\" alt=\"IMG_0717\" width=\"300\" height=\"225\" /></a>   <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072-300x169.jpg\" alt=\"IMG_20151212_115010072\" width=\"300\" height=\"169\" /></a>\r\n\r\n<a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809-300x169.jpg\" alt=\"IMG_20151212_115658809\" width=\"300\" height=\"169\" /></a>   <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495-300x169.jpg\" alt=\"IMG_20151212_155352495\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 23:23:59','2015-12-29 17:53:59','',17,'http://skandaschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(68,1,'2015-12-29 23:25:11','2015-12-29 17:55:11','<strong>Smart Living Visionaries</strong>\r\n\r\n<a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717.jpg\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_0717-300x225.jpg\" alt=\"IMG_0717\" width=\"300\" height=\"225\" /></a> <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115010072-300x169.jpg\" alt=\"IMG_20151212_115010072\" width=\"300\" height=\"169\" /></a>\r\n\r\n<a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_115658809-300x169.jpg\" alt=\"IMG_20151212_115658809\" width=\"300\" height=\"169\" /></a> <a href=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://skandaschool.net/wp-content/uploads/2015/11/IMG_20151212_155352495-300x169.jpg\" alt=\"IMG_20151212_155352495\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 23:25:11','2015-12-29 17:55:11','',17,'http://skandaschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(70,1,'2021-06-20 13:57:30','2021-06-20 08:27:30','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/Academic-Calendar-2020-21.pdf\" target=\"_blank\">Academic-Calendar-2020-21</a></strong></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academic-calendar','','','2021-06-20 13:57:30','2021-06-20 08:27:30','',0,'http://skandaschool.net/?page_id=70',0,'page','',0),(71,1,'2021-06-20 13:56:42','2021-06-20 08:26:42','','Academic-Calendar-2020-21-Ok','','inherit','open','closed','','academic-calendar-2020-21-ok','','','2021-06-20 13:56:42','2021-06-20 08:26:42','',70,'http://skandaschool.net/wp-content/uploads/2021/06/Academic-Calendar-2020-21-Ok.pdf',0,'attachment','application/pdf',0),(72,1,'2021-06-20 13:57:16','2021-06-20 08:27:16','','Academic-Calendar-2020-21','','inherit','open','closed','','academic-calendar-2020-21','','','2021-06-20 13:57:16','2021-06-20 08:27:16','',70,'http://skandaschool.net/wp-content/uploads/2021/06/Academic-Calendar-2020-21.pdf',0,'attachment','application/pdf',0),(73,1,'2021-06-20 13:57:30','2021-06-20 08:27:30','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/Academic-Calendar-2020-21.pdf\" target=\"_blank\">Academic-Calendar-2020-21</a></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','70-revision-v1','','','2021-06-20 13:57:30','2021-06-20 08:27:30','',70,'http://skandaschool.net/index.php/2021/06/20/70-revision-v1/',0,'revision','',0),(74,1,'2021-06-20 13:58:23','2021-06-20 08:28:23','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/AFFILIATION-COPIES.pdf\" target=\"_blank\">AFFILIATION COPIES</a></strong></li>\r\n</ul>','Affiliation Certificate','','publish','closed','closed','','affiliation-certificate','','','2021-06-20 13:58:23','2021-06-20 08:28:23','',0,'http://skandaschool.net/?page_id=74',0,'page','',0),(75,1,'2021-06-20 13:58:11','2021-06-20 08:28:11','','AFFILIATION COPIES','','inherit','open','closed','','affiliation-copies','','','2021-06-20 13:58:11','2021-06-20 08:28:11','',74,'http://skandaschool.net/wp-content/uploads/2021/06/AFFILIATION-COPIES.pdf',0,'attachment','application/pdf',0),(76,1,'2021-06-20 13:58:23','2021-06-20 08:28:23','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/AFFILIATION-COPIES.pdf\" target=\"_blank\">AFFILIATION COPIES</a></strong></li>\r\n</ul>','Affiliation Certificate','','inherit','closed','closed','','74-revision-v1','','','2021-06-20 13:58:23','2021-06-20 08:28:23','',74,'http://skandaschool.net/index.php/2021/06/20/74-revision-v1/',0,'revision','',0),(77,1,'2021-06-20 13:58:59','2021-06-20 08:28:59','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/CIRCULR.pdf\" target=\"_blank\">CIRCULR</a></strong></li>\r\n</ul>','Circulars','','publish','closed','closed','','circulars','','','2021-06-20 13:58:59','2021-06-20 08:28:59','',0,'http://skandaschool.net/?page_id=77',0,'page','',0),(78,1,'2021-06-20 13:58:47','2021-06-20 08:28:47','','CIRCULR','','inherit','open','closed','','circulr','','','2021-06-20 13:58:47','2021-06-20 08:28:47','',77,'http://skandaschool.net/wp-content/uploads/2021/06/CIRCULR.pdf',0,'attachment','application/pdf',0),(79,1,'2021-06-20 13:58:59','2021-06-20 08:28:59','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/CIRCULR.pdf\" target=\"_blank\">CIRCULR</a></strong></li>\r\n</ul>','Circulars','','inherit','closed','closed','','77-revision-v1','','','2021-06-20 13:58:59','2021-06-20 08:28:59','',77,'http://skandaschool.net/index.php/2021/06/20/77-revision-v1/',0,'revision','',0),(80,1,'2021-06-20 13:59:40','2021-06-20 08:29:40','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/Fee-Structure.pdf\" target=\"_blank\">Fee-Structure</a></strong></li>\r\n</ul>','Fee Structure','','publish','closed','closed','','fee-structure','','','2021-06-20 13:59:40','2021-06-20 08:29:40','',0,'http://skandaschool.net/?page_id=80',0,'page','',0),(81,1,'2021-06-20 13:59:28','2021-06-20 08:29:28','','Fee-Structure','','inherit','open','closed','','fee-structure','','','2021-06-20 13:59:28','2021-06-20 08:29:28','',80,'http://skandaschool.net/wp-content/uploads/2021/06/Fee-Structure.pdf',0,'attachment','application/pdf',0),(82,1,'2021-06-20 13:59:40','2021-06-20 08:29:40','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/Fee-Structure.pdf\" target=\"_blank\">Fee-Structure</a></strong></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','80-revision-v1','','','2021-06-20 13:59:40','2021-06-20 08:29:40','',80,'http://skandaschool.net/index.php/2021/06/20/80-revision-v1/',0,'revision','',0),(83,1,'2021-06-20 14:00:37','2021-06-20 08:30:37','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/INFRA-DETAILS.pdf\" target=\"_blank\">INFRA DETAILS</a></strong></li>\r\n</ul>','Infrastructure','','publish','closed','closed','','infrastructure','','','2021-06-20 14:00:37','2021-06-20 08:30:37','',0,'http://skandaschool.net/?page_id=83',0,'page','',0),(84,1,'2021-06-20 14:00:25','2021-06-20 08:30:25','','INFRA DETAILS','','inherit','open','closed','','infra-details','','','2021-06-20 14:00:25','2021-06-20 08:30:25','',83,'http://skandaschool.net/wp-content/uploads/2021/06/INFRA-DETAILS.pdf',0,'attachment','application/pdf',0),(85,1,'2021-06-20 14:00:37','2021-06-20 08:30:37','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/INFRA-DETAILS.pdf\" target=\"_blank\">INFRA DETAILS</a></strong></li>\r\n</ul>','Infrastructure','','inherit','closed','closed','','83-revision-v1','','','2021-06-20 14:00:37','2021-06-20 08:30:37','',83,'http://skandaschool.net/index.php/2021/06/20/83-revision-v1/',0,'revision','',0),(86,1,'2021-06-20 14:02:09','2021-06-20 08:32:09',' ','','','publish','closed','closed','','86','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=86',3,'nav_menu_item','',0),(87,1,'2021-06-20 14:02:10','2021-06-20 08:32:10',' ','','','publish','closed','closed','','87','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=87',15,'nav_menu_item','',0),(88,1,'2021-06-20 14:02:10','2021-06-20 08:32:10',' ','','','publish','closed','closed','','88','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=88',11,'nav_menu_item','',0),(89,1,'2021-06-20 14:02:10','2021-06-20 08:32:10',' ','','','publish','closed','closed','','89','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=89',4,'nav_menu_item','',0),(90,1,'2021-06-20 14:02:10','2021-06-20 08:32:10',' ','','','publish','closed','closed','','90','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=90',10,'nav_menu_item','',0),(91,1,'2021-06-20 14:02:57','2021-06-20 08:32:57','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/List-Of-Books.pdf\" target=\"_blank\">List Of Books</a></strong></li>\r\n</ul>','List Of Books','','publish','closed','closed','','list-of-books','','','2021-06-20 14:02:57','2021-06-20 08:32:57','',0,'http://skandaschool.net/?page_id=91',0,'page','',0),(92,1,'2021-06-20 14:02:45','2021-06-20 08:32:45','','List Of Books','','inherit','open','closed','','list-of-books','','','2021-06-20 14:02:45','2021-06-20 08:32:45','',91,'http://skandaschool.net/wp-content/uploads/2021/06/List-Of-Books.pdf',0,'attachment','application/pdf',0),(93,1,'2021-06-20 14:02:57','2021-06-20 08:32:57','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/List-Of-Books.pdf\" target=\"_blank\">List Of Books</a></strong></li>\r\n</ul>','List Of Books','','inherit','closed','closed','','91-revision-v1','','','2021-06-20 14:02:57','2021-06-20 08:32:57','',91,'http://skandaschool.net/index.php/2021/06/20/91-revision-v1/',0,'revision','',0),(94,1,'2021-06-20 14:03:28','2021-06-20 08:33:28','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','publish','closed','closed','','noc','','','2021-06-20 14:03:28','2021-06-20 08:33:28','',0,'http://skandaschool.net/?page_id=94',0,'page','',0),(95,1,'2021-06-20 14:03:18','2021-06-20 08:33:18','','NOC','','inherit','open','closed','','noc','','','2021-06-20 14:03:18','2021-06-20 08:33:18','',94,'http://skandaschool.net/wp-content/uploads/2021/06/NOC.pdf',0,'attachment','application/pdf',0),(96,1,'2021-06-20 14:03:28','2021-06-20 08:33:28','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','94-revision-v1','','','2021-06-20 14:03:28','2021-06-20 08:33:28','',94,'http://skandaschool.net/index.php/2021/06/20/94-revision-v1/',0,'revision','',0),(97,1,'2021-06-20 14:04:17','2021-06-20 08:34:17','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf\" target=\"_blank\">Recognition Certificate</a></strong></li>\r\n</ul>','Recognition Certificate','','publish','closed','closed','','recognition-certificate','','','2021-06-20 14:04:17','2021-06-20 08:34:17','',0,'http://skandaschool.net/?page_id=97',0,'page','',0),(98,1,'2021-06-20 14:04:06','2021-06-20 08:34:06','','Recognition Certificate','','inherit','open','closed','','recognition-certificate','','','2021-06-20 14:04:06','2021-06-20 08:34:06','',97,'http://skandaschool.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf',0,'attachment','application/pdf',0),(99,1,'2021-06-20 14:04:17','2021-06-20 08:34:17','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf\" target=\"_blank\">Recognition Certificate</a></strong></li>\r\n</ul>','Recognition Certificate','','inherit','closed','closed','','97-revision-v1','','','2021-06-20 14:04:17','2021-06-20 08:34:17','',97,'http://skandaschool.net/index.php/2021/06/20/97-revision-v1/',0,'revision','',0),(100,1,'2021-06-20 14:05:22','2021-06-20 08:35:22','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary Certificate','','publish','closed','closed','','sanitary-certificate','','','2021-06-20 14:05:22','2021-06-20 08:35:22','',0,'http://skandaschool.net/?page_id=100',0,'page','',0),(101,1,'2021-06-20 14:05:10','2021-06-20 08:35:10','','Sanitary Certificate','','inherit','open','closed','','sanitary-certificate','','','2021-06-20 14:05:10','2021-06-20 08:35:10','',100,'http://skandaschool.net/wp-content/uploads/2021/06/Sanitary-Certificate.pdf',0,'attachment','application/pdf',0),(102,1,'2021-06-20 14:05:22','2021-06-20 08:35:22','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','100-revision-v1','','','2021-06-20 14:05:22','2021-06-20 08:35:22','',100,'http://skandaschool.net/index.php/2021/06/20/100-revision-v1/',0,'revision','',0),(103,1,'2021-06-20 14:06:53','2021-06-20 08:36:53',' ','','','publish','closed','closed','','103','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=103',6,'nav_menu_item','',0),(104,1,'2021-06-20 14:06:53','2021-06-20 08:36:53',' ','','','publish','closed','closed','','104','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=104',5,'nav_menu_item','',0),(105,1,'2021-06-20 14:06:53','2021-06-20 08:36:53',' ','','','publish','closed','closed','','105','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=105',7,'nav_menu_item','',0),(106,1,'2021-06-20 14:06:53','2021-06-20 08:36:53',' ','','','publish','closed','closed','','106','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=106',12,'nav_menu_item','',0),(107,1,'2021-06-20 14:08:01','2021-06-20 08:38:01','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/STAFF-DETAILS.pdf\" target=\"_blank\">STAFF DETAILS</a></strong></li>\r\n</ul>','Staff Details','','publish','closed','closed','','staff-details','','','2021-06-20 14:08:01','2021-06-20 08:38:01','',0,'http://skandaschool.net/?page_id=107',0,'page','',0),(108,1,'2021-06-20 14:07:51','2021-06-20 08:37:51','','STAFF DETAILS','','inherit','open','closed','','staff-details','','','2021-06-20 14:07:51','2021-06-20 08:37:51','',107,'http://skandaschool.net/wp-content/uploads/2021/06/STAFF-DETAILS.pdf',0,'attachment','application/pdf',0),(109,1,'2021-06-20 14:08:01','2021-06-20 08:38:01','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/STAFF-DETAILS.pdf\" target=\"_blank\">STAFF DETAILS</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','107-revision-v1','','','2021-06-20 14:08:01','2021-06-20 08:38:01','',107,'http://skandaschool.net/index.php/2021/06/20/107-revision-v1/',0,'revision','',0),(110,1,'2021-06-20 14:08:26','2021-06-20 08:38:26','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/SMC.pdf\" target=\"_blank\">SMC</a></strong></li>\r\n</ul>','SMC','','publish','closed','closed','','smc','','','2021-06-20 14:08:26','2021-06-20 08:38:26','',0,'http://skandaschool.net/?page_id=110',0,'page','',0),(111,1,'2021-06-20 14:08:15','2021-06-20 08:38:15','','SMC','','inherit','open','closed','','smc','','','2021-06-20 14:08:15','2021-06-20 08:38:15','',110,'http://skandaschool.net/wp-content/uploads/2021/06/SMC.pdf',0,'attachment','application/pdf',0),(112,1,'2021-06-20 14:08:26','2021-06-20 08:38:26','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/SMC.pdf\" target=\"_blank\">SMC</a></strong></li>\r\n</ul>','SMC','','inherit','closed','closed','','110-revision-v1','','','2021-06-20 14:08:26','2021-06-20 08:38:26','',110,'http://skandaschool.net/index.php/2021/06/20/110-revision-v1/',0,'revision','',0),(113,1,'2021-06-20 14:09:20','2021-06-20 08:39:20','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/TRUST-DEED.pdf\" target=\"_blank\">TRUST DEED</a></strong></li>\r\n</ul>','Trust Deed','','publish','closed','closed','','trust-deed','','','2021-06-20 14:09:20','2021-06-20 08:39:20','',0,'http://skandaschool.net/?page_id=113',0,'page','',0),(114,1,'2021-06-20 14:09:06','2021-06-20 08:39:06','','TRUST DEED','','inherit','open','closed','','trust-deed','','','2021-06-20 14:09:06','2021-06-20 08:39:06','',113,'http://skandaschool.net/wp-content/uploads/2021/06/TRUST-DEED.pdf',0,'attachment','application/pdf',0),(115,1,'2021-06-20 14:09:20','2021-06-20 08:39:20','<ul>\r\n <li><strong><a href=\"http://skandaschool.net/wp-content/uploads/2021/06/TRUST-DEED.pdf\" target=\"_blank\">TRUST DEED</a></strong></li>\r\n</ul>','Trust Deed','','inherit','closed','closed','','113-revision-v1','','','2021-06-20 14:09:20','2021-06-20 08:39:20','',113,'http://skandaschool.net/index.php/2021/06/20/113-revision-v1/',0,'revision','',0),(116,1,'2021-06-20 14:10:18','2021-06-20 08:40:18',' ','','','publish','closed','closed','','116','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=116',8,'nav_menu_item','',0),(117,1,'2021-06-20 14:10:18','2021-06-20 08:40:18',' ','','','publish','closed','closed','','117','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=117',14,'nav_menu_item','',0),(118,1,'2021-06-20 14:10:18','2021-06-20 08:40:18',' ','','','publish','closed','closed','','118','','','2021-06-20 14:10:18','2021-06-20 08:40:18','',0,'http://skandaschool.net/?p=118',13,'nav_menu_item','',0),(119,1,'2021-06-20 14:12:40','2021-06-20 08:42:40','','Sri Chaitaya School CBSE Banners.','','inherit','open','closed','','sri-chaitaya-school-cbse-banners','','','2021-06-20 14:12:40','2021-06-20 08:42:40','',0,'http://skandaschool.net/wp-content/uploads/2021/06/Sri-Chaitaya-School-CBSE-Banners..jpg',0,'attachment','image/jpeg',0),(120,1,'2021-06-20 14:12:44','2021-06-20 08:42:44','http://skandaschool.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg','cropped-Sri-Chaitaya-School-CBSE-Banners..jpg','','inherit','open','closed','','cropped-sri-chaitaya-school-cbse-banners-jpg','','','2021-06-20 14:12:44','2021-06-20 08:42:44','',0,'http://skandaschool.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg',0,'attachment','image/jpeg',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(86,3,0),(87,3,0),(88,3,0),(89,3,0),(90,3,0),(103,3,0),(104,3,0),(105,3,0),(106,3,0),(116,3,0),(117,3,0),(118,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,18); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','121'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse'),(20,1,'scsuser-settings-time','1624177645'),(23,1,'session_tokens','a:1:{s:64:\"4e1642203cfd324a0338b79a6ef9527a62959aa12ea1e712c9b86c0753694ea0\";a:4:{s:10:\"expiration\";i:1631163352;s:2:\"ip\";s:14:\"202.65.141.178\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36\";s:5:\"login\";i:1630990552;}}'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_srichaitanyaiyyapatangal` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_srichaitanyaiyyapatangal` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_srichaitanyaiyyapatangal`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=586 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschooliyyapanthangal.net','yes'),(2,'home','http://srichaitanyatechnoschooliyyapanthangal.net','yes'),(3,'blogname','Sri Chaitanya Techno School Iyyapanthangal','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:1;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:2;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";i:3;s:80:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/akismet/akismet.php\";i:4;s:117:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/languages/tutorial.txt\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1537341660;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:1537354870;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:1537354952;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;}}}i:1537358003;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;}}}s:7:\"version\";i:2;}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.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-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1537313840;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(106,'_transient_random_seed','15f7c27d44de88ace61a4e0ad16c11f5','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1532695436;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(150,'_site_transient_update_themes','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1537313848;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}}','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:12:\"header_image\";s:109:\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/themes/twentythirteen/images/headers/diamond.png\";s:17:\"header_image_data\";a:3:{s:3:\"url\";s:109:\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/themes/twentythirteen/images/headers/diamond.png\";s:13:\"thumbnail_url\";s:119:\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/themes/twentythirteen/images/headers/diamond-thumbnail.png\";s:11:\"description\";s:7:\"Diamond\";}s:16:\"header_textcolor\";s:6:\"220e10\";}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(322,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1537313847;s:8:\"response\";N;s:12:\"translations\";N;s:9:\"no_update\";N;}','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(375,'_transient_timeout_plugin_slugs','1532781836','no'),(376,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(377,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1532731928','no'),(378,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: A feed could not be found at http://wordpress.org/news/feed/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Peer certificate cannot be authenticated with known CA certificates</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(384,'rewrite_rules','a:69:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(408,'_transient_is_multi_author','0','yes'),(583,'_site_transient_timeout_theme_roots','1537315636','yes'),(584,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(585,'_transient_doing_cron','1537868093.3440148830413818359375','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=241 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1532700954:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1532693201:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1532692571:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1532695215:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1532692749:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1532693591:1'),(48,23,'_menu_item_type','post_type'),(49,23,'_menu_item_menu_item_parent','0'),(50,23,'_menu_item_object_id','12'),(51,23,'_menu_item_object','page'),(52,23,'_menu_item_target',''),(53,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,23,'_menu_item_xfn',''),(55,23,'_menu_item_url',''),(56,23,'_menu_item_orphaned','1447504188'),(57,24,'_menu_item_type','post_type'),(58,24,'_menu_item_menu_item_parent','0'),(59,24,'_menu_item_object_id','12'),(60,24,'_menu_item_object','page'),(61,24,'_menu_item_target',''),(62,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,24,'_menu_item_xfn',''),(64,24,'_menu_item_url',''),(65,24,'_menu_item_orphaned','1447504306'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,56,'_wp_attached_file','2015/11/IMG_0296.jpg'),(144,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/11/IMG_0296.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0296-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0296-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0296-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon IXUS 185\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1532573520;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(145,58,'_wp_attached_file','2015/11/Iyyapathangal-Building.png'),(146,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2015/11/Iyyapathangal-Building.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Iyyapathangal-Building-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Iyyapathangal-Building-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Iyyapathangal-Building-1024x267.png\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Iyyapathangal-Building-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(147,61,'_wp_attached_file','2015/11/Iyyapathangal-Lab.png'),(148,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:29:\"2015/11/Iyyapathangal-Lab.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Iyyapathangal-Lab-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Iyyapathangal-Lab-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Iyyapathangal-Lab-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(149,62,'_wp_attached_file','2015/11/Untitled-design.png'),(150,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:539;s:4:\"file\";s:27:\"2015/11/Untitled-design.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Untitled-design-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Untitled-design-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(151,66,'_wp_attached_file','2015/11/Untitled-design-1.png'),(152,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:539;s:4:\"file\";s:29:\"2015/11/Untitled-design-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(153,68,'_wp_attached_file','2015/11/Untitled-design-2.png'),(154,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:539;s:4:\"file\";s:29:\"2015/11/Untitled-design-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-2-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Untitled-design-2-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-2-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(155,72,'_wp_attached_file','2015/11/1.png'),(156,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(157,73,'_wp_attached_file','2015/11/2.png'),(158,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"2-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(159,74,'_wp_attached_file','2015/11/3.png'),(160,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"3-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(161,75,'_wp_attached_file','2015/11/4.png'),(162,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"4-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(163,76,'_wp_attached_file','2015/11/5.png'),(164,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"5-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(165,77,'_wp_attached_file','2015/11/6.png'),(166,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"6-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(167,78,'_wp_attached_file','2015/11/7.png'),(168,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/7.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"7-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(169,79,'_wp_attached_file','2015/11/8.png'),(170,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/8.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"8-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(171,80,'_wp_attached_file','2015/11/9.png'),(172,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/9.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"9-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(173,81,'_wp_attached_file','2015/11/10.png'),(174,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/10.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"10-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(175,82,'_wp_attached_file','2015/11/11.png'),(176,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/11.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"11-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(177,83,'_wp_attached_file','2015/11/12.png'),(178,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/12.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"12-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(179,84,'_wp_attached_file','2015/11/13.png'),(180,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/13.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"13-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(181,85,'_wp_attached_file','2015/11/14.png'),(182,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/14.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"14-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(183,86,'_wp_attached_file','2015/11/15.png'),(184,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/15.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"15-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(185,87,'_wp_attached_file','2015/11/16.png'),(186,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/16.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"16-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(187,88,'_wp_attached_file','2015/11/17.png'),(188,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/17.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"17-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(189,89,'_wp_attached_file','2015/11/18.png'),(190,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/18.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"18-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(191,90,'_wp_attached_file','2015/11/19.png'),(192,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/19.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"19-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(193,91,'_wp_attached_file','2015/11/20.png'),(194,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/20.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"20-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"20-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(195,92,'_wp_attached_file','2015/11/21.png'),(196,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/21.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"21-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(197,93,'_wp_attached_file','2015/11/22.png'),(198,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/22.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"22-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(199,94,'_wp_attached_file','2015/11/23.png'),(200,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/23.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"23-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(201,95,'_wp_attached_file','2015/11/24.png'),(202,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/24.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"24-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(203,97,'_wp_attached_file','2015/11/25.png'),(204,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/25.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"25-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"25-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(205,98,'_wp_attached_file','2015/11/26.png'),(206,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/26.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"26-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"26-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(207,99,'_wp_attached_file','2015/11/27.png'),(208,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/27.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"27-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"27-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(209,100,'_wp_attached_file','2015/11/28.png'),(210,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/28.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"28-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"28-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"28-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(211,101,'_wp_attached_file','2015/11/29.png'),(212,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/29.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"29-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"29-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(213,102,'_wp_attached_file','2015/11/30.png'),(214,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/30.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"30-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"30-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"30-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(215,103,'_wp_attached_file','2015/11/31.png'),(216,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/31.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"31-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"31-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(217,104,'_wp_attached_file','2015/11/32.png'),(218,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/32.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"32-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"32-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"32-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(219,105,'_wp_attached_file','2015/11/33.png'),(220,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/33.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"33-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"33-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(221,106,'_wp_attached_file','2015/11/34.png'),(222,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/34.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"34-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"34-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"34-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(223,109,'_wp_attached_file','2018/07/Untitled-design-3.png'),(224,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:29:\"2018/07/Untitled-design-3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Untitled-design-3-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Untitled-design-3-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-3-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(225,110,'_wp_attached_file','2018/07/cropped-Untitled-design-3.png'),(226,110,'_wp_attachment_context','custom-header'),(227,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:37:\"2018/07/cropped-Untitled-design-3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Untitled-design-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-Untitled-design-3-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-3-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Untitled-design-3-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(228,110,'_wp_attachment_custom_header_last_used_twentythirteen','1532695918'),(229,110,'_wp_attachment_is_custom_header','twentythirteen'),(230,112,'_wp_attached_file','2018/07/Untitled-design-4.png'),(231,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:29:\"2018/07/Untitled-design-4.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Untitled-design-4-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Untitled-design-4-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-4-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(232,112,'_wp_attachment_custom_header_last_used_twentythirteen','1532702205'),(233,112,'_wp_attachment_is_custom_header','twentythirteen'),(234,113,'_wp_attached_file','2018/07/Untitled-design-5.png'),(235,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:29:\"2018/07/Untitled-design-5.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Untitled-design-5-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Untitled-design-5-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(236,114,'_wp_attached_file','2018/07/cropped-Untitled-design-5.png'),(237,114,'_wp_attachment_context','custom-header'),(238,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:37:\"2018/07/cropped-Untitled-design-5.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Untitled-design-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-Untitled-design-5-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-5-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Untitled-design-5-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(239,114,'_wp_attachment_custom_header_last_used_twentythirteen','1532702394'),(240,114,'_wp_attachment_is_custom_header','twentythirteen'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\">\r\n<h4 class=\"entry-title\"><strong>History :</strong></h4>\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\"><img class=\"alignnone size-full wp-image-68\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\" alt=\"Untitled design (2)\" width=\"1024\" height=\"539\" /></a>\r\n\r\n</header> <strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\" style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n</div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text1\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2018-07-27 19:47:59','2018-07-27 14:17:59','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-1.png\"><img class=\"alignnone size-full wp-image-66 aligncenter\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-1.png\" alt=\"Untitled design (1)\" width=\"1024\" height=\"539\" /></a>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\nStudents of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','publish','closed','closed','','admissions','','','2018-07-27 17:35:51','2018-07-27 12:05:51','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\"><img class=\"size-large wp-image-130 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2-1024x539.jpg\" alt=\"1900-1000 (2)\" width=\"604\" height=\"318\" /></a>Integration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design.png\"><img class=\"alignnone size-full wp-image-62\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design.png\" alt=\"Untitled design\" width=\"1024\" height=\"539\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg\"><img class=\"size-large wp-image-133 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga-1024x539.jpg\" alt=\"Yoga\" width=\"604\" height=\"318\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2018-07-27 17:28:27','2018-07-27 11:58:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9.png\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10.png\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10-300x210.png\" alt=\"10\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11.png\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11-300x210.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12.png\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13.png\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14.png\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15.png\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16.png\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17.png\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17-300x210.png\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18.png\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19.png\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab.png\"><img class=\"alignnone size-medium wp-image-61\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab-300x210.png\" alt=\"Iyyapathangal Lab\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/34.png\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/34-300x210.png\" alt=\"34\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/33.png\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/33-300x210.png\" alt=\"33\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/32.png\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/32-300x210.png\" alt=\"32\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/31.png\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/31-300x210.png\" alt=\"31\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/30.png\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/30-300x210.png\" alt=\"30\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/29.png\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/29-300x210.png\" alt=\"29\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/28.png\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/28-300x210.png\" alt=\"28\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/27.png\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/27-300x210.png\" alt=\"27\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/26.png\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/26-300x210.png\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/25.png\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/25-300x210.png\" alt=\"25\" width=\"300\" height=\"210\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2018-07-27 18:11:38','2018-07-27 12:41:38','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2018-07-27 17:31:26','2018-07-27 12:01:26','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya Techno School,\r\n\r\nDoor No:16/2, 2nd Street,\r\n\r\nEVP Park Avenue,Iyyappanthangal,\r\n\r\nNoombal,\r\n\r\nChennai-600077,\r\n\r\nTamil Nadu,\r\n\r\nEmail :- Noombal@srichaitanyaschool.net\r\n\r\nContact No’s :- 73388 56989 / 73388 56462','Contact Us','','publish','closed','closed','','contact-us','','','2018-07-27 17:45:31','2018-07-27 12:15:31','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(23,1,'2015-11-14 17:59:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 17:59:48','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=23',1,'nav_menu_item','',0),(24,1,'2015-11-14 18:01:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 18:01:46','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=24',1,'nav_menu_item','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2018-07-27 19:47:30','2018-07-27 14:17:30','<header class=\"entry-header\">\n<h4 class=\"entry-title\"><strong>History :</strong></h4>\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\"><img class=\"alignnone size-full wp-image-68\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\" alt=\"Untitled design (2)\" width=\"1024\" height=\"539\" /></a>\n\n</header> <strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text1\" style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n</div>\n<div class=\"preprimary_right_text1\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text1\"></div>\n<div class=\"preprimary_right_text1\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\n<div class=\"preprimary_right_text1\"></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text1\"></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2018-07-27 19:47:30','2018-07-27 14:17:30','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2018-07-27 17:29:48','2018-07-27 11:59:48','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n</ul>\n<ul>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>A.S.rao olympiad final test result</u></strong>\n<ul>\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2018-07-27 17:29:48','2018-07-27 11:59:48','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2018-07-27 17:44:18','2018-07-27 12:14:18','Sri Chaitanya Techno School,\n\nDoor No:16/2, 2nd Street,\n\nEVP Park Avenue,Iyyappanthangal,\n\nNoombal,\n\nChennai-600089,\n\nTamil Nadu,\n\nEmail :- Noombal@srichaitanyaschool.net\n\nContact No’s :- 73388 56989 / 73388 56462','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2018-07-27 17:44:18','2018-07-27 12:14:18','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2018-07-27 17:05:53','2018-07-27 11:35:53','','IMG_0296','','inherit','open','closed','','img_0296','','','2018-07-27 17:05:53','2018-07-27 11:35:53','',9,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/IMG_0296.jpg',0,'attachment','image/jpeg',0),(57,1,'2018-07-27 17:06:21','2018-07-27 11:36:21','<header class=\"entry-header\">\r\n<h4 class=\"entry-title\"><strong>History :</strong></h4>\r\n</header>\r\n<h4 class=\"entry-title\"></h4>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"></div>\r\n<div class=\"preprimary_right_text\"> <strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n</div>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"> <strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-07-27 17:06:21','2018-07-27 11:36:21','',9,'http://srichaitanyatechnoschooliyyapanthangal.net/9-revision-v1/',0,'revision','',0),(58,1,'2018-07-27 17:06:45','2018-07-27 11:36:45','','Iyyapathangal Building','','inherit','open','closed','','iyyapathangal-building','','','2018-07-27 17:06:45','2018-07-27 11:36:45','',9,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Building.png',0,'attachment','image/png',0),(59,1,'2018-07-27 17:07:25','2018-07-27 11:37:25','<header class=\"entry-header\">\r\n<h4 class=\"entry-title\"><strong>History :</strong></h4>\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Building.png\"><img class=\"alignnone size-full wp-image-58\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Building.png\" alt=\"Iyyapathangal Building\" width=\"1920\" height=\"500\" /></a>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"> <strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n</div>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"> <strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-07-27 17:07:25','2018-07-27 11:37:25','',9,'http://srichaitanyatechnoschooliyyapanthangal.net/9-revision-v1/',0,'revision','',0),(60,1,'2018-07-27 17:25:21','2018-07-27 11:55:21','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\n\n<strong>Sri Chaitanya</strong>: The Masters of Education\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\n<strong>Choosing a Career without Flipping a Coin</strong>\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\n<strong> </strong><strong>Syllabus </strong>\n\n<strong> CBSE</strong> syllabus:\n<ul>\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\n</ul>\n<strong>Audio-visual aids:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\"><img class=\"size-large wp-image-130 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2-1024x539.jpg\" alt=\"1900-1000 (2)\" width=\"604\" height=\"318\" /></a>Integration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\n\n<strong>Projects</strong>\n\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\n<ul>\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\n</ul>\n<strong>Laboratory</strong>\n\n \n\n \n\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\n\n<strong>Yoga</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg\"><img class=\"size-large wp-image-133 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga-1024x539.jpg\" alt=\"Yoga\" width=\"604\" height=\"318\" /></a>\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\nBenefits of yoga to support the education of the whole child:\n<ul>\n <li>Provides students healthy ways to express and balance their emotions</li>\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\n <li>Encourages community and connectedness within the classroom</li>\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\n <li>Enhances focus, concentration, comprehension and memory</li>\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\n <li>Supports social and emotional learning</li>\n <li>Improves listening skills</li>\n <li>Enhances organizational and communication skills</li>\n <li>Improves mind/body awareness and connection</li>\n <li>Improves confidence and self-esteem</li>\n <li>Encourages respect for oneself and others</li>\n <li>Creates a calm, harmonious classroom</li>\n</ul>\n<strong>Language club</strong>\n\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\n<ul>\n <li>Improve pronunciation</li>\n <li>Develop fluency in speaking and conversation</li>\n <li>Build vocabulary</li>\n <li>Learn essential grammar</li>\n <li>Improve reading and writing skills</li>\n</ul>\n<strong>SMART Living Programme</strong>\n\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\n\n<strong>HIGHLIGHTS:</strong>\n<ul>\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\n</ul>','Academics','','inherit','closed','closed','','14-autosave-v1','','','2018-07-27 17:25:21','2018-07-27 11:55:21','',14,'http://srichaitanyatechnoschooliyyapanthangal.net/14-autosave-v1/',0,'revision','',0),(61,1,'2018-07-27 17:22:40','2018-07-27 11:52:40','','Iyyapathangal Lab','','inherit','open','closed','','iyyapathangal-lab','','','2018-07-27 17:22:40','2018-07-27 11:52:40','',14,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab.png',0,'attachment','image/png',0),(62,1,'2018-07-27 17:27:22','2018-07-27 11:57:22','','Untitled design','','inherit','open','closed','','untitled-design','','','2018-07-27 17:27:22','2018-07-27 11:57:22','',14,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design.png',0,'attachment','image/png',0),(63,1,'2018-07-27 17:27:51','2018-07-27 11:57:51','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\"><img class=\"size-large wp-image-130 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2-1024x539.jpg\" alt=\"1900-1000 (2)\" width=\"604\" height=\"318\" /></a>Integration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design.png\"><img class=\"alignnone size-full wp-image-62\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design.png\" alt=\"Untitled design\" width=\"1024\" height=\"539\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg\"><img class=\"size-large wp-image-133 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga-1024x539.jpg\" alt=\"Yoga\" width=\"604\" height=\"318\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-07-27 17:27:51','2018-07-27 11:57:51','',14,'http://srichaitanyatechnoschooliyyapanthangal.net/14-revision-v1/',0,'revision','',0),(64,1,'2018-07-27 17:30:28','2018-07-27 12:00:28','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-07-27 17:30:28','2018-07-27 12:00:28','',19,'http://srichaitanyatechnoschooliyyapanthangal.net/19-revision-v1/',0,'revision','',0),(65,1,'2018-07-27 17:35:53','2018-07-27 12:05:53','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-1.png\"><img class=\"alignnone size-full wp-image-66 aligncenter\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-1.png\" alt=\"Untitled design (1)\" width=\"1024\" height=\"539\" /></a>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\nStudents of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-autosave-v1','','','2018-07-27 17:35:53','2018-07-27 12:05:53','',12,'http://srichaitanyatechnoschooliyyapanthangal.net/12-autosave-v1/',0,'revision','',0),(66,1,'2018-07-27 17:35:04','2018-07-27 12:05:04','','Untitled design (1)','','inherit','open','closed','','untitled-design-1','','','2018-07-27 17:35:04','2018-07-27 12:05:04','',12,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-1.png',0,'attachment','image/png',0),(67,1,'2018-07-27 17:35:51','2018-07-27 12:05:51','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-1.png\"><img class=\"alignnone size-full wp-image-66 aligncenter\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-1.png\" alt=\"Untitled design (1)\" width=\"1024\" height=\"539\" /></a>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: left;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\nStudents of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-07-27 17:35:51','2018-07-27 12:05:51','',12,'http://srichaitanyatechnoschooliyyapanthangal.net/12-revision-v1/',0,'revision','',0),(68,1,'2018-07-27 17:39:41','2018-07-27 12:09:41','','Untitled design (2)','','inherit','open','closed','','untitled-design-2','','','2018-07-27 17:39:41','2018-07-27 12:09:41','',9,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png',0,'attachment','image/png',0),(69,1,'2018-07-27 17:39:58','2018-07-27 12:09:58','<header class=\"entry-header\">\r\n<h4 class=\"entry-title\"><strong>History :</strong></h4>\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\"><img class=\"alignnone size-full wp-image-68\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\" alt=\"Untitled design (2)\" width=\"1024\" height=\"539\" /></a>\r\n\r\n</header> \r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"> <strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n</div>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"> <strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-07-27 17:39:58','2018-07-27 12:09:58','',9,'http://srichaitanyatechnoschooliyyapanthangal.net/9-revision-v1/',0,'revision','',0),(70,1,'2018-07-27 17:45:31','2018-07-27 12:15:31','Sri Chaitanya Techno School,\r\n\r\nDoor No:16/2, 2nd Street,\r\n\r\nEVP Park Avenue,Iyyappanthangal,\r\n\r\nNoombal,\r\n\r\nChennai-600077,\r\n\r\nTamil Nadu,\r\n\r\nEmail :- Noombal@srichaitanyaschool.net\r\n\r\nContact No’s :- 73388 56989 / 73388 56462','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2018-07-27 17:45:31','2018-07-27 12:15:31','',21,'http://srichaitanyatechnoschooliyyapanthangal.net/21-revision-v1/',0,'revision','',0),(71,1,'2018-07-27 18:10:12','2018-07-27 12:40:12','<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9.png\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10.png\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10-300x210.png\" alt=\"10\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11.png\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11-300x210.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12.png\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13.png\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14.png\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15.png\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16.png\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17.png\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17-300x210.png\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18.png\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19.png\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab.png\"><img class=\"alignnone size-medium wp-image-61\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab-300x210.png\" alt=\"Iyyapathangal Lab\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/34.png\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/34-300x210.png\" alt=\"34\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/33.png\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/33-300x210.png\" alt=\"33\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/32.png\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/32-300x210.png\" alt=\"32\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/31.png\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/31-300x210.png\" alt=\"31\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2018-07-27 18:10:12','2018-07-27 12:40:12','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/17-autosave-v1/',0,'revision','',0),(72,1,'2018-07-27 17:47:21','2018-07-27 12:17:21','','1','','inherit','open','closed','','1','','','2018-07-27 17:47:21','2018-07-27 12:17:21','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1.png',0,'attachment','image/png',0),(73,1,'2018-07-27 17:47:22','2018-07-27 12:17:22','','2','','inherit','open','closed','','2','','','2018-07-27 17:47:22','2018-07-27 12:17:22','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2.png',0,'attachment','image/png',0),(74,1,'2018-07-27 17:47:24','2018-07-27 12:17:24','','3','','inherit','open','closed','','3','','','2018-07-27 17:47:24','2018-07-27 12:17:24','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3.png',0,'attachment','image/png',0),(75,1,'2018-07-27 17:47:25','2018-07-27 12:17:25','','4','','inherit','open','closed','','4','','','2018-07-27 17:47:25','2018-07-27 12:17:25','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4.png',0,'attachment','image/png',0),(76,1,'2018-07-27 17:47:26','2018-07-27 12:17:26','','5','','inherit','open','closed','','5','','','2018-07-27 17:47:26','2018-07-27 12:17:26','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5.png',0,'attachment','image/png',0),(77,1,'2018-07-27 17:47:28','2018-07-27 12:17:28','','6','','inherit','open','closed','','6','','','2018-07-27 17:47:28','2018-07-27 12:17:28','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6.png',0,'attachment','image/png',0),(78,1,'2018-07-27 17:47:29','2018-07-27 12:17:29','','7','','inherit','open','closed','','7','','','2018-07-27 17:47:29','2018-07-27 12:17:29','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7.png',0,'attachment','image/png',0),(79,1,'2018-07-27 17:47:31','2018-07-27 12:17:31','','8','','inherit','open','closed','','8','','','2018-07-27 17:47:31','2018-07-27 12:17:31','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8.png',0,'attachment','image/png',0),(80,1,'2018-07-27 17:47:32','2018-07-27 12:17:32','','9','','inherit','open','closed','','9','','','2018-07-27 17:47:32','2018-07-27 12:17:32','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9.png',0,'attachment','image/png',0),(81,1,'2018-07-27 17:47:34','2018-07-27 12:17:34','','10','','inherit','open','closed','','10','','','2018-07-27 17:47:34','2018-07-27 12:17:34','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10.png',0,'attachment','image/png',0),(82,1,'2018-07-27 17:47:36','2018-07-27 12:17:36','','11','','inherit','open','closed','','11','','','2018-07-27 17:47:36','2018-07-27 12:17:36','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11.png',0,'attachment','image/png',0),(83,1,'2018-07-27 17:47:37','2018-07-27 12:17:37','','12','','inherit','open','closed','','12','','','2018-07-27 17:47:37','2018-07-27 12:17:37','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12.png',0,'attachment','image/png',0),(84,1,'2018-07-27 17:47:39','2018-07-27 12:17:39','','13','','inherit','open','closed','','13','','','2018-07-27 17:47:39','2018-07-27 12:17:39','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13.png',0,'attachment','image/png',0),(85,1,'2018-07-27 17:47:40','2018-07-27 12:17:40','','14','','inherit','open','closed','','14','','','2018-07-27 17:47:40','2018-07-27 12:17:40','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14.png',0,'attachment','image/png',0),(86,1,'2018-07-27 17:47:41','2018-07-27 12:17:41','','15','','inherit','open','closed','','15','','','2018-07-27 17:47:41','2018-07-27 12:17:41','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15.png',0,'attachment','image/png',0),(87,1,'2018-07-27 17:47:43','2018-07-27 12:17:43','','16','','inherit','open','closed','','16','','','2018-07-27 17:47:43','2018-07-27 12:17:43','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16.png',0,'attachment','image/png',0),(88,1,'2018-07-27 17:47:44','2018-07-27 12:17:44','','17','','inherit','open','closed','','17','','','2018-07-27 17:47:44','2018-07-27 12:17:44','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17.png',0,'attachment','image/png',0),(89,1,'2018-07-27 17:47:46','2018-07-27 12:17:46','','18','','inherit','open','closed','','18','','','2018-07-27 17:47:46','2018-07-27 12:17:46','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18.png',0,'attachment','image/png',0),(90,1,'2018-07-27 17:47:48','2018-07-27 12:17:48','','19','','inherit','open','closed','','19','','','2018-07-27 17:47:48','2018-07-27 12:17:48','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19.png',0,'attachment','image/png',0),(91,1,'2018-07-27 17:47:50','2018-07-27 12:17:50','','20','','inherit','open','closed','','20','','','2018-07-27 17:47:50','2018-07-27 12:17:50','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/20.png',0,'attachment','image/png',0),(92,1,'2018-07-27 17:47:52','2018-07-27 12:17:52','','21','','inherit','open','closed','','21','','','2018-07-27 17:47:52','2018-07-27 12:17:52','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/21.png',0,'attachment','image/png',0),(93,1,'2018-07-27 17:47:54','2018-07-27 12:17:54','','22','','inherit','open','closed','','22','','','2018-07-27 17:47:54','2018-07-27 12:17:54','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/22.png',0,'attachment','image/png',0),(94,1,'2018-07-27 17:47:56','2018-07-27 12:17:56','','23','','inherit','open','closed','','23','','','2018-07-27 17:47:56','2018-07-27 12:17:56','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/23.png',0,'attachment','image/png',0),(95,1,'2018-07-27 17:47:57','2018-07-27 12:17:57','','24','','inherit','open','closed','','24','','','2018-07-27 17:47:57','2018-07-27 12:17:57','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/24.png',0,'attachment','image/png',0),(96,1,'2018-07-27 17:56:06','2018-07-27 12:26:06','<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9.png\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10.png\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10-300x210.png\" alt=\"10\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11.png\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11-300x210.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12.png\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13.png\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14.png\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15.png\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16.png\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17.png\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17-300x210.png\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18.png\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19.png\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab.png\"><img class=\"alignnone size-medium wp-image-61\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab-300x210.png\" alt=\"Iyyapathangal Lab\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-07-27 17:56:06','2018-07-27 12:26:06','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/17-revision-v1/',0,'revision','',0),(97,1,'2018-07-27 18:08:21','2018-07-27 12:38:21','','25','','inherit','open','closed','','25','','','2018-07-27 18:08:21','2018-07-27 12:38:21','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/25.png',0,'attachment','image/png',0),(98,1,'2018-07-27 18:08:23','2018-07-27 12:38:23','','26','','inherit','open','closed','','26-2','','','2018-07-27 18:08:23','2018-07-27 12:38:23','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/26.png',0,'attachment','image/png',0),(99,1,'2018-07-27 18:08:25','2018-07-27 12:38:25','','27','','inherit','open','closed','','27-2','','','2018-07-27 18:08:25','2018-07-27 12:38:25','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/27.png',0,'attachment','image/png',0),(100,1,'2018-07-27 18:08:26','2018-07-27 12:38:26','','28','','inherit','open','closed','','28-2','','','2018-07-27 18:08:26','2018-07-27 12:38:26','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/28.png',0,'attachment','image/png',0),(101,1,'2018-07-27 18:08:28','2018-07-27 12:38:28','','29','','inherit','open','closed','','29-2','','','2018-07-27 18:08:28','2018-07-27 12:38:28','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/29.png',0,'attachment','image/png',0),(102,1,'2018-07-27 18:08:30','2018-07-27 12:38:30','','30','','inherit','open','closed','','30-2','','','2018-07-27 18:08:30','2018-07-27 12:38:30','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/30.png',0,'attachment','image/png',0),(103,1,'2018-07-27 18:08:32','2018-07-27 12:38:32','','31','','inherit','open','closed','','31-2','','','2018-07-27 18:08:32','2018-07-27 12:38:32','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/31.png',0,'attachment','image/png',0),(104,1,'2018-07-27 18:08:34','2018-07-27 12:38:34','','32','','inherit','open','closed','','32','','','2018-07-27 18:08:34','2018-07-27 12:38:34','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/32.png',0,'attachment','image/png',0),(105,1,'2018-07-27 18:08:35','2018-07-27 12:38:35','','33','','inherit','open','closed','','33','','','2018-07-27 18:08:35','2018-07-27 12:38:35','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/33.png',0,'attachment','image/png',0),(106,1,'2018-07-27 18:08:37','2018-07-27 12:38:37','','34','','inherit','open','closed','','34','','','2018-07-27 18:08:37','2018-07-27 12:38:37','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/34.png',0,'attachment','image/png',0),(107,1,'2018-07-27 18:11:38','2018-07-27 12:41:38','<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9.png\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/9-300x210.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10.png\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/10-300x210.png\" alt=\"10\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11.png\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/11-300x210.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12.png\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/12-300x210.png\" alt=\"12\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13.png\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/13-300x210.png\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14.png\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/14-300x210.png\" alt=\"14\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15.png\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/15-300x210.png\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16.png\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/16-300x210.png\" alt=\"16\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17.png\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/17-300x210.png\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18.png\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/18-300x210.png\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19.png\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/19-300x210.png\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab.png\"><img class=\"alignnone size-medium wp-image-61\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Iyyapathangal-Lab-300x210.png\" alt=\"Iyyapathangal Lab\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/34.png\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/34-300x210.png\" alt=\"34\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/33.png\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/33-300x210.png\" alt=\"33\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/32.png\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/32-300x210.png\" alt=\"32\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/31.png\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/31-300x210.png\" alt=\"31\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/30.png\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/30-300x210.png\" alt=\"30\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/29.png\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/29-300x210.png\" alt=\"29\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/28.png\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/28-300x210.png\" alt=\"28\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/27.png\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/27-300x210.png\" alt=\"27\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/26.png\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/26-300x210.png\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/25.png\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/25-300x210.png\" alt=\"25\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-07-27 18:11:38','2018-07-27 12:41:38','',17,'http://srichaitanyatechnoschooliyyapanthangal.net/17-revision-v1/',0,'revision','',0),(108,1,'2018-07-27 18:12:54','2018-07-27 12:42:54','<header class=\"entry-header\">\r\n<h4 class=\"entry-title\"><strong>History :</strong></h4>\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\"><img class=\"alignnone size-full wp-image-68\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\" alt=\"Untitled design (2)\" width=\"1024\" height=\"539\" /></a>\r\n\r\n</header> <strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"> There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"> <strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-07-27 18:12:54','2018-07-27 12:42:54','',9,'http://srichaitanyatechnoschooliyyapanthangal.net/9-revision-v1/',0,'revision','',0),(109,1,'2018-07-27 18:21:46','2018-07-27 12:51:46','','Untitled design (3)','','inherit','open','closed','','untitled-design-3','','','2018-07-27 18:21:46','2018-07-27 12:51:46','',0,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2018/07/Untitled-design-3.png',0,'attachment','image/png',0),(110,1,'2018-07-27 18:21:58','2018-07-27 12:51:58','http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2018/07/cropped-Untitled-design-3.png','cropped-Untitled-design-3.png','','inherit','open','closed','','cropped-untitled-design-3-png','','','2018-07-27 18:21:58','2018-07-27 12:51:58','',0,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2018/07/cropped-Untitled-design-3.png',0,'attachment','image/png',0),(111,1,'2018-07-27 19:47:59','2018-07-27 14:17:59','<header class=\"entry-header\">\r\n<h4 class=\"entry-title\"><strong>History :</strong></h4>\r\n<a href=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\"><img class=\"alignnone size-full wp-image-68\" src=\"http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2015/11/Untitled-design-2.png\" alt=\"Untitled design (2)\" width=\"1024\" height=\"539\" /></a>\r\n\r\n</header> <strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\" style=\"text-align: left;\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n</div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text1\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-07-27 19:47:59','2018-07-27 14:17:59','',9,'http://srichaitanyatechnoschooliyyapanthangal.net/9-revision-v1/',0,'revision','',0),(112,1,'2018-07-27 20:06:27','2018-07-27 14:36:27','','Untitled design (4)','','inherit','open','closed','','untitled-design-4','','','2018-07-27 20:06:27','2018-07-27 14:36:27','',0,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2018/07/Untitled-design-4.png',0,'attachment','image/png',0),(113,1,'2018-07-27 20:09:15','2018-07-27 14:39:15','','Untitled design (5)','','inherit','open','closed','','untitled-design-5','','','2018-07-27 20:09:15','2018-07-27 14:39:15','',0,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2018/07/Untitled-design-5.png',0,'attachment','image/png',0),(114,1,'2018-07-27 20:09:53','2018-07-27 14:39:53','http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2018/07/cropped-Untitled-design-5.png','cropped-Untitled-design-5.png','','inherit','open','closed','','cropped-untitled-design-5-png','','','2018-07-27 20:09:53','2018-07-27 14:39:53','',0,'http://srichaitanyatechnoschooliyyapanthangal.net/wp-content/uploads/2018/07/cropped-Untitled-design-5.png',0,'attachment','image/png',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:1:{s:64:\"44df774df21decb15c04934c16ea0ac7ad71b97313e8c28952d5aff70422ba64\";a:4:{s:10:\"expiration\";i:1532861506;s:2:\"ip\";s:14:\"103.211.39.147\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36\";s:5:\"login\";i:1532688706;}}'),(15,1,'scsdashboard_quick_press_last_post_id','55'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&imgsize=medium'),(20,1,'scsuser-settings-time','1532701075'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_srichaitanyamanapakkam` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_srichaitanyamanapakkam` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_srichaitanyamanapakkam`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=16146 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschoolmanapakkam.net','yes'),(2,'home','http://srichaitanyatechnoschoolmanapakkam.net','yes'),(3,'blogname','Sri Chaitanya School Manapakkam','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:97:\"/www-data/sites/srichaitanyatechnoschoolmanapakkam.net/wp-content/themes/twentythirteen/style.css\";i:2;s:98:\"/www-data/sites/srichaitanyatechnoschoolmanapakkam.net/wp-content/themes/twentythirteen/footer.php\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;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:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','cc46d8eec1781b8cb865c77eb78509e6','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1529230851;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:12:\"header_image\";s:118:\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/08/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:185;s:3:\"url\";s:118:\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/08/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:13:\"thumbnail_url\";s:118:\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/08/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}s:16:\"header_textcolor\";s:5:\"blank\";}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(340,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(375,'_site_transient_timeout_browser_143156aedca8214ce63a15cbea76913a','1529835602','yes'),(376,'_site_transient_browser_143156aedca8214ce63a15cbea76913a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.87\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(578,'_site_transient_timeout_browser_63d96baab63efaf21cb01f3d7fa61642','1531559993','yes'),(579,'_site_transient_browser_63d96baab63efaf21cb01f3d7fa61642','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"65.0.3325.181\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(781,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668669898;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(1983,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668669897;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(4551,'_site_transient_timeout_browser_72766ab2b1c85af98adbbb9683600fdf','1617192166','yes'),(4552,'_site_transient_browser_72766ab2b1c85af98adbbb9683600fdf','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"89.0.4389.90\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(5143,'_site_transient_timeout_browser_3829359bcfdddd6901254f0e2c70cace','1620293435','yes'),(5144,'_site_transient_browser_3829359bcfdddd6901254f0e2c70cace','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"90.0.4430.85\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(7730,'_site_transient_timeout_browser_c7e7172c7781b034963ef5178f1479dd','1631612959','yes'),(7731,'_site_transient_browser_c7e7172c7781b034963ef5178f1479dd','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"93.0.4577.63\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(8109,'_site_transient_timeout_browser_03e911a5967ec7b63385b961401fc927','1633324025','yes'),(8110,'_site_transient_browser_03e911a5967ec7b63385b961401fc927','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"93.0.4577.82\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(8826,'_site_transient_timeout_browser_9ceebc4ad83ababb94d4029b4dca4e66','1636521700','yes'),(8827,'_site_transient_browser_9ceebc4ad83ababb94d4029b4dca4e66','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"95.0.4638.54\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(11747,'_site_transient_timeout_browser_2b1335c052fbfe7ed48e8418946ffaa7','1649393602','yes'),(11748,'_site_transient_browser_2b1335c052fbfe7ed48e8418946ffaa7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"99.0.4844.84\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(12404,'_site_transient_timeout_browser_09af53e829b1687c5db16483617c3ced','1652334716','yes'),(12405,'_site_transient_browser_09af53e829b1687c5db16483617c3ced','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:14:\"100.0.4896.127\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(12406,'_transient_timeout_plugin_slugs','1651816318','no'),(12407,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(12408,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1651773118','no'),(12409,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(12411,'_transient_is_multi_author','0','yes'),(12748,'_transient_timeout_mailserver_last_checked','1653322328','no'),(12749,'_transient_mailserver_last_checked','1','no'),(16143,'_site_transient_timeout_theme_roots','1668671695','yes'),(16144,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(16145,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668669898;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=725 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1617101171:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1529232807:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1577683917:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1651730438:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1529234782:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1577687956:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,57,'_wp_attached_file','2015/11/1.jpg'),(144,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(145,64,'_wp_attached_file','2015/11/2.jpg'),(146,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"2-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(147,65,'_wp_attached_file','2015/11/3.jpg'),(148,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"3-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(149,66,'_wp_attached_file','2015/11/4.jpg'),(150,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"4-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(151,67,'_wp_attached_file','2015/11/5.jpg'),(152,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"5-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(153,68,'_wp_attached_file','2015/11/6.jpg'),(154,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"6-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(155,69,'_wp_attached_file','2015/11/7.jpg'),(156,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"7-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(157,70,'_wp_attached_file','2015/11/8.jpg'),(158,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"8-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(159,71,'_wp_attached_file','2015/11/9.jpg'),(160,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/9.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"9-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(161,72,'_wp_attached_file','2015/11/10.jpg'),(162,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/10.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"10-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(163,73,'_wp_attached_file','2015/11/11.jpg'),(164,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"11-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(165,74,'_wp_attached_file','2015/11/12.jpg'),(166,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"12-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(167,75,'_wp_attached_file','2015/11/13.jpg'),(168,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"13-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(169,76,'_wp_attached_file','2015/11/14.jpg'),(170,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"14-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(171,77,'_wp_attached_file','2015/11/15.jpg'),(172,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/15.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"15-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(173,78,'_wp_attached_file','2015/11/16.jpg'),(174,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/16.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"16-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(175,79,'_wp_attached_file','2015/11/17.jpg'),(176,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/17.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"17-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(177,80,'_wp_attached_file','2015/11/18.jpg'),(178,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/18.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"18-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(179,81,'_wp_attached_file','2015/11/19.jpg'),(180,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/19.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"19-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(181,82,'_wp_attached_file','2015/11/20.jpg'),(182,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/20.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"20-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"20-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(183,83,'_wp_attached_file','2015/11/ball-game.jpg'),(184,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:992;s:6:\"height\";i:744;s:4:\"file\";s:21:\"2015/11/ball-game.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ball-game-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ball-game-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ball-game-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(185,92,'_wp_attached_file','2015/11/110.jpg'),(186,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/110.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"110-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"110-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"110-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(187,93,'_wp_attached_file','2015/11/21.jpg'),(188,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"21-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(189,94,'_wp_attached_file','2015/11/31.jpg'),(190,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/31.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"31-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"31-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(191,95,'_wp_attached_file','2015/11/41.jpg'),(192,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/41.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"41-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"41-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(193,96,'_wp_attached_file','2015/11/51.jpg'),(194,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/51.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"51-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"51-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(195,97,'_wp_attached_file','2015/11/61.jpg'),(196,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/61.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"61-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"61-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(197,98,'_wp_attached_file','2015/11/71.jpg'),(198,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/71.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"71-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"71-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"71-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(199,99,'_wp_attached_file','2015/11/81.jpg'),(200,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/81.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"81-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"81-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"81-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(201,100,'_wp_attached_file','2015/11/91.jpg'),(202,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/91.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"91-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"91-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"91-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(203,101,'_wp_attached_file','2015/11/101.jpg'),(204,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/101.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"101-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"101-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"101-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(205,102,'_wp_attached_file','2015/11/111.jpg'),(206,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/111.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"111-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(207,103,'_wp_attached_file','2015/11/121.jpg'),(208,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/121.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"121-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"121-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(209,104,'_wp_attached_file','2015/11/131.jpg'),(210,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/131.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"131-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"131-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"131-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(211,105,'_wp_attached_file','2015/11/141.jpg'),(212,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/141.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"141-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"141-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(213,106,'_wp_attached_file','2015/11/151.jpg'),(214,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/151.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"151-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"151-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(215,107,'_wp_attached_file','2015/11/161.jpg'),(216,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/161.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"161-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"161-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"161-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(217,108,'_wp_attached_file','2015/11/171.jpg'),(218,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/171.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"171-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"171-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"171-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(219,109,'_wp_attached_file','2015/11/181.jpg'),(220,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/181.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"181-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"181-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"181-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(221,110,'_wp_attached_file','2015/11/STUDENT-LIFE-1.png'),(222,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/STUDENT-LIFE-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-1-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(223,111,'_wp_attached_file','2015/11/STUDENT-LIFE-2.png'),(224,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/STUDENT-LIFE-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-2-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(225,112,'_wp_attached_file','2015/11/STUDENT-LIFE-3.png'),(226,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/STUDENT-LIFE-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-3-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-3-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(227,113,'_wp_attached_file','2015/11/STUDENT-LIFE-4.png'),(228,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/STUDENT-LIFE-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-4-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-4-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(229,114,'_wp_attached_file','2015/11/STUDENT-LIFE-5.png'),(230,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/STUDENT-LIFE-5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-5-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-5-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(231,115,'_wp_attached_file','2015/11/STUDENT-LIFE-6.png'),(232,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/STUDENT-LIFE-6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-6-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-6-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(233,116,'_wp_attached_file','2015/11/STUDENT-LIFE-7.png'),(234,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/STUDENT-LIFE-7.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-7-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"STUDENT-LIFE-7-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(235,120,'_wp_attached_file','2015/11/IMG_2017-10-11_13-10-57.jpg'),(236,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-10-11_13-10-57.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-11_13-10-57-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-11_13-10-57-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-10-11_13-10-57-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-11_13-10-57-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(237,121,'_wp_attached_file','2015/11/IMG_2017-10-11_13-14-41.jpg'),(238,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-10-11_13-14-41.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-11_13-14-41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-11_13-14-41-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-10-11_13-14-41-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-11_13-14-41-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(239,122,'_wp_attached_file','2015/11/IMG_2017-10-23_14-06-22.jpg'),(240,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-10-23_14-06-22.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-23_14-06-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-23_14-06-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-10-23_14-06-22-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-23_14-06-22-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(241,123,'_wp_attached_file','2015/11/IMG_2017-10-25_14-49-02.jpg'),(242,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-10-25_14-49-02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-25_14-49-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-25_14-49-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-10-25_14-49-02-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-25_14-49-02-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(243,124,'_wp_attached_file','2015/11/IMG_2017-10-25_18-42-05.jpg'),(244,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-10-25_18-42-05.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-25_18-42-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-25_18-42-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-10-25_18-42-05-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-25_18-42-05-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(245,125,'_wp_attached_file','2015/11/IMG_2017-10-27_16-03-34.jpg'),(246,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-10-27_16-03-34.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-27_16-03-34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-27_16-03-34-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-10-27_16-03-34-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-27_16-03-34-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(247,126,'_wp_attached_file','2015/11/IMG_2017-10-28_22-58-22.jpg'),(248,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-10-28_22-58-22.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-28_22-58-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-28_22-58-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-10-28_22-58-22-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-28_22-58-22-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(249,127,'_wp_attached_file','2015/11/IMG_2017-10-30_10-36-43.jpg'),(250,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-10-30_10-36-43.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-30_10-36-43-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-30_10-36-43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-10-30_10-36-43-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-10-30_10-36-43-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(251,128,'_wp_attached_file','2015/11/IMG_2017-08-24_11-41-24.jpg'),(252,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/11/IMG_2017-08-24_11-41-24.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-08-24_11-41-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2017-08-24_11-41-24-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_2017-08-24_11-41-24-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2017-08-24_11-41-24-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(253,131,'_edit_last','1'),(254,131,'_edit_lock','1616665210:1'),(255,133,'_menu_item_type','post_type'),(256,133,'_menu_item_menu_item_parent','27'),(257,133,'_menu_item_object_id','131'),(258,133,'_menu_item_object','page'),(259,133,'_menu_item_target',''),(260,133,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(261,133,'_menu_item_xfn',''),(262,133,'_menu_item_url',''),(264,134,'_wp_attached_file','2019/02/ABHINAV-RAHUL-CLASS-VII.jpg'),(265,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2812;s:6:\"height\";i:4688;s:4:\"file\";s:35:\"2019/02/ABHINAV-RAHUL-CLASS-VII.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ABHINAV-RAHUL-CLASS-VII-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ABHINAV-RAHUL-CLASS-VII-180x300.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ABHINAV-RAHUL-CLASS-VII-614x1024.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"ABHINAV-RAHUL-CLASS-VII-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(266,135,'_wp_attached_file','2019/02/ABHINAV-RAHUL-CLASS-VII.pdf'),(267,136,'_wp_attached_file','2019/02/AKAASH-KANNAN-CLASS-III.pdf'),(268,137,'_wp_attached_file','2019/02/ARNAV-RAHUL-CLASS-V.pdf'),(269,139,'_wp_attached_file','2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf'),(270,144,'_wp_attached_file','2015/11/112.jpg'),(271,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/112.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"112-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"112-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(272,145,'_wp_attached_file','2015/11/22.jpg'),(273,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/22.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(274,146,'_wp_attached_file','2015/11/32.jpg'),(275,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/32.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"32-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(276,147,'_wp_attached_file','2015/11/42.jpg'),(277,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/42.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"42-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(278,148,'_wp_attached_file','2015/11/52.jpg'),(279,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/52.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"52-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"52-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(280,149,'_wp_attached_file','2015/11/62.jpg'),(281,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/62.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"62-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"62-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(282,150,'_wp_attached_file','2015/11/72.jpg'),(283,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/72.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"72-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"72-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(284,151,'_wp_attached_file','2015/11/82.jpg'),(285,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/82.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"82-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"82-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(286,152,'_wp_attached_file','2015/11/92.jpg'),(287,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/92.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"92-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"92-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(288,153,'_wp_attached_file','2015/11/102.jpg'),(289,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/102.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"102-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"102-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(290,155,'_wp_attached_file','2015/11/113.jpg'),(291,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/113.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"113-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"113-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(292,156,'_wp_attached_file','2015/11/122.jpg'),(293,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/122.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"122-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"122-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(294,157,'_wp_attached_file','2015/11/132.jpg'),(295,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/132.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"132-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"132-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(296,158,'_wp_attached_file','2015/11/142.jpg'),(297,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/142.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"142-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"142-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(298,159,'_wp_attached_file','2015/11/191.jpg'),(299,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/191.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"191-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"191-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(300,160,'_wp_attached_file','2015/11/201.jpg'),(301,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/201.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"201-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(302,161,'_wp_attached_file','2015/11/152.jpg'),(303,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/152.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"152-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"152-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(304,162,'_wp_attached_file','2015/11/162.jpg'),(305,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/162.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"162-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"162-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(306,163,'_wp_attached_file','2015/11/172.jpg'),(307,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/172.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"172-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"172-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(308,164,'_wp_attached_file','2015/11/182.jpg'),(309,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/182.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"182-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"182-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(310,167,'_wp_attached_file','2015/11/211.jpg'),(311,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/211.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"211-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(312,168,'_wp_attached_file','2015/11/221.jpg'),(313,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/221.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"221-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"221-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(314,169,'_wp_attached_file','2015/11/23.jpg'),(315,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/23.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(316,170,'_wp_attached_file','2015/11/24.jpg'),(317,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/24.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(318,171,'_wp_attached_file','2015/11/25.jpg'),(319,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/25.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"25-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(320,172,'_wp_attached_file','2015/11/26.jpg'),(321,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/26.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"26-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(322,174,'_wp_attached_file','2015/11/27.jpg'),(323,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/27.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"27-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(324,175,'_wp_attached_file','2015/11/28.jpg'),(325,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/28.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"28-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(326,176,'_wp_attached_file','2015/11/29.jpg'),(327,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/29.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"29-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(328,177,'_wp_attached_file','2015/11/30.jpg'),(329,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/30.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"30-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(330,178,'_wp_attached_file','2015/11/311.jpg'),(331,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/311.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"311-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"311-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(332,179,'_wp_attached_file','2015/11/321.jpg'),(333,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/321.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"321-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"321-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(334,180,'_wp_attached_file','2015/11/33.jpg'),(335,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/33.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"33-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(336,181,'_wp_attached_file','2015/11/34.jpg'),(337,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/34.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"34-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(338,182,'_wp_attached_file','2015/11/35.jpg'),(339,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/35.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"35-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(340,184,'_wp_attached_file','2019/08/Sri-Chaitaya-School-CBSE-Banners..jpg'),(341,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:45:\"2019/08/Sri-Chaitaya-School-CBSE-Banners..jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Sri-Chaitaya-School-CBSE-Banners.-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Sri-Chaitaya-School-CBSE-Banners.-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(342,185,'_wp_attached_file','2019/08/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg'),(343,185,'_wp_attachment_context','custom-header'),(344,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:53:\"2019/08/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(345,185,'_wp_attachment_custom_header_last_used_twentythirteen','1566371516'),(346,185,'_wp_attachment_is_custom_header','twentythirteen'),(347,188,'_wp_attached_file','2019/02/ANJANA-RAJESH-CLASS-IV.pdf'),(348,191,'_wp_attached_file','2019/02/ASHER-SMILES-CLASS-IV.pdf'),(349,193,'_wp_attached_file','2019/02/DHAKSHIN-R-CLASS-V.pdf'),(350,195,'_wp_attached_file','2019/02/EBINESER-PAUL-CLASS-VII.pdf'),(351,196,'_wp_attached_file','2019/02/GOKULNATH-CLASS-V.pdf'),(352,197,'_wp_attached_file','2019/02/HARSHITHA-P-CLASS-VI.pdf'),(353,198,'_wp_attached_file','2019/02/J-VISWARAM-CLASS-IV.pdf'),(354,199,'_wp_attached_file','2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf'),(355,201,'_wp_attached_file','2019/02/PRISCILLA-GRACE-CLASS-V.pdf'),(356,202,'_wp_attached_file','2019/02/RITHANYA-CLASS-IV.pdf'),(357,203,'_wp_attached_file','2019/02/RITHESH-R-CLASS-III.pdf'),(358,204,'_wp_attached_file','2019/02/RITHVIC-RANJITH-CLASS-VI.pdf'),(359,205,'_wp_attached_file','2019/02/SRIKAR-MAGULURU-CLASS-VII.pdf'),(360,206,'_wp_attached_file','2019/02/SUNETRA-KRISHNAN-CLASS-V.pdf'),(361,207,'_wp_attached_file','2019/02/SUNETRA-KRISHNAN-CLASS-V1.pdf'),(362,208,'_wp_attached_file','2019/02/TEJASWINI-CLASS-VIII.pdf'),(363,211,'_wp_attached_file','2015/11/212.jpg'),(364,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/212.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"212-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(365,212,'_wp_attached_file','2015/11/222.jpg'),(366,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/222.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"222-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"222-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(367,213,'_wp_attached_file','2015/11/231.jpg'),(368,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/231.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"231-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"231-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(369,214,'_wp_attached_file','2015/11/241.jpg'),(370,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/241.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"241-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"241-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(371,223,'_edit_last','1'),(372,223,'_edit_lock','1616586221:1'),(373,225,'_wp_attached_file','2019/10/Teachers-Details.pdf'),(374,227,'_menu_item_type','post_type'),(375,227,'_menu_item_menu_item_parent','27'),(376,227,'_menu_item_object_id','223'),(377,227,'_menu_item_object','page'),(378,227,'_menu_item_target',''),(379,227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(380,227,'_menu_item_xfn',''),(381,227,'_menu_item_url',''),(382,229,'_wp_attached_file','2019/10/Teachers-Details1.pdf'),(383,232,'_edit_last','1'),(384,232,'_edit_lock','1616585992:1'),(385,233,'_wp_attached_file','2019/12/Student-Details.pdf'),(386,235,'_menu_item_type','post_type'),(387,235,'_menu_item_menu_item_parent','27'),(388,235,'_menu_item_object_id','232'),(389,235,'_menu_item_object','page'),(390,235,'_menu_item_target',''),(391,235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(392,235,'_menu_item_xfn',''),(393,235,'_menu_item_url',''),(395,237,'_edit_last','1'),(396,237,'_edit_lock','1617101081:1'),(397,238,'_wp_attached_file','2019/12/School-Infrastructure-Facilities.pdf'),(398,243,'_menu_item_type','post_type'),(399,243,'_menu_item_menu_item_parent','29'),(400,243,'_menu_item_object_id','237'),(401,243,'_menu_item_object','page'),(402,243,'_menu_item_target',''),(403,243,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(404,243,'_menu_item_xfn',''),(405,243,'_menu_item_url',''),(415,263,'_wp_attached_file','2015/11/IMG-20200129-WA000201.jpg'),(416,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:715;s:6:\"height\";i:469;s:4:\"file\";s:33:\"2015/11/IMG-20200129-WA000201.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG-20200129-WA000201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"IMG-20200129-WA000201-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG-20200129-WA000201-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(417,264,'_wp_attached_file','2015/11/210.jpg'),(418,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/210.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"210-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(419,265,'_wp_attached_file','2015/11/114.jpg'),(420,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/114.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"114-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(421,266,'_wp_attached_file','2015/11/36.jpg'),(422,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/36.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"36-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(423,267,'_wp_attached_file','2015/11/43.jpg'),(424,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/43.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"43-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"43-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(425,269,'_wp_attached_file','2015/11/Untitled-design-1.jpg'),(426,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:29:\"2015/11/Untitled-design-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(427,270,'_wp_attached_file','2015/11/Untitled-design.jpg'),(428,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:27:\"2015/11/Untitled-design.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Untitled-design-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(429,271,'_wp_attached_file','2015/11/Jan-2-1.jpg'),(430,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:485;s:4:\"file\";s:19:\"2015/11/Jan-2-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Jan-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Jan-2-1-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Jan-2-1-1024x485.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Jan-2-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"OPPO A7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1580026844;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.46\";s:3:\"iso\";s:3:\"103\";s:13:\"shutter_speed\";s:19:\"0.00026525198938992\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(431,272,'_wp_attached_file','2015/11/73.jpg'),(432,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/73.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"73-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"73-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(433,273,'_wp_attached_file','2015/11/83.jpg'),(434,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/83.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"83-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"83-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(435,274,'_wp_attached_file','2015/11/93.jpg'),(436,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/93.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"93-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"93-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(437,275,'_wp_attached_file','2015/11/103.jpg'),(438,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/103.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"103-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"103-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(439,277,'_wp_attached_file','2015/11/115.jpg'),(440,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/115.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"115-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"115-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(441,278,'_wp_attached_file','2015/11/123.jpg'),(442,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/123.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"123-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"123-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(443,279,'_wp_attached_file','2015/11/133.jpg'),(444,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/133.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"133-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"133-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(445,280,'_wp_attached_file','2015/11/143.jpg'),(446,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/143.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"143-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"143-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(447,284,'_wp_attached_file','2015/11/116.jpg'),(448,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/116.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"116-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"116-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(449,285,'_wp_attached_file','2015/11/213.jpg'),(450,285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/213.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"213-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"213-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(451,286,'_wp_attached_file','2015/11/37.jpg'),(452,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/37.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"37-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(453,287,'_wp_attached_file','2015/11/44.jpg'),(454,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/44.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"44-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"44-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(455,289,'_wp_attached_file','2015/11/53.jpg'),(456,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/53.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"53-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"53-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(457,290,'_wp_attached_file','2015/11/63.jpg'),(458,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/63.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"63-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"63-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(459,291,'_wp_attached_file','2015/11/74.jpg'),(460,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/74.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"74-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"74-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(461,292,'_wp_attached_file','2015/11/84.jpg'),(462,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/84.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"84-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"84-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(463,294,'_wp_attached_file','2015/11/94.jpg'),(464,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/94.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"94-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"94-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(465,295,'_wp_attached_file','2015/11/104.jpg'),(466,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/104.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"104-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"104-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(467,298,'_wp_attached_file','2015/11/Manapakkam-24-2-20-1.jpg'),(468,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:32:\"2015/11/Manapakkam-24-2-20-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Manapakkam-24-2-20-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Manapakkam-24-2-20-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(469,299,'_wp_attached_file','2015/11/Manapakkam-24-2-20.jpg'),(470,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:30:\"2015/11/Manapakkam-24-2-20.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Manapakkam-24-2-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Manapakkam-24-2-20-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(471,301,'_wp_attached_file','2015/11/134.jpg'),(472,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/134.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"134-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"134-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(473,302,'_wp_attached_file','2015/11/144.jpg'),(474,302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/144.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"144-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"144-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(475,303,'_wp_attached_file','2015/11/153.jpg'),(476,303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/153.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"153-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"153-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(477,304,'_wp_attached_file','2015/11/163.jpg'),(478,304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/163.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"163-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"163-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(479,306,'_wp_attached_file','2015/11/Manapakkam-24-2-201.jpg'),(480,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:31:\"2015/11/Manapakkam-24-2-201.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Manapakkam-24-2-201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Manapakkam-24-2-201-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(481,310,'_edit_last','1'),(482,310,'_edit_lock','1625735739:1'),(483,311,'_wp_attached_file','2021/03/Fee-Structure.pdf'),(484,313,'_wp_attached_file','2019/12/Student-Strength-Details.pdf'),(485,315,'_wp_attached_file','2019/10/Staff-Details.pdf'),(486,318,'_menu_item_type','post_type'),(487,318,'_menu_item_menu_item_parent','27'),(488,318,'_menu_item_object_id','310'),(489,318,'_menu_item_object','page'),(490,318,'_menu_item_target',''),(491,318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(492,318,'_menu_item_xfn',''),(493,318,'_menu_item_url',''),(504,320,'_wp_attached_file','2019/02/Shravanthi-Guru-Saye-Prasad-CLASS-XI.pdf'),(505,324,'_edit_last','1'),(506,324,'_edit_lock','1632462502:1'),(507,325,'_wp_attached_file','2021/03/School-Management-Committee.pdf'),(508,327,'_edit_last','1'),(509,327,'_edit_lock','1617096434:1'),(510,329,'_wp_attached_file','2021/03/Circular.pdf'),(511,332,'_edit_last','1'),(512,332,'_edit_lock','1617096483:1'),(513,333,'_wp_attached_file','2021/03/Annual-Report-19-20.pdf'),(514,335,'_menu_item_type','post_type'),(515,335,'_menu_item_menu_item_parent','27'),(516,335,'_menu_item_object_id','332'),(517,335,'_menu_item_object','page'),(518,335,'_menu_item_target',''),(519,335,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(520,335,'_menu_item_xfn',''),(521,335,'_menu_item_url',''),(523,336,'_menu_item_type','post_type'),(524,336,'_menu_item_menu_item_parent','27'),(525,336,'_menu_item_object_id','327'),(526,336,'_menu_item_object','page'),(527,336,'_menu_item_target',''),(528,336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(529,336,'_menu_item_xfn',''),(530,336,'_menu_item_url',''),(532,337,'_menu_item_type','post_type'),(533,337,'_menu_item_menu_item_parent','27'),(534,337,'_menu_item_object_id','324'),(535,337,'_menu_item_object','page'),(536,337,'_menu_item_target',''),(537,337,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(538,337,'_menu_item_xfn',''),(539,337,'_menu_item_url',''),(541,339,'_wp_attached_file','2019/12/1.png'),(542,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/12/1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(543,340,'_wp_attached_file','2019/12/2.png'),(544,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/12/2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(545,341,'_wp_attached_file','2019/12/3.png'),(546,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/12/3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(547,343,'_wp_attached_file','2019/12/4.png'),(548,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/12/4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(549,344,'_wp_attached_file','2019/12/5.png'),(550,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/12/5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(551,345,'_wp_attached_file','2019/12/6.png'),(552,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/12/6.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(553,347,'_wp_attached_file','2015/11/Banneer.jpg'),(554,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:19:\"2015/11/Banneer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Banneer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Banneer-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Banneer-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(555,351,'_wp_attached_file','2021/04/List-of-Working-Days-Holidays-2021-22.pdf'),(556,350,'_edit_last','1'),(557,350,'_edit_lock','1625735832:1'),(558,353,'_menu_item_type','post_type'),(559,353,'_menu_item_menu_item_parent','27'),(560,353,'_menu_item_object_id','350'),(561,353,'_menu_item_object','page'),(562,353,'_menu_item_target',''),(563,353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(564,353,'_menu_item_xfn',''),(565,353,'_menu_item_url',''),(569,356,'_wp_attached_file','2021/04/AAC-Higher-Secondary-Stage.pdf'),(572,359,'_wp_attached_file','2021/03/School-Management-Comittee.pdf'),(573,361,'_wp_attached_file','2021/03/FEE-STRUCTURE.pdf'),(574,363,'_wp_attached_file','2021/04/Academic-Calendar.pdf'),(575,365,'_edit_last','1'),(576,365,'_edit_lock','1625735957:1'),(577,366,'_wp_attached_file','2021/07/Affiliation-Certificate.pdf'),(578,369,'_wp_attached_file','2021/07/Building-Safety-Certificate.pdf'),(579,368,'_edit_last','1'),(580,368,'_edit_lock','1631008285:1'),(581,372,'_wp_attached_file','2021/07/Fire-Safety-Certificate.pdf'),(582,371,'_edit_last','1'),(583,371,'_edit_lock','1632720160:1'),(584,374,'_edit_last','1'),(585,374,'_edit_lock','1625736087:1'),(586,375,'_wp_attached_file','2021/07/Madatory-Public-Disclosure.pdf'),(587,377,'_edit_last','1'),(588,377,'_edit_lock','1646197526:1'),(589,378,'_wp_attached_file','2021/07/NOC.pdf'),(590,380,'_edit_last','1'),(591,380,'_edit_lock','1631008358:1'),(592,381,'_wp_attached_file','2021/07/Recognition-Certificate.pdf'),(593,383,'_edit_last','1'),(594,383,'_edit_lock','1635916938:1'),(595,384,'_wp_attached_file','2021/07/Sanitary-Certificate.pdf'),(596,387,'_wp_attached_file','2021/07/Trust-Deed.pdf'),(597,386,'_edit_last','1'),(598,386,'_edit_lock','1625736212:1'),(599,389,'_menu_item_type','post_type'),(600,389,'_menu_item_menu_item_parent','393'),(601,389,'_menu_item_object_id','386'),(602,389,'_menu_item_object','page'),(603,389,'_menu_item_target',''),(604,389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(605,389,'_menu_item_xfn',''),(606,389,'_menu_item_url',''),(608,390,'_menu_item_type','post_type'),(609,390,'_menu_item_menu_item_parent','393'),(610,390,'_menu_item_object_id','383'),(611,390,'_menu_item_object','page'),(612,390,'_menu_item_target',''),(613,390,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(614,390,'_menu_item_xfn',''),(615,390,'_menu_item_url',''),(617,391,'_menu_item_type','post_type'),(618,391,'_menu_item_menu_item_parent','393'),(619,391,'_menu_item_object_id','380'),(620,391,'_menu_item_object','page'),(621,391,'_menu_item_target',''),(622,391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(623,391,'_menu_item_xfn',''),(624,391,'_menu_item_url',''),(626,392,'_menu_item_type','post_type'),(627,392,'_menu_item_menu_item_parent','393'),(628,392,'_menu_item_object_id','377'),(629,392,'_menu_item_object','page'),(630,392,'_menu_item_target',''),(631,392,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(632,392,'_menu_item_xfn',''),(633,392,'_menu_item_url',''),(635,393,'_menu_item_type','post_type'),(636,393,'_menu_item_menu_item_parent','0'),(637,393,'_menu_item_object_id','374'),(638,393,'_menu_item_object','page'),(639,393,'_menu_item_target',''),(640,393,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(641,393,'_menu_item_xfn',''),(642,393,'_menu_item_url',''),(644,394,'_menu_item_type','post_type'),(645,394,'_menu_item_menu_item_parent','393'),(646,394,'_menu_item_object_id','371'),(647,394,'_menu_item_object','page'),(648,394,'_menu_item_target',''),(649,394,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(650,394,'_menu_item_xfn',''),(651,394,'_menu_item_url',''),(653,395,'_menu_item_type','post_type'),(654,395,'_menu_item_menu_item_parent','393'),(655,395,'_menu_item_object_id','368'),(656,395,'_menu_item_object','page'),(657,395,'_menu_item_target',''),(658,395,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(659,395,'_menu_item_xfn',''),(660,395,'_menu_item_url',''),(662,396,'_menu_item_type','post_type'),(663,396,'_menu_item_menu_item_parent','393'),(664,396,'_menu_item_object_id','365'),(665,396,'_menu_item_object','page'),(666,396,'_menu_item_target',''),(667,396,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(668,396,'_menu_item_xfn',''),(669,396,'_menu_item_url',''),(671,399,'_wp_attached_file','2021/07/Building-Safety-Certificate1.pdf'),(672,401,'_wp_attached_file','2021/07/CERTIFICATE-OF-RECOGNITION.pdf'),(673,405,'_wp_attached_file','2021/03/School-Management-Committee1.pdf'),(674,407,'_wp_attached_file','2021/07/FIRE-CERTIFICATE.pdf'),(675,408,'_wp_attached_file','2021/07/FIRE-NOC.pdf'),(676,412,'_wp_attached_file','2015/11/1.png'),(677,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(678,413,'_wp_attached_file','2015/11/2.png'),(679,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(680,414,'_wp_attached_file','2015/11/3.png'),(681,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(682,415,'_wp_attached_file','2015/11/4.png'),(683,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(684,416,'_wp_attached_file','2015/11/5.png'),(685,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(686,417,'_wp_attached_file','2015/11/6.png'),(687,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/6.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(688,418,'_wp_attached_file','2015/11/7.png'),(689,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/7.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(690,419,'_wp_attached_file','2015/11/8.png'),(691,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/8.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(692,421,'_wp_attached_file','2015/11/9.png'),(693,421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/9.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(694,422,'_wp_attached_file','2015/11/10.png'),(695,422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/10.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(696,423,'_wp_attached_file','2015/11/11.png'),(697,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/11.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(698,424,'_wp_attached_file','2015/11/12.png'),(699,424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/12.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(700,425,'_wp_attached_file','2015/11/Untitled-design1.jpg'),(701,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:28:\"2015/11/Untitled-design1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Untitled-design1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Untitled-design1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(702,429,'_wp_attached_file','2021/07/Sanitary-Certificate-.pdf'),(703,432,'_wp_attached_file','2021/07/NOC1.pdf'),(704,435,'_edit_last','1'),(705,435,'_edit_lock','1648789039:1'),(706,437,'_menu_item_type','post_type'),(707,437,'_menu_item_menu_item_parent','31'),(708,437,'_menu_item_object_id','435'),(709,437,'_menu_item_object','page'),(710,437,'_menu_item_target',''),(711,437,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(712,437,'_menu_item_xfn',''),(713,437,'_menu_item_url',''),(715,439,'_wp_attached_file','2015/11/117.jpg'),(716,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/117.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"117-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"117-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(717,440,'_wp_attached_file','2015/11/214.jpg'),(718,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/214.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"214-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"214-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(719,441,'_wp_attached_file','2015/11/38.jpg'),(720,441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/38.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"38-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(721,442,'_wp_attached_file','2015/11/45.jpg'),(722,442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/45.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"45-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(723,443,'_wp_attached_file','2015/11/VID-20220426-WA0043.mp4'),(724,443,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:13016292;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:49;s:16:\"length_formatted\";s:4:\"0:49\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=445 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<h6 style=\"text-align: left;\"><span style=\"color: #b5579a;\">School Affiliation Number:- 1930867</span></h6>\r\n<h6 style=\"text-align: left;\"><span style=\"color: #327399;\">School Code:- 55781</span></h6>\r\n<h5><strong>History</strong></h5>\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Banneer.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-347 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Banneer.jpg\" alt=\"Banneer\" width=\"820\" height=\"312\" /></a>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2021-03-30 16:16:11','2021-03-30 10:46:11','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya: </strong>The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"wp-image-57 aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"378\" height=\"207\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\nStudents of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n\r\nParents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.\r\n\r\nIf seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.\r\n\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','publish','closed','closed','','admissions','','','2018-06-17 16:25:28','2018-06-17 10:55:28','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>\r\n<strong><span style=\"color: #ff0000;\">Note :-</span> </strong>No Home Work Has Been Given for Grades 1 & 2 .','Academics','','publish','closed','closed','','academics','','','2019-10-19 12:57:13','2019-10-19 07:27:13','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<strong>“Penguin\'s day celebratedâ€</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/117.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-439 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/117.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/214.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-440 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/214.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"640\" mp4=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/VID-20220426-WA0043.mp4\" autoplay=\"true\"][/video]\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-441 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/38.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/45.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-442 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/45.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>“Azadi Ka Amrit Mahotsavâ€</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-412 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-414 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-415 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-416 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-418 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-419 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-421 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" target=\"_blank\"><img class=\"alignnone wp-image-422 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" target=\"_blank\"><img class=\"alignnone wp-image-423 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-425 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Dance Show : </strong>Every step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship & Swimming Competition 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate : </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Tamil Nadu Assembly Visit :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2022-05-05 11:30:37','2022-05-05 06:00:37','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2018-06-17 16:58:28','2018-06-17 11:28:28','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya Techno School Manapakkam,\r\n\r\nSchool Affiliation Number: 1930867,\r\n\r\nSchool Code: 55781,\r\n\r\n<strong>Address:</strong> Survey No:472/1, Balaraman Street,\r\n\r\nThiruvalluvar Nagar, Opposite Thiruvalluvar Nagar Park,\r\n\r\nManapakkam, Chennai-600125, Tamilnadu,\r\n\r\nEmail:- manapakkam@srichaitanyaschool.net\r\n\r\nPhone :- 7338856990/ 73388 56339','Contact Us','','publish','closed','closed','','contact-us','','','2019-12-30 12:08:51','2019-12-30 06:38:51','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',12,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2022-04-01 10:28:25','2022-04-01 04:58:25','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',23,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',10,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2022-04-01 10:28:25','2022-04-01 04:58:25','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',24,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2022-04-01 10:28:25','2022-04-01 04:58:25','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',21,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2018-06-17 16:57:11','2018-06-17 11:27:11','','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2018-06-17 16:57:11','2018-06-17 11:27:11','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2019-12-30 12:07:16','2019-12-30 06:37:16','Sri Chaitanya Techno School Manapakkam,\n\n \n\n \n\n \n\nSchool Affiliation Number: 1930867\n\nSchool Code: 55781,\n\nSurvey No:472/1, Balaraman Street,\n\nThiruvalluvar Nagar, Opposite Thiruvalluvar Nagar Park,\n\nManapakkam, Chennai-600125, Tamilnadu,\n\nEmail:- manapakkam@srichaitanyaschool.net\n\nPhone :- 7338856990/ 73388 56339','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2019-12-30 12:07:16','2019-12-30 06:37:16','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2018-06-17 16:16:34','2018-06-17 10:46:34','Survey No:472/1, Balaraman Street,\r\n\r\nThiruvalluvar Nagar,\r\n\r\nOpposite Thiruvalluvar Nagar Park,\r\n\r\nManapakkam,\r\n\r\nChennai,\r\n\r\nTamilnadu,\r\n\r\nEmail :- manapakkam@srichaitanyaschool.net\r\n\r\nPH :- 7338856990/ 73388 56339','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2018-06-17 16:16:34','2018-06-17 10:46:34','',21,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/21-revision-v1/',0,'revision','',0),(56,1,'2018-06-17 16:20:07','2018-06-17 10:50:07','Sri Chaitanya: The Masters of Education\n\nSchool photos_001\n\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\n\nStudents of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\n\nAdmission is left entirely to the discretion of the Principal.\n\nParents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.\n\nIf seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.\n\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-autosave-v1','','','2018-06-17 16:20:07','2018-06-17 10:50:07','',12,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/12-autosave-v1/',0,'revision','',0),(57,1,'2018-06-17 16:20:42','2018-06-17 10:50:42','','1','','inherit','open','closed','','1','','','2018-06-17 16:20:42','2018-06-17 10:50:42','',12,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.jpg',0,'attachment','image/jpeg',0),(58,1,'2018-06-17 16:21:02','2018-06-17 10:51:02','Sri Chaitanya: The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-57\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\nStudents of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n\r\nParents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.\r\n\r\nIf seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.\r\n\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-06-17 16:21:02','2018-06-17 10:51:02','',12,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/12-revision-v1/',0,'revision','',0),(59,1,'2018-06-17 16:23:20','2018-06-17 10:53:20','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-17 16:23:20','2018-06-17 10:53:20','',9,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/9-revision-v1/',0,'revision','',0),(60,1,'2018-06-17 16:24:38','2018-06-17 10:54:38','<strong>Sri Chaitanya: The Masters of Education</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"wp-image-57 aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"378\" height=\"207\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\nStudents of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n\r\nParents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.\r\n\r\nIf seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.\r\n\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-06-17 16:24:38','2018-06-17 10:54:38','',12,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/12-revision-v1/',0,'revision','',0),(61,1,'2018-06-17 16:25:28','2018-06-17 10:55:28','<strong>Sri Chaitanya: </strong>The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"wp-image-57 aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"378\" height=\"207\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n\r\nStudents of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado\r\n\r\nAdmission is left entirely to the discretion of the Principal.\r\n\r\nParents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.\r\n\r\nIf seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.\r\n\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-06-17 16:25:28','2018-06-17 10:55:28','',12,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/12-revision-v1/',0,'revision','',0),(62,1,'2019-10-19 12:27:09','2019-10-19 06:57:09','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\n\n<strong>Sri Chaitanya</strong>: The Masters of Education\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\n<strong>Choosing a Career without Flipping a Coin</strong>\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\n<strong> </strong><strong>Syllabus </strong>\n\n<strong> CBSE</strong> syllabus:\n<ul>\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\n</ul>\n<strong>Audio-visual aids:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\n\n \n\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\n\n<strong>Projects</strong>\n\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\n<ul>\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\n</ul>\n<strong>Laboratory</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\n\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\n\n<strong>Yoga</strong>\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\nBenefits of yoga to support the education of the whole child:\n<ul>\n <li>Provides students healthy ways to express and balance their emotions</li>\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\n <li>Encourages community and connectedness within the classroom</li>\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\n <li>Enhances focus, concentration, comprehension and memory</li>\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\n <li>Supports social and emotional learning</li>\n <li>Improves listening skills</li>\n <li>Enhances organizational and communication skills</li>\n <li>Improves mind/body awareness and connection</li>\n <li>Improves confidence and self-esteem</li>\n <li>Encourages respect for oneself and others</li>\n <li>Creates a calm, harmonious classroom</li>\n</ul>\n<strong>Language club</strong>\n\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\n<ul>\n <li>Improve pronunciation</li>\n <li>Develop fluency in speaking and conversation</li>\n <li>Build vocabulary</li>\n <li>Learn essential grammar</li>\n <li>Improve reading and writing skills</li>\n</ul>\n<strong>SMART Living Programme</strong>\n\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\n\n<strong>HIGHLIGHTS:</strong>\n<ul>\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\n</ul>\nNO HOME WORK HAS BEEN GIVEN FOR GRADES 1 & 2 .\n\n<strong>Note : No </strong>','Academics','','inherit','closed','closed','','14-autosave-v1','','','2019-10-19 12:27:09','2019-10-19 06:57:09','',14,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/14-autosave-v1/',0,'revision','',0),(63,1,'2022-05-05 11:31:39','2022-05-05 06:01:39','<strong>“Penguin\'s day celebratedâ€</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/117.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-439 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/117.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/214.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-440 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/214.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n[video width=\"640\" height=\"640\" mp4=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/VID-20220426-WA0043.mp4\"][/video]\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-441 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/38.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/45.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-442 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/45.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<strong>“Azadi Ka Amrit Mahotsavâ€</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-412 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-414 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-415 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-416 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-418 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-419 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-421 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" target=\"_blank\"><img class=\"alignnone wp-image-422 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" alt=\"10\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" target=\"_blank\"><img class=\"alignnone wp-image-423 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-425 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\n\n<strong>Dance Show : </strong>Every step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<strong>District Karate Championship & Swimming Competition 2020 :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\n\n<strong>Fit India Certificate : </strong>\n\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\n\n<strong>Matribhasha Diwas Day Celebration :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\n\n<strong>Tamil Nadu Assembly Visit :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\n\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<strong>E-Pariksha Activity Photo-Manapakkam :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\n\n<strong>Republic Day Celebration :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\n\n<strong>Rally-FIT India : </strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\n\n<strong> 1st Annual General Body Meeting :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\n\n<strong>Coffee Meet :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n<strong>Rally :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n<strong>Kamarajar Fest :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\n\n<strong>Food Fest:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\n\n<strong>Aadi Perukku: </strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\n\n<strong>Investiture Ceremony:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\n\n<strong>Green Day:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\n\n<strong>Club In:</strong>\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\n<strong>Guru Poornima:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\n\n<strong>ISRO:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\n\n<b>Other Events:</b>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2022-05-05 11:31:39','2022-05-05 06:01:39','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/17-autosave-v1/',0,'revision','',0),(64,1,'2018-06-17 16:33:06','2018-06-17 11:03:06','','2','','inherit','open','closed','','2','','','2018-06-17 16:33:06','2018-06-17 11:03:06','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg',0,'attachment','image/jpeg',0),(65,1,'2018-06-17 16:33:09','2018-06-17 11:03:09','','3','','inherit','open','closed','','3','','','2018-06-17 16:33:09','2018-06-17 11:03:09','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg',0,'attachment','image/jpeg',0),(66,1,'2018-06-17 16:33:11','2018-06-17 11:03:11','','4','','inherit','open','closed','','4','','','2018-06-17 16:33:11','2018-06-17 11:03:11','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg',0,'attachment','image/jpeg',0),(67,1,'2018-06-17 16:33:12','2018-06-17 11:03:12','','5','','inherit','open','closed','','5','','','2018-06-17 16:33:12','2018-06-17 11:03:12','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg',0,'attachment','image/jpeg',0),(68,1,'2018-06-17 16:33:14','2018-06-17 11:03:14','','6','','inherit','open','closed','','6','','','2018-06-17 16:33:14','2018-06-17 11:03:14','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg',0,'attachment','image/jpeg',0),(69,1,'2018-06-17 16:33:15','2018-06-17 11:03:15','','7','','inherit','open','closed','','7','','','2018-06-17 16:33:15','2018-06-17 11:03:15','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg',0,'attachment','image/jpeg',0),(70,1,'2018-06-17 16:33:26','2018-06-17 11:03:26','','8','','inherit','open','closed','','8','','','2018-06-17 16:33:26','2018-06-17 11:03:26','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg',0,'attachment','image/jpeg',0),(71,1,'2018-06-17 16:33:33','2018-06-17 11:03:33','','9','','inherit','open','closed','','9','','','2018-06-17 16:33:33','2018-06-17 11:03:33','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg',0,'attachment','image/jpeg',0),(72,1,'2018-06-17 16:33:38','2018-06-17 11:03:38','','10','','inherit','open','closed','','10','','','2018-06-17 16:33:38','2018-06-17 11:03:38','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg',0,'attachment','image/jpeg',0),(73,1,'2018-06-17 16:33:42','2018-06-17 11:03:42','','11','','inherit','open','closed','','11','','','2018-06-17 16:33:42','2018-06-17 11:03:42','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg',0,'attachment','image/jpeg',0),(74,1,'2018-06-17 16:33:56','2018-06-17 11:03:56','','12','','inherit','open','closed','','12','','','2018-06-17 16:33:56','2018-06-17 11:03:56','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg',0,'attachment','image/jpeg',0),(75,1,'2018-06-17 16:33:59','2018-06-17 11:03:59','','13','','inherit','open','closed','','13','','','2018-06-17 16:33:59','2018-06-17 11:03:59','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg',0,'attachment','image/jpeg',0),(76,1,'2018-06-17 16:34:00','2018-06-17 11:04:00','','14','','inherit','open','closed','','14','','','2018-06-17 16:34:00','2018-06-17 11:04:00','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg',0,'attachment','image/jpeg',0),(77,1,'2018-06-17 16:34:02','2018-06-17 11:04:02','','15','','inherit','open','closed','','15','','','2018-06-17 16:34:02','2018-06-17 11:04:02','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg',0,'attachment','image/jpeg',0),(78,1,'2018-06-17 16:34:04','2018-06-17 11:04:04','','16','','inherit','open','closed','','16','','','2018-06-17 16:34:04','2018-06-17 11:04:04','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg',0,'attachment','image/jpeg',0),(79,1,'2018-06-17 16:34:06','2018-06-17 11:04:06','','17','','inherit','open','closed','','17','','','2018-06-17 16:34:06','2018-06-17 11:04:06','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg',0,'attachment','image/jpeg',0),(80,1,'2018-06-17 16:34:08','2018-06-17 11:04:08','','18','','inherit','open','closed','','18','','','2018-06-17 16:34:08','2018-06-17 11:04:08','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg',0,'attachment','image/jpeg',0),(81,1,'2018-06-17 16:34:11','2018-06-17 11:04:11','','19','','inherit','open','closed','','19','','','2018-06-17 16:34:11','2018-06-17 11:04:11','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg',0,'attachment','image/jpeg',0),(82,1,'2018-06-17 16:34:13','2018-06-17 11:04:13','','20','','inherit','open','closed','','20','','','2018-06-17 16:34:13','2018-06-17 11:04:13','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/20.jpg',0,'attachment','image/jpeg',0),(83,1,'2018-06-17 16:35:11','2018-06-17 11:05:11','','ball game','','inherit','open','closed','','ball-game','','','2018-06-17 16:35:11','2018-06-17 11:05:11','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/ball-game.jpg',0,'attachment','image/jpeg',0),(84,1,'2018-06-17 16:37:01','2018-06-17 11:07:01','News & Events\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-17 16:37:01','2018-06-17 11:07:01','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/17-revision-v1/',0,'revision','',0),(85,1,'2018-06-17 16:39:40','2018-06-17 11:09:40','Survey No:472/1, Balaraman Street,\r\n\r\nThiruvalluvar Nagar,\r\n\r\nOpposite Thiruvalluvar Nagar Park,\r\n\r\nManapakkam,Chennai,\r\n\r\nTamilnadu,\r\n\r\nEmail :- manapakkam@srichaitanyaschool.net\r\n\r\nPH :- 7338856990/ 73388 56339','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2018-06-17 16:39:40','2018-06-17 11:09:40','',21,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/21-revision-v1/',0,'revision','',0),(86,1,'2018-06-17 16:43:36','2018-06-17 11:13:36','<strong>Mid Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-06-17 16:43:36','2018-06-17 11:13:36','',14,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/14-revision-v1/',0,'revision','',0),(87,1,'2018-06-17 16:47:32','2018-06-17 11:17:32','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievement</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-06-17 16:47:32','2018-06-17 11:17:32','',19,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/19-revision-v1/',0,'revision','',0),(88,1,'2018-06-17 16:49:26','2018-06-17 11:19:26','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-06-17 16:49:26','2018-06-17 11:19:26','',14,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/14-revision-v1/',0,'revision','',0),(89,1,'2018-06-17 16:55:33','2018-06-17 11:25:33','Survey No:472/1, Balaraman Street,\r\n\r\nThiruvalluvar Nagar,\r\n\r\nOpposite Thiruvalluvar Nagar Park,\r\n\r\nManapakkam,\r\n\r\nChennai-600125,\r\n\r\nTamilnadu,\r\n\r\nEmail :- manapakkam@srichaitanyaschool.net\r\n\r\nPH :- 7338856990/ 73388 56339','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2018-06-17 16:55:33','2018-06-17 11:25:33','',21,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/21-revision-v1/',0,'revision','',0),(90,1,'2018-06-17 16:58:28','2018-06-17 11:28:28','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-06-17 16:58:28','2018-06-17 11:28:28','',19,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/19-revision-v1/',0,'revision','',0),(92,1,'2018-06-17 17:20:39','2018-06-17 11:50:39','','1','','inherit','open','closed','','1-2','','','2018-06-17 17:20:39','2018-06-17 11:50:39','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg',0,'attachment','image/jpeg',0),(93,1,'2018-06-17 17:20:40','2018-06-17 11:50:40','','2','','inherit','open','closed','','2-2','','','2018-06-17 17:20:40','2018-06-17 11:50:40','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg',0,'attachment','image/jpeg',0),(94,1,'2018-06-17 17:20:41','2018-06-17 11:50:41','','3','','inherit','open','closed','','3-2','','','2018-06-17 17:20:41','2018-06-17 11:50:41','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg',0,'attachment','image/jpeg',0),(95,1,'2018-06-17 17:20:42','2018-06-17 11:50:42','','4','','inherit','open','closed','','4-2','','','2018-06-17 17:20:42','2018-06-17 11:50:42','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg',0,'attachment','image/jpeg',0),(96,1,'2018-06-17 17:20:43','2018-06-17 11:50:43','','5','','inherit','open','closed','','5-2','','','2018-06-17 17:20:43','2018-06-17 11:50:43','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg',0,'attachment','image/jpeg',0),(97,1,'2018-06-17 17:20:44','2018-06-17 11:50:44','','6','','inherit','open','closed','','6-2','','','2018-06-17 17:20:44','2018-06-17 11:50:44','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg',0,'attachment','image/jpeg',0),(98,1,'2018-06-17 17:20:45','2018-06-17 11:50:45','','7','','inherit','open','closed','','7-2','','','2018-06-17 17:20:45','2018-06-17 11:50:45','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg',0,'attachment','image/jpeg',0),(99,1,'2018-06-17 17:20:45','2018-06-17 11:50:45','','8','','inherit','open','closed','','8-2','','','2018-06-17 17:20:45','2018-06-17 11:50:45','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg',0,'attachment','image/jpeg',0),(100,1,'2018-06-17 17:20:46','2018-06-17 11:50:46','','9','','inherit','open','closed','','9-2','','','2018-06-17 17:20:46','2018-06-17 11:50:46','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg',0,'attachment','image/jpeg',0),(101,1,'2018-06-17 17:20:47','2018-06-17 11:50:47','','10','','inherit','open','closed','','10-2','','','2018-06-17 17:20:47','2018-06-17 11:50:47','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg',0,'attachment','image/jpeg',0),(102,1,'2018-06-17 17:20:48','2018-06-17 11:50:48','','11','','inherit','open','closed','','11-2','','','2018-06-17 17:20:48','2018-06-17 11:50:48','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg',0,'attachment','image/jpeg',0),(103,1,'2018-06-17 17:20:49','2018-06-17 11:50:49','','12','','inherit','open','closed','','12-2','','','2018-06-17 17:20:49','2018-06-17 11:50:49','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg',0,'attachment','image/jpeg',0),(104,1,'2018-06-17 17:20:50','2018-06-17 11:50:50','','13','','inherit','open','closed','','13-2','','','2018-06-17 17:20:50','2018-06-17 11:50:50','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg',0,'attachment','image/jpeg',0),(105,1,'2018-06-17 17:20:51','2018-06-17 11:50:51','','14','','inherit','open','closed','','14-2','','','2018-06-17 17:20:51','2018-06-17 11:50:51','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg',0,'attachment','image/jpeg',0),(106,1,'2018-06-17 17:20:54','2018-06-17 11:50:54','','15','','inherit','open','closed','','15-2','','','2018-06-17 17:20:54','2018-06-17 11:50:54','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg',0,'attachment','image/jpeg',0),(107,1,'2018-06-17 17:20:56','2018-06-17 11:50:56','','16','','inherit','open','closed','','16-2','','','2018-06-17 17:20:56','2018-06-17 11:50:56','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg',0,'attachment','image/jpeg',0),(108,1,'2018-06-17 17:20:57','2018-06-17 11:50:57','','17','','inherit','open','closed','','17-2','','','2018-06-17 17:20:57','2018-06-17 11:50:57','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg',0,'attachment','image/jpeg',0),(109,1,'2018-06-17 17:20:58','2018-06-17 11:50:58','','18','','inherit','open','closed','','18-2','','','2018-06-17 17:20:58','2018-06-17 11:50:58','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg',0,'attachment','image/jpeg',0),(110,1,'2018-06-17 17:21:44','2018-06-17 11:51:44','','STUDENT LIFE (1)','','inherit','open','closed','','student-life-1','','','2018-06-17 17:21:44','2018-06-17 11:51:44','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png',0,'attachment','image/png',0),(111,1,'2018-06-17 17:21:46','2018-06-17 11:51:46','','STUDENT LIFE (2)','','inherit','open','closed','','student-life-2','','','2018-06-17 17:21:46','2018-06-17 11:51:46','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png',0,'attachment','image/png',0),(112,1,'2018-06-17 17:21:47','2018-06-17 11:51:47','','STUDENT LIFE (3)','','inherit','open','closed','','student-life-3','','','2018-06-17 17:21:47','2018-06-17 11:51:47','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png',0,'attachment','image/png',0),(113,1,'2018-06-17 17:21:49','2018-06-17 11:51:49','','STUDENT LIFE (4)','','inherit','open','closed','','student-life-4','','','2018-06-17 17:21:49','2018-06-17 11:51:49','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png',0,'attachment','image/png',0),(114,1,'2018-06-17 17:21:50','2018-06-17 11:51:50','','STUDENT LIFE (5)','','inherit','open','closed','','student-life-5','','','2018-06-17 17:21:50','2018-06-17 11:51:50','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png',0,'attachment','image/png',0),(115,1,'2018-06-17 17:21:52','2018-06-17 11:51:52','','STUDENT LIFE (6)','','inherit','open','closed','','student-life-6','','','2018-06-17 17:21:52','2018-06-17 11:51:52','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png',0,'attachment','image/png',0),(116,1,'2018-06-17 17:21:53','2018-06-17 11:51:53','','STUDENT LIFE (7)','','inherit','open','closed','','student-life-7','','','2018-06-17 17:21:53','2018-06-17 11:51:53','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-7.png',0,'attachment','image/png',0),(117,1,'2018-06-17 17:23:20','2018-06-17 11:53:20',' \r\n\r\n<strong>News & Events</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-17 17:23:20','2018-06-17 11:53:20','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/17-revision-v1/',0,'revision','',0),(118,1,'2018-06-17 17:23:29','2018-06-17 11:53:29','<strong>News & Events</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-17 17:23:29','2018-06-17 11:53:29','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/17-revision-v1/',0,'revision','',0),(119,1,'2018-06-17 17:24:34','2018-06-17 11:54:34','<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-17 17:24:34','2018-06-17 11:54:34','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/17-revision-v1/',0,'revision','',0),(120,1,'2018-06-17 17:25:10','2018-06-17 11:55:10','','IMG_2017-10-11_13-10-57','','inherit','open','closed','','img_2017-10-11_13-10-57','','','2018-06-17 17:25:10','2018-06-17 11:55:10','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-10-57.jpg',0,'attachment','image/jpeg',0),(121,1,'2018-06-17 17:25:13','2018-06-17 11:55:13','','IMG_2017-10-11_13-14-41','','inherit','open','closed','','img_2017-10-11_13-14-41','','','2018-06-17 17:25:13','2018-06-17 11:55:13','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg',0,'attachment','image/jpeg',0),(122,1,'2018-06-17 17:25:58','2018-06-17 11:55:58','','IMG_2017-10-23_14-06-22','','inherit','open','closed','','img_2017-10-23_14-06-22','','','2018-06-17 17:25:58','2018-06-17 11:55:58','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg',0,'attachment','image/jpeg',0),(123,1,'2018-06-17 17:26:01','2018-06-17 11:56:01','','IMG_2017-10-25_14-49-02','','inherit','open','closed','','img_2017-10-25_14-49-02','','','2018-06-17 17:26:01','2018-06-17 11:56:01','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg',0,'attachment','image/jpeg',0),(124,1,'2018-06-17 17:26:04','2018-06-17 11:56:04','','IMG_2017-10-25_18-42-05','','inherit','open','closed','','img_2017-10-25_18-42-05','','','2018-06-17 17:26:04','2018-06-17 11:56:04','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg',0,'attachment','image/jpeg',0),(125,1,'2018-06-17 17:26:07','2018-06-17 11:56:07','','IMG_2017-10-27_16-03-34','','inherit','open','closed','','img_2017-10-27_16-03-34','','','2018-06-17 17:26:07','2018-06-17 11:56:07','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg',0,'attachment','image/jpeg',0),(126,1,'2018-06-17 17:26:11','2018-06-17 11:56:11','','IMG_2017-10-28_22-58-22','','inherit','open','closed','','img_2017-10-28_22-58-22','','','2018-06-17 17:26:11','2018-06-17 11:56:11','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg',0,'attachment','image/jpeg',0),(127,1,'2018-06-17 17:26:13','2018-06-17 11:56:13','','IMG_2017-10-30_10-36-43','','inherit','open','closed','','img_2017-10-30_10-36-43','','','2018-06-17 17:26:13','2018-06-17 11:56:13','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg',0,'attachment','image/jpeg',0),(128,1,'2018-06-17 17:28:48','2018-06-17 11:58:48','','IMG_2017-08-24_11-41-24','','inherit','open','closed','','img_2017-08-24_11-41-24','','','2018-06-17 17:28:48','2018-06-17 11:58:48','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg',0,'attachment','image/jpeg',0),(129,1,'2018-06-17 17:29:06','2018-06-17 11:59:06','<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-17 17:29:06','2018-06-17 11:59:06','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2018/06/17/17-revision-v1/',0,'revision','',0),(131,1,'2019-02-28 17:48:18','2019-02-28 12:18:18','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/Shravanthi-Guru-Saye-Prasad-CLASS-XI.pdf\" target=\"_blank\">SHRAVANTHI GURU SAYEE PRASAD-CLASS IX</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf\" target=\"_blank\">DHAKSHIN R-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/EBINESER-PAUL-CLASS-VII.pdf\" target=\"_blank\">EBINESER PAUL-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/GOKULNATH-CLASS-V.pdf\" target=\"_blank\">GOKULNATH-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/HARSHITHA-P-CLASS-VI.pdf\" target=\"_blank\">HARSHITHA P-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/J-VISWARAM-CLASS-IV.pdf\" target=\"_blank\">J VISWARAM-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf\" target=\"_blank\">PRERANA NAGENDRAN-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRISCILLA-GRACE-CLASS-V.pdf\" target=\"_blank\">PRISCILLA GRACE-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHANYA-CLASS-IV.pdf\" target=\"_blank\">RITHANYA-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHESH-R-CLASS-III.pdf\" target=\"_blank\">RITHESH R-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHVIC-RANJITH-CLASS-VI.pdf\" target=\"_blank\">RITHVIC RANJITH-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SRIKAR-MAGULURU-CLASS-VII.pdf\" target=\"_blank\">SRIKAR MAGULURU-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SUNETRA-KRISHNAN-CLASS-V.pdf\" target=\"_blank\">SUNETRA KRISHNAN-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/TEJASWINI-CLASS-VIII.pdf\" target=\"_blank\">TEJASWINI-CLASS VIII</a></span>','Transfer Certificates','','publish','closed','closed','','transfer-certificates','','','2021-03-25 15:10:08','2021-03-25 09:40:08','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=131',0,'page','',0),(132,1,'2019-02-28 17:48:18','2019-02-28 12:18:18','','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-02-28 17:48:18','2019-02-28 12:18:18','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/02/28/131-revision-v1/',0,'revision','',0),(133,1,'2019-02-28 17:48:59','2019-02-28 12:18:59',' ','','','publish','closed','closed','','133','','','2022-04-01 10:28:25','2022-04-01 04:58:25','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=133',20,'nav_menu_item','',0),(134,1,'2019-02-28 17:49:42','2019-02-28 12:19:42','','ABHINAV RAHUL -CLASS VII','','inherit','open','closed','','abhinav-rahul-class-vii','','','2019-02-28 17:49:42','2019-02-28 12:19:42','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.jpg',0,'attachment','image/jpeg',0),(135,1,'2019-02-28 17:53:47','2019-02-28 12:23:47','','ABHINAV RAHUL -CLASS VII','','inherit','open','closed','','abhinav-rahul-class-vii-2','','','2019-02-28 17:53:47','2019-02-28 12:23:47','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf',0,'attachment','application/pdf',0),(136,1,'2019-02-28 17:54:04','2019-02-28 12:24:04','','AKAASH KANNAN-CLASS III','','inherit','open','closed','','akaash-kannan-class-iii','','','2019-02-28 17:54:04','2019-02-28 12:24:04','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf',0,'attachment','application/pdf',0),(137,1,'2019-02-28 17:54:19','2019-02-28 12:24:19','','ARNAV RAHUL -CLASS V','','inherit','open','closed','','arnav-rahul-class-v','','','2019-02-28 17:54:19','2019-02-28 12:24:19','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf',0,'attachment','application/pdf',0),(138,1,'2021-03-24 17:27:34','2021-03-24 11:57:34','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/Shravanthi-Guru-Saye-Prasad-CLASS-XI.pdf\" target=\"_blank\">SHRAVANTHI GURU SAYEE PRASAD-CLASS XI</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf\" target=\"_blank\">DHAKSHIN R-CLASS V</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/EBINESER-PAUL-CLASS-VII.pdf\" target=\"_blank\">EBINESER PAUL-CLASS VII</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/GOKULNATH-CLASS-V.pdf\" target=\"_blank\">GOKULNATH-CLASS V</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/HARSHITHA-P-CLASS-VI.pdf\" target=\"_blank\">HARSHITHA P-CLASS VI</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/J-VISWARAM-CLASS-IV.pdf\" target=\"_blank\">J VISWARAM-CLASS IV</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf\" target=\"_blank\">PRERANA NAGENDRAN-CLASS VI</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRISCILLA-GRACE-CLASS-V.pdf\" target=\"_blank\">PRISCILLA GRACE-CLASS V</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHANYA-CLASS-IV.pdf\" target=\"_blank\">RITHANYA-CLASS IV</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHESH-R-CLASS-III.pdf\" target=\"_blank\">RITHESH R-CLASS III</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHVIC-RANJITH-CLASS-VI.pdf\" target=\"_blank\">RITHVIC RANJITH-CLASS VI</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SRIKAR-MAGULURU-CLASS-VII.pdf\" target=\"_blank\">SRIKAR MAGULURU-CLASS VII</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SUNETRA-KRISHNAN-CLASS-V.pdf\" target=\"_blank\">SUNETRA KRISHNAN-CLASS V</a></span>\n\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/TEJASWINI-CLASS-VIII.pdf\" target=\"_blank\">TEJASWINI-CLASS VIII</a></span>','Transfer Certificates','','inherit','closed','closed','','131-autosave-v1','','','2021-03-24 17:27:34','2021-03-24 11:57:34','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/02/28/131-autosave-v1/',0,'revision','',0),(139,1,'2019-02-28 17:54:32','2019-02-28 12:24:32','','PRERANA NAGENDRAN -CLASS VI','','inherit','open','closed','','prerana-nagendran-class-vi','','','2019-02-28 17:54:32','2019-02-28 12:24:32','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf',0,'attachment','application/pdf',0),(140,1,'2019-02-28 17:56:01','2019-02-28 12:26:01','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\">PRERANA NAGENDRAN -CLASS VI</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-02-28 17:56:01','2019-02-28 12:26:01','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/02/28/131-revision-v1/',0,'revision','',0),(142,1,'2019-03-12 15:07:33','2019-03-12 09:37:33','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-03-12 15:07:33','2019-03-12 09:37:33','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/03/12/131-revision-v1/',0,'revision','',0),(144,1,'2019-08-21 10:12:28','2019-08-21 04:42:28','','1','','inherit','open','closed','','1-3','','','2019-08-21 10:12:28','2019-08-21 04:42:28','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg',0,'attachment','image/jpeg',0),(145,1,'2019-08-21 10:12:29','2019-08-21 04:42:29','','2','','inherit','open','closed','','2-3','','','2019-08-21 10:12:29','2019-08-21 04:42:29','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg',0,'attachment','image/jpeg',0),(146,1,'2019-08-21 10:13:30','2019-08-21 04:43:30','','3','','inherit','open','closed','','3-3','','','2019-08-21 10:13:30','2019-08-21 04:43:30','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg',0,'attachment','image/jpeg',0),(147,1,'2019-08-21 10:13:31','2019-08-21 04:43:31','','4','','inherit','open','closed','','4-3','','','2019-08-21 10:13:31','2019-08-21 04:43:31','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg',0,'attachment','image/jpeg',0),(148,1,'2019-08-21 10:13:31','2019-08-21 04:43:31','','5','','inherit','open','closed','','5-3','','','2019-08-21 10:13:31','2019-08-21 04:43:31','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg',0,'attachment','image/jpeg',0),(149,1,'2019-08-21 10:13:32','2019-08-21 04:43:32','','6','','inherit','open','closed','','6-3','','','2019-08-21 10:13:32','2019-08-21 04:43:32','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg',0,'attachment','image/jpeg',0),(150,1,'2019-08-21 10:15:01','2019-08-21 04:45:01','','7','','inherit','open','closed','','7-3','','','2019-08-21 10:15:01','2019-08-21 04:45:01','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg',0,'attachment','image/jpeg',0),(151,1,'2019-08-21 10:15:02','2019-08-21 04:45:02','','8','','inherit','open','closed','','8-3','','','2019-08-21 10:15:02','2019-08-21 04:45:02','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg',0,'attachment','image/jpeg',0),(152,1,'2019-08-21 10:15:02','2019-08-21 04:45:02','','9','','inherit','open','closed','','9-3','','','2019-08-21 10:15:02','2019-08-21 04:45:02','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg',0,'attachment','image/jpeg',0),(153,1,'2019-08-21 10:15:03','2019-08-21 04:45:03','','10','','inherit','open','closed','','10-3','','','2019-08-21 10:15:03','2019-08-21 04:45:03','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg',0,'attachment','image/jpeg',0),(154,1,'2019-08-21 10:47:52','2019-08-21 05:17:52','<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-21 10:47:52','2019-08-21 05:17:52','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/21/17-revision-v1/',0,'revision','',0),(155,1,'2019-08-21 10:52:30','2019-08-21 05:22:30','','11','','inherit','open','closed','','11-3','','','2019-08-21 10:52:30','2019-08-21 05:22:30','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg',0,'attachment','image/jpeg',0),(156,1,'2019-08-21 10:52:30','2019-08-21 05:22:30','','12','','inherit','open','closed','','12-3','','','2019-08-21 10:52:30','2019-08-21 05:22:30','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg',0,'attachment','image/jpeg',0),(157,1,'2019-08-21 10:52:31','2019-08-21 05:22:31','','13','','inherit','open','closed','','13-3','','','2019-08-21 10:52:31','2019-08-21 05:22:31','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg',0,'attachment','image/jpeg',0),(158,1,'2019-08-21 10:52:31','2019-08-21 05:22:31','','14','','inherit','open','closed','','14-3','','','2019-08-21 10:52:31','2019-08-21 05:22:31','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg',0,'attachment','image/jpeg',0),(159,1,'2019-08-21 10:55:07','2019-08-21 05:25:07','','19','','inherit','open','closed','','19-2','','','2019-08-21 10:55:07','2019-08-21 05:25:07','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg',0,'attachment','image/jpeg',0),(160,1,'2019-08-21 10:55:07','2019-08-21 05:25:07','','20','','inherit','open','closed','','20-2','','','2019-08-21 10:55:07','2019-08-21 05:25:07','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg',0,'attachment','image/jpeg',0),(161,1,'2019-08-21 10:56:44','2019-08-21 05:26:44','','15','','inherit','open','closed','','15-3','','','2019-08-21 10:56:44','2019-08-21 05:26:44','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg',0,'attachment','image/jpeg',0),(162,1,'2019-08-21 10:56:44','2019-08-21 05:26:44','','16','','inherit','open','closed','','16-3','','','2019-08-21 10:56:44','2019-08-21 05:26:44','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg',0,'attachment','image/jpeg',0),(163,1,'2019-08-21 10:56:45','2019-08-21 05:26:45','','17','','inherit','open','closed','','17-3','','','2019-08-21 10:56:45','2019-08-21 05:26:45','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg',0,'attachment','image/jpeg',0),(164,1,'2019-08-21 10:56:45','2019-08-21 05:26:45','','18','','inherit','open','closed','','18-3','','','2019-08-21 10:56:45','2019-08-21 05:26:45','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg',0,'attachment','image/jpeg',0),(165,1,'2019-08-21 10:57:50','2019-08-21 05:27:50','<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Inves Ceremony:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\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<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-21 10:57:50','2019-08-21 05:27:50','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/21/17-revision-v1/',0,'revision','',0),(166,1,'2019-08-21 11:11:02','2019-08-21 05:41:02','<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Inves Ceremony:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n \r\n\r\n<strong>Club In:</strong>\r\n\r\n \r\n\r\n<strong>Guru Poornima:</strong>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-21 11:11:02','2019-08-21 05:41:02','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/21/17-revision-v1/',0,'revision','',0),(167,1,'2019-08-21 11:30:17','2019-08-21 06:00:17','','21','','inherit','open','closed','','21','','','2019-08-21 11:30:17','2019-08-21 06:00:17','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg',0,'attachment','image/jpeg',0),(168,1,'2019-08-21 11:30:17','2019-08-21 06:00:17','','22','','inherit','open','closed','','22','','','2019-08-21 11:30:17','2019-08-21 06:00:17','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg',0,'attachment','image/jpeg',0),(169,1,'2019-08-21 11:30:59','2019-08-21 06:00:59','','23','','inherit','open','closed','','23','','','2019-08-21 11:30:59','2019-08-21 06:00:59','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg',0,'attachment','image/jpeg',0),(170,1,'2019-08-21 11:31:04','2019-08-21 06:01:04','','24','','inherit','open','closed','','24','','','2019-08-21 11:31:04','2019-08-21 06:01:04','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg',0,'attachment','image/jpeg',0),(171,1,'2019-08-21 11:32:08','2019-08-21 06:02:08','','25','','inherit','open','closed','','25','','','2019-08-21 11:32:08','2019-08-21 06:02:08','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg',0,'attachment','image/jpeg',0),(172,1,'2019-08-21 11:32:09','2019-08-21 06:02:09','','26','','inherit','open','closed','','26-2','','','2019-08-21 11:32:09','2019-08-21 06:02:09','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg',0,'attachment','image/jpeg',0),(173,1,'2019-08-21 12:02:31','2019-08-21 06:32:31','<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Inves Ceremony:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-21 12:02:31','2019-08-21 06:32:31','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/21/17-revision-v1/',0,'revision','',0),(174,1,'2019-08-21 12:02:49','2019-08-21 06:32:49','','27','','inherit','open','closed','','27-2','','','2019-08-21 12:02:49','2019-08-21 06:32:49','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg',0,'attachment','image/jpeg',0),(175,1,'2019-08-21 12:02:50','2019-08-21 06:32:50','','28','','inherit','open','closed','','28-2','','','2019-08-21 12:02:50','2019-08-21 06:32:50','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg',0,'attachment','image/jpeg',0),(176,1,'2019-08-21 12:02:51','2019-08-21 06:32:51','','29','','inherit','open','closed','','29-2','','','2019-08-21 12:02:51','2019-08-21 06:32:51','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg',0,'attachment','image/jpeg',0),(177,1,'2019-08-21 12:02:52','2019-08-21 06:32:52','','30','','inherit','open','closed','','30-2','','','2019-08-21 12:02:52','2019-08-21 06:32:52','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg',0,'attachment','image/jpeg',0),(178,1,'2019-08-21 12:02:52','2019-08-21 06:32:52','','31','','inherit','open','closed','','31-2','','','2019-08-21 12:02:52','2019-08-21 06:32:52','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg',0,'attachment','image/jpeg',0),(179,1,'2019-08-21 12:02:53','2019-08-21 06:32:53','','32','','inherit','open','closed','','32','','','2019-08-21 12:02:53','2019-08-21 06:32:53','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg',0,'attachment','image/jpeg',0),(180,1,'2019-08-21 12:02:53','2019-08-21 06:32:53','','33','','inherit','open','closed','','33','','','2019-08-21 12:02:53','2019-08-21 06:32:53','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg',0,'attachment','image/jpeg',0),(181,1,'2019-08-21 12:02:54','2019-08-21 06:32:54','','34','','inherit','open','closed','','34','','','2019-08-21 12:02:54','2019-08-21 06:32:54','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg',0,'attachment','image/jpeg',0),(182,1,'2019-08-21 12:02:54','2019-08-21 06:32:54','','35','','inherit','open','closed','','35','','','2019-08-21 12:02:54','2019-08-21 06:32:54','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg',0,'attachment','image/jpeg',0),(183,1,'2019-08-21 12:06:06','2019-08-21 06:36:06','<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Inves Ceremony:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-21 12:06:06','2019-08-21 06:36:06','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/21/17-revision-v1/',0,'revision','',0),(184,1,'2019-08-21 12:41:04','2019-08-21 07:11:04','','Sri Chaitaya School CBSE Banners.','','inherit','open','closed','','sri-chaitaya-school-cbse-banners','','','2019-08-21 12:41:04','2019-08-21 07:11:04','',0,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/08/Sri-Chaitaya-School-CBSE-Banners..jpg',0,'attachment','image/jpeg',0),(185,1,'2019-08-21 12:41:13','2019-08-21 07:11:13','http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/08/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg','cropped-Sri-Chaitaya-School-CBSE-Banners..jpg','','inherit','open','closed','','cropped-sri-chaitaya-school-cbse-banners-jpg','','','2019-08-21 12:41:13','2019-08-21 07:11:13','',0,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/08/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg',0,'attachment','image/jpeg',0),(186,1,'2019-08-21 14:56:57','2019-08-21 09:26:57','<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-21 14:56:57','2019-08-21 09:26:57','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/21/17-revision-v1/',0,'revision','',0),(188,1,'2019-08-22 15:36:24','2019-08-22 10:06:24','','ANJANA RAJESH-CLASS IV','','inherit','open','closed','','anjana-rajesh-class-iv','','','2019-08-22 15:36:24','2019-08-22 10:06:24','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf',0,'attachment','application/pdf',0),(189,1,'2019-08-22 15:36:46','2019-08-22 10:06:46','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\">ANJANA RAJESH-CLASS IV</a></span></strong>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-08-22 15:36:46','2019-08-22 10:06:46','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/22/131-revision-v1/',0,'revision','',0),(190,1,'2019-08-22 15:37:51','2019-08-22 10:07:51','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-08-22 15:37:51','2019-08-22 10:07:51','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/22/131-revision-v1/',0,'revision','',0),(191,1,'2019-08-22 15:38:28','2019-08-22 10:08:28','','ASHER SMILES-CLASS IV','','inherit','open','closed','','asher-smiles-class-iv','','','2019-08-22 15:38:28','2019-08-22 10:08:28','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf',0,'attachment','application/pdf',0),(192,1,'2019-08-22 15:38:55','2019-08-22 10:08:55','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-08-22 15:38:55','2019-08-22 10:08:55','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/22/131-revision-v1/',0,'revision','',0),(193,1,'2019-08-22 15:39:14','2019-08-22 10:09:14','','DHAKSHIN R-CLASS V','','inherit','open','closed','','dhakshin-r-class-v','','','2019-08-22 15:39:14','2019-08-22 10:09:14','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf',0,'attachment','application/pdf',0),(194,1,'2019-08-22 15:39:40','2019-08-22 10:09:40','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf\">DHAKSHIN R-CLASS V</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-08-22 15:39:40','2019-08-22 10:09:40','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/22/131-revision-v1/',0,'revision','',0),(195,1,'2019-08-22 15:40:16','2019-08-22 10:10:16','','EBINESER PAUL-CLASS VII','','inherit','open','closed','','ebineser-paul-class-vii','','','2019-08-22 15:40:16','2019-08-22 10:10:16','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/EBINESER-PAUL-CLASS-VII.pdf',0,'attachment','application/pdf',0),(196,1,'2019-08-22 15:40:36','2019-08-22 10:10:36','','GOKULNATH-CLASS V','','inherit','open','closed','','gokulnath-class-v','','','2019-08-22 15:40:36','2019-08-22 10:10:36','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/GOKULNATH-CLASS-V.pdf',0,'attachment','application/pdf',0),(197,1,'2019-08-22 15:41:00','2019-08-22 10:11:00','','HARSHITHA P-CLASS VI','','inherit','open','closed','','harshitha-p-class-vi','','','2019-08-22 15:41:00','2019-08-22 10:11:00','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/HARSHITHA-P-CLASS-VI.pdf',0,'attachment','application/pdf',0),(198,1,'2019-08-22 15:41:56','2019-08-22 10:11:56','','J VISWARAM-CLASS IV','','inherit','open','closed','','j-viswaram-class-iv','','','2019-08-22 15:41:56','2019-08-22 10:11:56','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/J-VISWARAM-CLASS-IV.pdf',0,'attachment','application/pdf',0),(199,1,'2019-08-22 15:43:25','2019-08-22 10:13:25','','PRERANA NAGENDRAN-CLASS VI','','inherit','open','closed','','prerana-nagendran-class-vi-2','','','2019-08-22 15:43:25','2019-08-22 10:13:25','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf',0,'attachment','application/pdf',0),(200,1,'2019-08-22 15:43:40','2019-08-22 10:13:40','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf\" target=\"_blank\">DHAKSHIN R-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/EBINESER-PAUL-CLASS-VII.pdf\" target=\"_blank\">EBINESER PAUL-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/GOKULNATH-CLASS-V.pdf\" target=\"_blank\">GOKULNATH-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/HARSHITHA-P-CLASS-VI.pdf\" target=\"_blank\">HARSHITHA P-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/J-VISWARAM-CLASS-IV.pdf\" target=\"_blank\">J VISWARAM-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf\" target=\"_blank\">PRERANA NAGENDRAN-CLASS VI</a></span>\r\n\r\n ','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-08-22 15:43:40','2019-08-22 10:13:40','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/22/131-revision-v1/',0,'revision','',0),(201,1,'2019-08-22 15:52:42','2019-08-22 10:22:42','','PRISCILLA GRACE-CLASS V','','inherit','open','closed','','priscilla-grace-class-v','','','2019-08-22 15:52:42','2019-08-22 10:22:42','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRISCILLA-GRACE-CLASS-V.pdf',0,'attachment','application/pdf',0),(202,1,'2019-08-22 15:53:09','2019-08-22 10:23:09','','RITHANYA-CLASS IV','','inherit','open','closed','','rithanya-class-iv','','','2019-08-22 15:53:09','2019-08-22 10:23:09','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHANYA-CLASS-IV.pdf',0,'attachment','application/pdf',0),(203,1,'2019-08-22 15:53:33','2019-08-22 10:23:33','','RITHESH R-CLASS III','','inherit','open','closed','','rithesh-r-class-iii','','','2019-08-22 15:53:33','2019-08-22 10:23:33','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHESH-R-CLASS-III.pdf',0,'attachment','application/pdf',0),(204,1,'2019-08-22 15:59:10','2019-08-22 10:29:10','','RITHVIC RANJITH-CLASS VI','','inherit','open','closed','','rithvic-ranjith-class-vi','','','2019-08-22 15:59:10','2019-08-22 10:29:10','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHVIC-RANJITH-CLASS-VI.pdf',0,'attachment','application/pdf',0),(205,1,'2019-08-22 16:00:02','2019-08-22 10:30:02','','SRIKAR MAGULURU-CLASS VII','','inherit','open','closed','','srikar-maguluru-class-vii','','','2019-08-22 16:00:02','2019-08-22 10:30:02','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SRIKAR-MAGULURU-CLASS-VII.pdf',0,'attachment','application/pdf',0),(206,1,'2019-08-22 16:00:22','2019-08-22 10:30:22','','SUNETRA KRISHNAN-CLASS V','','inherit','open','closed','','sunetra-krishnan-class-v','','','2019-08-22 16:00:22','2019-08-22 10:30:22','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SUNETRA-KRISHNAN-CLASS-V.pdf',0,'attachment','application/pdf',0),(207,1,'2019-08-22 16:00:43','2019-08-22 10:30:43','','SUNETRA KRISHNAN-CLASS V','','inherit','open','closed','','sunetra-krishnan-class-v-2','','','2019-08-22 16:00:43','2019-08-22 10:30:43','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SUNETRA-KRISHNAN-CLASS-V1.pdf',0,'attachment','application/pdf',0),(208,1,'2019-08-22 16:00:59','2019-08-22 10:30:59','','TEJASWINI-CLASS VIII','','inherit','open','closed','','tejaswini-class-viii','','','2019-08-22 16:00:59','2019-08-22 10:30:59','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/TEJASWINI-CLASS-VIII.pdf',0,'attachment','application/pdf',0),(209,1,'2019-08-22 16:01:25','2019-08-22 10:31:25','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf\" target=\"_blank\">DHAKSHIN R-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/EBINESER-PAUL-CLASS-VII.pdf\" target=\"_blank\">EBINESER PAUL-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/GOKULNATH-CLASS-V.pdf\" target=\"_blank\">GOKULNATH-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/HARSHITHA-P-CLASS-VI.pdf\" target=\"_blank\">HARSHITHA P-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/J-VISWARAM-CLASS-IV.pdf\" target=\"_blank\">J VISWARAM-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf\" target=\"_blank\">PRERANA NAGENDRAN-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRISCILLA-GRACE-CLASS-V.pdf\" target=\"_blank\">PRISCILLA GRACE-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHANYA-CLASS-IV.pdf\" target=\"_blank\">RITHANYA-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHESH-R-CLASS-III.pdf\" target=\"_blank\">RITHESH R-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHVIC-RANJITH-CLASS-VI.pdf\" target=\"_blank\">RITHVIC RANJITH-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SRIKAR-MAGULURU-CLASS-VII.pdf\" target=\"_blank\">SRIKAR MAGULURU-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SUNETRA-KRISHNAN-CLASS-V.pdf\" target=\"_blank\">SUNETRA KRISHNAN-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/TEJASWINI-CLASS-VIII.pdf\" target=\"_blank\">TEJASWINI-CLASS VIII</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2019-08-22 16:01:25','2019-08-22 10:31:25','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/22/131-revision-v1/',0,'revision','',0),(211,1,'2019-08-31 15:06:51','2019-08-31 09:36:51','','21','','inherit','open','closed','','21-2','','','2019-08-31 15:06:51','2019-08-31 09:36:51','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg',0,'attachment','image/jpeg',0),(212,1,'2019-08-31 15:06:52','2019-08-31 09:36:52','','22','','inherit','open','closed','','22-2','','','2019-08-31 15:06:52','2019-08-31 09:36:52','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg',0,'attachment','image/jpeg',0),(213,1,'2019-08-31 15:06:52','2019-08-31 09:36:52','','23','','inherit','open','closed','','23-2','','','2019-08-31 15:06:52','2019-08-31 09:36:52','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg',0,'attachment','image/jpeg',0),(214,1,'2019-08-31 15:06:52','2019-08-31 09:36:52','','24','','inherit','open','closed','','24-2','','','2019-08-31 15:06:52','2019-08-31 09:36:52','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg',0,'attachment','image/jpeg',0),(215,1,'2019-08-31 15:08:31','2019-08-31 09:38:31','<strong>1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-31 15:08:31','2019-08-31 09:38:31','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/31/17-revision-v1/',0,'revision','',0),(216,1,'2019-08-31 15:15:12','2019-08-31 09:45:12','<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-08-31 15:15:12','2019-08-31 09:45:12','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/08/31/17-revision-v1/',0,'revision','',0),(218,1,'2019-10-19 12:27:57','2019-10-19 06:57:57','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>\r\n<strong><span style=\"color: #ff0000;\">Note :</span> </strong>No Home Work Has Been Given for Grades 1 & 2 .','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-10-19 12:27:57','2019-10-19 06:57:57','',14,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/10/19/14-revision-v1/',0,'revision','',0),(219,1,'2019-10-19 12:28:24','2019-10-19 06:58:24','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>\r\n<strong><span style=\"color: #ff0000;\">Note :-</span> </strong>No Home Work Has Been Given for Grades 1 & 2 .','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-10-19 12:28:24','2019-10-19 06:58:24','',14,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/10/19/14-revision-v1/',0,'revision','',0),(220,1,'2019-10-19 12:57:13','2019-10-19 07:27:13','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>\r\n<strong><span style=\"color: #ff0000;\">Note :-</span> </strong>No Home Work Has Been Given for Grades 1 & 2 .','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-10-19 12:57:13','2019-10-19 07:27:13','',14,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/10/19/14-revision-v1/',0,'revision','',0),(221,1,'2019-12-30 15:00:01','2019-12-30 09:30:01','<h6 style=\"text-align: left;\"><span style=\"color: #b5579a;\">School Affiliation Number:- 1930867</span></h6>\r\n<h6 style=\"text-align: left;\"><span style=\"color: #327399;\">School Code:- 55781</span></h6>\r\n<h5><strong>History</strong></h5>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2019-12-30 15:00:01','2019-12-30 09:30:01','',9,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/10/19/9-autosave-v1/',0,'revision','',0),(222,1,'2019-10-19 12:59:52','2019-10-19 07:29:52','<header class=\"entry-header\">\r\n<h6 class=\"entry-title\"><strong>History</strong></h6>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-10-19 12:59:52','2019-10-19 07:29:52','',9,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/10/19/9-revision-v1/',0,'revision','',0),(223,1,'2019-10-19 14:37:33','2019-10-19 09:07:33','<ul>\r\n <li><strong><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/10/Staff-Details.pdf\" target=\"_blank\">Staff Details</a></span></strong></li>\r\n</ul>','Staff Details','','publish','closed','closed','','staff-details','','','2021-03-24 17:13:41','2021-03-24 11:43:41','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=223',0,'page','',0),(224,1,'2019-10-19 14:37:29','2019-10-19 09:07:29','','Teachers Details','','inherit','closed','closed','','223-revision-v1','','','2019-10-19 14:37:29','2019-10-19 09:07:29','',223,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/10/19/223-revision-v1/',0,'revision','',0),(225,1,'2019-10-19 14:40:43','2019-10-19 09:10:43','','Teachers Details','','inherit','open','closed','','teachers-details-2','','','2019-10-19 14:40:43','2019-10-19 09:10:43','',223,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/10/Teachers-Details.pdf',0,'attachment','application/pdf',0),(226,1,'2019-10-19 14:41:02','2019-10-19 09:11:02','<strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/10/Teachers-Details.pdf\" target=\"_blank\">Teachers Details</a></strong>','Teachers Details','','inherit','closed','closed','','223-revision-v1','','','2019-10-19 14:41:02','2019-10-19 09:11:02','',223,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/10/19/223-revision-v1/',0,'revision','',0),(227,1,'2019-10-19 14:42:05','2019-10-19 09:12:05',' ','','','publish','closed','closed','','227','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=227',15,'nav_menu_item','',0),(229,1,'2019-12-30 11:02:45','2019-12-30 05:32:45','','Teachers Details','','inherit','open','closed','','teachers-details-3','','','2019-12-30 11:02:45','2019-12-30 05:32:45','',223,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/10/Teachers-Details1.pdf',0,'attachment','application/pdf',0),(231,1,'2019-12-30 11:03:16','2019-12-30 05:33:16','<strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/10/Teachers-Details1.pdf\" target=\"_blank\">Teachers Details</a></strong>','Teachers Details','','inherit','closed','closed','','223-revision-v1','','','2019-12-30 11:03:16','2019-12-30 05:33:16','',223,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/223-revision-v1/',0,'revision','',0),(232,1,'2019-12-30 11:05:27','2019-12-30 05:35:27','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/Student-Strength-Details.pdf\" target=\"_blank\">Student Strength Details</a></strong></li>\r\n</ul>','Student Details','','publish','closed','closed','','student-details','','','2021-03-24 17:09:52','2021-03-24 11:39:52','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=232',0,'page','',0),(233,1,'2019-12-30 11:05:00','2019-12-30 05:35:00','','Student Details','','inherit','open','closed','','student-details','','','2019-12-30 11:05:00','2019-12-30 05:35:00','',232,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/Student-Details.pdf',0,'attachment','application/pdf',0),(234,1,'2019-12-30 11:05:27','2019-12-30 05:35:27','<strong><span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/Student-Details.pdf\" target=\"_blank\">Student Details</a></span></strong>','Student Details','','inherit','closed','closed','','232-revision-v1','','','2019-12-30 11:05:27','2019-12-30 05:35:27','',232,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/232-revision-v1/',0,'revision','',0),(235,1,'2019-12-30 11:05:56','2019-12-30 05:35:56',' ','','','publish','closed','closed','','235','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=235',16,'nav_menu_item','',0),(236,1,'2019-12-30 11:13:21','2019-12-30 05:43:21','Sri Chaitanya Techno School Manapakkam,\r\n\r\nSchool Affiliation Code: 55781,\r\n\r\nSurvey No:472/1, Balaraman Street,\r\n\r\nThiruvalluvar Nagar,\r\n\r\nOpposite Thiruvalluvar Nagar Park,\r\n\r\nManapakkam,\r\n\r\nChennai-600125,\r\n\r\nTamilnadu,\r\n\r\nEmail:- manapakkam@srichaitanyaschool.net\r\n\r\nPhone :- 7338856990/ 73388 56339','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-12-30 11:13:21','2019-12-30 05:43:21','',21,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/21-revision-v1/',0,'revision','',0),(237,1,'2019-12-30 11:16:12','2019-12-30 05:46:12','<ul>\r\n <li><strong><span style=\"color: #00ccff;\"><a style=\"color: #00ccff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf\" target=\"_blank\">School Infrastructure & Facilities</a></span></strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-339 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-340 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-341 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-343 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-344 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-345 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>','School Infrastructure','','publish','closed','closed','','school-infrastructure','','','2021-03-30 16:14:41','2021-03-30 10:44:41','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=237',0,'page','',0),(238,1,'2019-12-30 11:15:52','2019-12-30 05:45:52','','School Infrastructure & Facilities','','inherit','open','closed','','school-infrastructure-facilities','','','2019-12-30 11:15:52','2019-12-30 05:45:52','',237,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf',0,'attachment','application/pdf',0),(239,1,'2019-12-30 11:16:12','2019-12-30 05:46:12','<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf\">School Infrastructure & Facilities</a>','School Infrastructure','','inherit','closed','closed','','237-revision-v1','','','2019-12-30 11:16:12','2019-12-30 05:46:12','',237,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/237-revision-v1/',0,'revision','',0),(240,1,'2019-12-30 11:16:22','2019-12-30 05:46:22','<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf\" target=\"_blank\">School Infrastructure & Facilities</a>','School Infrastructure','','inherit','closed','closed','','237-revision-v1','','','2019-12-30 11:16:22','2019-12-30 05:46:22','',237,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/237-revision-v1/',0,'revision','',0),(241,1,'2019-12-30 11:16:41','2019-12-30 05:46:41','<span style=\"color: #00ccff;\"><a style=\"color: #00ccff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf\" target=\"_blank\">School Infrastructure & Facilities</a></span>','School Infrastructure','','inherit','closed','closed','','237-revision-v1','','','2019-12-30 11:16:41','2019-12-30 05:46:41','',237,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/237-revision-v1/',0,'revision','',0),(242,1,'2019-12-30 11:16:51','2019-12-30 05:46:51','<strong><span style=\"color: #00ccff;\"><a style=\"color: #00ccff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf\" target=\"_blank\">School Infrastructure & Facilities</a></span></strong>','School Infrastructure','','inherit','closed','closed','','237-revision-v1','','','2019-12-30 11:16:51','2019-12-30 05:46:51','',237,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/237-revision-v1/',0,'revision','',0),(243,1,'2019-12-30 11:18:33','2019-12-30 05:48:33',' ','','','publish','closed','closed','','243','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=243',11,'nav_menu_item','',0),(244,1,'2019-12-30 11:21:29','2019-12-30 05:51:29','Sri Chaitanya Techno School Manapakkam,\r\n\r\nSchool Affiliation Code: 55781,\r\n\r\nSurvey No:472/1, Balaraman Street,\r\n\r\nThiruvalluvar Nagar, Opposite Thiruvalluvar Nagar Park,\r\n\r\nManapakkam, Chennai-600125, Tamilnadu,\r\n\r\nEmail:- manapakkam@srichaitanyaschool.net\r\n\r\nPhone :- 7338856990/ 73388 56339','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-12-30 11:21:29','2019-12-30 05:51:29','',21,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/21-revision-v1/',0,'revision','',0),(245,1,'2019-12-30 12:07:41','2019-12-30 06:37:41','Sri Chaitanya Techno School Manapakkam,\r\n\r\nSchool Affiliation Number: 1930867,\r\n\r\nSchool Code: 55781,\r\n\r\nSurvey No:472/1, Balaraman Street,\r\n\r\nThiruvalluvar Nagar, Opposite Thiruvalluvar Nagar Park,\r\n\r\nManapakkam, Chennai-600125, Tamilnadu,\r\n\r\nEmail:- manapakkam@srichaitanyaschool.net\r\n\r\nPhone :- 7338856990/ 73388 56339','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-12-30 12:07:41','2019-12-30 06:37:41','',21,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/21-revision-v1/',0,'revision','',0),(246,1,'2019-12-30 12:08:39','2019-12-30 06:38:39','Sri Chaitanya Techno School Manapakkam,\r\n\r\nSchool Affiliation Number: 1930867,\r\n\r\nSchool Code: 55781,\r\n\r\n<strong>Address:</strong> Survey No:472/1, Balaraman Street,\r\n\r\nThiruvalluvar Nagar, Opposite Thiruvalluvar Nagar Park,\r\n\r\nManapakkam, Chennai-600125, Tamilnadu,\r\n\r\nEmail:- manapakkam@srichaitanyaschool.net\r\n\r\nPhone :- 7338856990/ 73388 56339','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-12-30 12:08:39','2019-12-30 06:38:39','',21,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/21-revision-v1/',0,'revision','',0),(258,1,'2019-12-30 14:51:53','2019-12-30 09:21:53','<h6 style=\"text-align: left;\">School Affiliation Number:- 1930867</h6>\r\n<h6 style=\"text-align: left;\">School Code:- 55781</h6>\r\n<strong>History</strong>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-12-30 14:51:53','2019-12-30 09:21:53','',9,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/9-revision-v1/',0,'revision','',0),(259,1,'2019-12-30 14:52:21','2019-12-30 09:22:21','<h6 style=\"text-align: left;\">School Affiliation Number :- 1930867</h6>\r\n<h6 style=\"text-align: left;\">School Code :- 55781</h6>\r\n<strong>History</strong>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-12-30 14:52:21','2019-12-30 09:22:21','',9,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/9-revision-v1/',0,'revision','',0),(260,1,'2019-12-30 14:52:41','2019-12-30 09:22:41','<h6 style=\"text-align: left;\">School Affiliation Number :- 1930867</h6>\r\n<h6 style=\"text-align: left;\">School Code :- 55781</h6>\r\n<h5><strong>History</strong></h5>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-12-30 14:52:41','2019-12-30 09:22:41','',9,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/9-revision-v1/',0,'revision','',0),(261,1,'2019-12-30 15:00:10','2019-12-30 09:30:10','<h6 style=\"text-align: left;\"><span style=\"color: #b5579a;\">School Affiliation Number:- 1930867</span></h6>\r\n<h6 style=\"text-align: left;\"><span style=\"color: #327399;\">School Code:- 55781</span></h6>\r\n<h5><strong>History</strong></h5>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-12-30 15:00:10','2019-12-30 09:30:10','',9,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2019/12/30/9-revision-v1/',0,'revision','',0),(263,1,'2020-01-29 16:58:11','2020-01-29 11:28:11','','IMG-20200129-WA0002~01','','inherit','open','closed','','img-20200129-wa000201','','','2020-01-29 16:58:11','2020-01-29 11:28:11','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG-20200129-WA000201.jpg',0,'attachment','image/jpeg',0),(264,1,'2020-01-29 16:58:46','2020-01-29 11:28:46','','2','','inherit','open','closed','','2-4','','','2020-01-29 16:58:46','2020-01-29 11:28:46','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg',0,'attachment','image/jpeg',0),(265,1,'2020-01-29 16:59:21','2020-01-29 11:29:21','','1','','inherit','open','closed','','1-4','','','2020-01-29 16:59:21','2020-01-29 11:29:21','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg',0,'attachment','image/jpeg',0),(266,1,'2020-01-29 16:59:56','2020-01-29 11:29:56','','3','','inherit','open','closed','','3-4','','','2020-01-29 16:59:56','2020-01-29 11:29:56','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg',0,'attachment','image/jpeg',0),(267,1,'2020-01-29 17:00:53','2020-01-29 11:30:53','','4','','inherit','open','closed','','4-4','','','2020-01-29 17:00:53','2020-01-29 11:30:53','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg',0,'attachment','image/jpeg',0),(268,1,'2020-01-29 17:02:22','2020-01-29 11:32:22','<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-29 17:02:22','2020-01-29 11:32:22','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/01/29/17-revision-v1/',0,'revision','',0),(269,1,'2020-01-29 17:06:22','2020-01-29 11:36:22','','Untitled design (1)','','inherit','open','closed','','untitled-design-1','','','2020-01-29 17:06:22','2020-01-29 11:36:22','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg',0,'attachment','image/jpeg',0),(270,1,'2020-01-29 17:06:57','2020-01-29 11:36:57','','Untitled design','','inherit','open','closed','','untitled-design','','','2020-01-29 17:06:57','2020-01-29 11:36:57','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg',0,'attachment','image/jpeg',0),(271,1,'2020-01-29 17:16:23','2020-01-29 11:46:23','','Jan 2 (1)','','inherit','open','closed','','jan-2-1','','','2020-01-29 17:16:23','2020-01-29 11:46:23','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Jan-2-1.jpg',0,'attachment','image/jpeg',0),(272,1,'2020-01-29 17:17:12','2020-01-29 11:47:12','','7','','inherit','open','closed','','7-4','','','2020-01-29 17:17:12','2020-01-29 11:47:12','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg',0,'attachment','image/jpeg',0),(273,1,'2020-01-29 17:17:31','2020-01-29 11:47:31','','8','','inherit','open','closed','','8-4','','','2020-01-29 17:17:31','2020-01-29 11:47:31','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg',0,'attachment','image/jpeg',0),(274,1,'2020-01-29 17:17:53','2020-01-29 11:47:53','','9','','inherit','open','closed','','9-4','','','2020-01-29 17:17:53','2020-01-29 11:47:53','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg',0,'attachment','image/jpeg',0),(275,1,'2020-01-29 17:18:13','2020-01-29 11:48:13','','10','','inherit','open','closed','','10-4','','','2020-01-29 17:18:13','2020-01-29 11:48:13','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg',0,'attachment','image/jpeg',0),(276,1,'2020-01-29 17:18:29','2020-01-29 11:48:29','<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-29 17:18:29','2020-01-29 11:48:29','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/01/29/17-revision-v1/',0,'revision','',0),(277,1,'2020-01-29 17:29:14','2020-01-29 11:59:14','','11','','inherit','open','closed','','11-4','','','2020-01-29 17:29:14','2020-01-29 11:59:14','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg',0,'attachment','image/jpeg',0),(278,1,'2020-01-29 17:29:30','2020-01-29 11:59:30','','12','','inherit','open','closed','','12-4','','','2020-01-29 17:29:30','2020-01-29 11:59:30','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg',0,'attachment','image/jpeg',0),(279,1,'2020-01-29 17:29:51','2020-01-29 11:59:51','','13','','inherit','open','closed','','13-4','','','2020-01-29 17:29:51','2020-01-29 11:59:51','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg',0,'attachment','image/jpeg',0),(280,1,'2020-01-29 17:30:11','2020-01-29 12:00:11','','14','','inherit','open','closed','','14-4','','','2020-01-29 17:30:11','2020-01-29 12:00:11','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg',0,'attachment','image/jpeg',0),(281,1,'2020-01-29 17:30:41','2020-01-29 12:00:41','<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-29 17:30:41','2020-01-29 12:00:41','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/01/29/17-revision-v1/',0,'revision','',0),(282,1,'2020-01-29 17:30:58','2020-01-29 12:00:58','<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-01-29 17:30:58','2020-01-29 12:00:58','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/01/29/17-revision-v1/',0,'revision','',0),(284,1,'2020-02-24 16:38:47','2020-02-24 11:08:47','','1','','inherit','open','closed','','1-5','','','2020-02-24 16:38:47','2020-02-24 11:08:47','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg',0,'attachment','image/jpeg',0),(285,1,'2020-02-24 16:38:47','2020-02-24 11:08:47','','2','','inherit','open','closed','','2-5','','','2020-02-24 16:38:47','2020-02-24 11:08:47','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg',0,'attachment','image/jpeg',0),(286,1,'2020-02-24 16:38:48','2020-02-24 11:08:48','','3','','inherit','open','closed','','3-5','','','2020-02-24 16:38:48','2020-02-24 11:08:48','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg',0,'attachment','image/jpeg',0),(287,1,'2020-02-24 16:38:48','2020-02-24 11:08:48','','4','','inherit','open','closed','','4-5','','','2020-02-24 16:38:48','2020-02-24 11:08:48','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg',0,'attachment','image/jpeg',0),(288,1,'2020-02-24 16:41:04','2020-02-24 11:11:04','<strong>Dance Show: </strong>\r\n\r\nEvery step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-24 16:41:04','2020-02-24 11:11:04','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/02/24/17-revision-v1/',0,'revision','',0),(289,1,'2020-02-24 16:46:17','2020-02-24 11:16:17','','5','','inherit','open','closed','','5-4','','','2020-02-24 16:46:17','2020-02-24 11:16:17','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53.jpg',0,'attachment','image/jpeg',0),(290,1,'2020-02-24 16:46:17','2020-02-24 11:16:17','','6','','inherit','open','closed','','6-4','','','2020-02-24 16:46:17','2020-02-24 11:16:17','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg',0,'attachment','image/jpeg',0),(291,1,'2020-02-24 16:46:18','2020-02-24 11:16:18','','7','','inherit','open','closed','','7-5','','','2020-02-24 16:46:18','2020-02-24 11:16:18','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg',0,'attachment','image/jpeg',0),(292,1,'2020-02-24 16:46:18','2020-02-24 11:16:18','','8','','inherit','open','closed','','8-5','','','2020-02-24 16:46:18','2020-02-24 11:16:18','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg',0,'attachment','image/jpeg',0),(293,1,'2020-02-24 17:14:06','2020-02-24 11:44:06','<strong>Dance Show: </strong>\r\n\r\nEvery step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-289 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-24 17:14:06','2020-02-24 11:44:06','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/02/24/17-revision-v1/',0,'revision','',0),(294,1,'2020-02-24 17:17:58','2020-02-24 11:47:58','','9','','inherit','open','closed','','9-5','','','2020-02-24 17:17:58','2020-02-24 11:47:58','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg',0,'attachment','image/jpeg',0),(295,1,'2020-02-24 17:17:58','2020-02-24 11:47:58','','10','','inherit','open','closed','','10-5','','','2020-02-24 17:17:58','2020-02-24 11:47:58','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg',0,'attachment','image/jpeg',0),(296,1,'2020-02-24 17:18:30','2020-02-24 11:48:30','<strong>Dance Show: </strong>\r\n\r\nEvery step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-289 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate: </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-24 17:18:30','2020-02-24 11:48:30','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/02/24/17-revision-v1/',0,'revision','',0),(297,1,'2020-02-24 17:47:21','2020-02-24 12:17:21','<strong>Dance Show: </strong>\r\n\r\nEvery step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-289 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate: </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-24 17:47:21','2020-02-24 12:17:21','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/02/24/17-revision-v1/',0,'revision','',0),(298,1,'2020-02-25 12:30:15','2020-02-25 07:00:15','','Manapakkam 24-2-20 (1)','','inherit','open','closed','','manapakkam-24-2-20-1','','','2020-02-25 12:30:15','2020-02-25 07:00:15','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg',0,'attachment','image/jpeg',0),(299,1,'2020-02-25 12:30:17','2020-02-25 07:00:17','','Manapakkam 24-2-20','','inherit','open','closed','','manapakkam-24-2-20','','','2020-02-25 12:30:17','2020-02-25 07:00:17','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg',0,'attachment','image/jpeg',0),(300,1,'2020-02-25 12:30:59','2020-02-25 07:00:59','<strong>Dance Show: </strong>\r\n\r\nEvery step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-289 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate: </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-25 12:30:59','2020-02-25 07:00:59','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/02/25/17-revision-v1/',0,'revision','',0),(301,1,'2020-02-25 12:35:29','2020-02-25 07:05:29','','13','','inherit','open','closed','','13-5','','','2020-02-25 12:35:29','2020-02-25 07:05:29','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg',0,'attachment','image/jpeg',0),(302,1,'2020-02-25 12:35:30','2020-02-25 07:05:30','','14','','inherit','open','closed','','14-5','','','2020-02-25 12:35:30','2020-02-25 07:05:30','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg',0,'attachment','image/jpeg',0),(303,1,'2020-02-25 12:35:30','2020-02-25 07:05:30','','15','','inherit','open','closed','','15-4','','','2020-02-25 12:35:30','2020-02-25 07:05:30','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg',0,'attachment','image/jpeg',0),(304,1,'2020-02-25 12:35:31','2020-02-25 07:05:31','','16','','inherit','open','closed','','16-4','','','2020-02-25 12:35:31','2020-02-25 07:05:31','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg',0,'attachment','image/jpeg',0),(305,1,'2020-02-25 12:36:57','2020-02-25 07:06:57','<strong>Dance Show: </strong>\r\n\r\nEvery step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-289 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/53-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate: </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Tamil Nadu Assembly Visit:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-25 12:36:57','2020-02-25 07:06:57','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/02/25/17-revision-v1/',0,'revision','',0),(306,1,'2020-02-25 12:40:25','2020-02-25 07:10:25','','Manapakkam 24-2-20','','inherit','open','closed','','manapakkam-24-2-20-2','','','2020-02-25 12:40:25','2020-02-25 07:10:25','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg',0,'attachment','image/jpeg',0),(307,1,'2020-02-25 12:40:59','2020-02-25 07:10:59','<strong>Dance Show: </strong>\r\n\r\nEvery step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship & Swimming Competition 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate: </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Tamil Nadu Assembly Visit:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-25 12:40:59','2020-02-25 07:10:59','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/02/25/17-revision-v1/',0,'revision','',0),(308,1,'2020-02-25 12:46:08','2020-02-25 07:16:08','<strong>Dance Show : </strong>Every step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship & Swimming Competition 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate : </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Tamil Nadu Assembly Visit :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2020-02-25 12:46:08','2020-02-25 07:16:08','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2020/02/25/17-revision-v1/',0,'revision','',0),(310,1,'2021-03-24 17:08:43','2021-03-24 11:38:43','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/FEE-STRUCTURE.pdf\" target=\"_blank\">FEE STRUCTURE</a></strong></li>\r\n</ul>','Fee Structure','','publish','closed','closed','','fee-structure','','','2021-07-08 14:45:39','2021-07-08 09:15:39','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=310',0,'page','',0),(311,1,'2021-03-24 17:08:26','2021-03-24 11:38:26','','Fee Structure','','inherit','open','closed','','fee-structure','','','2021-03-24 17:08:26','2021-03-24 11:38:26','',310,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Fee-Structure.pdf',0,'attachment','application/pdf',0),(312,1,'2021-03-24 17:08:43','2021-03-24 11:38:43','<ul>\r\n <li><span style=\"color: #ff9900;\"><strong><a style=\"color: #ff9900;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Fee-Structure.pdf\" target=\"_blank\">Fee Structure</a></strong></span></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','310-revision-v1','','','2021-03-24 17:08:43','2021-03-24 11:38:43','',310,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/24/310-revision-v1/',0,'revision','',0),(313,1,'2021-03-24 17:09:36','2021-03-24 11:39:36','','Student Strength Details','','inherit','open','closed','','student-strength-details','','','2021-03-24 17:09:36','2021-03-24 11:39:36','',232,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/Student-Strength-Details.pdf',0,'attachment','application/pdf',0),(314,1,'2021-03-24 17:09:52','2021-03-24 11:39:52','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/Student-Strength-Details.pdf\" target=\"_blank\">Student Strength Details</a></strong></li>\r\n</ul>','Student Details','','inherit','closed','closed','','232-revision-v1','','','2021-03-24 17:09:52','2021-03-24 11:39:52','',232,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/24/232-revision-v1/',0,'revision','',0),(315,1,'2021-03-24 17:10:40','2021-03-24 11:40:40','','Staff Details','','inherit','open','closed','','staff-details','','','2021-03-24 17:10:40','2021-03-24 11:40:40','',223,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/10/Staff-Details.pdf',0,'attachment','application/pdf',0),(316,1,'2021-03-24 17:11:09','2021-03-24 11:41:09','<ul>\r\n <li><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/10/Staff-Details.pdf\" target=\"_blank\">Staff Details</a></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','223-revision-v1','','','2021-03-24 17:11:09','2021-03-24 11:41:09','',223,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/24/223-revision-v1/',0,'revision','',0),(317,1,'2021-03-24 17:12:44','2021-03-24 11:42:44','<ul>\r\n <li><strong><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/10/Staff-Details.pdf\" target=\"_blank\">Staff Details</a></span></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','223-revision-v1','','','2021-03-24 17:12:44','2021-03-24 11:42:44','',223,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/24/223-revision-v1/',0,'revision','',0),(318,1,'2021-03-24 17:14:11','2021-03-24 11:44:11',' ','','','publish','closed','closed','','318','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=318',18,'nav_menu_item','',0),(320,1,'2021-03-24 17:25:02','2021-03-24 11:55:02','','Shravanthi Guru Saye Prasad-CLASS XI','','inherit','open','closed','','shravanthi-guru-saye-prasad-class-xi','','','2021-03-24 17:25:02','2021-03-24 11:55:02','',131,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/Shravanthi-Guru-Saye-Prasad-CLASS-XI.pdf',0,'attachment','application/pdf',0),(321,1,'2021-03-24 17:26:31','2021-03-24 11:56:31','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/Shravanthi-Guru-Saye-Prasad-CLASS-XI.pdf\" target=\"_blank\">Shravanthi Guru Sayee Prasad-CLASS XI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf\" target=\"_blank\">DHAKSHIN R-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/EBINESER-PAUL-CLASS-VII.pdf\" target=\"_blank\">EBINESER PAUL-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/GOKULNATH-CLASS-V.pdf\" target=\"_blank\">GOKULNATH-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/HARSHITHA-P-CLASS-VI.pdf\" target=\"_blank\">HARSHITHA P-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/J-VISWARAM-CLASS-IV.pdf\" target=\"_blank\">J VISWARAM-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf\" target=\"_blank\">PRERANA NAGENDRAN-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRISCILLA-GRACE-CLASS-V.pdf\" target=\"_blank\">PRISCILLA GRACE-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHANYA-CLASS-IV.pdf\" target=\"_blank\">RITHANYA-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHESH-R-CLASS-III.pdf\" target=\"_blank\">RITHESH R-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHVIC-RANJITH-CLASS-VI.pdf\" target=\"_blank\">RITHVIC RANJITH-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SRIKAR-MAGULURU-CLASS-VII.pdf\" target=\"_blank\">SRIKAR MAGULURU-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SUNETRA-KRISHNAN-CLASS-V.pdf\" target=\"_blank\">SUNETRA KRISHNAN-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/TEJASWINI-CLASS-VIII.pdf\" target=\"_blank\">TEJASWINI-CLASS VIII</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2021-03-24 17:26:31','2021-03-24 11:56:31','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/24/131-revision-v1/',0,'revision','',0); INSERT INTO `scsposts` VALUES (322,1,'2021-03-24 17:27:36','2021-03-24 11:57:36','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/Shravanthi-Guru-Saye-Prasad-CLASS-XI.pdf\" target=\"_blank\">SHRAVANTHI GURU SAYEE PRASAD-CLASS XI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf\" target=\"_blank\">DHAKSHIN R-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/EBINESER-PAUL-CLASS-VII.pdf\" target=\"_blank\">EBINESER PAUL-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/GOKULNATH-CLASS-V.pdf\" target=\"_blank\">GOKULNATH-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/HARSHITHA-P-CLASS-VI.pdf\" target=\"_blank\">HARSHITHA P-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/J-VISWARAM-CLASS-IV.pdf\" target=\"_blank\">J VISWARAM-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf\" target=\"_blank\">PRERANA NAGENDRAN-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRISCILLA-GRACE-CLASS-V.pdf\" target=\"_blank\">PRISCILLA GRACE-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHANYA-CLASS-IV.pdf\" target=\"_blank\">RITHANYA-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHESH-R-CLASS-III.pdf\" target=\"_blank\">RITHESH R-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHVIC-RANJITH-CLASS-VI.pdf\" target=\"_blank\">RITHVIC RANJITH-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SRIKAR-MAGULURU-CLASS-VII.pdf\" target=\"_blank\">SRIKAR MAGULURU-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SUNETRA-KRISHNAN-CLASS-V.pdf\" target=\"_blank\">SUNETRA KRISHNAN-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/TEJASWINI-CLASS-VIII.pdf\" target=\"_blank\">TEJASWINI-CLASS VIII</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2021-03-24 17:27:36','2021-03-24 11:57:36','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/24/131-revision-v1/',0,'revision','',0),(323,1,'2021-03-25 15:10:08','2021-03-25 09:40:08','<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/Shravanthi-Guru-Saye-Prasad-CLASS-XI.pdf\" target=\"_blank\">SHRAVANTHI GURU SAYEE PRASAD-CLASS IX</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ABHINAV-RAHUL-CLASS-VII.pdf\" target=\"_blank\">ABHINAV RAHUL -CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/AKAASH-KANNAN-CLASS-III.pdf\" target=\"_blank\">AKAASH KANNAN-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ARNAV-RAHUL-CLASS-V.pdf\" target=\"_blank\">ARNAV RAHUL -CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI.pdf\" target=\"_blank\">PRERANA NAGENDRAN -CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ANJANA-RAJESH-CLASS-IV.pdf\" target=\"_blank\">ANJANA RAJESH-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/ASHER-SMILES-CLASS-IV.pdf\" target=\"_blank\">ASHER SMILES-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/DHAKSHIN-R-CLASS-V.pdf\" target=\"_blank\">DHAKSHIN R-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/EBINESER-PAUL-CLASS-VII.pdf\" target=\"_blank\">EBINESER PAUL-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/GOKULNATH-CLASS-V.pdf\" target=\"_blank\">GOKULNATH-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/HARSHITHA-P-CLASS-VI.pdf\" target=\"_blank\">HARSHITHA P-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/J-VISWARAM-CLASS-IV.pdf\" target=\"_blank\">J VISWARAM-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRERANA-NAGENDRAN-CLASS-VI1.pdf\" target=\"_blank\">PRERANA NAGENDRAN-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/PRISCILLA-GRACE-CLASS-V.pdf\" target=\"_blank\">PRISCILLA GRACE-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHANYA-CLASS-IV.pdf\" target=\"_blank\">RITHANYA-CLASS IV</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHESH-R-CLASS-III.pdf\" target=\"_blank\">RITHESH R-CLASS III</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/RITHVIC-RANJITH-CLASS-VI.pdf\" target=\"_blank\">RITHVIC RANJITH-CLASS VI</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SRIKAR-MAGULURU-CLASS-VII.pdf\" target=\"_blank\">SRIKAR MAGULURU-CLASS VII</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/SUNETRA-KRISHNAN-CLASS-V.pdf\" target=\"_blank\">SUNETRA KRISHNAN-CLASS V</a></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/02/TEJASWINI-CLASS-VIII.pdf\" target=\"_blank\">TEJASWINI-CLASS VIII</a></span>','Transfer Certificates','','inherit','closed','closed','','131-revision-v1','','','2021-03-25 15:10:08','2021-03-25 09:40:08','',131,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/25/131-revision-v1/',0,'revision','',0),(324,1,'2021-03-30 14:54:48','2021-03-30 09:24:48','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/School-Management-Committee1.pdf\" target=\"_blank\">School Management Committee</a></strong></span></li>\r\n</ul>','School Management Committee','','publish','closed','closed','','school-management-committee','','','2021-09-24 11:18:21','2021-09-24 05:48:21','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=324',0,'page','',0),(325,1,'2021-03-30 14:54:19','2021-03-30 09:24:19','','School Management Committee','','inherit','open','closed','','school-management-committee','','','2021-03-30 14:54:19','2021-03-30 09:24:19','',324,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/School-Management-Committee.pdf',0,'attachment','application/pdf',0),(326,1,'2021-03-30 14:54:48','2021-03-30 09:24:48','<ul>\r\n <li><strong><span style=\"color: #00ffff;\"><a style=\"color: #00ffff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/School-Management-Committee.pdf\" target=\"_blank\">School Management Committee</a></span></strong></li>\r\n</ul>','School Management Committee','','inherit','closed','closed','','324-revision-v1','','','2021-03-30 14:54:48','2021-03-30 09:24:48','',324,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/324-revision-v1/',0,'revision','',0),(327,1,'2021-03-30 14:55:29','2021-03-30 09:25:29','<ul>\r\n <li><strong><span style=\"color: #008080;\"><a style=\"color: #008080;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Circular.pdf\" target=\"_blank\">Circular</a></span></strong></li>\r\n</ul>','Circulars','','publish','closed','closed','','circulars','','','2021-03-30 14:57:14','2021-03-30 09:27:14','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=327',0,'page','',0),(328,1,'2021-03-30 14:55:29','2021-03-30 09:25:29','','Circulars','','inherit','closed','closed','','327-revision-v1','','','2021-03-30 14:55:29','2021-03-30 09:25:29','',327,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/327-revision-v1/',0,'revision','',0),(329,1,'2021-03-30 14:55:46','2021-03-30 09:25:46','','Circular','','inherit','open','closed','','circular','','','2021-03-30 14:55:46','2021-03-30 09:25:46','',327,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Circular.pdf',0,'attachment','application/pdf',0),(330,1,'2021-03-30 14:56:29','2021-03-30 09:26:29','<ul>\r\n <li><span style=\"color: #008080;\"><a style=\"color: #008080;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Circular.pdf\" target=\"_blank\">Circular</a></span></li>\r\n</ul>','Circulars','','inherit','closed','closed','','327-revision-v1','','','2021-03-30 14:56:29','2021-03-30 09:26:29','',327,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/327-revision-v1/',0,'revision','',0),(331,1,'2021-03-30 14:57:14','2021-03-30 09:27:14','<ul>\r\n <li><strong><span style=\"color: #008080;\"><a style=\"color: #008080;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Circular.pdf\" target=\"_blank\">Circular</a></span></strong></li>\r\n</ul>','Circulars','','inherit','closed','closed','','327-revision-v1','','','2021-03-30 14:57:14','2021-03-30 09:27:14','',327,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/327-revision-v1/',0,'revision','',0),(332,1,'2021-03-30 14:58:02','2021-03-30 09:28:02','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Annual-Report-19-20.pdf\" target=\"_blank\">Annual Report 19-20</a></strong></span></li>\r\n</ul>','Annual Reports','','publish','closed','closed','','annual-reports','','','2021-03-30 14:58:02','2021-03-30 09:28:02','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=332',0,'page','',0),(333,1,'2021-03-30 14:57:40','2021-03-30 09:27:40','','Annual Report 19-20','','inherit','open','closed','','annual-report-19-20','','','2021-03-30 14:57:40','2021-03-30 09:27:40','',332,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Annual-Report-19-20.pdf',0,'attachment','application/pdf',0),(334,1,'2021-03-30 14:58:02','2021-03-30 09:28:02','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/Annual-Report-19-20.pdf\" target=\"_blank\">Annual Report 19-20</a></strong></span></li>\r\n</ul>','Annual Reports','','inherit','closed','closed','','332-revision-v1','','','2021-03-30 14:58:02','2021-03-30 09:28:02','',332,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/332-revision-v1/',0,'revision','',0),(335,1,'2021-03-30 14:59:08','2021-03-30 09:29:08',' ','','','publish','closed','closed','','335','','','2022-04-01 10:28:25','2022-04-01 04:58:25','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=335',19,'nav_menu_item','',0),(336,1,'2021-03-30 14:59:07','2021-03-30 09:29:07',' ','','','publish','closed','closed','','336','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=336',14,'nav_menu_item','',0),(337,1,'2021-03-30 14:59:07','2021-03-30 09:29:07',' ','','','publish','closed','closed','','337','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=337',17,'nav_menu_item','',0),(338,1,'2021-03-30 15:01:57','2021-03-30 09:31:57','<ul>\r\n <li><strong><span style=\"color: #00ccff;\"><a style=\"color: #00ccff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf\" target=\"_blank\">School Infrastructure & Facilities</a></span></strong></li>\r\n</ul>','School Infrastructure','','inherit','closed','closed','','237-revision-v1','','','2021-03-30 15:01:57','2021-03-30 09:31:57','',237,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/237-revision-v1/',0,'revision','',0),(339,1,'2021-03-30 16:12:39','2021-03-30 10:42:39','','1','','inherit','open','closed','','1-6','','','2021-03-30 16:12:39','2021-03-30 10:42:39','',237,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/1.png',0,'attachment','image/png',0),(340,1,'2021-03-30 16:13:04','2021-03-30 10:43:04','','2','','inherit','open','closed','','2-6','','','2021-03-30 16:13:04','2021-03-30 10:43:04','',237,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/2.png',0,'attachment','image/png',0),(341,1,'2021-03-30 16:13:24','2021-03-30 10:43:24','','3','','inherit','open','closed','','3-6','','','2021-03-30 16:13:24','2021-03-30 10:43:24','',237,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/3.png',0,'attachment','image/png',0),(342,1,'2021-03-30 16:13:26','2021-03-30 10:43:26','<ul>\n <li><strong><span style=\"color: #00ccff;\"><a style=\"color: #00ccff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf\" target=\"_blank\">School Infrastructure & Facilities</a></span></strong></li>\n</ul>\n \n\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-339 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-340 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n ','School Infrastructure','','inherit','closed','closed','','237-autosave-v1','','','2021-03-30 16:13:26','2021-03-30 10:43:26','',237,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/237-autosave-v1/',0,'revision','',0),(343,1,'2021-03-30 16:13:40','2021-03-30 10:43:40','','4','','inherit','open','closed','','4-6','','','2021-03-30 16:13:40','2021-03-30 10:43:40','',237,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/4.png',0,'attachment','image/png',0),(344,1,'2021-03-30 16:14:02','2021-03-30 10:44:02','','5','','inherit','open','closed','','5-5','','','2021-03-30 16:14:02','2021-03-30 10:44:02','',237,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/5.png',0,'attachment','image/png',0),(345,1,'2021-03-30 16:14:22','2021-03-30 10:44:22','','6','','inherit','open','closed','','6-5','','','2021-03-30 16:14:22','2021-03-30 10:44:22','',237,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/6.png',0,'attachment','image/png',0),(346,1,'2021-03-30 16:14:41','2021-03-30 10:44:41','<ul>\r\n <li><strong><span style=\"color: #00ccff;\"><a style=\"color: #00ccff;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/School-Infrastructure-Facilities.pdf\" target=\"_blank\">School Infrastructure & Facilities</a></span></strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-339 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-340 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-341 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-343 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-344 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-345 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2019/12/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>','School Infrastructure','','inherit','closed','closed','','237-revision-v1','','','2021-03-30 16:14:41','2021-03-30 10:44:41','',237,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/237-revision-v1/',0,'revision','',0),(347,1,'2021-03-30 16:15:39','2021-03-30 10:45:39','','Banneer','','inherit','open','closed','','banneer','','','2021-03-30 16:15:39','2021-03-30 10:45:39','',9,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Banneer.jpg',0,'attachment','image/jpeg',0),(348,1,'2021-03-30 16:16:11','2021-03-30 10:46:11','<h6 style=\"text-align: left;\"><span style=\"color: #b5579a;\">School Affiliation Number:- 1930867</span></h6>\r\n<h6 style=\"text-align: left;\"><span style=\"color: #327399;\">School Code:- 55781</span></h6>\r\n<h5><strong>History</strong></h5>\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Banneer.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-347 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Banneer.jpg\" alt=\"Banneer\" width=\"820\" height=\"312\" /></a>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-03-30 16:16:11','2021-03-30 10:46:11','',9,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/03/30/9-revision-v1/',0,'revision','',0),(350,1,'2021-04-16 12:04:10','2021-04-16 06:34:10','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/04/Academic-Calendar.pdf\" target=\"_blank\">Academic Calendar</a></strong></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academiccalendar','','','2021-07-08 14:47:12','2021-07-08 09:17:12','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=350',0,'page','',0),(351,1,'2021-04-16 12:03:33','2021-04-16 06:33:33','','List of Working Days & Holidays 2021-22','','inherit','open','closed','','list-of-working-days-holidays-2021-22','','','2021-04-16 12:03:33','2021-04-16 06:33:33','',350,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/04/List-of-Working-Days-Holidays-2021-22.pdf',0,'attachment','application/pdf',0),(352,1,'2021-04-16 12:04:10','2021-04-16 06:34:10','<ul>\r\n <li><span style=\"color: #003366;\"><strong><a style=\"color: #003366;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/04/List-of-Working-Days-Holidays-2021-22.pdf\" target=\"_blank\">List of Working Days & Holidays 2021-22</a></strong></span></li>\r\n</ul>','List of Working Days & Holidays 2021-22','','inherit','closed','closed','','350-revision-v1','','','2021-04-16 12:04:10','2021-04-16 06:34:10','',350,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/04/16/350-revision-v1/',0,'revision','',0),(353,1,'2021-04-16 12:04:37','2021-04-16 06:34:37',' ','','','publish','closed','closed','','353','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=353',13,'nav_menu_item','',0),(356,1,'2021-04-29 15:03:22','2021-04-29 09:33:22','','AAC Higher Secondary Stage','','inherit','open','closed','','aac-higher-secondary-stage-2','','','2021-04-29 15:03:22','2021-04-29 09:33:22','',0,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/04/AAC-Higher-Secondary-Stage.pdf',0,'attachment','application/pdf',0),(359,1,'2021-07-08 14:44:17','2021-07-08 09:14:17','','School Management Comittee','','inherit','open','closed','','school-management-comittee','','','2021-07-08 14:44:17','2021-07-08 09:14:17','',324,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/School-Management-Comittee.pdf',0,'attachment','application/pdf',0),(360,1,'2021-07-08 14:44:45','2021-07-08 09:14:45','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/School-Management-Comittee.pdf\" target=\"_blank\">School Management Committee</a></strong></li>\r\n</ul>','School Management Committee','','inherit','closed','closed','','324-revision-v1','','','2021-07-08 14:44:45','2021-07-08 09:14:45','',324,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/324-revision-v1/',0,'revision','',0),(361,1,'2021-07-08 14:45:30','2021-07-08 09:15:30','','FEE STRUCTURE','','inherit','open','closed','','fee-structure-2','','','2021-07-08 14:45:30','2021-07-08 09:15:30','',310,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/FEE-STRUCTURE.pdf',0,'attachment','application/pdf',0),(362,1,'2021-07-08 14:45:39','2021-07-08 09:15:39','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/FEE-STRUCTURE.pdf\" target=\"_blank\">FEE STRUCTURE</a></strong></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','310-revision-v1','','','2021-07-08 14:45:39','2021-07-08 09:15:39','',310,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/310-revision-v1/',0,'revision','',0),(363,1,'2021-07-08 14:46:31','2021-07-08 09:16:31','','Academic Calendar','','inherit','open','closed','','academic-calendar','','','2021-07-08 14:46:31','2021-07-08 09:16:31','',350,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/04/Academic-Calendar.pdf',0,'attachment','application/pdf',0),(364,1,'2021-07-08 14:47:12','2021-07-08 09:17:12','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/04/Academic-Calendar.pdf\" target=\"_blank\">Academic Calendar</a></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','350-revision-v1','','','2021-07-08 14:47:12','2021-07-08 09:17:12','',350,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/350-revision-v1/',0,'revision','',0),(365,1,'2021-07-08 14:49:16','2021-07-08 09:19:16','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Affiliation-Certificate.pdf\" target=\"_blank\">Affiliation Certificate</a></strong></li>\r\n</ul>','Affiliation Certificate','','publish','closed','closed','','affiliation-certificate','','','2021-07-08 14:49:16','2021-07-08 09:19:16','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=365',0,'page','',0),(366,1,'2021-07-08 14:49:05','2021-07-08 09:19:05','','Affiliation Certificate','','inherit','open','closed','','affiliation-certificate','','','2021-07-08 14:49:05','2021-07-08 09:19:05','',365,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Affiliation-Certificate.pdf',0,'attachment','application/pdf',0),(367,1,'2021-07-08 14:49:16','2021-07-08 09:19:16','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Affiliation-Certificate.pdf\" target=\"_blank\">Affiliation Certificate</a></strong></li>\r\n</ul>','Affiliation Certificate','','inherit','closed','closed','','365-revision-v1','','','2021-07-08 14:49:16','2021-07-08 09:19:16','',365,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/365-revision-v1/',0,'revision','',0),(368,1,'2021-07-08 14:49:49','2021-07-08 09:19:49','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Building-Safety-Certificate1.pdf\" target=\"_blank\">Building Safety Certificate</a></strong></span></li>\r\n</ul>','Building Safety Certificate','','publish','closed','closed','','building-safety-certificate','','','2021-09-07 15:21:25','2021-09-07 09:51:25','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=368',0,'page','',0),(369,1,'2021-07-08 14:49:39','2021-07-08 09:19:39','','Building Safety Certificate','','inherit','open','closed','','building-safety-certificate','','','2021-07-08 14:49:39','2021-07-08 09:19:39','',368,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(370,1,'2021-07-08 14:49:49','2021-07-08 09:19:49','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf\" target=\"_blank\">Building Safety Certificate</a></strong></li>\r\n</ul>','Building Safety Certificate','','inherit','closed','closed','','368-revision-v1','','','2021-07-08 14:49:49','2021-07-08 09:19:49','',368,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/368-revision-v1/',0,'revision','',0),(371,1,'2021-07-08 14:50:21','2021-07-08 09:20:21','<ul>\r\n <li><strong><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/FIRE-CERTIFICATE.pdf\" target=\"_blank\">FIRE CERTIFICATE</a></span></strong></li>\r\n <li><strong><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/FIRE-NOC.pdf\" target=\"_blank\">FIRE NOC</a></span></strong></li>\r\n</ul>','Fire Safety Certificate','','publish','closed','closed','','fire-safety-certificate','','','2021-09-27 10:52:40','2021-09-27 05:22:40','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=371',0,'page','',0),(372,1,'2021-07-08 14:50:14','2021-07-08 09:20:14','','Fire Safety Certificate','','inherit','open','closed','','fire-safety-certificate','','','2021-07-08 14:50:14','2021-07-08 09:20:14','',371,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(373,1,'2021-07-08 14:50:21','2021-07-08 09:20:21','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','371-revision-v1','','','2021-07-08 14:50:21','2021-07-08 09:20:21','',371,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/371-revision-v1/',0,'revision','',0),(374,1,'2021-07-08 14:51:27','2021-07-08 09:21:27','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Madatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','publish','closed','closed','','mandatory-public-disclosure','','','2021-07-08 14:51:27','2021-07-08 09:21:27','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=374',0,'page','',0),(375,1,'2021-07-08 14:51:13','2021-07-08 09:21:13','','Madatory Public Disclosure','','inherit','open','closed','','madatory-public-disclosure','','','2021-07-08 14:51:13','2021-07-08 09:21:13','',374,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Madatory-Public-Disclosure.pdf',0,'attachment','application/pdf',0),(376,1,'2021-07-08 14:51:27','2021-07-08 09:21:27','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Madatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','374-revision-v1','','','2021-07-08 14:51:27','2021-07-08 09:21:27','',374,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/374-revision-v1/',0,'revision','',0),(377,1,'2021-07-08 14:52:04','2021-07-08 09:22:04','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/NOC1.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','publish','closed','closed','','noc','','','2022-03-02 10:35:25','2022-03-02 05:05:25','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=377',0,'page','',0),(378,1,'2021-07-08 14:51:54','2021-07-08 09:21:54','','NOC','','inherit','open','closed','','noc','','','2021-07-08 14:51:54','2021-07-08 09:21:54','',377,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/NOC.pdf',0,'attachment','application/pdf',0),(379,1,'2021-07-08 14:52:04','2021-07-08 09:22:04','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','377-revision-v1','','','2021-07-08 14:52:04','2021-07-08 09:22:04','',377,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/377-revision-v1/',0,'revision','',0),(380,1,'2021-07-08 14:52:36','2021-07-08 09:22:36','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/CERTIFICATE-OF-RECOGNITION.pdf\" target=\"_blank\">Certificate Of Recognition</a></strong></li>\r\n</ul>','Recognition Certificate','','publish','closed','closed','','recognition-certificate','','','2021-09-07 15:22:38','2021-09-07 09:52:38','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=380',0,'page','',0),(381,1,'2021-07-08 14:52:28','2021-07-08 09:22:28','','Recognition Certificate','','inherit','open','closed','','recognition-certificate','','','2021-07-08 14:52:28','2021-07-08 09:22:28','',380,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Recognition-Certificate.pdf',0,'attachment','application/pdf',0),(382,1,'2021-07-08 14:52:36','2021-07-08 09:22:36','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Recognition-Certificate.pdf\" target=\"_blank\">Recognition Certificate</a></strong></li>\r\n</ul>','Recognition Certificate','','inherit','closed','closed','','380-revision-v1','','','2021-07-08 14:52:36','2021-07-08 09:22:36','',380,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/380-revision-v1/',0,'revision','',0),(383,1,'2021-07-08 14:53:03','2021-07-08 09:23:03','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Sanitary-Certificate-.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary Certificate','','publish','closed','closed','','sanitary-certificate','','','2021-11-03 10:52:17','2021-11-03 05:22:17','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=383',0,'page','',0),(384,1,'2021-07-08 14:52:54','2021-07-08 09:22:54','','Sanitary Certificate','','inherit','open','closed','','sanitary-certificate','','','2021-07-08 14:52:54','2021-07-08 09:22:54','',383,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Sanitary-Certificate.pdf',0,'attachment','application/pdf',0),(385,1,'2021-07-08 14:53:03','2021-07-08 09:23:03','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','383-revision-v1','','','2021-07-08 14:53:03','2021-07-08 09:23:03','',383,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/383-revision-v1/',0,'revision','',0),(386,1,'2021-07-08 14:53:31','2021-07-08 09:23:31','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','publish','closed','closed','','trust-deed','','','2021-07-08 14:53:31','2021-07-08 09:23:31','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=386',0,'page','',0),(387,1,'2021-07-08 14:53:23','2021-07-08 09:23:23','','Trust Deed','','inherit','open','closed','','trust-deed','','','2021-07-08 14:53:23','2021-07-08 09:23:23','',386,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Trust-Deed.pdf',0,'attachment','application/pdf',0),(388,1,'2021-07-08 14:53:31','2021-07-08 09:23:31','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','inherit','closed','closed','','386-revision-v1','','','2021-07-08 14:53:31','2021-07-08 09:23:31','',386,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/07/08/386-revision-v1/',0,'revision','',0),(389,1,'2021-07-08 14:56:53','2021-07-08 09:26:53',' ','','','publish','closed','closed','','389','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=389',9,'nav_menu_item','',0),(390,1,'2021-07-08 14:56:53','2021-07-08 09:26:53',' ','','','publish','closed','closed','','390','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=390',8,'nav_menu_item','',0),(391,1,'2021-07-08 14:56:53','2021-07-08 09:26:53',' ','','','publish','closed','closed','','391','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=391',4,'nav_menu_item','',0),(392,1,'2021-07-08 14:56:53','2021-07-08 09:26:53',' ','','','publish','closed','closed','','392','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=392',7,'nav_menu_item','',0),(393,1,'2021-07-08 14:56:52','2021-07-08 09:26:52',' ','','','publish','closed','closed','','393','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=393',2,'nav_menu_item','',0),(394,1,'2021-07-08 14:56:53','2021-07-08 09:26:53',' ','','','publish','closed','closed','','394','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=394',6,'nav_menu_item','',0),(395,1,'2021-07-08 14:56:53','2021-07-08 09:26:53',' ','','','publish','closed','closed','','395','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=395',5,'nav_menu_item','',0),(396,1,'2021-07-08 14:56:52','2021-07-08 09:26:52',' ','','','publish','closed','closed','','396','','','2022-04-01 10:28:24','2022-04-01 04:58:24','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=396',3,'nav_menu_item','',0),(398,1,'2021-09-07 15:20:48','2021-09-07 09:50:48','<ul>\n <li></li>\n</ul>','Building Safety Certificate','','inherit','closed','closed','','368-autosave-v1','','','2021-09-07 15:20:48','2021-09-07 09:50:48','',368,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/09/07/368-autosave-v1/',0,'revision','',0),(399,1,'2021-09-07 15:21:00','2021-09-07 09:51:00','','Building Safety Certificate','','inherit','open','closed','','building-safety-certificate-2','','','2021-09-07 15:21:00','2021-09-07 09:51:00','',368,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Building-Safety-Certificate1.pdf',0,'attachment','application/pdf',0),(400,1,'2021-09-07 15:21:25','2021-09-07 09:51:25','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Building-Safety-Certificate1.pdf\" target=\"_blank\">Building Safety Certificate</a></strong></span></li>\r\n</ul>','Building Safety Certificate','','inherit','closed','closed','','368-revision-v1','','','2021-09-07 15:21:25','2021-09-07 09:51:25','',368,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/09/07/368-revision-v1/',0,'revision','',0),(401,1,'2021-09-07 15:21:54','2021-09-07 09:51:54','','CERTIFICATE OF RECOGNITION','','inherit','open','closed','','certificate-of-recognition','','','2021-09-07 15:21:54','2021-09-07 09:51:54','',380,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/CERTIFICATE-OF-RECOGNITION.pdf',0,'attachment','application/pdf',0),(402,1,'2021-09-07 15:22:38','2021-09-07 09:52:38','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/CERTIFICATE-OF-RECOGNITION.pdf\" target=\"_blank\">Certificate Of Recognition</a></strong></li>\r\n</ul>','Recognition Certificate','','inherit','closed','closed','','380-revision-v1','','','2021-09-07 15:22:38','2021-09-07 09:52:38','',380,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/09/07/380-revision-v1/',0,'revision','',0),(404,1,'2021-09-24 11:17:41','2021-09-24 05:47:41','','School Management Committee','','inherit','closed','closed','','324-autosave-v1','','','2021-09-24 11:17:41','2021-09-24 05:47:41','',324,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/09/24/324-autosave-v1/',0,'revision','',0),(405,1,'2021-09-24 11:18:07','2021-09-24 05:48:07','','School Management Committee','','inherit','open','closed','','school-management-committee-2','','','2021-09-24 11:18:07','2021-09-24 05:48:07','',324,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/School-Management-Committee1.pdf',0,'attachment','application/pdf',0),(406,1,'2021-09-24 11:18:21','2021-09-24 05:48:21','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/03/School-Management-Committee1.pdf\" target=\"_blank\">School Management Committee</a></strong></span></li>\r\n</ul>','School Management Committee','','inherit','closed','closed','','324-revision-v1','','','2021-09-24 11:18:21','2021-09-24 05:48:21','',324,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/09/24/324-revision-v1/',0,'revision','',0),(407,1,'2021-09-27 10:39:25','2021-09-27 05:09:25','','FIRE CERTIFICATE','','inherit','open','closed','','fire-certificate','','','2021-09-27 10:39:25','2021-09-27 05:09:25','',371,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/FIRE-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(408,1,'2021-09-27 10:39:47','2021-09-27 05:09:47','','FIRE NOC','','inherit','open','closed','','fire-noc','','','2021-09-27 10:39:47','2021-09-27 05:09:47','',371,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/FIRE-NOC.pdf',0,'attachment','application/pdf',0),(409,1,'2021-09-27 10:39:58','2021-09-27 05:09:58','<ul>\n <li><strong><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/FIRE-CERTIFICATE.pdf\" target=\"_blank\">FIRE CERTIFICATE</a></span></strong></li>\n <li><strong><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/FIRE-NOC.pdf\">FIRE NOC</a></span></strong></li>\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','371-autosave-v1','','','2021-09-27 10:39:58','2021-09-27 05:09:58','',371,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/09/27/371-autosave-v1/',0,'revision','',0),(410,1,'2021-09-27 10:40:06','2021-09-27 05:10:06','<ul>\r\n <li><strong><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/FIRE-CERTIFICATE.pdf\" target=\"_blank\">FIRE CERTIFICATE</a></span></strong></li>\r\n <li><strong><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/FIRE-NOC.pdf\" target=\"_blank\">FIRE NOC</a></span></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','371-revision-v1','','','2021-09-27 10:40:06','2021-09-27 05:10:06','',371,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/09/27/371-revision-v1/',0,'revision','',0),(412,1,'2021-10-25 16:09:53','2021-10-25 10:39:53','','1','','inherit','open','closed','','1-7','','','2021-10-25 16:09:53','2021-10-25 10:39:53','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png',0,'attachment','image/png',0),(413,1,'2021-10-25 16:10:13','2021-10-25 10:40:13','','2','','inherit','open','closed','','2-7','','','2021-10-25 16:10:13','2021-10-25 10:40:13','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png',0,'attachment','image/png',0),(414,1,'2021-10-25 16:10:56','2021-10-25 10:40:56','','3','','inherit','open','closed','','3-7','','','2021-10-25 16:10:56','2021-10-25 10:40:56','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png',0,'attachment','image/png',0),(415,1,'2021-10-25 16:11:10','2021-10-25 10:41:10','','4','','inherit','open','closed','','4-7','','','2021-10-25 16:11:10','2021-10-25 10:41:10','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png',0,'attachment','image/png',0),(416,1,'2021-10-25 16:11:36','2021-10-25 10:41:36','','5','','inherit','open','closed','','5-6','','','2021-10-25 16:11:36','2021-10-25 10:41:36','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png',0,'attachment','image/png',0),(417,1,'2021-10-25 16:11:52','2021-10-25 10:41:52','','6','','inherit','open','closed','','6-6','','','2021-10-25 16:11:52','2021-10-25 10:41:52','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png',0,'attachment','image/png',0),(418,1,'2021-10-25 16:12:15','2021-10-25 10:42:15','','7','','inherit','open','closed','','7-6','','','2021-10-25 16:12:15','2021-10-25 10:42:15','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png',0,'attachment','image/png',0),(419,1,'2021-10-25 16:12:34','2021-10-25 10:42:34','','8','','inherit','open','closed','','8-6','','','2021-10-25 16:12:34','2021-10-25 10:42:34','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png',0,'attachment','image/png',0),(420,1,'2021-10-25 16:12:47','2021-10-25 10:42:47','<strong>“Azadi ka Amrit Mahotsavâ€</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-412 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-414 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-415 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-416 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-418 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-419 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>Dance Show : </strong>Every step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship & Swimming Competition 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate : </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Tamil Nadu Assembly Visit :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-10-25 16:12:47','2021-10-25 10:42:47','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/10/25/17-revision-v1/',0,'revision','',0),(421,1,'2021-10-25 16:13:32','2021-10-25 10:43:32','','9','','inherit','open','closed','','9-6','','','2021-10-25 16:13:32','2021-10-25 10:43:32','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png',0,'attachment','image/png',0),(422,1,'2021-10-25 16:13:54','2021-10-25 10:43:54','','10','','inherit','open','closed','','10-6','','','2021-10-25 16:13:54','2021-10-25 10:43:54','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png',0,'attachment','image/png',0),(423,1,'2021-10-25 16:14:12','2021-10-25 10:44:12','','11','','inherit','open','closed','','11-5','','','2021-10-25 16:14:12','2021-10-25 10:44:12','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png',0,'attachment','image/png',0),(424,1,'2021-10-25 16:14:26','2021-10-25 10:44:26','','12','','inherit','open','closed','','12-5','','','2021-10-25 16:14:26','2021-10-25 10:44:26','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.png',0,'attachment','image/png',0),(425,1,'2021-10-25 16:15:58','2021-10-25 10:45:58','','Untitled design','','inherit','open','closed','','untitled-design-2','','','2021-10-25 16:15:58','2021-10-25 10:45:58','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg',0,'attachment','image/jpeg',0),(426,1,'2021-10-25 16:16:18','2021-10-25 10:46:18','<strong>“Azadi ka Amrit Mahotsavâ€</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-412 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-414 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-415 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-416 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-418 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-419 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-421 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" target=\"_blank\"><img class=\"alignnone wp-image-422 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" target=\"_blank\"><img class=\"alignnone wp-image-423 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-425 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Dance Show : </strong>Every step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship & Swimming Competition 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate : </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Tamil Nadu Assembly Visit :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-10-25 16:16:18','2021-10-25 10:46:18','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/10/25/17-revision-v1/',0,'revision','',0),(427,1,'2021-10-25 16:17:54','2021-10-25 10:47:54','<strong>“Azadi Ka Amrit Mahotsavâ€</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-412 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-414 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-415 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-416 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-418 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-419 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-421 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" target=\"_blank\"><img class=\"alignnone wp-image-422 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" target=\"_blank\"><img class=\"alignnone wp-image-423 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-425 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Dance Show : </strong>Every step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship & Swimming Competition 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate : </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Tamil Nadu Assembly Visit :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-10-25 16:17:54','2021-10-25 10:47:54','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/10/25/17-revision-v1/',0,'revision','',0),(429,1,'2021-11-03 10:52:03','2021-11-03 05:22:03','','Sanitary Certificate','','inherit','open','closed','','sanitary-certificate-2','','','2021-11-03 10:52:03','2021-11-03 05:22:03','',383,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Sanitary-Certificate-.pdf',0,'attachment','application/pdf',0),(430,1,'2021-11-03 10:52:17','2021-11-03 05:22:17','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/Sanitary-Certificate-.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','383-revision-v1','','','2021-11-03 10:52:17','2021-11-03 05:22:17','',383,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2021/11/03/383-revision-v1/',0,'revision','',0),(432,1,'2022-03-02 10:35:05','2022-03-02 05:05:05','','NOC','','inherit','open','closed','','noc-2','','','2022-03-02 10:35:05','2022-03-02 05:05:05','',377,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/NOC1.pdf',0,'attachment','application/pdf',0),(433,1,'2022-03-02 10:35:25','2022-03-02 05:05:25','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2021/07/NOC1.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','377-revision-v1','','','2022-03-02 10:35:25','2022-03-02 05:05:25','',377,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2022/03/02/377-revision-v1/',0,'revision','',0),(435,1,'2022-04-01 10:27:18','2022-04-01 04:57:18','<ul>\r\n <li><span style=\"color: #008000;\"><strong><a style=\"color: #008000;\" href=\"https://www.youtube.com/watch?v=LO3jZcDe8VA\" target=\"_blank\">Pariksha Pe Charcha 2022</a></strong></span></li>\r\n</ul>','Pariksha Pe Charcha 2022-PM Event','','publish','closed','closed','','pariksha-pe-charcha-2022-pm-event','','','2022-04-01 10:27:18','2022-04-01 04:57:18','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?page_id=435',0,'page','',0),(436,1,'2022-04-01 10:27:18','2022-04-01 04:57:18','<ul>\r\n <li><span style=\"color: #008000;\"><strong><a style=\"color: #008000;\" href=\"https://www.youtube.com/watch?v=LO3jZcDe8VA\" target=\"_blank\">Pariksha Pe Charcha 2022</a></strong></span></li>\r\n</ul>','Pariksha Pe Charcha 2022-PM Event','','inherit','closed','closed','','435-revision-v1','','','2022-04-01 10:27:18','2022-04-01 04:57:18','',435,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2022/04/01/435-revision-v1/',0,'revision','',0),(437,1,'2022-04-01 10:28:25','2022-04-01 04:58:25',' ','','','publish','closed','closed','','437','','','2022-04-01 10:28:25','2022-04-01 04:58:25','',0,'http://srichaitanyatechnoschoolmanapakkam.net/?p=437',22,'nav_menu_item','',0),(439,1,'2022-05-05 11:28:22','2022-05-05 05:58:22','','1','','inherit','open','closed','','1-8','','','2022-05-05 11:28:22','2022-05-05 05:58:22','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/117.jpg',0,'attachment','image/jpeg',0),(440,1,'2022-05-05 11:28:37','2022-05-05 05:58:37','','2','','inherit','open','closed','','2-8','','','2022-05-05 11:28:37','2022-05-05 05:58:37','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/214.jpg',0,'attachment','image/jpeg',0),(441,1,'2022-05-05 11:28:51','2022-05-05 05:58:51','','3','','inherit','open','closed','','3-8','','','2022-05-05 11:28:51','2022-05-05 05:58:51','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/38.jpg',0,'attachment','image/jpeg',0),(442,1,'2022-05-05 11:29:05','2022-05-05 05:59:05','','4','','inherit','open','closed','','4-8','','','2022-05-05 11:29:05','2022-05-05 05:59:05','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/45.jpg',0,'attachment','image/jpeg',0),(443,1,'2022-05-05 11:29:34','2022-05-05 05:59:34','','VID-20220426-WA0043','','inherit','open','closed','','vid-20220426-wa0043','','','2022-05-05 11:29:34','2022-05-05 05:59:34','',17,'http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/VID-20220426-WA0043.mp4',0,'attachment','video/mp4',0),(444,1,'2022-05-05 11:30:37','2022-05-05 06:00:37','<strong>“Penguin\'s day celebratedâ€</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/117.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-439 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/117.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/214.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-440 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/214.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"640\" mp4=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/VID-20220426-WA0043.mp4\" autoplay=\"true\"][/video]\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-441 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/38.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/45.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-442 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/45.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>“Azadi Ka Amrit Mahotsavâ€</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-412 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/1.png\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-414 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-415 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-416 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-418 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-419 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" target=\"_blank\"><img class=\"alignnone wp-image-421 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.png\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" target=\"_blank\"><img class=\"alignnone wp-image-422 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.png\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" target=\"_blank\"><img class=\"alignnone wp-image-423 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.png\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-425 size-full\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Dance Show : </strong>Every step is a giant step for the Lil ones. Our team performed this dance show recently and we\'re the proud recipient of Guinness record. We were amidst 10,147 students...\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-284 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/116-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-285 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/213-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-286 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-287 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/44-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>District Karate Championship & Swimming Competition 2020 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-292 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/84-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-291 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/74-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-290 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/63-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-201-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Fit India Certificate : </strong>\r\n\r\nTeachers are the learners first. To prove that we participated in the online quiz and got these certificates from FIT INDIA.\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-295 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/104-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-294 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/94-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Matribhasha Diwas Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-298 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-1-300x210.jpg\" alt=\"Manapakkam 24-2-20 (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-299 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Manapakkam-24-2-20-300x210.jpg\" alt=\"Manapakkam 24-2-20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Tamil Nadu Assembly Visit :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-304 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/163-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-303 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/153-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-302 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/144-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-301 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/134-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Quiz Programme Conducted By Election Commission-Manapakkam : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-264 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-265 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/114-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-266 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-267 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/43-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>E-Pariksha Activity Photo-Manapakkam :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-269 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-270 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/Untitled-design-300x210.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Republic Day Celebration :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-272 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/73-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-273 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/83-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-274 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/93-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-275 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/103-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally-FIT India : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-277 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/115-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-278 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/123-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-279 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/133-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-280 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/143-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong> 1st Annual General Body Meeting :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-211 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/212-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-212 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/222-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-213 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/231-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-214 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/241-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Coffee Meet :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/112-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Rally :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/42-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/52-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/62-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Kamarajar Fest :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/72-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/82-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/92-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-153 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/102-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Food Fest:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/113-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/122-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/132-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/142-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Aadi Perukku: </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/191-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/201-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Investiture Ceremony:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/152-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/162-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-163 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/172-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-164 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/182-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Green Day:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/211-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-168 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/221-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Club In:</strong>\r\n<p class=\"alignnone\"><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-169 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-170 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a></p>\r\n<strong>Guru Poornima:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>ISRO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-174 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-175 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-176 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-177 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-178 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/311-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-179 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/321-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"wp-image-182 size-medium aligncenter\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a>\r\n\r\n<b>Other Events:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91.jpg\"><img class=\"alignnone size-medium wp-image-100\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101.jpg\"><img class=\"alignnone size-medium wp-image-101\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111.jpg\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161.jpg\"><img class=\"alignnone size-medium wp-image-107\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171.jpg\"><img class=\"alignnone size-medium wp-image-108\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/171-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181.jpg\"><img class=\"alignnone size-medium wp-image-109\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/181-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1.png\"><img class=\"alignnone size-medium wp-image-110\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-1-300x210.png\" alt=\"STUDENT LIFE (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2.png\"><img class=\"alignnone size-medium wp-image-111\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-2-300x210.png\" alt=\"STUDENT LIFE (2)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3.png\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-3-300x210.png\" alt=\"STUDENT LIFE (3)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4.png\"><img class=\"alignnone size-medium wp-image-113\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-4-300x210.png\" alt=\"STUDENT LIFE (4)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5.png\"><img class=\"alignnone size-medium wp-image-114\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-5-300x210.png\" alt=\"STUDENT LIFE (5)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6.png\"><img class=\"alignnone size-medium wp-image-115\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/STUDENT-LIFE-6-300x210.png\" alt=\"STUDENT LIFE (6)\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-67\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41.jpg\"><img class=\"alignnone size-medium wp-image-121\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-11_13-14-41-300x300.jpg\" alt=\"IMG_2017-10-11_13-14-41\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-23_14-06-22-300x300.jpg\" alt=\"IMG_2017-10-23_14-06-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02.jpg\"><img class=\"alignnone size-medium wp-image-123\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_14-49-02-300x300.jpg\" alt=\"IMG_2017-10-25_14-49-02\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05.jpg\"><img class=\"alignnone size-medium wp-image-124\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-25_18-42-05-300x300.jpg\" alt=\"IMG_2017-10-25_18-42-05\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34.jpg\"><img class=\"alignnone size-medium wp-image-125\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-27_16-03-34-300x300.jpg\" alt=\"IMG_2017-10-27_16-03-34\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22.jpg\"><img class=\"alignnone size-medium wp-image-126\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-28_22-58-22-300x300.jpg\" alt=\"IMG_2017-10-28_22-58-22\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-10-30_10-36-43-300x300.jpg\" alt=\"IMG_2017-10-30_10-36-43\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24.jpg\"><img class=\"alignnone size-medium wp-image-128\" src=\"http://srichaitanyatechnoschoolmanapakkam.net/wp-content/uploads/2015/11/IMG_2017-08-24_11-41-24-300x300.jpg\" alt=\"IMG_2017-08-24_11-41-24\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2022-05-05 11:30:37','2022-05-05 06:00:37','',17,'http://srichaitanyatechnoschoolmanapakkam.net/index.php/2022/05/05/17-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(133,3,0),(227,3,0),(235,3,0),(243,3,0),(318,3,0),(335,3,0),(336,3,0),(337,3,0),(353,3,0),(389,3,0),(390,3,0),(391,3,0),(392,3,0),(393,3,0),(394,3,0),(395,3,0),(396,3,0),(437,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,24); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','438'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&hidetb=1&advImgDetails=show&wplink=1&imgsize=full'),(20,1,'scsuser-settings-time','1631008280'),(22,1,'scsmedia_library_mode','grid'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_srichaitanyasalem` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_srichaitanyasalem` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_srichaitanyasalem`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=9034 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschoolsalem.net','yes'),(2,'home','http://srichaitanyatechnoschoolsalem.net','yes'),(3,'blogname','Sri Chaitanya School Salem','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:93:\"/www-data/sites/srichaitanyatechnoschoolsalem.net/wp-content/themes/twentythirteen/footer.php\";i:2;s:92:\"/www-data/sites/srichaitanyatechnoschoolsalem.net/wp-content/themes/twentythirteen/style.css\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:4:{i:1668682870;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:1668682952;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;}}}i:1668686003;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','5e3a4d914480a8f98dbc87760382f1bb','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1528454325;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:12:\"header_image\";s:105:\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/Sri-Chaitaya-School-CBSE-Banners..jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:169;s:3:\"url\";s:105:\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/Sri-Chaitaya-School-CBSE-Banners..jpg\";s:13:\"thumbnail_url\";s:105:\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/Sri-Chaitaya-School-CBSE-Banners..jpg\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}s:16:\"header_textcolor\";s:5:\"blank\";}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(375,'_site_transient_timeout_available_translations','1528464965','yes'),(376,'_site_transient_available_translations','a:73:{s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"AzÉ™rbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"БългарÑки\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Ðапред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"à¦à¦—িয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català \";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:6:\"4.2.20\";s:7:\"updated\";s:19:\"2018-04-05 07:36:44\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"ÄŒeÅ¡tina\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.20/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"PokraÄovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:05:44\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:06:33\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-10 09:57:22\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"ΣυνÎχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 12:35:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"DaÅrigi\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:6:\"4.2.17\";s:7:\"updated\";s:19:\"2017-01-28 23:04:15\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.17/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"ÙØ§Ø±Ø³ÛŒ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 17:58:19\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 02:28:05\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gà idhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.1.14\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره Ú¯ÛŒ\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.1.14/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिनà¥à¤¦à¥€\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Õ€Õ¡ÕµÕ¥Ö€Õ¥Õ¶\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Õ‡Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ¥Õ¬\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Ãslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Ãfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ç¶šã‘ã‚‹\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:6:\"4.2.17\";s:7:\"updated\";s:19:\"2015-10-09 11:18:45\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქáƒáƒ თული\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.17/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გáƒáƒ’რძელებáƒ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한êµì–´\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계ì†\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"TÄ™sti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-15 04:39:52\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါá‹\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (BokmÃ¥l)\";s:11:\"native_name\";s:13:\"Norsk bokmÃ¥l\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-16 17:23:30\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"РуÑÑкий\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"SlovenÄina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"PokraÄovaÅ¥\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"SlovenÅ¡Äina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"СрпÑки језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"ÐаÑтави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่à¸à¹„ป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.23\";s:7:\"updated\";s:19:\"2018-02-19 18:50:05\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.23/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"УкраїнÑька\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"ç®€ä½“ä¸æ–‡\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"ç»§ç»\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"ç¹é«”䏿–‡\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(411,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(455,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"cto@varsitymgmt.com\";s:7:\"version\";s:6:\"4.3.30\";s:9:\"timestamp\";i:1666047910;}','yes'),(757,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668639914;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(2929,'_site_transient_timeout_browser_83f75fe8d5c2f40c243760c04f60cc4e','1617967765','yes'),(2930,'_site_transient_browser_83f75fe8d5c2f40c243760c04f60cc4e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.114\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(3834,'_site_transient_timeout_browser_5fbe2ee5eb4e61ffdd061c0bf44cad11','1625643982','yes'),(3835,'_site_transient_browser_5fbe2ee5eb4e61ffdd061c0bf44cad11','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.106\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(3853,'_site_transient_timeout_browser_7f65ff317c237641f7aace3b7dac03d6','1625729336','yes'),(3854,'_site_transient_browser_7f65ff317c237641f7aace3b7dac03d6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.124\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(4886,'_site_transient_timeout_browser_a44e7ab8cc69f9e2b9db9430df373653','1634365874','yes'),(4887,'_site_transient_browser_a44e7ab8cc69f9e2b9db9430df373653','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"94.0.4606.71\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(5131,'_site_transient_timeout_browser_9ceebc4ad83ababb94d4029b4dca4e66','1636520356','yes'),(5132,'_site_transient_browser_9ceebc4ad83ababb94d4029b4dca4e66','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"95.0.4638.54\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(8549,'_site_transient_timeout_browser_620eeaccf0f03dc51ea5a9f1f3fb4360','1665041763','yes'),(8550,'_site_transient_browser_620eeaccf0f03dc51ea5a9f1f3fb4360','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"105.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(8658,'_site_transient_timeout_browser_acff52a1652901ae7e446fb41b9189b7','1666001851','yes'),(8659,'_site_transient_browser_acff52a1652901ae7e446fb41b9189b7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"106.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(8660,'_transient_timeout_plugin_slugs','1665483453','no'),(8661,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(8662,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1665440254','no'),(8663,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(8665,'_transient_is_multi_author','0','yes'),(8754,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:58:\"http://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:58:\"http://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:69:\"http://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:70:\"http://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"http://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"http://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:10:\"no_content\";s:70:\"http://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:71:\"http://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1668639896;s:15:\"version_checked\";s:6:\"4.3.30\";s:12:\"translations\";a:0:{}}','yes'),(9031,'_site_transient_timeout_theme_roots','1668641702','yes'),(9032,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(9033,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668639919;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=557 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1627970827:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1537889766:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1537890545:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1665397755:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1537891638:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1537891967:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,65,'_wp_attached_file','2015/11/IMG_20171028_135249.jpg'),(144,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:663;s:4:\"file\";s:31:\"2015/11/IMG_20171028_135249.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20171028_135249-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20171028_135249-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20171028_135249-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Redmi Note 4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1509198769;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.57\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0023529411764706\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(145,66,'_wp_attached_file','2015/11/IMG_20171028_143154.jpg'),(146,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:617;s:6:\"height\";i:441;s:4:\"file\";s:31:\"2015/11/IMG_20171028_143154.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20171028_143154-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20171028_143154-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20171028_143154-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Redmi Note 4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1509201114;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.57\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0021459227467811\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(147,68,'_wp_attached_file','2015/11/IMG_20170824_094042.jpg'),(148,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4160;s:6:\"height\";i:3120;s:4:\"file\";s:31:\"2015/11/IMG_20170824_094042.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20170824_094042-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20170824_094042-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20170824_094042-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20170824_094042-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Redmi 3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1503567642;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.225\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:19:\"0.00057438253877082\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(149,69,'_wp_attached_file','2015/11/IMG_20170824_101825.jpg'),(150,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4160;s:6:\"height\";i:3120;s:4:\"file\";s:31:\"2015/11/IMG_20170824_101825.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20170824_101825-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20170824_101825-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20170824_101825-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20170824_101825-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Redmi 3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1503569905;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.225\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:19:\"0.00071787508973439\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(151,70,'_wp_attached_file','2015/11/IMG_20170824_101932_HDR.jpg'),(152,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4160;s:6:\"height\";i:3120;s:4:\"file\";s:35:\"2015/11/IMG_20170824_101932_HDR.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20170824_101932_HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20170824_101932_HDR-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20170824_101932_HDR-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20170824_101932_HDR-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Redmi 3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1503569972;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.225\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0012515644555695\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(153,71,'_wp_attached_file','2015/11/IMG_20171121_130653.jpg'),(154,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2400;s:4:\"file\";s:31:\"2015/11/IMG_20171121_130653.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20171121_130653-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20171121_130653-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20171121_130653-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20171121_130653-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"2014818\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1511269613;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.020408163265306\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(155,72,'_wp_attached_file','2015/11/LAAN0447.jpg'),(156,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2015/11/LAAN0447.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"LAAN0447-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"LAAN0447-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"LAAN0447-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"LAAN0447-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(157,74,'_wp_attached_file','2015/11/pjimage-8.jpg'),(158,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2015/11/pjimage-8.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pjimage-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"pjimage-8-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"pjimage-8-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"pjimage-8-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(159,75,'_wp_attached_file','2015/11/pjimage-11.jpg'),(160,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/11/pjimage-11.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pjimage-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pjimage-11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"pjimage-11-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"pjimage-11-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(161,76,'_wp_attached_file','2015/11/IMG_6448.jpg'),(162,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2015/11/IMG_6448.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6448-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6448-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6448-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1515666944;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:6;}}'),(163,77,'_wp_attached_file','2015/11/IMG-20180111-WA0021.jpg'),(164,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2015/11/IMG-20180111-WA0021.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20180111-WA0021-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20180111-WA0021-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20180111-WA0021-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20180111-WA0021-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(165,78,'_wp_attached_file','2015/11/pjimage-17.jpg'),(166,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/11/pjimage-17.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pjimage-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pjimage-17-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"pjimage-17-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"pjimage-17-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(167,79,'_wp_attached_file','2015/11/pjimage-22.jpg'),(168,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/11/pjimage-22.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pjimage-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pjimage-22-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"pjimage-22-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"pjimage-22-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(169,81,'_wp_attached_file','2015/11/8.jpg'),(170,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2015/11/8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"8-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(171,83,'_wp_attached_file','2015/11/Student-life-4.png'),(172,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/Student-life-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Student-life-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Student-life-4-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Student-life-4-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(173,85,'_wp_attached_file','2015/11/IMG_20170906_130515_HDR.jpg'),(174,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2015/11/IMG_20170906_130515_HDR.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20170906_130515_HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20170906_130515_HDR-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20170906_130515_HDR-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20170906_130515_HDR-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(175,89,'_wp_attached_file','2015/11/School-photos_001.jpg'),(176,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:595;s:4:\"file\";s:29:\"2015/11/School-photos_001.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"School-photos_001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"School-photos_001-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"School-photos_001-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(177,93,'_wp_attached_file','2015/11/Salem-Final-Banner.png'),(178,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2015/11/Salem-Final-Banner.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Salem-Final-Banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Salem-Final-Banner-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Salem-Final-Banner-1024x267.png\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Salem-Final-Banner-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(179,100,'_wp_attached_file','2015/11/Salem-Dl.png'),(180,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2015/11/Salem-Dl.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Salem-Dl-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Salem-Dl-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Salem-Dl-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(181,101,'_wp_attached_file','2015/11/Student-life-6.png'),(182,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2015/11/Student-life-6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Student-life-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Student-life-6-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Student-life-6-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(183,103,'_wp_attached_file','2015/11/ANNUAL-DAY-IMG_3255.jpg'),(184,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:1728;s:4:\"file\";s:31:\"2015/11/ANNUAL-DAY-IMG_3255.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAY-IMG_3255-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAY-IMG_3255-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"ANNUAL-DAY-IMG_3255-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAY-IMG_3255-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1519510444;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"81\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(185,104,'_wp_attached_file','2015/11/ANNUAL-DAY-IMG_9239.jpg'),(186,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:1824;s:4:\"file\";s:31:\"2015/11/ANNUAL-DAY-IMG_9239.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAY-IMG_9239-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAY-IMG_9239-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"ANNUAL-DAY-IMG_9239-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAY-IMG_9239-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1519368833;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(187,105,'_wp_attached_file','2015/11/ANNUAL-DAYIMG_9807.jpg'),(188,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:1824;s:4:\"file\";s:30:\"2015/11/ANNUAL-DAYIMG_9807.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ANNUAL-DAYIMG_9807-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ANNUAL-DAYIMG_9807-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAYIMG_9807-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ANNUAL-DAYIMG_9807-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1519380078;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(189,106,'_wp_attached_file','2015/11/ANNUAL-DAYpjimage-1.jpg'),(190,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2015/11/ANNUAL-DAYpjimage-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAYpjimage-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAYpjimage-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"ANNUAL-DAYpjimage-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"ANNUAL-DAYpjimage-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(191,118,'_wp_attached_file','2015/11/1.jpg'),(192,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(193,119,'_wp_attached_file','2015/11/2.jpg'),(194,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(195,120,'_wp_attached_file','2015/11/3.jpg'),(196,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(197,121,'_wp_attached_file','2015/11/4.jpg'),(198,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(199,124,'_wp_attached_file','2015/11/5.jpg'),(200,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(201,125,'_wp_attached_file','2015/11/6.jpg'),(202,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(203,126,'_wp_attached_file','2015/11/7.jpg'),(204,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(205,127,'_wp_attached_file','2015/11/81.jpg'),(206,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/81.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"81-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"81-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(207,128,'_wp_attached_file','2015/11/9.jpg'),(208,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(209,129,'_wp_attached_file','2015/11/10.jpg'),(210,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(211,130,'_wp_attached_file','2015/11/11.jpg'),(212,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(213,131,'_wp_attached_file','2015/11/12.jpg'),(214,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(215,132,'_wp_attached_file','2015/11/13.jpg'),(216,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/13.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(217,133,'_wp_attached_file','2015/11/14.jpg'),(218,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/14.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(219,136,'_wp_attached_file','2015/11/15.jpg'),(220,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/15.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(221,137,'_wp_attached_file','2015/11/16.jpg'),(222,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/16.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(223,138,'_wp_attached_file','2015/11/17.jpg'),(224,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/17.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(225,139,'_wp_attached_file','2015/11/18.jpg'),(226,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/18.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(227,140,'_wp_attached_file','2015/11/19.jpg'),(228,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/19.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(229,141,'_wp_attached_file','2015/11/20.jpg'),(230,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/20.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"20-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(231,142,'_wp_attached_file','2015/11/21.jpg'),(232,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(233,143,'_wp_attached_file','2015/11/22.jpg'),(234,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/22.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(235,145,'_wp_attached_file','2015/11/23.jpg'),(236,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/23.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(237,146,'_wp_attached_file','2015/11/24.jpg'),(238,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/24.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(239,147,'_wp_attached_file','2015/11/25.jpg'),(240,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/25.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"25-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(241,148,'_wp_attached_file','2015/11/26.jpg'),(242,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/26.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"26-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(243,149,'_wp_attached_file','2015/11/27.jpg'),(244,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/27.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"27-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(245,150,'_wp_attached_file','2015/11/28.jpg'),(246,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/28.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"28-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(247,151,'_wp_attached_file','2015/11/29.jpg'),(248,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/29.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"29-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(249,152,'_wp_attached_file','2015/11/30.jpg'),(250,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/30.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"30-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(251,155,'_wp_attached_file','2015/11/31.jpg'),(252,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/31.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"31-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(253,156,'_wp_attached_file','2015/11/32.jpg'),(254,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/32.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"32-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(255,157,'_wp_attached_file','2015/11/33.jpg'),(256,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/33.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"33-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(257,158,'_wp_attached_file','2015/11/34.jpg'),(258,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/34.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"34-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(259,159,'_wp_attached_file','2015/11/35.jpg'),(260,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/35.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"35-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(261,160,'_wp_attached_file','2015/11/36.jpg'),(262,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/36.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"36-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(263,161,'_wp_attached_file','2015/11/37.jpg'),(264,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/37.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"37-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(265,162,'_wp_attached_file','2015/11/38.jpg'),(266,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/38.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"38-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(267,164,'_edit_last','1'),(268,164,'_edit_lock','1569823759:1'),(269,166,'_menu_item_type','post_type'),(270,166,'_menu_item_menu_item_parent','0'),(271,166,'_menu_item_object_id','164'),(272,166,'_menu_item_object','page'),(273,166,'_menu_item_target',''),(274,166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(275,166,'_menu_item_xfn',''),(276,166,'_menu_item_url',''),(278,167,'_wp_attached_file','2019/09/TC-SOFT-COPY.jpg'),(279,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4686;s:6:\"height\";i:6624;s:4:\"file\";s:24:\"2019/09/TC-SOFT-COPY.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TC-SOFT-COPY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"TC-SOFT-COPY-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"TC-SOFT-COPY-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"TC-SOFT-COPY-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(280,169,'_wp_attached_file','2019/09/Sri-Chaitaya-School-CBSE-Banners..jpg'),(281,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:45:\"2019/09/Sri-Chaitaya-School-CBSE-Banners..jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Sri-Chaitaya-School-CBSE-Banners.-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Sri-Chaitaya-School-CBSE-Banners.-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(282,169,'_wp_attachment_image_alt',''),(283,169,'_wp_attachment_custom_header_last_used_twentythirteen','1569823961'),(284,169,'_wp_attachment_is_custom_header','twentythirteen'),(285,173,'_edit_last','1'),(286,173,'_edit_lock','1654601527:1'),(287,174,'_wp_attached_file','2021/04/List-of-Books.pdf'),(288,176,'_edit_last','1'),(289,176,'_edit_lock','1664431845:1'),(290,177,'_wp_attached_file','2021/04/Fee-Details.pdf'),(291,179,'_menu_item_type','post_type'),(292,179,'_menu_item_menu_item_parent','27'),(293,179,'_menu_item_object_id','176'),(294,179,'_menu_item_object','page'),(295,179,'_menu_item_target',''),(296,179,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(297,179,'_menu_item_xfn',''),(298,179,'_menu_item_url',''),(300,180,'_menu_item_type','post_type'),(301,180,'_menu_item_menu_item_parent','27'),(302,180,'_menu_item_object_id','173'),(303,180,'_menu_item_object','page'),(304,180,'_menu_item_target',''),(305,180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(306,180,'_menu_item_xfn',''),(307,180,'_menu_item_url',''),(309,182,'_wp_attached_file','2021/04/FEE-STRUCTURE.pdf'),(310,184,'_edit_last','1'),(311,184,'_edit_lock','1654601425:1'),(312,185,'_wp_attached_file','2021/06/ACADEMIC-CALENDAR-2021-22.pdf'),(313,187,'_edit_last','1'),(314,187,'_edit_lock','1625040132:1'),(315,188,'_wp_attached_file','2021/06/AFFILIATION-LETTER.pdf'),(316,190,'_edit_last','1'),(317,190,'_edit_lock','1625040214:1'),(318,191,'_wp_attached_file','2021/06/BUILDING-LICENSE-CERTIFICATE.pdf'),(319,193,'_edit_last','1'),(320,193,'_edit_lock','1664431658:1'),(321,194,'_wp_attached_file','2021/06/CBSE-X-BOARD-EXAM-RESULT.pdf'),(322,196,'_edit_last','1'),(323,196,'_edit_lock','1664431904:1'),(324,197,'_wp_attached_file','2021/06/FIRE-SAFETY-CERTIFICATE.pdf'),(325,199,'_edit_last','1'),(326,199,'_edit_lock','1625040383:1'),(327,200,'_wp_attached_file','2021/06/NOC.pdf'),(328,202,'_edit_last','1'),(329,202,'_edit_lock','1664432037:1'),(330,203,'_wp_attached_file','2021/06/PTA-MEMBERS.pdf'),(331,205,'_edit_last','1'),(332,205,'_edit_lock','1625040477:1'),(333,206,'_wp_attached_file','2021/06/Recognition-Certificate.pdf'),(334,208,'_edit_last','1'),(335,208,'_edit_lock','1655180384:1'),(336,209,'_wp_attached_file','2021/06/SANITARY-CERTIFICATE.pdf'),(337,211,'_edit_last','1'),(338,211,'_edit_lock','1664431945:1'),(339,212,'_wp_attached_file','2021/06/School-Infrastructure-Details.pdf'),(340,214,'_edit_last','1'),(341,214,'_edit_lock','1664432194:1'),(342,215,'_wp_attached_file','2021/06/SMC.pdf'),(343,217,'_edit_last','1'),(344,217,'_edit_lock','1625040711:1'),(345,218,'_wp_attached_file','2021/06/Trust-Deed.pdf'),(346,220,'_menu_item_type','post_type'),(347,220,'_menu_item_menu_item_parent','266'),(348,220,'_menu_item_object_id','217'),(349,220,'_menu_item_object','page'),(350,220,'_menu_item_target',''),(351,220,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(352,220,'_menu_item_xfn',''),(353,220,'_menu_item_url',''),(355,221,'_menu_item_type','post_type'),(356,221,'_menu_item_menu_item_parent','27'),(357,221,'_menu_item_object_id','214'),(358,221,'_menu_item_object','page'),(359,221,'_menu_item_target',''),(360,221,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(361,221,'_menu_item_xfn',''),(362,221,'_menu_item_url',''),(364,222,'_menu_item_type','post_type'),(365,222,'_menu_item_menu_item_parent','266'),(366,222,'_menu_item_object_id','211'),(367,222,'_menu_item_object','page'),(368,222,'_menu_item_target',''),(369,222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(370,222,'_menu_item_xfn',''),(371,222,'_menu_item_url',''),(373,223,'_menu_item_type','post_type'),(374,223,'_menu_item_menu_item_parent','266'),(375,223,'_menu_item_object_id','208'),(376,223,'_menu_item_object','page'),(377,223,'_menu_item_target',''),(378,223,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(379,223,'_menu_item_xfn',''),(380,223,'_menu_item_url',''),(382,224,'_menu_item_type','post_type'),(383,224,'_menu_item_menu_item_parent','266'),(384,224,'_menu_item_object_id','205'),(385,224,'_menu_item_object','page'),(386,224,'_menu_item_target',''),(387,224,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(388,224,'_menu_item_xfn',''),(389,224,'_menu_item_url',''),(391,225,'_menu_item_type','post_type'),(392,225,'_menu_item_menu_item_parent','27'),(393,225,'_menu_item_object_id','202'),(394,225,'_menu_item_object','page'),(395,225,'_menu_item_target',''),(396,225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(397,225,'_menu_item_xfn',''),(398,225,'_menu_item_url',''),(400,226,'_menu_item_type','post_type'),(401,226,'_menu_item_menu_item_parent','266'),(402,226,'_menu_item_object_id','199'),(403,226,'_menu_item_object','page'),(404,226,'_menu_item_target',''),(405,226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(406,226,'_menu_item_xfn',''),(407,226,'_menu_item_url',''),(409,227,'_menu_item_type','post_type'),(410,227,'_menu_item_menu_item_parent','266'),(411,227,'_menu_item_object_id','196'),(412,227,'_menu_item_object','page'),(413,227,'_menu_item_target',''),(414,227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(415,227,'_menu_item_xfn',''),(416,227,'_menu_item_url',''),(418,228,'_menu_item_type','post_type'),(419,228,'_menu_item_menu_item_parent','27'),(420,228,'_menu_item_object_id','193'),(421,228,'_menu_item_object','page'),(422,228,'_menu_item_target',''),(423,228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(424,228,'_menu_item_xfn',''),(425,228,'_menu_item_url',''),(427,229,'_menu_item_type','post_type'),(428,229,'_menu_item_menu_item_parent','266'),(429,229,'_menu_item_object_id','190'),(430,229,'_menu_item_object','page'),(431,229,'_menu_item_target',''),(432,229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(433,229,'_menu_item_xfn',''),(434,229,'_menu_item_url',''),(436,230,'_menu_item_type','post_type'),(437,230,'_menu_item_menu_item_parent','266'),(438,230,'_menu_item_object_id','187'),(439,230,'_menu_item_object','page'),(440,230,'_menu_item_target',''),(441,230,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(442,230,'_menu_item_xfn',''),(443,230,'_menu_item_url',''),(445,231,'_menu_item_type','post_type'),(446,231,'_menu_item_menu_item_parent','27'),(447,231,'_menu_item_object_id','184'),(448,231,'_menu_item_object','page'),(449,231,'_menu_item_target',''),(450,231,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(451,231,'_menu_item_xfn',''),(452,231,'_menu_item_url',''),(454,232,'_edit_last','1'),(455,232,'_edit_lock','1664436967:1'),(456,233,'_wp_attached_file','2021/07/DEO-CERTIFICATE.pdf'),(457,235,'_edit_last','1'),(458,235,'_edit_lock','1625125094:1'),(459,236,'_wp_attached_file','2021/07/GENERAL-CIRCULAR.pdf'),(460,238,'_edit_last','1'),(461,238,'_edit_lock','1664432241:1'),(462,239,'_wp_attached_file','2021/07/STAFF-DETAILS.pdf'),(463,241,'_edit_last','1'),(464,241,'_edit_lock','1664432277:1'),(465,242,'_wp_attached_file','2021/07/STUDENT-STRENGTH-DETAILS.pdf'),(466,244,'_menu_item_type','post_type'),(467,244,'_menu_item_menu_item_parent','27'),(468,244,'_menu_item_object_id','241'),(469,244,'_menu_item_object','page'),(470,244,'_menu_item_target',''),(471,244,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(472,244,'_menu_item_xfn',''),(473,244,'_menu_item_url',''),(475,245,'_menu_item_type','post_type'),(476,245,'_menu_item_menu_item_parent','27'),(477,245,'_menu_item_object_id','238'),(478,245,'_menu_item_object','page'),(479,245,'_menu_item_target',''),(480,245,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(481,245,'_menu_item_xfn',''),(482,245,'_menu_item_url',''),(484,246,'_menu_item_type','post_type'),(485,246,'_menu_item_menu_item_parent','27'),(486,246,'_menu_item_object_id','235'),(487,246,'_menu_item_object','page'),(488,246,'_menu_item_target',''),(489,246,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(490,246,'_menu_item_xfn',''),(491,246,'_menu_item_url',''),(502,248,'_wp_attached_file','2021/06/School-Infrastructure-Details1.pdf'),(503,250,'_edit_last','1'),(504,250,'_edit_lock','1664431978:1'),(505,251,'_wp_attached_file','2021/07/Mandatory-Public-Disclosure.pdf'),(506,253,'_menu_item_type','post_type'),(507,253,'_menu_item_menu_item_parent','266'),(508,253,'_menu_item_object_id','250'),(509,253,'_menu_item_object','page'),(510,253,'_menu_item_target',''),(511,253,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(512,253,'_menu_item_xfn',''),(513,253,'_menu_item_url',''),(514,261,'_wp_attached_file','2021/06/FIRE-SAFETY-CERTIFICATE-.pdf'),(515,264,'_edit_last','1'),(516,264,'_edit_lock','1635915591:1'),(517,266,'_menu_item_type','post_type'),(518,266,'_menu_item_menu_item_parent','0'),(519,266,'_menu_item_object_id','264'),(520,266,'_menu_item_object','page'),(521,266,'_menu_item_target',''),(522,266,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(523,266,'_menu_item_xfn',''),(524,266,'_menu_item_url',''),(526,268,'_wp_attached_file','2021/06/Academic-Calendar-2022-23.pdf'),(527,270,'_wp_attached_file','2021/06/CBSE-BOARD-EXAM-RESULT.pdf'),(528,272,'_wp_attached_file','2021/04/List-of-Books1.pdf'),(529,274,'_wp_attached_file','2021/07/Student-Strength-Details.pdf'),(530,277,'_wp_attached_file','2021/06/School-Infrastructure-Details2.pdf'),(531,279,'_wp_attached_file','2021/06/SANITARY-CERTIFICATE1.pdf'),(532,281,'_wp_attached_file','2021/07/Student-Strength-Details1.pdf'),(533,284,'_wp_attached_file','2021/06/CBSE-BOARD-EXAM-RESULT1.pdf'),(534,286,'_wp_attached_file','2021/07/DEO-CERTIFICATE1.pdf'),(535,288,'_wp_attached_file','2021/04/FEE-DETAILS.pdf'),(536,290,'_wp_attached_file','2021/06/FIRE-SAFETY-CERTIFICATE1.pdf'),(537,292,'_wp_attached_file','2021/06/Infrastructure-Details.pdf'),(538,294,'_wp_attached_file','2021/07/Mandatory-Public-Disclosure1.pdf'),(539,296,'_wp_attached_file','2021/06/PTA-MEMBERS1.pdf'),(540,299,'_wp_attached_file','2021/06/SMC1.pdf'),(541,301,'_wp_attached_file','2021/07/Staff-Details.pdf'),(542,303,'_wp_attached_file','2021/07/Student-Strength-Details2.pdf'),(543,306,'_wp_attached_file','2015/11/110.jpg'),(544,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/110.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"110-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"110-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(545,307,'_wp_attached_file','2015/11/210.jpg'),(546,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/210.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"210-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(547,308,'_wp_attached_file','2015/11/39.jpg'),(548,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/39.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"39-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"39-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(549,309,'_wp_attached_file','2015/11/41.jpg'),(550,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/41.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"41-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(551,310,'_wp_attached_file','2015/11/51.jpg'),(552,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/51.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"51-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(553,311,'_wp_attached_file','2015/11/61.jpg'),(554,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/61.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"61-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(555,313,'_wp_attached_file','2015/11/VID-20221010-WA0009.mp4'),(556,313,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:3585498;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:27;s:16:\"length_formatted\";s:4:\"0:27\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=315 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Affiliation No :</strong> 1930859</p>\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>School Code :</strong> 55771</p>\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Classes :</strong> Nursery to XII std</p>\r\n<p style=\"text-align: justify;\"><strong>Affiliation Period :</strong> 01.04.2020 to 31.03.2023</p>\r\n<p style=\"text-align: justify;\"><strong>Highest Grade :</strong> Senior Secondary</p>\r\n\r\n<h3 class=\"entry-title\" style=\"text-align: left;\"><strong>History</strong></h3>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"441\" height=\"147\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Senior Secondary (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\">\r\n\r\n<strong> Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2021-08-03 11:37:07','2021-08-03 06:07:07','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001.jpg\"><img class=\"wp-image-89 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001-300x212.jpg\" alt=\"School photos_001\" width=\"460\" height=\"292\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','publish','closed','closed','','admissions','','','2018-06-09 00:44:06','2018-06-08 19:14:06','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling : </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya :</strong> The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :\r\n</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :\r\n</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :\r\n</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :\r\n</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :\r\n</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :\r\n</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2018-09-25 21:16:37','2018-09-25 15:46:37','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<strong>Smart Living Program( Healthy Lives & Healthy Minds)</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-307 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-308 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-309 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-310 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-311 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"640\" mp4=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/VID-20221010-WA0009.mp4\"][/video]\r\n\r\n<strong>Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>High School:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"36\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"37\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38-300x210.jpg\" alt=\"38\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Infrastructure:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2022-10-10 15:59:14','2022-10-10 10:29:14','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','publish','closed','closed','','achievements','','','2018-09-25 21:36:27','2018-09-25 16:06:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya Techno School,\r\n\r\nSurvey No:3/6,Perumal Malai,\r\n\r\nNKN Nagar,Narasothipatti,\r\n\r\nSalem - 636004,\r\n\r\nTamil Nadu.\r\n\r\nEmail - salem@srichaitanyaschool.net\r\n\r\nPH :- 73388 56461 / 73388 56774','Contact Us','','publish','closed','closed','','contact-us','','','2018-06-08 17:07:14','2018-06-08 11:37:14','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',13,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',24,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',12,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',25,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',23,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2018-09-25 21:33:36','2018-09-25 16:03:36','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\n</u></strong></h3>\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\n</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO</u> (Regional Mathematical Olympiad) :<u>\n</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>A.S.Rao</u> Olympiad final test result :<u>\n</u></strong>\n<ul>\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>INTSO</u> Result – Final Level :<u>\n</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\n</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n</ul>\n<strong><u>CBSE</u> :</strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2018-09-25 21:33:36','2018-09-25 16:03:36','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2018-06-08 16:28:48','2018-06-08 10:58:48','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 16:28:48','2018-06-08 10:58:48','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(56,1,'2018-09-25 21:16:40','2018-09-25 15:46:40','<strong>Mid Schooling : </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya :</strong> The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :\r\n</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :\r\n</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :\r\n</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :\r\n</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :\r\n</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :\r\n</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-autosave-v1','','','2018-09-25 21:16:40','2018-09-25 15:46:40','',14,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/14-autosave-v1/',0,'revision','',0),(57,1,'2018-06-08 16:37:38','2018-06-08 11:07:38','<strong>Mid Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170907_103202.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170907_103202-300x225.jpg\" alt=\"IMG_20170907_103202\" width=\"300\" height=\"225\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-06-08 16:37:38','2018-06-08 11:07:38','',14,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/14-revision-v1/',0,'revision','',0),(59,1,'2018-06-08 16:45:35','2018-06-08 11:15:35','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG-20170625-WA0006.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG-20170625-WA0006-225x300.jpg\" alt=\"IMG-20170625-WA0006\" width=\"225\" height=\"300\" /></a>\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-06-08 16:45:35','2018-06-08 11:15:35','',12,'http://srichaitanyatechnoschoolsalem.net/12-revision-v1/',0,'revision','',0),(60,1,'2018-06-08 17:07:14','2018-06-08 11:37:14','Sri Chaitanya Techno School,\r\n\r\nSurvey No:3/6,Perumal Malai,\r\n\r\nNKN Nagar,Narasothipatti,\r\n\r\nSalem - 636004,\r\n\r\nTamil Nadu.\r\n\r\nEmail - salem@srichaitanyaschool.net\r\n\r\nPH :- 73388 56461 / 73388 56774','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2018-06-08 17:07:14','2018-06-08 11:37:14','',21,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/21-revision-v1/',0,'revision','',0),(61,1,'2018-06-08 17:08:48','2018-06-08 11:38:48','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 17:08:48','2018-06-08 11:38:48','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(62,1,'2022-10-10 15:58:18','2022-10-10 10:28:18','<strong>Smart Living Program( Healthy Lives & Healthy Minds)</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-307 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-308 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-309 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-310 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-311 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n[video width=\"640\" height=\"640\" mp4=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/VID-20221010-WA0009.mp4\"][/video]\n\n<strong>Primary:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\n\n<strong>High School:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"36\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"37\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38-300x210.jpg\" alt=\"38\" width=\"300\" height=\"210\" /></a>\n\n<strong>Co-Curricular Activities:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<strong>Infrastructure:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\n\n<strong>Empower India:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\n\n<strong>English Club Activity :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\n\n<strong>Math APPO:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\n\n<strong>Smart Living Program:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\n\n<strong>Health Checkup:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\n\n<strong>Annual Day Celebrations:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2022-10-10 15:58:18','2022-10-10 10:28:18','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/17-autosave-v1/',0,'revision','',0),(63,1,'2018-06-08 17:22:08','2018-06-08 11:52:08','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-06-08 17:22:08','2018-06-08 11:52:08','',19,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/19-revision-v1/',0,'revision','',0),(64,1,'2018-06-08 17:32:22','2018-06-08 12:02:22','<strong>Smart Living Program</strong>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-08 17:32:22','2018-06-08 12:02:22','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/17-revision-v1/',0,'revision','',0),(65,1,'2018-06-08 17:45:58','2018-06-08 12:15:58','','IMG_20171028_135249','','inherit','open','closed','','img_20171028_135249','','','2018-06-08 17:45:58','2018-06-08 12:15:58','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg',0,'attachment','image/jpeg',0),(66,1,'2018-06-08 17:46:00','2018-06-08 12:16:00','','IMG_20171028_143154','','inherit','open','closed','','img_20171028_143154','','','2018-06-08 17:46:00','2018-06-08 12:16:00','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg',0,'attachment','image/jpeg',0),(67,1,'2018-06-08 17:49:34','2018-06-08 12:19:34','<strong>Smart Living Program</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"300\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-08 17:49:34','2018-06-08 12:19:34','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/17-revision-v1/',0,'revision','',0),(68,1,'2018-06-08 17:51:51','2018-06-08 12:21:51','','IMG_20170824_094042','','inherit','open','closed','','img_20170824_094042','','','2018-06-08 17:51:51','2018-06-08 12:21:51','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg',0,'attachment','image/jpeg',0),(69,1,'2018-06-08 17:51:58','2018-06-08 12:21:58','','IMG_20170824_101825','','inherit','open','closed','','img_20170824_101825','','','2018-06-08 17:51:58','2018-06-08 12:21:58','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101825.jpg',0,'attachment','image/jpeg',0),(70,1,'2018-06-08 17:52:06','2018-06-08 12:22:06','','IMG_20170824_101932_HDR','','inherit','open','closed','','img_20170824_101932_hdr','','','2018-06-08 17:52:06','2018-06-08 12:22:06','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg',0,'attachment','image/jpeg',0),(71,1,'2018-06-08 17:56:07','2018-06-08 12:26:07','','IMG_20171121_130653','','inherit','open','closed','','img_20171121_130653','','','2018-06-08 17:56:07','2018-06-08 12:26:07','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg',0,'attachment','image/jpeg',0),(72,1,'2018-06-08 17:56:10','2018-06-08 12:26:10','','LAAN0447','','inherit','open','closed','','laan0447','','','2018-06-08 17:56:10','2018-06-08 12:26:10','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg',0,'attachment','image/jpeg',0),(73,1,'2018-06-08 17:56:21','2018-06-08 12:26:21','<strong>Smart Living Program</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"300\" /></a>\r\n\r\n<strong>Empower India</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-08 17:56:21','2018-06-08 12:26:21','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/17-revision-v1/',0,'revision','',0),(74,1,'2018-06-08 17:58:26','2018-06-08 12:28:26','','pjimage (8)','','inherit','open','closed','','pjimage-8','','','2018-06-08 17:58:26','2018-06-08 12:28:26','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg',0,'attachment','image/jpeg',0),(75,1,'2018-06-08 17:58:28','2018-06-08 12:28:28','','pjimage (11)','','inherit','open','closed','','pjimage-11','','','2018-06-08 17:58:28','2018-06-08 12:28:28','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg',0,'attachment','image/jpeg',0),(76,1,'2018-06-08 18:01:07','2018-06-08 12:31:07','','IMG_6448','','inherit','open','closed','','img_6448','','','2018-06-08 18:01:07','2018-06-08 12:31:07','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_6448.jpg',0,'attachment','image/jpeg',0),(77,1,'2018-06-08 18:01:08','2018-06-08 12:31:08','','IMG-20180111-WA0021','','inherit','open','closed','','img-20180111-wa0021','','','2018-06-08 18:01:08','2018-06-08 12:31:08','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG-20180111-WA0021.jpg',0,'attachment','image/jpeg',0),(78,1,'2018-06-08 18:04:14','2018-06-08 12:34:14','','pjimage (17)','','inherit','open','closed','','pjimage-17','','','2018-06-08 18:04:14','2018-06-08 12:34:14','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg',0,'attachment','image/jpeg',0),(79,1,'2018-06-08 18:04:16','2018-06-08 12:34:16','','pjimage (22)','','inherit','open','closed','','pjimage-22','','','2018-06-08 18:04:16','2018-06-08 12:34:16','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg',0,'attachment','image/jpeg',0),(80,1,'2018-06-08 18:04:23','2018-06-08 12:34:23','<strong>Empower India</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n \r\n\r\n<strong>Health Checkup</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-08 18:04:23','2018-06-08 12:34:23','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/17-revision-v1/',0,'revision','',0),(81,1,'2018-06-08 18:05:28','2018-06-08 12:35:28','','8','','inherit','open','closed','','8','','','2018-06-08 18:05:28','2018-06-08 12:35:28','',9,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg',0,'attachment','image/jpeg',0),(82,1,'2018-06-08 18:05:55','2018-06-08 12:35:55','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"300\" height=\"142\" /></a></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:05:55','2018-06-08 12:35:55','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(83,1,'2018-06-08 18:07:17','2018-06-08 12:37:17','','Student life (4)','','inherit','open','closed','','student-life-4','','','2018-06-08 18:07:17','2018-06-08 12:37:17','',9,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-4.png',0,'attachment','image/png',0),(84,1,'2018-06-08 18:07:27','2018-06-08 12:37:27','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"300\" height=\"142\" /></a></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-4.png\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-4-300x210.png\" alt=\"Student life (4)\" width=\"300\" height=\"210\" /></a></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:07:27','2018-06-08 12:37:27','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(85,1,'2018-06-08 18:09:02','2018-06-08 12:39:02','','IMG_20170906_130515_HDR','','inherit','open','closed','','img_20170906_130515_hdr','','','2018-06-08 18:09:02','2018-06-08 12:39:02','',9,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170906_130515_HDR.jpg',0,'attachment','image/jpeg',0),(86,1,'2018-06-08 18:09:30','2018-06-08 12:39:30','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"300\" height=\"142\" /></a></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170906_130515_HDR.jpg\"><img class=\"size-medium wp-image-85 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170906_130515_HDR-300x225.jpg\" alt=\"IMG_20170906_130515_HDR\" width=\"300\" height=\"225\" /></a></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:09:30','2018-06-08 12:39:30','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(87,1,'2018-06-08 18:09:53','2018-06-08 12:39:53','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"300\" height=\"142\" /></a></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170906_130515_HDR.jpg\"><img class=\"size-medium wp-image-85 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170906_130515_HDR-300x225.jpg\" alt=\"IMG_20170906_130515_HDR\" width=\"300\" height=\"225\" /></a></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:09:53','2018-06-08 12:39:53','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(88,1,'2018-06-08 18:10:59','2018-06-08 12:40:59','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"300\" height=\"142\" /></a></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:10:59','2018-06-08 12:40:59','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(89,1,'2018-06-08 18:12:41','2018-06-08 12:42:41','','School photos_001','','inherit','open','closed','','school-photos_001','','','2018-06-08 18:12:41','2018-06-08 12:42:41','',12,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001.jpg',0,'attachment','image/jpeg',0),(90,1,'2018-06-08 18:35:14','2018-06-08 13:05:14','<strong>Sri Chaitanya</strong>: The Masters of Education\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001.jpg\"><img class=\"alignnone wp-image-89\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001-300x212.jpg\" alt=\"School photos_001\" width=\"460\" height=\"292\" /></a></p>\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\nAdmission is left entirely to the discretion of the Principal.\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-autosave-v1','','','2018-06-08 18:35:14','2018-06-08 13:05:14','',12,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/12-autosave-v1/',0,'revision','',0),(91,1,'2018-06-08 18:12:52','2018-06-08 12:42:52','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001-300x212.jpg\" alt=\"School photos_001\" width=\"300\" height=\"212\" /></a></p>\r\n \r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-06-08 18:12:52','2018-06-08 12:42:52','',12,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/12-revision-v1/',0,'revision','',0),(92,1,'2018-06-08 18:13:14','2018-06-08 12:43:14','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001-300x212.jpg\" alt=\"School photos_001\" width=\"300\" height=\"212\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-06-08 18:13:14','2018-06-08 12:43:14','',12,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/12-revision-v1/',0,'revision','',0),(93,1,'2018-06-08 18:15:26','2018-06-08 12:45:26','','Salem Final Banner','','inherit','open','closed','','salem-final-banner','','','2018-06-08 18:15:26','2018-06-08 12:45:26','',9,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Final-Banner.png',0,'attachment','image/png',0),(94,1,'2018-06-08 18:15:37','2018-06-08 12:45:37','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Final-Banner.png\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Final-Banner-300x78.png\" alt=\"Salem Final Banner\" width=\"300\" height=\"78\" /></a></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:15:37','2018-06-08 12:45:37','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(95,1,'2018-06-08 18:16:36','2018-06-08 12:46:36','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Final-Banner.png\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Final-Banner-300x78.png\" alt=\"Salem Final Banner\" width=\"300\" height=\"78\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:16:36','2018-06-08 12:46:36','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(96,1,'2018-06-08 18:17:20','2018-06-08 12:47:20','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"300\" height=\"142\" /></a></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:17:20','2018-06-08 12:47:20','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(97,1,'2018-06-08 18:17:52','2018-06-08 12:47:52','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"300\" height=\"142\" /></a></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:17:52','2018-06-08 12:47:52','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(98,1,'2018-06-08 18:19:21','2018-06-08 12:49:21','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: left;\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"300\" height=\"142\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:19:21','2018-06-08 12:49:21','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(99,1,'2018-06-08 18:25:12','2018-06-08 12:55:12','<strong>Empower India</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-08 18:25:12','2018-06-08 12:55:12','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/17-revision-v1/',0,'revision','',0),(100,1,'2018-06-08 18:27:23','2018-06-08 12:57:23','','Salem Dl','','inherit','open','closed','','salem-dl','','','2018-06-08 18:27:23','2018-06-08 12:57:23','',14,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png',0,'attachment','image/png',0),(101,1,'2018-06-08 18:27:58','2018-06-08 12:57:58','','Student life (6)','','inherit','open','closed','','student-life-6','','','2018-06-08 18:27:58','2018-06-08 12:57:58','',14,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png',0,'attachment','image/png',0),(102,1,'2018-06-08 18:28:20','2018-06-08 12:58:20','<strong>Mid Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-06-08 18:28:20','2018-06-08 12:58:20','',14,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/14-revision-v1/',0,'revision','',0),(103,1,'2018-06-08 18:30:08','2018-06-08 13:00:08','','ANNUAL DAY-IMG_3255','','inherit','open','closed','','annual-day-img_3255','','','2018-06-08 18:30:08','2018-06-08 13:00:08','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg',0,'attachment','image/jpeg',0),(104,1,'2018-06-08 18:30:11','2018-06-08 13:00:11','','ANNUAL DAY-IMG_9239','','inherit','open','closed','','annual-day-img_9239','','','2018-06-08 18:30:11','2018-06-08 13:00:11','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg',0,'attachment','image/jpeg',0),(105,1,'2018-06-08 18:30:13','2018-06-08 13:00:13','','ANNUAL DAYIMG_9807','','inherit','open','closed','','annual-dayimg_9807','','','2018-06-08 18:30:13','2018-06-08 13:00:13','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg',0,'attachment','image/jpeg',0),(106,1,'2018-06-08 18:30:17','2018-06-08 13:00:17','','ANNUAL DAYpjimage (1)','','inherit','open','closed','','annual-daypjimage-1','','','2018-06-08 18:30:17','2018-06-08 13:00:17','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg',0,'attachment','image/jpeg',0),(107,1,'2018-06-08 18:30:30','2018-06-08 13:00:30','<strong>Empower India</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-06-08 18:30:30','2018-06-08 13:00:30','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/17-revision-v1/',0,'revision','',0),(108,1,'2018-06-08 18:33:29','2018-06-08 13:03:29','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: left;\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"441\" height=\"147\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-08 18:33:29','2018-06-08 13:03:29','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/9-revision-v1/',0,'revision','',0),(109,1,'2018-06-08 18:35:31','2018-06-08 13:05:31','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001.jpg\"><img class=\"wp-image-89 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/School-photos_001-300x212.jpg\" alt=\"School photos_001\" width=\"460\" height=\"292\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-06-08 18:35:31','2018-06-08 13:05:31','',12,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/08/12-revision-v1/',0,'revision','',0),(110,1,'2018-06-09 00:33:31','2018-06-08 19:03:31','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\" style=\"text-align: center;\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: left;\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"441\" height=\"147\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2018-06-09 00:33:31','2018-06-08 19:03:31','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/09/9-revision-v1/',0,'revision','',0),(111,1,'2018-06-09 00:43:09','2018-06-08 19:13:09','<strong>Mid Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-06-09 00:43:09','2018-06-08 19:13:09','',14,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/06/09/14-revision-v1/',0,'revision','',0),(113,1,'2018-07-07 16:26:52','2018-07-07 10:56:52','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-07-07 16:26:52','2018-07-07 10:56:52','',19,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/07/07/19-revision-v1/',0,'revision','',0),(115,1,'2018-09-25 21:16:37','2018-09-25 15:46:37','<strong>Mid Schooling : </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya :</strong> The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> <strong>Syllabus :</strong>\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl.png\"><img class=\"size-medium wp-image-100 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Salem-Dl-300x210.png\" alt=\"Salem Dl\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :\r\n</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory :\r\n</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :\r\n</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :\r\n</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>Smart Living Programme :\r\n</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>Highlights :\r\n</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-09-25 21:16:37','2018-09-25 15:46:37','',14,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/09/25/14-revision-v1/',0,'revision','',0),(116,1,'2018-09-25 21:34:35','2018-09-25 16:04:35','<h3><strong>Sri Chaitanya’s</strong> <strong>Glorious Achievements :<u>\r\n</u></strong></h3>\r\n<span style=\"text-decoration: underline;\"><strong>NTSE (National Talent Search Examination) F</strong></span><strong><span style=\"text-decoration: underline;\">irst Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">IJSO (International Junior Science Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">NASA - AMES Space Settlement Contest</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">RMO (Regional Mathematical Olympiad)</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">A.S.Rao Olympiad Final Test Result</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>I</u><span style=\"text-decoration: underline;\">NTSO Result – Final Level</span> :<u>\r\n</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u> :<u>\r\n</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE</u> :</strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-09-25 21:34:35','2018-09-25 16:04:35','',19,'http://srichaitanyatechnoschoolsalem.net/index.php/2018/09/25/19-revision-v1/',0,'revision','',0),(118,1,'2019-09-30 10:03:01','2019-09-30 04:33:01','','1','','inherit','open','closed','','1','','','2019-09-30 10:03:01','2019-09-30 04:33:01','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg',0,'attachment','image/jpeg',0),(119,1,'2019-09-30 10:03:02','2019-09-30 04:33:02','','2','','inherit','open','closed','','2','','','2019-09-30 10:03:02','2019-09-30 04:33:02','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg',0,'attachment','image/jpeg',0),(120,1,'2019-09-30 10:03:02','2019-09-30 04:33:02','','3','','inherit','open','closed','','3','','','2019-09-30 10:03:02','2019-09-30 04:33:02','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg',0,'attachment','image/jpeg',0),(121,1,'2019-09-30 10:03:03','2019-09-30 04:33:03','','4','','inherit','open','closed','','4','','','2019-09-30 10:03:03','2019-09-30 04:33:03','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg',0,'attachment','image/jpeg',0),(122,1,'2019-09-30 10:04:17','2019-09-30 04:34:17','<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 10:04:17','2019-09-30 04:34:17','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(123,1,'2019-09-30 10:14:33','2019-09-30 04:44:33','<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>PRE-PRIMARY:</strong>\r\n\r\n \r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 10:14:33','2019-09-30 04:44:33','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(124,1,'2019-09-30 10:14:55','2019-09-30 04:44:55','','5','','inherit','open','closed','','5','','','2019-09-30 10:14:55','2019-09-30 04:44:55','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5.jpg',0,'attachment','image/jpeg',0),(125,1,'2019-09-30 10:14:56','2019-09-30 04:44:56','','6','','inherit','open','closed','','6','','','2019-09-30 10:14:56','2019-09-30 04:44:56','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6.jpg',0,'attachment','image/jpeg',0),(126,1,'2019-09-30 10:14:56','2019-09-30 04:44:56','','7','','inherit','open','closed','','7','','','2019-09-30 10:14:56','2019-09-30 04:44:56','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7.jpg',0,'attachment','image/jpeg',0),(127,1,'2019-09-30 10:14:56','2019-09-30 04:44:56','','8','','inherit','open','closed','','8-2','','','2019-09-30 10:14:56','2019-09-30 04:44:56','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81.jpg',0,'attachment','image/jpeg',0),(128,1,'2019-09-30 10:14:57','2019-09-30 04:44:57','','9','','inherit','open','closed','','9','','','2019-09-30 10:14:57','2019-09-30 04:44:57','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9.jpg',0,'attachment','image/jpeg',0),(129,1,'2019-09-30 10:14:57','2019-09-30 04:44:57','','10','','inherit','open','closed','','10','','','2019-09-30 10:14:57','2019-09-30 04:44:57','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10.jpg',0,'attachment','image/jpeg',0),(130,1,'2019-09-30 10:14:58','2019-09-30 04:44:58','','11','','inherit','open','closed','','11','','','2019-09-30 10:14:58','2019-09-30 04:44:58','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11.jpg',0,'attachment','image/jpeg',0),(131,1,'2019-09-30 10:14:58','2019-09-30 04:44:58','','12','','inherit','open','closed','','12','','','2019-09-30 10:14:58','2019-09-30 04:44:58','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12.jpg',0,'attachment','image/jpeg',0),(132,1,'2019-09-30 10:14:59','2019-09-30 04:44:59','','13','','inherit','open','closed','','13','','','2019-09-30 10:14:59','2019-09-30 04:44:59','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13.jpg',0,'attachment','image/jpeg',0),(133,1,'2019-09-30 10:14:59','2019-09-30 04:44:59','','14','','inherit','open','closed','','14','','','2019-09-30 10:14:59','2019-09-30 04:44:59','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14.jpg',0,'attachment','image/jpeg',0),(134,1,'2019-09-30 10:18:26','2019-09-30 04:48:26','<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>PRE-PRIMARY:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 10:18:26','2019-09-30 04:48:26','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(135,1,'2019-09-30 10:29:16','2019-09-30 04:59:16','<strong>PRE-PRIMARY:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 10:29:16','2019-09-30 04:59:16','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(136,1,'2019-09-30 10:35:08','2019-09-30 05:05:08','','15','','inherit','open','closed','','15','','','2019-09-30 10:35:08','2019-09-30 05:05:08','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg',0,'attachment','image/jpeg',0),(137,1,'2019-09-30 10:35:09','2019-09-30 05:05:09','','16','','inherit','open','closed','','16','','','2019-09-30 10:35:09','2019-09-30 05:05:09','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg',0,'attachment','image/jpeg',0),(138,1,'2019-09-30 10:35:09','2019-09-30 05:05:09','','17','','inherit','open','closed','','17','','','2019-09-30 10:35:09','2019-09-30 05:05:09','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg',0,'attachment','image/jpeg',0),(139,1,'2019-09-30 10:35:10','2019-09-30 05:05:10','','18','','inherit','open','closed','','18','','','2019-09-30 10:35:10','2019-09-30 05:05:10','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg',0,'attachment','image/jpeg',0),(140,1,'2019-09-30 10:35:10','2019-09-30 05:05:10','','19','','inherit','open','closed','','19','','','2019-09-30 10:35:10','2019-09-30 05:05:10','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg',0,'attachment','image/jpeg',0),(141,1,'2019-09-30 10:35:10','2019-09-30 05:05:10','','20','','inherit','open','closed','','20','','','2019-09-30 10:35:10','2019-09-30 05:05:10','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg',0,'attachment','image/jpeg',0),(142,1,'2019-09-30 10:35:11','2019-09-30 05:05:11','','21','','inherit','open','closed','','21','','','2019-09-30 10:35:11','2019-09-30 05:05:11','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg',0,'attachment','image/jpeg',0),(143,1,'2019-09-30 10:35:11','2019-09-30 05:05:11','','22','','inherit','open','closed','','22','','','2019-09-30 10:35:11','2019-09-30 05:05:11','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg',0,'attachment','image/jpeg',0),(144,1,'2019-09-30 10:37:06','2019-09-30 05:07:06','<strong>PRE-PRIMARY:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Infrastructure:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 10:37:06','2019-09-30 05:07:06','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(145,1,'2019-09-30 10:44:24','2019-09-30 05:14:24','','23','','inherit','open','closed','','23','','','2019-09-30 10:44:24','2019-09-30 05:14:24','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg',0,'attachment','image/jpeg',0),(146,1,'2019-09-30 10:44:25','2019-09-30 05:14:25','','24','','inherit','open','closed','','24','','','2019-09-30 10:44:25','2019-09-30 05:14:25','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg',0,'attachment','image/jpeg',0),(147,1,'2019-09-30 10:44:25','2019-09-30 05:14:25','','25','','inherit','open','closed','','25','','','2019-09-30 10:44:25','2019-09-30 05:14:25','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg',0,'attachment','image/jpeg',0),(148,1,'2019-09-30 10:44:26','2019-09-30 05:14:26','','26','','inherit','open','closed','','26-2','','','2019-09-30 10:44:26','2019-09-30 05:14:26','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg',0,'attachment','image/jpeg',0),(149,1,'2019-09-30 10:44:26','2019-09-30 05:14:26','','27','','inherit','open','closed','','27-2','','','2019-09-30 10:44:26','2019-09-30 05:14:26','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg',0,'attachment','image/jpeg',0),(150,1,'2019-09-30 10:44:27','2019-09-30 05:14:27','','28','','inherit','open','closed','','28-2','','','2019-09-30 10:44:27','2019-09-30 05:14:27','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg',0,'attachment','image/jpeg',0),(151,1,'2019-09-30 10:44:27','2019-09-30 05:14:27','','29','','inherit','open','closed','','29-2','','','2019-09-30 10:44:27','2019-09-30 05:14:27','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg',0,'attachment','image/jpeg',0),(152,1,'2019-09-30 10:44:28','2019-09-30 05:14:28','','30','','inherit','open','closed','','30-2','','','2019-09-30 10:44:28','2019-09-30 05:14:28','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg',0,'attachment','image/jpeg',0),(153,1,'2019-09-30 10:46:26','2019-09-30 05:16:26','<strong>Pre-Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Infrastructure:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 10:46:26','2019-09-30 05:16:26','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(154,1,'2019-09-30 10:47:13','2019-09-30 05:17:13','<strong>Pre-Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>High School:</strong>\r\n\r\n \r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Infrastructure:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 10:47:13','2019-09-30 05:17:13','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(155,1,'2019-09-30 10:58:13','2019-09-30 05:28:13','','31','','inherit','open','closed','','31-2','','','2019-09-30 10:58:13','2019-09-30 05:28:13','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31.jpg',0,'attachment','image/jpeg',0),(156,1,'2019-09-30 10:58:13','2019-09-30 05:28:13','','32','','inherit','open','closed','','32','','','2019-09-30 10:58:13','2019-09-30 05:28:13','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32.jpg',0,'attachment','image/jpeg',0),(157,1,'2019-09-30 10:58:14','2019-09-30 05:28:14','','33','','inherit','open','closed','','33','','','2019-09-30 10:58:14','2019-09-30 05:28:14','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33.jpg',0,'attachment','image/jpeg',0),(158,1,'2019-09-30 10:58:14','2019-09-30 05:28:14','','34','','inherit','open','closed','','34','','','2019-09-30 10:58:14','2019-09-30 05:28:14','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34.jpg',0,'attachment','image/jpeg',0),(159,1,'2019-09-30 10:58:15','2019-09-30 05:28:15','','35','','inherit','open','closed','','35','','','2019-09-30 10:58:15','2019-09-30 05:28:15','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35.jpg',0,'attachment','image/jpeg',0),(160,1,'2019-09-30 10:58:15','2019-09-30 05:28:15','','36','','inherit','open','closed','','36','','','2019-09-30 10:58:15','2019-09-30 05:28:15','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36.jpg',0,'attachment','image/jpeg',0),(161,1,'2019-09-30 10:58:15','2019-09-30 05:28:15','','37','','inherit','open','closed','','37','','','2019-09-30 10:58:15','2019-09-30 05:28:15','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37.jpg',0,'attachment','image/jpeg',0),(162,1,'2019-09-30 10:58:16','2019-09-30 05:28:16','','38','','inherit','open','closed','','38','','','2019-09-30 10:58:16','2019-09-30 05:28:16','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38.jpg',0,'attachment','image/jpeg',0),(163,1,'2019-09-30 11:00:07','2019-09-30 05:30:07','<strong>Pre-Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-124 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-125 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>High School:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"36\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"37\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38-300x210.jpg\" alt=\"38\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Infrastructure:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 11:00:07','2019-09-30 05:30:07','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(164,1,'2019-09-30 11:25:04','2019-09-30 05:55:04','<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/TC-SOFT-COPY.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/TC-SOFT-COPY-212x300.jpg\" alt=\"TC - SOFT COPY\" width=\"212\" height=\"300\" /></a>','Transfer Certificate','','publish','closed','closed','','transfer-certificate','','','2019-09-30 11:32:28','2019-09-30 06:02:28','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=164',0,'page','',0),(165,1,'2019-09-30 11:25:04','2019-09-30 05:55:04','','Transfer Certificate','','inherit','closed','closed','','164-revision-v1','','','2019-09-30 11:25:04','2019-09-30 05:55:04','',164,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/164-revision-v1/',0,'revision','',0),(166,1,'2019-09-30 11:25:20','2019-09-30 05:55:20',' ','','','publish','closed','closed','','166','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=166',26,'nav_menu_item','',0),(167,1,'2019-09-30 11:32:05','2019-09-30 06:02:05','','TC - SOFT COPY','','inherit','open','closed','','tc-soft-copy','','','2019-09-30 11:32:05','2019-09-30 06:02:05','',164,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/TC-SOFT-COPY.jpg',0,'attachment','image/jpeg',0),(168,1,'2019-09-30 11:32:28','2019-09-30 06:02:28','<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/TC-SOFT-COPY.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-167 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/TC-SOFT-COPY-212x300.jpg\" alt=\"TC - SOFT COPY\" width=\"212\" height=\"300\" /></a>','Transfer Certificate','','inherit','closed','closed','','164-revision-v1','','','2019-09-30 11:32:28','2019-09-30 06:02:28','',164,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/164-revision-v1/',0,'revision','',0),(169,1,'2019-09-30 11:42:18','2019-09-30 06:12:18','','Sri Chaitaya School CBSE Banners.','','inherit','open','closed','','sri-chaitaya-school-cbse-banners','','','2019-09-30 11:42:30','2019-09-30 06:12:30','',0,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2019/09/Sri-Chaitaya-School-CBSE-Banners..jpg',0,'attachment','image/jpeg',0),(170,1,'2019-09-30 16:51:39','2019-09-30 11:21:39','<strong>Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>High School:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"36\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"37\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38-300x210.jpg\" alt=\"38\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Infrastructure:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-09-30 16:51:39','2019-09-30 11:21:39','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2019/09/30/17-revision-v1/',0,'revision','',0),(173,1,'2021-04-02 17:00:38','2021-04-02 11:30:38','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/List-of-Books1.pdf\" target=\"_blank\">List of Books</a></strong></span></li>\r\n</ul>','List Of Books','','publish','closed','closed','','list-of-books','','','2022-06-07 17:02:06','2022-06-07 11:32:06','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=173',0,'page','',0),(174,1,'2021-04-02 17:00:22','2021-04-02 11:30:22','','List of Books','','inherit','open','closed','','list-of-books','','','2021-04-02 17:00:22','2021-04-02 11:30:22','',173,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/List-of-Books.pdf',0,'attachment','application/pdf',0),(175,1,'2021-04-02 17:00:38','2021-04-02 11:30:38','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/List-of-Books.pdf\" target=\"_blank\">List of Books</a></strong></span></li>\r\n</ul>','List Of Books','','inherit','closed','closed','','173-revision-v1','','','2021-04-02 17:00:38','2021-04-02 11:30:38','',173,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/04/02/173-revision-v1/',0,'revision','',0),(176,1,'2021-04-02 17:01:28','2021-04-02 11:31:28','<ul>\r\n <li><span style=\"color: #ff00ff;\"><strong><a style=\"color: #ff00ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/FEE-DETAILS.pdf\" target=\"_blank\">FEE DETAILS</a></strong></span></li>\r\n</ul>','Fee Details','','publish','closed','closed','','fee-details','','','2022-09-29 11:40:45','2022-09-29 06:10:45','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=176',0,'page','',0),(177,1,'2021-04-02 17:01:00','2021-04-02 11:31:00','','Fee Details','','inherit','open','closed','','fee-details','','','2021-04-02 17:01:00','2021-04-02 11:31:00','',176,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/Fee-Details.pdf',0,'attachment','application/pdf',0),(178,1,'2021-04-02 17:01:28','2021-04-02 11:31:28','<ul>\r\n <li><span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/Fee-Details.pdf\" target=\"_blank\">Fee Details</a></strong></span></li>\r\n</ul>','Fee Details','','inherit','closed','closed','','176-revision-v1','','','2021-04-02 17:01:28','2021-04-02 11:31:28','',176,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/04/02/176-revision-v1/',0,'revision','',0),(179,1,'2021-04-02 17:02:33','2021-04-02 11:32:33',' ','','','publish','closed','closed','','179','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=179',17,'nav_menu_item','',0),(180,1,'2021-04-02 17:02:33','2021-04-02 11:32:33',' ','','','publish','closed','closed','','180','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=180',15,'nav_menu_item','',0),(182,1,'2021-06-30 13:29:07','2021-06-30 07:59:07','','FEE STRUCTURE','','inherit','open','closed','','fee-structure','','','2021-06-30 13:29:07','2021-06-30 07:59:07','',176,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/FEE-STRUCTURE.pdf',0,'attachment','application/pdf',0),(183,1,'2021-06-30 13:29:17','2021-06-30 07:59:17','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/FEE-STRUCTURE.pdf\" target=\"_blank\">FEE STRUCTURE</a></strong></li>\r\n</ul>','Fee Details','','inherit','closed','closed','','176-revision-v1','','','2021-06-30 13:29:17','2021-06-30 07:59:17','',176,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/176-revision-v1/',0,'revision','',0),(184,1,'2021-06-30 13:31:06','2021-06-30 08:01:06','<ul>\r\n <li><strong><span style=\"color: #339966;\"><a style=\"color: #339966;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Academic-Calendar-2022-23.pdf\" target=\"_blank\">Academic Calendar 2022-23</a></span></strong></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academic-calendar','','','2022-06-07 17:00:24','2022-06-07 11:30:24','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=184',0,'page','',0),(185,1,'2021-06-30 13:30:51','2021-06-30 08:00:51','','ACADEMIC CALENDAR - 2021-22','','inherit','open','closed','','academic-calendar-2021-22','','','2021-06-30 13:30:51','2021-06-30 08:00:51','',184,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/ACADEMIC-CALENDAR-2021-22.pdf',0,'attachment','application/pdf',0),(186,1,'2021-06-30 13:31:06','2021-06-30 08:01:06','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/ACADEMIC-CALENDAR-2021-22.pdf\" target=\"_blank\">ACADEMIC CALENDAR - 2021-22</a></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','184-revision-v1','','','2021-06-30 13:31:06','2021-06-30 08:01:06','',184,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/184-revision-v1/',0,'revision','',0),(187,1,'2021-06-30 13:32:10','2021-06-30 08:02:10','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/AFFILIATION-LETTER.pdf\" target=\"_blank\">AFFILIATION LETTER</a></strong></li>\r\n</ul>','Affiliation Letter','','publish','closed','closed','','affiliation-letter','','','2021-06-30 13:32:10','2021-06-30 08:02:10','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=187',0,'page','',0),(188,1,'2021-06-30 13:31:58','2021-06-30 08:01:58','','AFFILIATION LETTER','','inherit','open','closed','','affiliation-letter','','','2021-06-30 13:31:58','2021-06-30 08:01:58','',187,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/AFFILIATION-LETTER.pdf',0,'attachment','application/pdf',0),(189,1,'2021-06-30 13:32:10','2021-06-30 08:02:10','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/AFFILIATION-LETTER.pdf\" target=\"_blank\">AFFILIATION LETTER</a></strong></li>\r\n</ul>','Affiliation Letter','','inherit','closed','closed','','187-revision-v1','','','2021-06-30 13:32:10','2021-06-30 08:02:10','',187,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/187-revision-v1/',0,'revision','',0),(190,1,'2021-06-30 13:33:33','2021-06-30 08:03:33','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/BUILDING-LICENSE-CERTIFICATE.pdf\" target=\"_blank\">BUILDING LICENSE CERTIFICATE</a></strong></li>\r\n</ul>','Building License Certificate','','publish','closed','closed','','building-license-certificate','','','2021-06-30 13:33:33','2021-06-30 08:03:33','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=190',0,'page','',0),(191,1,'2021-06-30 13:33:03','2021-06-30 08:03:03','','BUILDING LICENSE CERTIFICATE','','inherit','open','closed','','building-license-certificate','','','2021-06-30 13:33:03','2021-06-30 08:03:03','',190,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/BUILDING-LICENSE-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(192,1,'2021-06-30 13:33:33','2021-06-30 08:03:33','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/BUILDING-LICENSE-CERTIFICATE.pdf\" target=\"_blank\">BUILDING LICENSE CERTIFICATE</a></strong></li>\r\n</ul>','Building License Certificate','','inherit','closed','closed','','190-revision-v1','','','2021-06-30 13:33:33','2021-06-30 08:03:33','',190,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/190-revision-v1/',0,'revision','',0),(193,1,'2021-06-30 13:34:34','2021-06-30 08:04:34','<ul>\r\n <li><strong><span style=\"color: #ff99cc;\"><a style=\"color: #ff99cc;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/CBSE-BOARD-EXAM-RESULT1.pdf\" target=\"_blank\">CBSE BOARD EXAM RESULT</a></span></strong></li>\r\n</ul>','Board Exam Result','','publish','closed','closed','','board-exam-result','','','2022-09-29 11:37:37','2022-09-29 06:07:37','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=193',0,'page','',0),(194,1,'2021-06-30 13:34:15','2021-06-30 08:04:15','','CBSE X BOARD EXAM RESULT','','inherit','open','closed','','cbse-x-board-exam-result','','','2021-06-30 13:34:15','2021-06-30 08:04:15','',193,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/CBSE-X-BOARD-EXAM-RESULT.pdf',0,'attachment','application/pdf',0),(195,1,'2021-06-30 13:34:34','2021-06-30 08:04:34','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/CBSE-X-BOARD-EXAM-RESULT.pdf\" target=\"_blank\">CBSE X BOARD EXAM RESULT</a></strong></li>\r\n</ul>','Board Exam Result','','inherit','closed','closed','','193-revision-v1','','','2021-06-30 13:34:34','2021-06-30 08:04:34','',193,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/193-revision-v1/',0,'revision','',0),(196,1,'2021-06-30 13:35:17','2021-06-30 08:05:17','<ul>\r\n <li><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE1.pdf\" target=\"_blank\">FIRE SAFETY CERTIFICATE</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','publish','closed','closed','','fire-safety-certificate','','','2022-09-29 11:41:44','2022-09-29 06:11:44','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=196',0,'page','',0),(197,1,'2021-06-30 13:35:07','2021-06-30 08:05:07','','FIRE SAFETY CERTIFICATE','','inherit','open','closed','','fire-safety-certificate','','','2021-06-30 13:35:07','2021-06-30 08:05:07','',196,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(198,1,'2021-06-30 13:35:17','2021-06-30 08:05:17','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE.pdf\" target=\"_blank\">FIRE SAFETY CERTIFICATE</a></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','196-revision-v1','','','2021-06-30 13:35:17','2021-06-30 08:05:17','',196,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/196-revision-v1/',0,'revision','',0),(199,1,'2021-06-30 13:36:11','2021-06-30 08:06:11','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','publish','closed','closed','','noc','','','2021-06-30 13:36:23','2021-06-30 08:06:23','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=199',0,'page','',0),(200,1,'2021-06-30 13:36:01','2021-06-30 08:06:01','','NOC','','inherit','open','closed','','noc','','','2021-06-30 13:36:01','2021-06-30 08:06:01','',199,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/NOC.pdf',0,'attachment','application/pdf',0),(201,1,'2021-06-30 13:36:11','2021-06-30 08:06:11','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','199-revision-v1','','','2021-06-30 13:36:11','2021-06-30 08:06:11','',199,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/199-revision-v1/',0,'revision','',0),(202,1,'2021-06-30 13:37:06','2021-06-30 08:07:06','<ul>\r\n <li><span style=\"color: #ffcc00;\"><strong><a style=\"color: #ffcc00;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/PTA-MEMBERS1.pdf\" target=\"_blank\">PTA MEMBERS</a></strong></span></li>\r\n</ul>','PTA Members','','publish','closed','closed','','pta-members','','','2022-09-29 11:43:57','2022-09-29 06:13:57','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=202',0,'page','',0),(203,1,'2021-06-30 13:36:53','2021-06-30 08:06:53','','PTA MEMBERS','','inherit','open','closed','','pta-members','','','2021-06-30 13:36:53','2021-06-30 08:06:53','',202,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/PTA-MEMBERS.pdf',0,'attachment','application/pdf',0),(204,1,'2021-06-30 13:37:06','2021-06-30 08:07:06','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/PTA-MEMBERS.pdf\" target=\"_blank\">PTA MEMBERS</a></strong></li>\r\n</ul>','PTA Members','','inherit','closed','closed','','202-revision-v1','','','2021-06-30 13:37:06','2021-06-30 08:07:06','',202,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/202-revision-v1/',0,'revision','',0),(205,1,'2021-06-30 13:37:56','2021-06-30 08:07:56','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf\" target=\"_blank\">Recognition Certificate</a></strong></li>\r\n</ul>','Recognition Certificate','','publish','closed','closed','','recognition-certificate','','','2021-06-30 13:37:56','2021-06-30 08:07:56','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=205',0,'page','',0),(206,1,'2021-06-30 13:37:44','2021-06-30 08:07:44','','Recognition Certificate','','inherit','open','closed','','recognition-certificate','','','2021-06-30 13:37:44','2021-06-30 08:07:44','',205,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf',0,'attachment','application/pdf',0),(207,1,'2021-06-30 13:37:56','2021-06-30 08:07:56','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Recognition-Certificate.pdf\" target=\"_blank\">Recognition Certificate</a></strong></li>\r\n</ul>','Recognition Certificate','','inherit','closed','closed','','205-revision-v1','','','2021-06-30 13:37:56','2021-06-30 08:07:56','',205,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/205-revision-v1/',0,'revision','',0),(208,1,'2021-06-30 13:38:45','2021-06-30 08:08:45','<ul>\r\n <li><strong><span style=\"color: #33cccc;\"><a style=\"color: #33cccc;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SANITARY-CERTIFICATE1.pdf\" target=\"_blank\">SANITARY CERTIFICATE</a></span></strong></li>\r\n</ul>','Sanitary Certificate','','publish','closed','closed','','sanitary-certificate','','','2022-06-14 09:49:43','2022-06-14 04:19:43','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=208',0,'page','',0),(209,1,'2021-06-30 13:38:36','2021-06-30 08:08:36','','SANITARY CERTIFICATE','','inherit','open','closed','','sanitary-certificate','','','2021-06-30 13:38:36','2021-06-30 08:08:36','',208,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SANITARY-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(210,1,'2021-06-30 13:38:45','2021-06-30 08:08:45','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SANITARY-CERTIFICATE.pdf\" target=\"_blank\">SANITARY CERTIFICATE</a></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','208-revision-v1','','','2021-06-30 13:38:45','2021-06-30 08:08:45','',208,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/208-revision-v1/',0,'revision','',0),(211,1,'2021-06-30 13:39:43','2021-06-30 08:09:43','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Infrastructure-Details.pdf\" target=\"_blank\">Infrastructure Details</a></strong></span></li>\r\n</ul>','Infrastructure','','publish','closed','closed','','infrastructure','','','2022-09-29 11:42:25','2022-09-29 06:12:25','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=211',0,'page','',0),(212,1,'2021-06-30 13:39:33','2021-06-30 08:09:33','','School Infrastructure Details','','inherit','open','closed','','school-infrastructure-details','','','2021-06-30 13:39:33','2021-06-30 08:09:33','',211,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/School-Infrastructure-Details.pdf',0,'attachment','application/pdf',0),(213,1,'2021-06-30 13:39:43','2021-06-30 08:09:43','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/School-Infrastructure-Details.pdf\" target=\"_blank\">School Infrastructure Details</a></strong></li>\r\n</ul>','Infrastructure','','inherit','closed','closed','','211-revision-v1','','','2021-06-30 13:39:43','2021-06-30 08:09:43','',211,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/211-revision-v1/',0,'revision','',0),(214,1,'2021-06-30 13:40:41','2021-06-30 08:10:41','<ul>\r\n <li><span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SMC1.pdf\" target=\"_blank\">SMC</a></strong></span></li>\r\n</ul>','SMC','','publish','closed','closed','','smc','','','2022-09-29 11:46:34','2022-09-29 06:16:34','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=214',0,'page','',0),(215,1,'2021-06-30 13:40:31','2021-06-30 08:10:31','','SMC','','inherit','open','closed','','smc','','','2021-06-30 13:40:31','2021-06-30 08:10:31','',214,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SMC.pdf',0,'attachment','application/pdf',0),(216,1,'2021-06-30 13:40:41','2021-06-30 08:10:41','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SMC.pdf\" target=\"_blank\">SMC</a></strong></li>\r\n</ul>','SMC','','inherit','closed','closed','','214-revision-v1','','','2021-06-30 13:40:41','2021-06-30 08:10:41','',214,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/214-revision-v1/',0,'revision','',0),(217,1,'2021-06-30 13:41:50','2021-06-30 08:11:50','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','publish','closed','closed','','trust-deed','','','2021-06-30 13:41:50','2021-06-30 08:11:50','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=217',0,'page','',0),(218,1,'2021-06-30 13:41:33','2021-06-30 08:11:33','','Trust Deed','','inherit','open','closed','','trust-deed','','','2021-06-30 13:41:33','2021-06-30 08:11:33','',217,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Trust-Deed.pdf',0,'attachment','application/pdf',0),(219,1,'2021-06-30 13:41:50','2021-06-30 08:11:50','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','inherit','closed','closed','','217-revision-v1','','','2021-06-30 13:41:50','2021-06-30 08:11:50','',217,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/06/30/217-revision-v1/',0,'revision','',0),(220,1,'2021-06-30 13:44:41','2021-06-30 08:14:41',' ','','','publish','closed','closed','','220','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=220',11,'nav_menu_item','',0),(221,1,'2021-06-30 13:44:42','2021-06-30 08:14:42',' ','','','publish','closed','closed','','221','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=221',21,'nav_menu_item','',0),(222,1,'2021-06-30 13:44:40','2021-06-30 08:14:40',' ','','','publish','closed','closed','','222','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=222',4,'nav_menu_item','',0),(223,1,'2021-06-30 13:44:41','2021-06-30 08:14:41',' ','','','publish','closed','closed','','223','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=223',10,'nav_menu_item','',0),(224,1,'2021-06-30 13:44:41','2021-06-30 08:14:41',' ','','','publish','closed','closed','','224','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=224',5,'nav_menu_item','',0),(225,1,'2021-06-30 13:44:42','2021-06-30 08:14:42',' ','','','publish','closed','closed','','225','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=225',20,'nav_menu_item','',0),(226,1,'2021-06-30 13:44:41','2021-06-30 08:14:41',' ','','','publish','closed','closed','','226','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=226',7,'nav_menu_item','',0),(227,1,'2021-06-30 13:44:41','2021-06-30 08:14:41',' ','','','publish','closed','closed','','227','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=227',9,'nav_menu_item','',0),(228,1,'2021-06-30 13:44:42','2021-06-30 08:14:42',' ','','','publish','closed','closed','','228','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=228',22,'nav_menu_item','',0),(229,1,'2021-06-30 13:44:41','2021-06-30 08:14:41',' ','','','publish','closed','closed','','229','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=229',8,'nav_menu_item','',0),(230,1,'2021-06-30 13:44:41','2021-06-30 08:14:41',' ','','','publish','closed','closed','','230','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=230',6,'nav_menu_item','',0),(231,1,'2021-06-30 13:44:42','2021-06-30 08:14:42',' ','','','publish','closed','closed','','231','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=231',14,'nav_menu_item','',0),(232,1,'2021-07-01 13:03:34','2021-07-01 07:33:34','<ul>\r\n <li><span style=\"color: #cc99ff;\"><strong><a style=\"color: #cc99ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/DEO-CERTIFICATE1.pdf\" target=\"_blank\">DEO CERTIFICATE</a></strong></span></li>\r\n</ul>','DEO Certificate','','publish','closed','closed','','deo-certificate','','','2022-09-29 11:40:10','2022-09-29 06:10:10','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=232',0,'page','',0),(233,1,'2021-07-01 13:03:23','2021-07-01 07:33:23','','DEO CERTIFICATE','','inherit','open','closed','','deo-certificate','','','2021-07-01 13:03:23','2021-07-01 07:33:23','',232,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/DEO-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(234,1,'2021-07-01 13:03:34','2021-07-01 07:33:34','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/DEO-CERTIFICATE.pdf\" target=\"_blank\">DEO CERTIFICATE</a></strong></li>\r\n</ul>','DEO Certificate','','inherit','closed','closed','','232-revision-v1','','','2021-07-01 13:03:34','2021-07-01 07:33:34','',232,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/07/01/232-revision-v1/',0,'revision','',0),(235,1,'2021-07-01 13:08:03','2021-07-01 07:38:03','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/GENERAL-CIRCULAR.pdf\" target=\"_blank\">GENERAL CIRCULAR</a></strong></li>\r\n</ul>','Circulars','','publish','closed','closed','','circulars','','','2021-07-01 13:08:14','2021-07-01 07:38:14','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=235',0,'page','',0),(236,1,'2021-07-01 13:07:51','2021-07-01 07:37:51','','GENERAL CIRCULAR','','inherit','open','closed','','general-circular','','','2021-07-01 13:07:51','2021-07-01 07:37:51','',235,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/GENERAL-CIRCULAR.pdf',0,'attachment','application/pdf',0),(237,1,'2021-07-01 13:08:03','2021-07-01 07:38:03','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/GENERAL-CIRCULAR.pdf\" target=\"_blank\">GENERAL CIRCULAR</a></strong></li>\r\n</ul>','Circulars','','inherit','closed','closed','','235-revision-v1','','','2021-07-01 13:08:03','2021-07-01 07:38:03','',235,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/07/01/235-revision-v1/',0,'revision','',0),(238,1,'2021-07-01 13:08:48','2021-07-01 07:38:48','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Staff-Details.pdf\" target=\"_blank\">Staff Details</a></strong></span></li>\r\n</ul>','Staff Details','','publish','closed','closed','','staff-details','','','2022-09-29 11:47:21','2022-09-29 06:17:21','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=238',0,'page','',0),(239,1,'2021-07-01 13:08:39','2021-07-01 07:38:39','','STAFF DETAILS','','inherit','open','closed','','staff-details','','','2021-07-01 13:08:39','2021-07-01 07:38:39','',238,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/STAFF-DETAILS.pdf',0,'attachment','application/pdf',0),(240,1,'2021-07-01 13:08:48','2021-07-01 07:38:48','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/STAFF-DETAILS.pdf\" target=\"_blank\">STAFF DETAILS</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','238-revision-v1','','','2021-07-01 13:08:48','2021-07-01 07:38:48','',238,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/07/01/238-revision-v1/',0,'revision','',0),(241,1,'2021-07-01 13:09:29','2021-07-01 07:39:29','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Student-Strength-Details2.pdf\" target=\"_blank\">Student Strength Details</a></strong></span></li>\r\n</ul>','Student Strength Details','','publish','closed','closed','','student-strength-details','','','2022-09-29 11:47:57','2022-09-29 06:17:57','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=241',0,'page','',0),(242,1,'2021-07-01 13:09:21','2021-07-01 07:39:21','','STUDENT STRENGTH DETAILS','','inherit','open','closed','','student-strength-details','','','2021-07-01 13:09:21','2021-07-01 07:39:21','',241,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/STUDENT-STRENGTH-DETAILS.pdf',0,'attachment','application/pdf',0),(243,1,'2021-07-01 13:09:29','2021-07-01 07:39:29','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/STUDENT-STRENGTH-DETAILS.pdf\" target=\"_blank\">STUDENT STRENGTH DETAILS</a></strong></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','241-revision-v1','','','2021-07-01 13:09:29','2021-07-01 07:39:29','',241,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/07/01/241-revision-v1/',0,'revision','',0),(244,1,'2021-07-01 13:10:21','2021-07-01 07:40:21',' ','','','publish','closed','closed','','244','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=244',18,'nav_menu_item','',0),(245,1,'2021-07-01 13:10:21','2021-07-01 07:40:21',' ','','','publish','closed','closed','','245','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=245',19,'nav_menu_item','',0),(246,1,'2021-07-01 13:10:21','2021-07-01 07:40:21',' ','','','publish','closed','closed','','246','','','2022-09-29 13:07:42','2022-09-29 07:37:42','',0,'http://srichaitanyatechnoschoolsalem.net/?p=246',16,'nav_menu_item','',0),(248,1,'2021-07-05 15:46:24','2021-07-05 10:16:24','','School Infrastructure Details','','inherit','open','closed','','school-infrastructure-details-2','','','2021-07-05 15:46:24','2021-07-05 10:16:24','',211,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/School-Infrastructure-Details1.pdf',0,'attachment','application/pdf',0),(249,1,'2021-07-05 15:46:33','2021-07-05 10:16:33','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/School-Infrastructure-Details1.pdf\" target=\"_blank\">School Infrastructure Details</a></strong></li>\r\n</ul>','Infrastructure','','inherit','closed','closed','','211-revision-v1','','','2021-07-05 15:46:33','2021-07-05 10:16:33','',211,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/07/05/211-revision-v1/',0,'revision','',0),(250,1,'2021-07-05 15:47:10','2021-07-05 10:17:10','<ul>\r\n <li><span style=\"color: #00ffff;\"><strong><a style=\"color: #00ffff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure1.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','publish','closed','closed','','mandatory-public-disclosure','','','2022-09-29 11:42:57','2022-09-29 06:12:57','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=250',0,'page','',0),(251,1,'2021-07-05 15:46:56','2021-07-05 10:16:56','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure','','','2021-07-05 15:46:56','2021-07-05 10:16:56','',250,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure.pdf',0,'attachment','application/pdf',0),(252,1,'2021-07-05 15:47:10','2021-07-05 10:17:10','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','250-revision-v1','','','2021-07-05 15:47:10','2021-07-05 10:17:10','',250,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/07/05/250-revision-v1/',0,'revision','',0),(253,1,'2021-07-05 15:47:41','2021-07-05 10:17:41',' ','','','publish','closed','closed','','253','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=253',3,'nav_menu_item','',0),(255,1,'2021-08-03 11:35:48','2021-08-03 06:05:48','<header class=\"entry-header\">\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Affiliation No :</strong> 1930859</p>\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>School Code :</strong> 55771</p>\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Classes :</strong> Nursery to XII std</p>\n<p style=\"text-align: justify;\"><strong>Affiliation Period :</strong> 01.04.2020 to 31.03.2023</p>\n<p style=\"text-align: justify;\"><strong>Highest Grade :</strong> Senior Secondary</p>\n\n<h3 class=\"entry-title\" style=\"text-align: left;\"><strong>History</strong></h3>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"441\" height=\"147\" /></a></div>\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Senior Secondary (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\">\n\n<strong> Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\n\n<div class=\"preprimary_right_text1\"></div>\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text1\"></div>\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\n<div class=\"preprimary_right_text1\"></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text1\"></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2021-08-03 11:35:48','2021-08-03 06:05:48','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/08/03/9-autosave-v1/',0,'revision','',0),(256,1,'2021-08-03 10:29:50','2021-08-03 04:59:50','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"text-align: left;\"><strong>Affiliation No :</strong> 1930859</p>\r\n<p class=\"entry-title\" style=\"text-align: left;\"><strong>School Code :</strong> 55771</p>\r\n<p class=\"entry-title\" style=\"text-align: left;\"><strong>Classes :</strong> Nursery to XII std</p>\r\n<strong>Affiliation Period :</strong> 01.04.2020 to 31.03.2023\r\n\r\n<strong>Highest Grade :</strong> Senior Secondary\r\n<h3 class=\"entry-title\" style=\"text-align: left;\"><strong>History</strong></h3>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"441\" height=\"147\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Senior Secondary (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-08-03 10:29:50','2021-08-03 04:59:50','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/08/03/9-revision-v1/',0,'revision','',0),(257,1,'2021-08-03 10:30:55','2021-08-03 05:00:55','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Affiliation No :</strong> 1930859</p>\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>School Code :</strong> 55771</p>\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Classes :</strong> Nursery to XII std</p>\r\n<p style=\"text-align: justify;\"><strong>Affiliation Period :</strong> 01.04.2020 to 31.03.2023</p>\r\n<p style=\"text-align: justify;\"><strong>Highest Grade :</strong> Senior Secondary</p>\r\n\r\n<h3 class=\"entry-title\" style=\"text-align: left;\"><strong>History</strong></h3>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"441\" height=\"147\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Senior Secondary (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-08-03 10:30:55','2021-08-03 05:00:55','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/08/03/9-revision-v1/',0,'revision','',0),(258,1,'2021-08-03 11:35:59','2021-08-03 06:05:59','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Affiliation No :</strong> 1930859</p>\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>School Code :</strong> 55771</p>\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Classes :</strong> Nursery to XII std</p>\r\n<p style=\"text-align: justify;\"><strong>Affiliation Period :</strong> 01.04.2020 to 31.03.2023</p>\r\n<p style=\"text-align: justify;\"><strong>Highest Grade :</strong> Senior Secondary</p>\r\n\r\n<h3 class=\"entry-title\" style=\"text-align: left;\"><strong>History</strong></h3>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"441\" height=\"147\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Senior Secondary (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\">\r\n\r\n<strong> Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-08-03 11:35:59','2021-08-03 06:05:59','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/08/03/9-revision-v1/',0,'revision','',0),(259,1,'2021-08-03 11:37:07','2021-08-03 06:07:07','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Affiliation No :</strong> 1930859</p>\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>School Code :</strong> 55771</p>\r\n<p class=\"entry-title\" style=\"text-align: justify;\"><strong>Classes :</strong> Nursery to XII std</p>\r\n<p style=\"text-align: justify;\"><strong>Affiliation Period :</strong> 01.04.2020 to 31.03.2023</p>\r\n<p style=\"text-align: justify;\"><strong>Highest Grade :</strong> Senior Secondary</p>\r\n\r\n<h3 class=\"entry-title\" style=\"text-align: left;\"><strong>History</strong></h3>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone wp-image-81\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/8-300x142.jpg\" alt=\"8\" width=\"441\" height=\"147\" /></a></div>\r\n<div class=\"preprimary_right_text\" style=\"text-align: center;\"></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to Senior Secondary (CBSE): with Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\">\r\n\r\n<strong> Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – The Mentors</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text1\"></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-08-03 11:37:07','2021-08-03 06:07:07','',9,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/08/03/9-revision-v1/',0,'revision','',0),(261,1,'2021-10-09 12:01:40','2021-10-09 06:31:40','','FIRE SAFETY CERTIFICATE','','inherit','open','closed','','fire-safety-certificate-2','','','2021-10-09 12:01:40','2021-10-09 06:31:40','',196,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE-.pdf',0,'attachment','application/pdf',0),(262,1,'2021-10-09 12:02:05','2021-10-09 06:32:05','<ul>\r\n <li><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE-.pdf\" target=\"_blank\">FIRE SAFETY CERTIFICATE</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','196-revision-v1','','','2021-10-09 12:02:05','2021-10-09 06:32:05','',196,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/10/09/196-revision-v1/',0,'revision','',0),(264,1,'2021-11-03 10:29:50','2021-11-03 04:59:50','','Public Disclosure','','publish','closed','closed','','public-disclosure','','','2021-11-03 10:29:50','2021-11-03 04:59:50','',0,'http://srichaitanyatechnoschoolsalem.net/?page_id=264',0,'page','',0),(265,1,'2021-11-03 10:29:50','2021-11-03 04:59:50','','Public Disclosure','','inherit','closed','closed','','264-revision-v1','','','2021-11-03 10:29:50','2021-11-03 04:59:50','',264,'http://srichaitanyatechnoschoolsalem.net/index.php/2021/11/03/264-revision-v1/',0,'revision','',0),(266,1,'2021-11-03 10:31:15','2021-11-03 05:01:15',' ','','','publish','closed','closed','','266','','','2022-09-29 13:07:41','2022-09-29 07:37:41','',0,'http://srichaitanyatechnoschoolsalem.net/?p=266',2,'nav_menu_item','',0),(268,1,'2022-06-07 16:59:43','2022-06-07 11:29:43','','Academic Calendar 2022-23','','inherit','open','closed','','academic-calendar-2022-23','','','2022-06-07 16:59:43','2022-06-07 11:29:43','',184,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Academic-Calendar-2022-23.pdf',0,'attachment','application/pdf',0),(269,1,'2022-06-07 16:59:54','2022-06-07 11:29:54','<ul>\r\n <li><strong><span style=\"color: #339966;\"><a style=\"color: #339966;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Academic-Calendar-2022-23.pdf\" target=\"_blank\">Academic Calendar 2022-23</a></span></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','184-revision-v1','','','2022-06-07 16:59:54','2022-06-07 11:29:54','',184,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/06/07/184-revision-v1/',0,'revision','',0),(270,1,'2022-06-07 17:01:01','2022-06-07 11:31:01','','CBSE BOARD EXAM RESULT','','inherit','open','closed','','cbse-board-exam-result','','','2022-06-07 17:01:01','2022-06-07 11:31:01','',193,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/CBSE-BOARD-EXAM-RESULT.pdf',0,'attachment','application/pdf',0),(271,1,'2022-06-07 17:01:15','2022-06-07 11:31:15','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/CBSE-BOARD-EXAM-RESULT.pdf\" target=\"_blank\">CBSE BOARD EXAM RESULT</a></strong></span></li>\r\n</ul>','Board Exam Result','','inherit','closed','closed','','193-revision-v1','','','2022-06-07 17:01:15','2022-06-07 11:31:15','',193,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/06/07/193-revision-v1/',0,'revision','',0),(272,1,'2022-06-07 17:01:52','2022-06-07 11:31:52','','List of Books','','inherit','open','closed','','list-of-books-2','','','2022-06-07 17:01:52','2022-06-07 11:31:52','',173,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/List-of-Books1.pdf',0,'attachment','application/pdf',0),(273,1,'2022-06-07 17:02:06','2022-06-07 11:32:06','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/List-of-Books1.pdf\" target=\"_blank\">List of Books</a></strong></span></li>\r\n</ul>','List Of Books','','inherit','closed','closed','','173-revision-v1','','','2022-06-07 17:02:06','2022-06-07 11:32:06','',173,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/06/07/173-revision-v1/',0,'revision','',0),(274,1,'2022-06-07 17:02:52','2022-06-07 11:32:52','','Student Strength Details','','inherit','open','closed','','student-strength-details-2','','','2022-06-07 17:02:52','2022-06-07 11:32:52','',241,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Student-Strength-Details.pdf',0,'attachment','application/pdf',0),(275,1,'2022-06-07 17:03:07','2022-06-07 11:33:07','<ul>\r\n <li><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Student-Strength-Details.pdf\" target=\"_blank\">Student Strength Details</a></span></strong></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','241-revision-v1','','','2022-06-07 17:03:07','2022-06-07 11:33:07','',241,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/06/07/241-revision-v1/',0,'revision','',0),(276,1,'2022-06-07 17:03:14','2022-06-07 11:33:14','<ul>\r\n <li><span style=\"color: #800000;\"><strong><a style=\"color: #800000;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Student-Strength-Details.pdf\" target=\"_blank\">Student Strength Details</a></strong></span></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','241-revision-v1','','','2022-06-07 17:03:14','2022-06-07 11:33:14','',241,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/06/07/241-revision-v1/',0,'revision','',0),(277,1,'2022-06-07 17:04:08','2022-06-07 11:34:08','','School Infrastructure Details','','inherit','open','closed','','school-infrastructure-details-3','','','2022-06-07 17:04:08','2022-06-07 11:34:08','',211,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/School-Infrastructure-Details2.pdf',0,'attachment','application/pdf',0),(278,1,'2022-06-07 17:04:25','2022-06-07 11:34:25','<ul>\r\n <li><strong><span style=\"color: #ff99cc;\"><a style=\"color: #ff99cc;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/School-Infrastructure-Details2.pdf\" target=\"_blank\">School Infrastructure Details</a></span></strong></li>\r\n</ul>','Infrastructure','','inherit','closed','closed','','211-revision-v1','','','2022-06-07 17:04:25','2022-06-07 11:34:25','',211,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/06/07/211-revision-v1/',0,'revision','',0),(279,1,'2022-06-14 09:49:22','2022-06-14 04:19:22','','SANITARY CERTIFICATE','','inherit','open','closed','','sanitary-certificate-2','','','2022-06-14 09:49:22','2022-06-14 04:19:22','',208,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SANITARY-CERTIFICATE1.pdf',0,'attachment','application/pdf',0),(280,1,'2022-06-14 09:49:43','2022-06-14 04:19:43','<ul>\r\n <li><strong><span style=\"color: #33cccc;\"><a style=\"color: #33cccc;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SANITARY-CERTIFICATE1.pdf\" target=\"_blank\">SANITARY CERTIFICATE</a></span></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','208-revision-v1','','','2022-06-14 09:49:43','2022-06-14 04:19:43','',208,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/06/14/208-revision-v1/',0,'revision','',0),(281,1,'2022-06-14 09:51:24','2022-06-14 04:21:24','','Student Strength Details','','inherit','open','closed','','student-strength-details-3','','','2022-06-14 09:51:24','2022-06-14 04:21:24','',241,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Student-Strength-Details1.pdf',0,'attachment','application/pdf',0),(282,1,'2022-06-14 09:51:37','2022-06-14 04:21:37','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Student-Strength-Details1.pdf\" target=\"_blank\">Student Strength Details</a></strong></span></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','241-revision-v1','','','2022-06-14 09:51:37','2022-06-14 04:21:37','',241,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/06/14/241-revision-v1/',0,'revision','',0),(284,1,'2022-09-29 11:37:19','2022-09-29 06:07:19','','CBSE BOARD EXAM RESULT','','inherit','open','closed','','cbse-board-exam-result-2','','','2022-09-29 11:37:19','2022-09-29 06:07:19','',193,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/CBSE-BOARD-EXAM-RESULT1.pdf',0,'attachment','application/pdf',0),(285,1,'2022-09-29 11:37:37','2022-09-29 06:07:37','<ul>\r\n <li><strong><span style=\"color: #ff99cc;\"><a style=\"color: #ff99cc;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/CBSE-BOARD-EXAM-RESULT1.pdf\" target=\"_blank\">CBSE BOARD EXAM RESULT</a></span></strong></li>\r\n</ul>','Board Exam Result','','inherit','closed','closed','','193-revision-v1','','','2022-09-29 11:37:37','2022-09-29 06:07:37','',193,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/193-revision-v1/',0,'revision','',0),(286,1,'2022-09-29 11:39:53','2022-09-29 06:09:53','','DEO CERTIFICATE','','inherit','open','closed','','deo-certificate-2','','','2022-09-29 11:39:53','2022-09-29 06:09:53','',232,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/DEO-CERTIFICATE1.pdf',0,'attachment','application/pdf',0),(287,1,'2022-09-29 11:40:10','2022-09-29 06:10:10','<ul>\r\n <li><span style=\"color: #cc99ff;\"><strong><a style=\"color: #cc99ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/DEO-CERTIFICATE1.pdf\" target=\"_blank\">DEO CERTIFICATE</a></strong></span></li>\r\n</ul>','DEO Certificate','','inherit','closed','closed','','232-revision-v1','','','2022-09-29 11:40:10','2022-09-29 06:10:10','',232,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/232-revision-v1/',0,'revision','',0),(288,1,'2022-09-29 11:40:30','2022-09-29 06:10:30','','FEE DETAILS','','inherit','open','closed','','fee-details-2','','','2022-09-29 11:40:30','2022-09-29 06:10:30','',176,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/FEE-DETAILS.pdf',0,'attachment','application/pdf',0),(289,1,'2022-09-29 11:40:45','2022-09-29 06:10:45','<ul>\r\n <li><span style=\"color: #ff00ff;\"><strong><a style=\"color: #ff00ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/04/FEE-DETAILS.pdf\" target=\"_blank\">FEE DETAILS</a></strong></span></li>\r\n</ul>','Fee Details','','inherit','closed','closed','','176-revision-v1','','','2022-09-29 11:40:45','2022-09-29 06:10:45','',176,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/176-revision-v1/',0,'revision','',0),(290,1,'2022-09-29 11:41:28','2022-09-29 06:11:28','','FIRE SAFETY CERTIFICATE','','inherit','open','closed','','fire-safety-certificate-3','','','2022-09-29 11:41:28','2022-09-29 06:11:28','',196,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE1.pdf',0,'attachment','application/pdf',0),(291,1,'2022-09-29 11:41:44','2022-09-29 06:11:44','<ul>\r\n <li><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE1.pdf\" target=\"_blank\">FIRE SAFETY CERTIFICATE</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','196-revision-v1','','','2022-09-29 11:41:44','2022-09-29 06:11:44','',196,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/196-revision-v1/',0,'revision','',0),(292,1,'2022-09-29 11:42:06','2022-09-29 06:12:06','','Infrastructure Details','','inherit','open','closed','','infrastructure-details','','','2022-09-29 11:42:06','2022-09-29 06:12:06','',211,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Infrastructure-Details.pdf',0,'attachment','application/pdf',0),(293,1,'2022-09-29 11:42:18','2022-09-29 06:12:18','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/Infrastructure-Details.pdf\" target=\"_blank\">Infrastructure Details</a></strong></span></li>\r\n</ul>','Infrastructure','','inherit','closed','closed','','211-revision-v1','','','2022-09-29 11:42:18','2022-09-29 06:12:18','',211,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/211-revision-v1/',0,'revision','',0),(294,1,'2022-09-29 11:42:47','2022-09-29 06:12:47','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure-2','','','2022-09-29 11:42:47','2022-09-29 06:12:47','',250,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure1.pdf',0,'attachment','application/pdf',0),(295,1,'2022-09-29 11:42:57','2022-09-29 06:12:57','<ul>\r\n <li><span style=\"color: #00ffff;\"><strong><a style=\"color: #00ffff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure1.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','250-revision-v1','','','2022-09-29 11:42:57','2022-09-29 06:12:57','',250,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/250-revision-v1/',0,'revision','',0),(296,1,'2022-09-29 11:43:34','2022-09-29 06:13:34','','PTA MEMBERS','','inherit','open','closed','','pta-members-2','','','2022-09-29 11:43:34','2022-09-29 06:13:34','',202,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/PTA-MEMBERS1.pdf',0,'attachment','application/pdf',0),(297,1,'2022-09-29 11:43:47','2022-09-29 06:13:47','<ul>\r\n <li><span style=\"color: #ffff00;\"><strong><a style=\"color: #ffff00;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/PTA-MEMBERS1.pdf\" target=\"_blank\">PTA MEMBERS</a></strong></span></li>\r\n</ul>','PTA Members','','inherit','closed','closed','','202-revision-v1','','','2022-09-29 11:43:47','2022-09-29 06:13:47','',202,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/202-revision-v1/',0,'revision','',0),(298,1,'2022-09-29 11:43:54','2022-09-29 06:13:54','<ul>\r\n <li><span style=\"color: #ffcc00;\"><strong><a style=\"color: #ffcc00;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/PTA-MEMBERS1.pdf\" target=\"_blank\">PTA MEMBERS</a></strong></span></li>\r\n</ul>','PTA Members','','inherit','closed','closed','','202-revision-v1','','','2022-09-29 11:43:54','2022-09-29 06:13:54','',202,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/202-revision-v1/',0,'revision','',0),(299,1,'2022-09-29 11:46:21','2022-09-29 06:16:21','','SMC','','inherit','open','closed','','smc-2','','','2022-09-29 11:46:21','2022-09-29 06:16:21','',214,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SMC1.pdf',0,'attachment','application/pdf',0),(300,1,'2022-09-29 11:46:34','2022-09-29 06:16:34','<ul>\r\n <li><span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/06/SMC1.pdf\" target=\"_blank\">SMC</a></strong></span></li>\r\n</ul>','SMC','','inherit','closed','closed','','214-revision-v1','','','2022-09-29 11:46:34','2022-09-29 06:16:34','',214,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/214-revision-v1/',0,'revision','',0),(301,1,'2022-09-29 11:47:07','2022-09-29 06:17:07','','Staff Details','','inherit','open','closed','','staff-details-2','','','2022-09-29 11:47:07','2022-09-29 06:17:07','',238,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Staff-Details.pdf',0,'attachment','application/pdf',0),(302,1,'2022-09-29 11:47:21','2022-09-29 06:17:21','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Staff-Details.pdf\" target=\"_blank\">Staff Details</a></strong></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','238-revision-v1','','','2022-09-29 11:47:21','2022-09-29 06:17:21','',238,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/238-revision-v1/',0,'revision','',0),(303,1,'2022-09-29 11:47:47','2022-09-29 06:17:47','','Student Strength Details','','inherit','open','closed','','student-strength-details-4','','','2022-09-29 11:47:47','2022-09-29 06:17:47','',241,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Student-Strength-Details2.pdf',0,'attachment','application/pdf',0),(304,1,'2022-09-29 11:47:57','2022-09-29 06:17:57','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2021/07/Student-Strength-Details2.pdf\" target=\"_blank\">Student Strength Details</a></strong></span></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','241-revision-v1','','','2022-09-29 11:47:57','2022-09-29 06:17:57','',241,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/09/29/241-revision-v1/',0,'revision','',0),(306,1,'2022-10-10 15:55:14','2022-10-10 10:25:14','','1','','inherit','open','closed','','1-2','','','2022-10-10 15:55:14','2022-10-10 10:25:14','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110.jpg',0,'attachment','image/jpeg',0),(307,1,'2022-10-10 15:55:40','2022-10-10 10:25:40','','2','','inherit','open','closed','','2-2','','','2022-10-10 15:55:40','2022-10-10 10:25:40','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210.jpg',0,'attachment','image/jpeg',0),(308,1,'2022-10-10 15:56:03','2022-10-10 10:26:03','','3','','inherit','open','closed','','3-2','','','2022-10-10 15:56:03','2022-10-10 10:26:03','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39.jpg',0,'attachment','image/jpeg',0),(309,1,'2022-10-10 15:56:19','2022-10-10 10:26:19','','4','','inherit','open','closed','','4-2','','','2022-10-10 15:56:19','2022-10-10 10:26:19','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41.jpg',0,'attachment','image/jpeg',0),(310,1,'2022-10-10 15:56:47','2022-10-10 10:26:47','','5','','inherit','open','closed','','5-2','','','2022-10-10 15:56:47','2022-10-10 10:26:47','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51.jpg',0,'attachment','image/jpeg',0),(311,1,'2022-10-10 15:57:01','2022-10-10 10:27:01','','6','','inherit','open','closed','','6-2','','','2022-10-10 15:57:01','2022-10-10 10:27:01','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61.jpg',0,'attachment','image/jpeg',0),(312,1,'2022-10-10 15:57:17','2022-10-10 10:27:17','<strong>Smart Living Program( Healthy Lives & Healthy Minds)</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-307 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-308 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-309 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-310 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-311 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n<strong>Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>High School:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"36\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"37\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38-300x210.jpg\" alt=\"38\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Infrastructure:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2022-10-10 15:57:17','2022-10-10 10:27:17','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/10/10/17-revision-v1/',0,'revision','',0),(313,1,'2022-10-10 15:58:06','2022-10-10 10:28:06','','VID-20221010-WA0009','','inherit','open','closed','','vid-20221010-wa0009','','','2022-10-10 15:58:06','2022-10-10 10:28:06','',17,'http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/VID-20221010-WA0009.mp4',0,'attachment','video/mp4',0),(314,1,'2022-10-10 15:59:14','2022-10-10 10:29:14','<strong>Smart Living Program( Healthy Lives & Healthy Minds)</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-306 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/110-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-307 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/210-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-308 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/39-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-309 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-310 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-311 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"640\" mp4=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/VID-20221010-WA0009.mp4\"][/video]\r\n\r\n<strong>Primary:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-149 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-150 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-151 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-152 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>High School:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"31\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/32-300x210.jpg\" alt=\"32\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/33-300x210.jpg\" alt=\"33\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/34-300x210.jpg\" alt=\"34\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/35-300x210.jpg\" alt=\"35\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/36-300x210.jpg\" alt=\"36\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-161 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/37-300x210.jpg\" alt=\"37\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-162 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/38-300x210.jpg\" alt=\"38\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Co-Curricular Activities:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Infrastructure:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/22-300x210.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Empower India:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_101932_HDR-300x225.jpg\" alt=\"IMG_20170824_101932_HDR\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20170824_094042-300x225.jpg\" alt=\"IMG_20170824_094042\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>English Club Activity :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171121_130653-300x225.jpg\" alt=\"IMG_20171121_130653\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/LAAN0447-300x225.jpg\" alt=\"LAAN0447\" width=\"300\" height=\"225\" /></a>\r\n\r\n<strong>Math APPO:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-8-300x169.jpg\" alt=\"pjimage (8)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-11-300x169.jpg\" alt=\"pjimage (11)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Smart Living Program:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_143154-300x214.jpg\" alt=\"IMG_20171028_143154\" width=\"300\" height=\"214\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/IMG_20171028_135249-300x235.jpg\" alt=\"IMG_20171028_135249\" width=\"300\" height=\"235\" /></a>\r\n\r\n<strong>Health Checkup:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-17-300x169.jpg\" alt=\"pjimage (17)\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/pjimage-22-300x169.jpg\" alt=\"pjimage (22)\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Annual Day Celebrations:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255.jpg\"><img class=\"alignnone size-medium wp-image-103\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_3255-300x200.jpg\" alt=\"ANNUAL DAY-IMG_3255\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239.jpg\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAY-IMG_9239-300x200.jpg\" alt=\"ANNUAL DAY-IMG_9239\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807.jpg\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYIMG_9807-300x200.jpg\" alt=\"ANNUAL DAYIMG_9807\" width=\"300\" height=\"200\" /></a> <a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1.jpg\"><img class=\"alignnone size-medium wp-image-106\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/ANNUAL-DAYpjimage-1-300x169.jpg\" alt=\"ANNUAL DAYpjimage (1)\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2022-10-10 15:59:14','2022-10-10 10:29:14','',17,'http://srichaitanyatechnoschoolsalem.net/index.php/2022/10/10/17-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(166,3,0),(179,3,0),(180,3,0),(220,3,0),(221,3,0),(222,3,0),(223,3,0),(224,3,0),(225,3,0),(226,3,0),(227,3,0),(228,3,0),(229,3,0),(230,3,0),(231,3,0),(244,3,0),(245,3,0),(246,3,0),(253,3,0),(266,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,26); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','305'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&hidetb=1&advImgDetails=show'),(20,1,'scsuser-settings-time','1627970822'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_srichaitanyaschoolasilmetta` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_srichaitanyaschoolasilmetta` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_srichaitanyaschoolasilmetta`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=20548 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschool40044.net','yes'),(2,'home','http://srichaitanyatechnoschool40044.net','yes'),(3,'blogname','Sri Chaitanya School Asilmetta','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:93:\"/www-data/sites/srichaitanyatechnoschool40044.net/wp-content/themes/twentythirteen/footer.php\";i:1;s:92:\"/www-data/sites/srichaitanyatechnoschool40044.net/wp-content/themes/twentythirteen/style.css\";i:2;s:92:\"/www-data/sites/srichaitanyatechnoschool40044.net/wp-content/themes/twentythirteen/image.php\";i:4;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:5;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668681294;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;}}}i:1668682870;a:3:{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;}}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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','82ad6ae663fb4c8a7a13db7ae66ed5ed','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1625223306;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1451412002;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:130:\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:133;s:3:\"url\";s:130:\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3.jpg\";s:13:\"thumbnail_url\";s:130:\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3.jpg\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(375,'_site_transient_timeout_browser_aaa2c20d7bf00bbeae56cba8f0350cee','1449946379','yes'),(376,'_site_transient_browser_aaa2c20d7bf00bbeae56cba8f0350cee','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(500,'_site_transient_timeout_browser_15297098b1b9a9d1d3687dc973a31662','1452016597','yes'),(501,'_site_transient_browser_15297098b1b9a9d1d3687dc973a31662','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1140,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:19:\"cto@varsitymgmt.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484665087;}','yes'),(4020,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670106;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(5761,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668670105;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(10260,'_site_transient_timeout_browser_7f65ff317c237641f7aace3b7dac03d6','1625808918','yes'),(10261,'_site_transient_browser_7f65ff317c237641f7aace3b7dac03d6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.124\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(12171,'_site_transient_timeout_browser_a44e7ab8cc69f9e2b9db9430df373653','1634121295','yes'),(12172,'_site_transient_browser_a44e7ab8cc69f9e2b9db9430df373653','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"94.0.4606.71\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(14935,'_site_transient_timeout_available_translations','1645091541','yes'),(14936,'_site_transient_available_translations','a:84:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2021-05-13 16:00:08\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.31/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"AzÉ™rbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2016-04-10 19:04:48\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.31/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2019-05-14 11:31:02\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"БеларуÑÐºÐ°Ñ Ð¼Ð¾Ð²Ð°\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.31/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"ПрацÑгнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"БългарÑки\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Ðапред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"à¦à¦—িয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català \";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2022-01-06 20:27:31\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"ÄŒeÅ¡tina\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"PokraÄovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:06:33\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:05:44\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-10 09:57:22\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"ΣυνÎχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 12:35:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"DaÅrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2021-11-10 03:15:52\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2022-01-07 04:10:48\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"ÙØ§Ø±Ø³ÛŒ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 02:28:05\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 17:58:19\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gà idhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2015-11-05 03:23:19\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره Ú¯ÛŒ\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.31/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिनà¥à¤¦à¥€\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Õ€Õ¡ÕµÕ¥Ö€Õ¥Õ¶\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Õ‡Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ¥Õ¬\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Ãslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Ãfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次ã¸\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2022-01-11 14:32:09\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქáƒáƒ თული\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გáƒáƒ’რძელებáƒ\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2020-11-23 21:04:22\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.31/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2016-08-29 16:50:07\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាážáŸ’មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.31/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្áž\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한êµì–´\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계ì†\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2017-01-28 23:04:15\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.31/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"TÄ™sti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2021-05-26 10:03:42\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"LatvieÅ¡u valoda\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.31/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"TurpinÄt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2019-09-04 12:19:16\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"МакедонÑки јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-15 04:39:52\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါá‹\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (BokmÃ¥l)\";s:11:\"native_name\";s:13:\"Norsk bokmÃ¥l\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2015-08-04 21:04:58\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.31/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-16 17:23:30\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"РуÑÑкий\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"SlovenÄina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"PokraÄovaÅ¥\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"SlovenÅ¡Äina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"СрпÑки језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"ÐаÑтави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழà¯\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடரà¯à®•\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่à¸à¹„ป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2021-07-03 18:38:27\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"УкраїнÑька\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2021-06-29 08:58:23\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.31/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"ç®€ä½“ä¸æ–‡\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"ç»§ç»\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"ç¹é«”䏿–‡\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(14937,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(16915,'_transient_timeout_plugin_slugs','1653372493','no'),(16916,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(16917,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1653329293','no'),(16918,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(16919,'_transient_is_multi_author','0','yes'),(16949,'_transient_timeout_mailserver_last_checked','1653394423','no'),(16950,'_transient_mailserver_last_checked','1','no'),(20545,'_site_transient_timeout_theme_roots','1668671903','yes'),(20546,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(20547,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670106;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=374 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1645080810:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1450888304:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1450888216:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1625223364:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1450888272:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1625223064:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,9,'_wp_page_template','default'),(144,14,'_wp_page_template','default'),(145,19,'_wp_page_template','default'),(146,12,'_wp_page_template','default'),(147,61,'_wp_attached_file','2015/11/WP_20151110_12_43_28_Pro.jpg'),(148,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1587;s:6:\"height\";i:1119;s:4:\"file\";s:36:\"2015/11/WP_20151110_12_43_28_Pro.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_43_28_Pro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_43_28_Pro-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"WP_20151110_12_43_28_Pro-1024x722.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_43_28_Pro-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Lumia 535 Dual SIM\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1447159407;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.051613\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(149,62,'_wp_attached_file','2015/11/WP_20151110_12_13_18_Pro.jpg'),(150,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1101;s:6:\"height\";i:711;s:4:\"file\";s:36:\"2015/11/WP_20151110_12_13_18_Pro.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_13_18_Pro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_13_18_Pro-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"WP_20151110_12_13_18_Pro-1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_13_18_Pro-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Lumia 535 Dual SIM\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1447157597;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.050015\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(151,63,'_wp_attached_file','2015/11/WP_20151110_12_10_56_Pro.jpg'),(152,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1389;s:6:\"height\";i:735;s:4:\"file\";s:36:\"2015/11/WP_20151110_12_10_56_Pro.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_10_56_Pro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_10_56_Pro-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"WP_20151110_12_10_56_Pro-1024x542.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_10_56_Pro-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Lumia 535 Dual SIM\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1447157456;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.045205\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(153,64,'_wp_attached_file','2015/11/WP_20151110_12_07_54_Pro.jpg'),(154,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1071;s:6:\"height\";i:690;s:4:\"file\";s:36:\"2015/11/WP_20151110_12_07_54_Pro.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_07_54_Pro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_07_54_Pro-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"WP_20151110_12_07_54_Pro-1024x660.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_07_54_Pro-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Lumia 535 Dual SIM\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1447157273;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.041339\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(155,65,'_wp_attached_file','2015/11/WP_20151110_12_02_43_Pro.jpg'),(156,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1107;s:6:\"height\";i:627;s:4:\"file\";s:36:\"2015/11/WP_20151110_12_02_43_Pro.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_02_43_Pro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_02_43_Pro-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"WP_20151110_12_02_43_Pro-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_12_02_43_Pro-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Lumia 535 Dual SIM\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1447156962;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.03\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(157,66,'_wp_attached_file','2015/11/WP_20151110_11_57_07_Pro.jpg'),(158,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1047;s:6:\"height\";i:671;s:4:\"file\";s:36:\"2015/11/WP_20151110_11_57_07_Pro.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_11_57_07_Pro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"WP_20151110_11_57_07_Pro-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"WP_20151110_11_57_07_Pro-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"WP_20151110_11_57_07_Pro-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Lumia 535 Dual SIM\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1447156627;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.04594\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(159,17,'_wp_page_template','default'),(160,70,'_wp_attached_file','2021/07/Sri-Chaitaya-School-CBSE-Banners-Asilmetta..png'),(161,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:55:\"2021/07/Sri-Chaitaya-School-CBSE-Banners-Asilmetta..png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Sri-Chaitaya-School-CBSE-Banners-Asilmetta.-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Sri-Chaitaya-School-CBSE-Banners-Asilmetta.-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Sri-Chaitaya-School-CBSE-Banners-Asilmetta.-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Sri-Chaitaya-School-CBSE-Banners-Asilmetta.-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(162,71,'_wp_attached_file','2021/07/cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta..png'),(163,71,'_wp_attachment_context','custom-header'),(164,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:63:\"2021/07/cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta..png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta.-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta.-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta.-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta.-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(165,71,'_wp_attachment_custom_header_last_used_twentythirteen','1625223220'),(166,71,'_wp_attachment_is_custom_header','twentythirteen'),(167,73,'_edit_last','1'),(168,73,'_edit_lock','1653286160:1'),(169,74,'_wp_attached_file','2021/07/Sanitary-Water-Certificate.pdf'),(170,76,'_edit_last','1'),(171,76,'_edit_lock','1645096035:1'),(172,77,'_wp_attached_file','2021/07/Academic-Calendar.pdf'),(173,80,'_wp_attached_file','2021/07/BUILDING-SAFETY-CERTIFICATE.pdf'),(174,79,'_edit_last','1'),(175,79,'_edit_lock','1633516553:1'),(176,82,'_edit_last','1'),(177,82,'_edit_lock','1653286127:1'),(178,83,'_wp_attached_file','2021/07/Certificate-Of-Land.pdf'),(179,86,'_wp_attached_file','2021/07/Fee-Structure.pdf'),(180,85,'_edit_last','1'),(181,85,'_edit_lock','1625564038:1'),(182,88,'_edit_last','1'),(183,88,'_edit_lock','1633516586:1'),(184,89,'_wp_attached_file','2021/07/Fire-Safety-Certificate.pdf'),(185,91,'_edit_last','1'),(186,91,'_edit_lock','1645101004:1'),(187,92,'_wp_attached_file','2021/07/Mandatory-Public-Disclosure.pdf'),(188,94,'_edit_last','1'),(189,94,'_edit_lock','1646392110:1'),(190,95,'_wp_attached_file','2021/07/NOC.pdf'),(191,97,'_edit_last','1'),(192,97,'_edit_lock','1646392125:1'),(193,98,'_wp_attached_file','2021/07/Recognition-Certificate.pdf'),(194,100,'_edit_last','1'),(195,100,'_edit_lock','1625564235:1'),(196,101,'_wp_attached_file','2021/07/School-Managing-Committee-Details.pdf'),(197,103,'_edit_last','1'),(198,103,'_edit_lock','1625564297:1'),(199,104,'_wp_attached_file','2021/07/Self-Affidavit.pdf'),(200,106,'_edit_last','1'),(201,106,'_edit_lock','1625564331:1'),(202,107,'_wp_attached_file','2021/07/Trust-Deed.pdf'),(203,109,'_menu_item_type','post_type'),(204,109,'_menu_item_menu_item_parent','114'),(205,109,'_menu_item_object_id','106'),(206,109,'_menu_item_object','page'),(207,109,'_menu_item_target',''),(208,109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(209,109,'_menu_item_xfn',''),(210,109,'_menu_item_url',''),(212,110,'_menu_item_type','post_type'),(213,110,'_menu_item_menu_item_parent','114'),(214,110,'_menu_item_object_id','103'),(215,110,'_menu_item_object','page'),(216,110,'_menu_item_target',''),(217,110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(218,110,'_menu_item_xfn',''),(219,110,'_menu_item_url',''),(221,111,'_menu_item_type','post_type'),(222,111,'_menu_item_menu_item_parent','27'),(223,111,'_menu_item_object_id','100'),(224,111,'_menu_item_object','page'),(225,111,'_menu_item_target',''),(226,111,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(227,111,'_menu_item_xfn',''),(228,111,'_menu_item_url',''),(230,112,'_menu_item_type','post_type'),(231,112,'_menu_item_menu_item_parent','114'),(232,112,'_menu_item_object_id','97'),(233,112,'_menu_item_object','page'),(234,112,'_menu_item_target',''),(235,112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(236,112,'_menu_item_xfn',''),(237,112,'_menu_item_url',''),(239,113,'_menu_item_type','post_type'),(240,113,'_menu_item_menu_item_parent','114'),(241,113,'_menu_item_object_id','94'),(242,113,'_menu_item_object','page'),(243,113,'_menu_item_target',''),(244,113,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(245,113,'_menu_item_xfn',''),(246,113,'_menu_item_url',''),(248,114,'_menu_item_type','post_type'),(249,114,'_menu_item_menu_item_parent','0'),(250,114,'_menu_item_object_id','91'),(251,114,'_menu_item_object','page'),(252,114,'_menu_item_target',''),(253,114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(254,114,'_menu_item_xfn',''),(255,114,'_menu_item_url',''),(257,115,'_menu_item_type','post_type'),(258,115,'_menu_item_menu_item_parent','114'),(259,115,'_menu_item_object_id','88'),(260,115,'_menu_item_object','page'),(261,115,'_menu_item_target',''),(262,115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(263,115,'_menu_item_xfn',''),(264,115,'_menu_item_url',''),(266,116,'_menu_item_type','post_type'),(267,116,'_menu_item_menu_item_parent','27'),(268,116,'_menu_item_object_id','85'),(269,116,'_menu_item_object','page'),(270,116,'_menu_item_target',''),(271,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(272,116,'_menu_item_xfn',''),(273,116,'_menu_item_url',''),(275,117,'_menu_item_type','post_type'),(276,117,'_menu_item_menu_item_parent','114'),(277,117,'_menu_item_object_id','82'),(278,117,'_menu_item_object','page'),(279,117,'_menu_item_target',''),(280,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(281,117,'_menu_item_xfn',''),(282,117,'_menu_item_url',''),(284,118,'_menu_item_type','post_type'),(285,118,'_menu_item_menu_item_parent','114'),(286,118,'_menu_item_object_id','79'),(287,118,'_menu_item_object','page'),(288,118,'_menu_item_target',''),(289,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(290,118,'_menu_item_xfn',''),(291,118,'_menu_item_url',''),(293,119,'_menu_item_type','post_type'),(294,119,'_menu_item_menu_item_parent','27'),(295,119,'_menu_item_object_id','76'),(296,119,'_menu_item_object','page'),(297,119,'_menu_item_target',''),(298,119,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(299,119,'_menu_item_xfn',''),(300,119,'_menu_item_url',''),(302,120,'_menu_item_type','post_type'),(303,120,'_menu_item_menu_item_parent','114'),(304,120,'_menu_item_object_id','73'),(305,120,'_menu_item_object','page'),(306,120,'_menu_item_target',''),(307,120,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(308,120,'_menu_item_xfn',''),(309,120,'_menu_item_url',''),(310,122,'_wp_attached_file','2021/07/Building-Safety-Certificate.pdf'),(311,124,'_wp_attached_file','2021/07/Fire-Safety-Certificate1.pdf'),(312,126,'_wp_attached_file','2021/07/Certificate-Of-Land1.pdf'),(313,128,'_wp_attached_file','2021/07/NOC1.pdf'),(314,130,'_wp_attached_file','2021/07/Recognition-Certificate1.pdf'),(315,133,'_wp_attached_file','2022/02/Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3.jpg'),(316,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:70:\"2022/02/Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:70:\"Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(317,133,'_wp_attachment_custom_header_last_used_twentythirteen','1645080702'),(318,133,'_wp_attachment_is_custom_header','twentythirteen'),(323,137,'_wp_attached_file','2022/02/Affiliation-Letter.pdf'),(324,136,'_edit_last','1'),(325,136,'_edit_lock','1645099673:1'),(326,139,'_edit_last','1'),(327,139,'_edit_lock','1645100234:1'),(328,140,'_wp_attached_file','2022/02/BOARD-EXAMINATION-RESULTS.pdf'),(329,142,'_edit_last','1'),(330,142,'_edit_lock','1645099778:1'),(331,143,'_wp_attached_file','2022/02/LIST-OF-PARENTS-TEACHER-ASSOCIATION-MEMBERS.pdf'),(332,145,'_menu_item_type','post_type'),(333,145,'_menu_item_menu_item_parent','27'),(334,145,'_menu_item_object_id','142'),(335,145,'_menu_item_object','page'),(336,145,'_menu_item_target',''),(337,145,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(338,145,'_menu_item_xfn',''),(339,145,'_menu_item_url',''),(341,146,'_menu_item_type','post_type'),(342,146,'_menu_item_menu_item_parent','27'),(343,146,'_menu_item_object_id','139'),(344,146,'_menu_item_object','page'),(345,146,'_menu_item_target',''),(346,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(347,146,'_menu_item_xfn',''),(348,146,'_menu_item_url',''),(350,147,'_menu_item_type','post_type'),(351,147,'_menu_item_menu_item_parent','114'),(352,147,'_menu_item_object_id','136'),(353,147,'_menu_item_object','page'),(354,147,'_menu_item_target',''),(355,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(356,147,'_menu_item_xfn',''),(357,147,'_menu_item_url',''),(359,151,'_wp_attached_file','2021/07/Mandatory-Public-Disclosure1.pdf'),(360,153,'_edit_last','1'),(361,153,'_edit_lock','1645155964:1'),(362,155,'_menu_item_type','post_type'),(363,155,'_menu_item_menu_item_parent','27'),(364,155,'_menu_item_object_id','153'),(365,155,'_menu_item_object','page'),(366,155,'_menu_item_target',''),(367,155,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(368,155,'_menu_item_xfn',''),(369,155,'_menu_item_url',''),(371,156,'_wp_attached_file','2022/02/SEXUAL-HARASSMENT-COMMITTEE.pdf'),(372,162,'_wp_attached_file','2021/07/Land-Certificate.pdf'),(373,164,'_wp_attached_file','2021/07/Sanitary-Certificate.pdf'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2015-12-23 22:02:02','2015-12-23 16:32:02','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','publish','closed','closed','','admissions','','','2015-12-23 22:04:01','2015-12-23 16:34:01','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2015-12-23 22:02:27','2015-12-23 16:32:27','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36',' \r\n\r\n ','News & Events','','publish','closed','closed','','news-events','','','2021-07-02 16:26:03','2021-07-02 10:56:03','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','publish','closed','closed','','achievements','','','2015-12-23 22:02:52','2015-12-23 16:32:52','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya School\r\n\r\nD.No: 11-4-1/1,\r\n\r\nBehind Raghavendra Swami Temple,\r\n\r\nWaltair Uplands, Ramnagar, Asilmetta,\r\n\r\nVisakhapatnam – 530002\r\n\r\nEmail :- asilmetta3@srichaitanyaschool.net\r\n\r\nPH :- 9248926010/11','Contact Us','','publish','closed','closed','','contact-us','','','2015-12-22 16:13:58','2015-12-22 10:43:58','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2022-02-17 18:12:48','2022-02-17 12:42:48','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',13,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',21,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',12,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',22,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',20,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2015-12-04 00:58:03','2015-12-03 19:28:03','<header class=\"entry-header\">\n<h1 class=\"entry-title\"><strong>History</strong></h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2015-12-04 00:58:03','2015-12-03 19:28:03','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2015-12-22 16:11:28','2015-12-22 10:41:28','Sri Chaitanya School\n\nD.No: 11-4-1/1,\n\nBehind Raghavendra Swami Temple,\n\nWaltair Uplands, Ramnagar, Asilmetta,\n\nVisakhapatnam – 530002\n\nEmail :- madhurawada@srichaitanyaschool.net\n\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2015-12-22 16:11:28','2015-12-22 10:41:28','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2015-12-22 16:13:58','2015-12-22 10:43:58','Sri Chaitanya School\r\n\r\nD.No: 11-4-1/1,\r\n\r\nBehind Raghavendra Swami Temple,\r\n\r\nWaltair Uplands, Ramnagar, Asilmetta,\r\n\r\nVisakhapatnam – 530002\r\n\r\nEmail :- asilmetta3@srichaitanyaschool.net\r\n\r\nPH :- 9248926010/11','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-22 16:13:58','2015-12-22 10:43:58','',21,'http://srichaitanyaschoolasilmetta.net/index.php/2015/12/22/21-revision-v1/',0,'revision','',0),(57,1,'2015-12-23 22:02:02','2015-12-23 16:32:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-23 22:02:02','2015-12-23 16:32:02','',9,'http://srichaitanyaschoolasilmetta.net/index.php/2015/12/23/9-revision-v1/',0,'revision','',0),(58,1,'2015-12-23 22:02:27','2015-12-23 16:32:27','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-12-23 22:02:27','2015-12-23 16:32:27','',14,'http://srichaitanyaschoolasilmetta.net/index.php/2015/12/23/14-revision-v1/',0,'revision','',0),(59,1,'2015-12-23 22:02:52','2015-12-23 16:32:52','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-23 22:02:52','2015-12-23 16:32:52','',19,'http://srichaitanyaschoolasilmetta.net/index.php/2015/12/23/19-revision-v1/',0,'revision','',0),(60,1,'2015-12-23 22:04:01','2015-12-23 16:34:01','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','inherit','closed','closed','','12-revision-v1','','','2015-12-23 22:04:01','2015-12-23 16:34:01','',12,'http://srichaitanyaschoolasilmetta.net/index.php/2015/12/23/12-revision-v1/',0,'revision','',0),(61,1,'2015-12-29 23:29:00','2015-12-29 17:59:00','','WP_20151110_12_43_28_Pro','','inherit','open','closed','','wp_20151110_12_43_28_pro','','','2015-12-29 23:29:00','2015-12-29 17:59:00','',17,'http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_43_28_Pro.jpg',0,'attachment','image/jpeg',0),(62,1,'2015-12-29 23:29:01','2015-12-29 17:59:01','','WP_20151110_12_13_18_Pro','','inherit','open','closed','','wp_20151110_12_13_18_pro','','','2015-12-29 23:29:01','2015-12-29 17:59:01','',17,'http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_13_18_Pro.jpg',0,'attachment','image/jpeg',0),(63,1,'2015-12-29 23:29:02','2015-12-29 17:59:02','','WP_20151110_12_10_56_Pro','','inherit','open','closed','','wp_20151110_12_10_56_pro','','','2015-12-29 23:29:02','2015-12-29 17:59:02','',17,'http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_10_56_Pro.jpg',0,'attachment','image/jpeg',0),(64,1,'2015-12-29 23:29:03','2015-12-29 17:59:03','','WP_20151110_12_07_54_Pro','','inherit','open','closed','','wp_20151110_12_07_54_pro','','','2015-12-29 23:29:03','2015-12-29 17:59:03','',17,'http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_07_54_Pro.jpg',0,'attachment','image/jpeg',0),(65,1,'2015-12-29 23:29:04','2015-12-29 17:59:04','','WP_20151110_12_02_43_Pro','','inherit','open','closed','','wp_20151110_12_02_43_pro','','','2015-12-29 23:29:04','2015-12-29 17:59:04','',17,'http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_02_43_Pro.jpg',0,'attachment','image/jpeg',0),(66,1,'2015-12-29 23:29:04','2015-12-29 17:59:04','','WP_20151110_11_57_07_Pro','','inherit','open','closed','','wp_20151110_11_57_07_pro','','','2015-12-29 23:29:04','2015-12-29 17:59:04','',17,'http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_11_57_07_Pro.jpg',0,'attachment','image/jpeg',0),(67,1,'2015-12-29 23:29:54','2015-12-29 17:59:54','<strong>Diwali Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_43_28_Pro.jpg\"><img class=\"alignnone size-medium wp-image-61\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_43_28_Pro-300x212.jpg\" alt=\"WP_20151110_12_43_28_Pro\" width=\"300\" height=\"212\" /></a>  <a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_13_18_Pro.jpg\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_13_18_Pro-300x194.jpg\" alt=\"WP_20151110_12_13_18_Pro\" width=\"300\" height=\"194\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_10_56_Pro.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_10_56_Pro-300x159.jpg\" alt=\"WP_20151110_12_10_56_Pro\" width=\"300\" height=\"159\" /></a>   <a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_07_54_Pro.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_07_54_Pro-300x193.jpg\" alt=\"WP_20151110_12_07_54_Pro\" width=\"300\" height=\"193\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_02_43_Pro.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_02_43_Pro-300x170.jpg\" alt=\"WP_20151110_12_02_43_Pro\" width=\"300\" height=\"170\" /></a>  <a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_11_57_07_Pro.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_11_57_07_Pro-300x192.jpg\" alt=\"WP_20151110_11_57_07_Pro\" width=\"300\" height=\"192\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 23:29:54','2015-12-29 17:59:54','',17,'http://srichaitanyaschoolasilmetta.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(68,1,'2015-12-29 23:31:03','2015-12-29 18:01:03','<strong>Diwali Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_43_28_Pro.jpg\"><img class=\"alignnone size-medium wp-image-61\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_43_28_Pro-300x212.jpg\" alt=\"WP_20151110_12_43_28_Pro\" width=\"300\" height=\"212\" /></a> <a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_13_18_Pro.jpg\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_13_18_Pro-300x194.jpg\" alt=\"WP_20151110_12_13_18_Pro\" width=\"300\" height=\"194\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_10_56_Pro.jpg\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_10_56_Pro-300x159.jpg\" alt=\"WP_20151110_12_10_56_Pro\" width=\"300\" height=\"159\" /></a> <a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_07_54_Pro.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_07_54_Pro-300x193.jpg\" alt=\"WP_20151110_12_07_54_Pro\" width=\"300\" height=\"193\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_02_43_Pro.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_12_02_43_Pro-300x170.jpg\" alt=\"WP_20151110_12_02_43_Pro\" width=\"300\" height=\"170\" /></a> <a href=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_11_57_07_Pro.jpg\"><img class=\"alignnone size-medium wp-image-66\" src=\"http://srichaitanyaschoolasilmetta.net/wp-content/uploads/2015/11/WP_20151110_11_57_07_Pro-300x192.jpg\" alt=\"WP_20151110_11_57_07_Pro\" width=\"300\" height=\"192\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 23:31:03','2015-12-29 18:01:03','',17,'http://srichaitanyaschoolasilmetta.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(70,1,'2021-07-02 16:23:33','2021-07-02 10:53:33','','Sri Chaitaya School CBSE Banners-Asilmetta.','','inherit','open','closed','','sri-chaitaya-school-cbse-banners-asilmetta','','','2021-07-02 16:23:33','2021-07-02 10:53:33','',0,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Sri-Chaitaya-School-CBSE-Banners-Asilmetta..png',0,'attachment','image/png',0),(71,1,'2021-07-02 16:23:36','2021-07-02 10:53:36','http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta..png','cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta..png','','inherit','open','closed','','cropped-sri-chaitaya-school-cbse-banners-asilmetta-png','','','2021-07-02 16:23:36','2021-07-02 10:53:36','',0,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/cropped-Sri-Chaitaya-School-CBSE-Banners-Asilmetta..png',0,'attachment','image/png',0),(72,1,'2021-07-02 16:26:03','2021-07-02 10:56:03',' \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-07-02 16:26:03','2021-07-02 10:56:03','',17,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/02/17-revision-v1/',0,'revision','',0),(73,1,'2021-07-06 15:00:56','2021-07-06 09:30:56','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary & Water Certificate','','publish','closed','closed','','sanitary-water-certificate','','','2022-05-23 11:39:20','2022-05-23 06:09:20','',0,'http://srichaitanyatechnoschool40044.net/?page_id=73',0,'page','',0),(74,1,'2021-07-06 15:00:46','2021-07-06 09:30:46','','Sanitary & Water Certificate','','inherit','open','closed','','sanitary-water-certificate','','','2021-07-06 15:00:46','2021-07-06 09:30:46','',73,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Sanitary-Water-Certificate.pdf',0,'attachment','application/pdf',0),(75,1,'2021-07-06 15:00:56','2021-07-06 09:30:56','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Sanitary-Water-Certificate.pdf\" target=\"_blank\">Sanitary & Water Certificate</a></strong></li>\r\n</ul>','Sanitary & Water Certificate','','inherit','closed','closed','','73-revision-v1','','','2021-07-06 15:00:56','2021-07-06 09:30:56','',73,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/73-revision-v1/',0,'revision','',0),(76,1,'2021-07-06 15:01:49','2021-07-06 09:31:49','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Academic-Calendar.pdf\" target=\"_blank\">Academic Calendar</a></strong></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academic-calendar','','','2021-07-06 15:01:49','2021-07-06 09:31:49','',0,'http://srichaitanyatechnoschool40044.net/?page_id=76',0,'page','',0),(77,1,'2021-07-06 15:01:40','2021-07-06 09:31:40','','Academic Calendar','','inherit','open','closed','','academic-calendar','','','2021-07-06 15:01:40','2021-07-06 09:31:40','',76,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Academic-Calendar.pdf',0,'attachment','application/pdf',0),(78,1,'2021-07-06 15:01:49','2021-07-06 09:31:49','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Academic-Calendar.pdf\" target=\"_blank\">Academic Calendar</a></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','76-revision-v1','','','2021-07-06 15:01:49','2021-07-06 09:31:49','',76,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/76-revision-v1/',0,'revision','',0),(79,1,'2021-07-06 15:02:25','2021-07-06 09:32:25','<ul>\r\n <li><span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf\" target=\"_blank\">Building Safety Certificate</a></strong></span></li>\r\n</ul>','Building Safety Certificate','','publish','closed','closed','','building-safety-certificate','','','2021-10-06 16:05:52','2021-10-06 10:35:52','',0,'http://srichaitanyatechnoschool40044.net/?page_id=79',0,'page','',0),(80,1,'2021-07-06 15:02:16','2021-07-06 09:32:16','','BUILDING SAFETY CERTIFICATE','','inherit','open','closed','','building-safety-certificate','','','2021-07-06 15:02:16','2021-07-06 09:32:16','',79,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/BUILDING-SAFETY-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(81,1,'2021-07-06 15:02:25','2021-07-06 09:32:25','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/BUILDING-SAFETY-CERTIFICATE.pdf\" target=\"_blank\">BUILDING SAFETY CERTIFICATE</a></strong></li>\r\n</ul>','Building Safety Certificate','','inherit','closed','closed','','79-revision-v1','','','2021-07-06 15:02:25','2021-07-06 09:32:25','',79,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/79-revision-v1/',0,'revision','',0),(82,1,'2021-07-06 15:03:24','2021-07-06 09:33:24','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Land-Certificate.pdf\" target=\"_blank\">Land Certificate</a></strong></li>\r\n</ul>','Certificate Of Land','','publish','closed','closed','','certificate-of-land','','','2022-05-23 11:38:47','2022-05-23 06:08:47','',0,'http://srichaitanyatechnoschool40044.net/?page_id=82',0,'page','',0),(83,1,'2021-07-06 15:03:16','2021-07-06 09:33:16','','Certificate Of Land','','inherit','open','closed','','certificate-of-land','','','2021-07-06 15:03:16','2021-07-06 09:33:16','',82,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Certificate-Of-Land.pdf',0,'attachment','application/pdf',0),(84,1,'2021-07-06 15:03:24','2021-07-06 09:33:24','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Certificate-Of-Land.pdf\" target=\"_blank\">Certificate Of Land</a></strong></li>\r\n</ul>','Certificate Of Land','','inherit','closed','closed','','82-revision-v1','','','2021-07-06 15:03:24','2021-07-06 09:33:24','',82,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/82-revision-v1/',0,'revision','',0),(85,1,'2021-07-06 15:03:57','2021-07-06 09:33:57','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Fee-Structure.pdf\" target=\"_blank\">Fee Structure</a></strong></li>\r\n</ul>','Fee Structure','','publish','closed','closed','','fee-structure','','','2021-07-06 15:03:57','2021-07-06 09:33:57','',0,'http://srichaitanyatechnoschool40044.net/?page_id=85',0,'page','',0),(86,1,'2021-07-06 15:03:47','2021-07-06 09:33:47','','Fee Structure','','inherit','open','closed','','fee-structure','','','2021-07-06 15:03:47','2021-07-06 09:33:47','',85,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Fee-Structure.pdf',0,'attachment','application/pdf',0),(87,1,'2021-07-06 15:03:57','2021-07-06 09:33:57','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Fee-Structure.pdf\" target=\"_blank\">Fee Structure</a></strong></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','85-revision-v1','','','2021-07-06 15:03:57','2021-07-06 09:33:57','',85,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/85-revision-v1/',0,'revision','',0),(88,1,'2021-07-06 15:04:45','2021-07-06 09:34:45','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Fire-Safety-Certificate1.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','publish','closed','closed','','fire-safety-certificate','','','2021-10-06 16:06:25','2021-10-06 10:36:25','',0,'http://srichaitanyatechnoschool40044.net/?page_id=88',0,'page','',0),(89,1,'2021-07-06 15:04:33','2021-07-06 09:34:33','','Fire Safety Certificate','','inherit','open','closed','','fire-safety-certificate','','','2021-07-06 15:04:33','2021-07-06 09:34:33','',88,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(90,1,'2021-07-06 15:04:45','2021-07-06 09:34:45','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','88-revision-v1','','','2021-07-06 15:04:45','2021-07-06 09:34:45','',88,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/88-revision-v1/',0,'revision','',0),(91,1,'2021-07-06 15:05:12','2021-07-06 09:35:12','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure1.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','publish','closed','closed','','mandatory-public-disclosure','','','2022-02-17 18:00:03','2022-02-17 12:30:03','',0,'http://srichaitanyatechnoschool40044.net/?page_id=91',0,'page','',0),(92,1,'2021-07-06 15:05:05','2021-07-06 09:35:05','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure','','','2021-07-06 15:05:05','2021-07-06 09:35:05','',91,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure.pdf',0,'attachment','application/pdf',0),(93,1,'2021-07-06 15:05:12','2021-07-06 09:35:12','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','91-revision-v1','','','2021-07-06 15:05:12','2021-07-06 09:35:12','',91,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/91-revision-v1/',0,'revision','',0),(94,1,'2021-07-06 15:05:42','2021-07-06 09:35:42','','NOC','','publish','closed','closed','','noc','','','2022-03-04 16:38:29','2022-03-04 11:08:29','',0,'http://srichaitanyatechnoschool40044.net/?page_id=94',0,'page','',0),(95,1,'2021-07-06 15:05:34','2021-07-06 09:35:34','','NOC','','inherit','open','closed','','noc','','','2021-07-06 15:05:34','2021-07-06 09:35:34','',94,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/NOC.pdf',0,'attachment','application/pdf',0),(96,1,'2021-07-06 15:05:42','2021-07-06 09:35:42','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','94-revision-v1','','','2021-07-06 15:05:42','2021-07-06 09:35:42','',94,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/94-revision-v1/',0,'revision','',0),(97,1,'2021-07-06 15:06:24','2021-07-06 09:36:24','','Recognition Certificate','','publish','closed','closed','','recognition-certificate','','','2022-03-04 16:38:44','2022-03-04 11:08:44','',0,'http://srichaitanyatechnoschool40044.net/?page_id=97',0,'page','',0),(98,1,'2021-07-06 15:06:17','2021-07-06 09:36:17','','Recognition Certificate','','inherit','open','closed','','recognition-certificate','','','2021-07-06 15:06:17','2021-07-06 09:36:17','',97,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Recognition-Certificate.pdf',0,'attachment','application/pdf',0),(99,1,'2021-07-06 15:06:24','2021-07-06 09:36:24','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Recognition-Certificate.pdf\" target=\"_blank\">Recognition Certificate</a></strong></li>\r\n</ul>','Recognition Certificate','','inherit','closed','closed','','97-revision-v1','','','2021-07-06 15:06:24','2021-07-06 09:36:24','',97,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/97-revision-v1/',0,'revision','',0),(100,1,'2021-07-06 15:07:15','2021-07-06 09:37:15','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/School-Managing-Committee-Details.pdf\" target=\"_blank\">School Managing Committee Details</a></strong></li>\r\n</ul>','School Management Committee','','publish','closed','closed','','school-management-committee','','','2021-07-06 15:07:15','2021-07-06 09:37:15','',0,'http://srichaitanyatechnoschool40044.net/?page_id=100',0,'page','',0),(101,1,'2021-07-06 15:07:06','2021-07-06 09:37:06','','School Managing Committee Details','','inherit','open','closed','','school-managing-committee-details','','','2021-07-06 15:07:06','2021-07-06 09:37:06','',100,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/School-Managing-Committee-Details.pdf',0,'attachment','application/pdf',0),(102,1,'2021-07-06 15:07:15','2021-07-06 09:37:15','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/School-Managing-Committee-Details.pdf\" target=\"_blank\">School Managing Committee Details</a></strong></li>\r\n</ul>','School Management Committee','','inherit','closed','closed','','100-revision-v1','','','2021-07-06 15:07:15','2021-07-06 09:37:15','',100,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/100-revision-v1/',0,'revision','',0),(103,1,'2021-07-06 15:08:17','2021-07-06 09:38:17','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Self-Affidavit.pdf\" target=\"_blank\">Self Affidavit</a></strong></li>\r\n</ul>','Self Affidavit','','publish','closed','closed','','self-affidavit','','','2021-07-06 15:08:17','2021-07-06 09:38:17','',0,'http://srichaitanyatechnoschool40044.net/?page_id=103',0,'page','',0),(104,1,'2021-07-06 15:08:09','2021-07-06 09:38:09','','Self Affidavit','','inherit','open','closed','','self-affidavit','','','2021-07-06 15:08:09','2021-07-06 09:38:09','',103,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Self-Affidavit.pdf',0,'attachment','application/pdf',0),(105,1,'2021-07-06 15:08:17','2021-07-06 09:38:17','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Self-Affidavit.pdf\" target=\"_blank\">Self Affidavit</a></strong></li>\r\n</ul>','Self Affidavit','','inherit','closed','closed','','103-revision-v1','','','2021-07-06 15:08:17','2021-07-06 09:38:17','',103,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/103-revision-v1/',0,'revision','',0),(106,1,'2021-07-06 15:08:50','2021-07-06 09:38:50','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','publish','closed','closed','','trust-deed','','','2021-07-06 15:08:50','2021-07-06 09:38:50','',0,'http://srichaitanyatechnoschool40044.net/?page_id=106',0,'page','',0),(107,1,'2021-07-06 15:08:43','2021-07-06 09:38:43','','Trust Deed','','inherit','open','closed','','trust-deed','','','2021-07-06 15:08:43','2021-07-06 09:38:43','',106,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Trust-Deed.pdf',0,'attachment','application/pdf',0),(108,1,'2021-07-06 15:08:50','2021-07-06 09:38:50','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','inherit','closed','closed','','106-revision-v1','','','2021-07-06 15:08:50','2021-07-06 09:38:50','',106,'http://srichaitanyatechnoschool40044.net/index.php/2021/07/06/106-revision-v1/',0,'revision','',0),(109,1,'2021-07-06 15:11:28','2021-07-06 09:41:28',' ','','','publish','closed','closed','','109','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=109',11,'nav_menu_item','',0),(110,1,'2021-07-06 15:11:28','2021-07-06 09:41:28',' ','','','publish','closed','closed','','110','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=110',10,'nav_menu_item','',0),(111,1,'2021-07-06 15:11:29','2021-07-06 09:41:29',' ','','','publish','closed','closed','','111','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=111',16,'nav_menu_item','',0),(112,1,'2021-07-06 15:11:27','2021-07-06 09:41:27',' ','','','publish','closed','closed','','112','','','2022-02-17 18:12:48','2022-02-17 12:42:48','',0,'http://srichaitanyatechnoschool40044.net/?p=112',3,'nav_menu_item','',0),(113,1,'2021-07-06 15:11:27','2021-07-06 09:41:27',' ','','','publish','closed','closed','','113','','','2022-02-17 18:12:48','2022-02-17 12:42:48','',0,'http://srichaitanyatechnoschool40044.net/?p=113',4,'nav_menu_item','',0),(114,1,'2021-07-06 15:11:27','2021-07-06 09:41:27',' ','','','publish','closed','closed','','114','','','2022-02-17 18:12:48','2022-02-17 12:42:48','',0,'http://srichaitanyatechnoschool40044.net/?p=114',2,'nav_menu_item','',0),(115,1,'2021-07-06 15:11:28','2021-07-06 09:41:28',' ','','','publish','closed','closed','','115','','','2022-02-17 18:12:48','2022-02-17 12:42:48','',0,'http://srichaitanyatechnoschool40044.net/?p=115',7,'nav_menu_item','',0),(116,1,'2021-07-06 15:11:29','2021-07-06 09:41:29',' ','','','publish','closed','closed','','116','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=116',15,'nav_menu_item','',0),(117,1,'2021-07-06 15:11:28','2021-07-06 09:41:28',' ','','','publish','closed','closed','','117','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=117',9,'nav_menu_item','',0),(118,1,'2021-07-06 15:11:27','2021-07-06 09:41:27',' ','','','publish','closed','closed','','118','','','2022-02-17 18:12:48','2022-02-17 12:42:48','',0,'http://srichaitanyatechnoschool40044.net/?p=118',6,'nav_menu_item','',0),(119,1,'2021-07-06 15:11:28','2021-07-06 09:41:28',' ','','','publish','closed','closed','','119','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=119',14,'nav_menu_item','',0),(120,1,'2021-07-06 15:11:28','2021-07-06 09:41:28',' ','','','publish','closed','closed','','120','','','2022-02-17 18:12:48','2022-02-17 12:42:48','',0,'http://srichaitanyatechnoschool40044.net/?p=120',8,'nav_menu_item','',0),(122,1,'2021-10-06 16:05:16','2021-10-06 10:35:16','','Building Safety Certificate','','inherit','open','closed','','building-safety-certificate-2','','','2021-10-06 16:05:16','2021-10-06 10:35:16','',79,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(123,1,'2021-10-06 16:05:48','2021-10-06 10:35:48','<ul>\r\n <li><span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf\" target=\"_blank\">Building Safety Certificate</a></strong></span></li>\r\n</ul>','Building Safety Certificate','','inherit','closed','closed','','79-revision-v1','','','2021-10-06 16:05:48','2021-10-06 10:35:48','',79,'http://srichaitanyatechnoschool40044.net/index.php/2021/10/06/79-revision-v1/',0,'revision','',0),(124,1,'2021-10-06 16:06:12','2021-10-06 10:36:12','','Fire Safety Certificate','','inherit','open','closed','','fire-safety-certificate-2','','','2021-10-06 16:06:12','2021-10-06 10:36:12','',88,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Fire-Safety-Certificate1.pdf',0,'attachment','application/pdf',0),(125,1,'2021-10-06 16:06:25','2021-10-06 10:36:25','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Fire-Safety-Certificate1.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','88-revision-v1','','','2021-10-06 16:06:25','2021-10-06 10:36:25','',88,'http://srichaitanyatechnoschool40044.net/index.php/2021/10/06/88-revision-v1/',0,'revision','',0),(126,1,'2021-10-06 16:06:50','2021-10-06 10:36:50','','Certificate Of Land','','inherit','open','closed','','certificate-of-land-2','','','2021-10-06 16:06:50','2021-10-06 10:36:50','',82,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Certificate-Of-Land1.pdf',0,'attachment','application/pdf',0),(127,1,'2021-10-06 16:07:03','2021-10-06 10:37:03','<ul>\r\n <li><span style=\"color: #666699;\"><strong><a style=\"color: #666699;\" href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Certificate-Of-Land1.pdf\" target=\"_blank\">Certificate Of Land</a></strong></span></li>\r\n</ul>','Certificate Of Land','','inherit','closed','closed','','82-revision-v1','','','2021-10-06 16:07:03','2021-10-06 10:37:03','',82,'http://srichaitanyatechnoschool40044.net/index.php/2021/10/06/82-revision-v1/',0,'revision','',0),(128,1,'2021-10-06 16:07:22','2021-10-06 10:37:22','','NOC','','inherit','open','closed','','noc-2','','','2021-10-06 16:07:22','2021-10-06 10:37:22','',94,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/NOC1.pdf',0,'attachment','application/pdf',0),(129,1,'2021-10-06 16:07:41','2021-10-06 10:37:41','<ul>\r\n <li><span style=\"color: #00ffff;\"><strong><a style=\"color: #00ffff;\" href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/NOC1.pdf\" target=\"_blank\">NOC</a></strong></span></li>\r\n</ul>','NOC','','inherit','closed','closed','','94-revision-v1','','','2021-10-06 16:07:41','2021-10-06 10:37:41','',94,'http://srichaitanyatechnoschool40044.net/index.php/2021/10/06/94-revision-v1/',0,'revision','',0),(130,1,'2021-10-06 16:08:03','2021-10-06 10:38:03','','Recognition Certificate','','inherit','open','closed','','recognition-certificate-2','','','2021-10-06 16:08:03','2021-10-06 10:38:03','',97,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Recognition-Certificate1.pdf',0,'attachment','application/pdf',0),(131,1,'2021-10-06 16:08:18','2021-10-06 10:38:18','<ul>\r\n <li><span style=\"color: #cc99ff;\"><strong><a style=\"color: #cc99ff;\" href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Recognition-Certificate1.pdf\" target=\"_blank\">Recognition Certificate</a></strong></span></li>\r\n</ul>','Recognition Certificate','','inherit','closed','closed','','97-revision-v1','','','2021-10-06 16:08:18','2021-10-06 10:38:18','',97,'http://srichaitanyatechnoschool40044.net/index.php/2021/10/06/97-revision-v1/',0,'revision','',0),(133,1,'2022-02-17 12:21:32','2022-02-17 06:51:32','','Sri Chaitaya School CBSE Banners - Visakhapatnam-Asilmatta-3','','inherit','open','closed','','sri-chaitaya-school-cbse-banners-visakhapatnam-asilmatta-3','','','2022-02-17 12:21:32','2022-02-17 06:51:32','',0,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/Sri-Chaitaya-School-CBSE-Banners-Visakhapatnam-Asilmatta-3.jpg',0,'attachment','image/jpeg',0),(136,1,'2022-02-17 17:37:52','2022-02-17 12:07:52','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/Affiliation-Letter.pdf\" target=\"_blank\">Affiliation Letter</a></strong></li>\r\n</ul>','Affiliation Letter','','publish','closed','closed','','affiliation-letter','','','2022-02-17 17:37:52','2022-02-17 12:07:52','',0,'http://srichaitanyatechnoschool40044.net/?page_id=136',0,'page','',0),(137,1,'2022-02-17 17:37:05','2022-02-17 12:07:05','','Affiliation Letter','','inherit','open','closed','','affiliation-letter','','','2022-02-17 17:37:05','2022-02-17 12:07:05','',136,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/Affiliation-Letter.pdf',0,'attachment','application/pdf',0),(138,1,'2022-02-17 17:37:52','2022-02-17 12:07:52','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/Affiliation-Letter.pdf\" target=\"_blank\">Affiliation Letter</a></strong></li>\r\n</ul>','Affiliation Letter','','inherit','closed','closed','','136-revision-v1','','','2022-02-17 17:37:52','2022-02-17 12:07:52','',136,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/17/136-revision-v1/',0,'revision','',0),(139,1,'2022-02-17 17:39:00','2022-02-17 12:09:00','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/BOARD-EXAMINATION-RESULTS.pdf\" target=\"_blank\">BOARD EXAMINATION RESULTS</a></strong></li>\r\n</ul>','Board Examination Results','','publish','closed','closed','','board-examination-results','','','2022-02-17 17:47:14','2022-02-17 12:17:14','',0,'http://srichaitanyatechnoschool40044.net/?page_id=139',0,'page','',0),(140,1,'2022-02-17 17:38:51','2022-02-17 12:08:51','','BOARD EXAMINATION RESULTS','','inherit','open','closed','','board-examination-results','','','2022-02-17 17:38:51','2022-02-17 12:08:51','',139,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/BOARD-EXAMINATION-RESULTS.pdf',0,'attachment','application/pdf',0),(141,1,'2022-02-17 17:39:00','2022-02-17 12:09:00','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/BOARD-EXAMINATION-RESULTS.pdf\" target=\"_blank\">BOARD EXAMINATION RESULTS</a></strong></li>\r\n</ul>','BOARD EXAMINATION RESULTS','','inherit','closed','closed','','139-revision-v1','','','2022-02-17 17:39:00','2022-02-17 12:09:00','',139,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/17/139-revision-v1/',0,'revision','',0),(142,1,'2022-02-17 17:39:38','2022-02-17 12:09:38','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/LIST-OF-PARENTS-TEACHER-ASSOCIATION-MEMBERS.pdf\" target=\"_blank\">LIST OF PARENTS TEACHER ASSOCIATION MEMBERS</a></strong></li>\r\n</ul>','PTA Members','','publish','closed','closed','','pta-members','','','2022-02-17 17:39:38','2022-02-17 12:09:38','',0,'http://srichaitanyatechnoschool40044.net/?page_id=142',0,'page','',0),(143,1,'2022-02-17 17:39:24','2022-02-17 12:09:24','','LIST OF PARENTS TEACHER ASSOCIATION MEMBERS','','inherit','open','closed','','list-of-parents-teacher-association-members','','','2022-02-17 17:39:24','2022-02-17 12:09:24','',142,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/LIST-OF-PARENTS-TEACHER-ASSOCIATION-MEMBERS.pdf',0,'attachment','application/pdf',0),(144,1,'2022-02-17 17:39:38','2022-02-17 12:09:38','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/LIST-OF-PARENTS-TEACHER-ASSOCIATION-MEMBERS.pdf\" target=\"_blank\">LIST OF PARENTS TEACHER ASSOCIATION MEMBERS</a></strong></li>\r\n</ul>','PTA Members','','inherit','closed','closed','','142-revision-v1','','','2022-02-17 17:39:38','2022-02-17 12:09:38','',142,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/17/142-revision-v1/',0,'revision','',0),(145,1,'2022-02-17 17:40:34','2022-02-17 12:10:34',' ','','','publish','closed','closed','','145','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=145',17,'nav_menu_item','',0),(146,1,'2022-02-17 17:40:34','2022-02-17 12:10:34',' ','','','publish','closed','closed','','146','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=146',19,'nav_menu_item','',0),(147,1,'2022-02-17 17:40:33','2022-02-17 12:10:33',' ','','','publish','closed','closed','','147','','','2022-02-17 18:12:48','2022-02-17 12:42:48','',0,'http://srichaitanyatechnoschool40044.net/?p=147',5,'nav_menu_item','',0),(148,1,'2022-02-17 17:47:08','2022-02-17 12:17:08','<ul>\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/BOARD-EXAMINATION-RESULTS.pdf\" target=\"_blank\">BOARD EXAMINATION RESULTS</a></strong></li>\n</ul>','Board Examination Results RESULTS','','inherit','closed','closed','','139-autosave-v1','','','2022-02-17 17:47:08','2022-02-17 12:17:08','',139,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/17/139-autosave-v1/',0,'revision','',0),(149,1,'2022-02-17 17:47:11','2022-02-17 12:17:11','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/BOARD-EXAMINATION-RESULTS.pdf\" target=\"_blank\">BOARD EXAMINATION RESULTS</a></strong></li>\r\n</ul>','Board Examination Results','','inherit','closed','closed','','139-revision-v1','','','2022-02-17 17:47:11','2022-02-17 12:17:11','',139,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/17/139-revision-v1/',0,'revision','',0),(150,1,'2022-02-17 17:59:57','2022-02-17 12:29:57','<ul>\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure1.pdf\">Mandatory Public Disclosure</a></strong></li>\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','91-autosave-v1','','','2022-02-17 17:59:57','2022-02-17 12:29:57','',91,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/17/91-autosave-v1/',0,'revision','',0),(151,1,'2022-02-17 17:59:46','2022-02-17 12:29:46','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure-2','','','2022-02-17 17:59:46','2022-02-17 12:29:46','',91,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure1.pdf',0,'attachment','application/pdf',0),(152,1,'2022-02-17 17:59:57','2022-02-17 12:29:57','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure1.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','91-revision-v1','','','2022-02-17 17:59:57','2022-02-17 12:29:57','',91,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/17/91-revision-v1/',0,'revision','',0),(153,1,'2022-02-17 18:12:22','2022-02-17 12:42:22','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/SEXUAL-HARASSMENT-COMMITTEE.pdf\" target=\"_blank\">SEXUAL HARASSMENT COMMITTEE</a></strong></li>\r\n</ul>','Sexual Harassment Committee','','publish','closed','closed','','sexual-harassment-committee','','','2022-02-18 09:16:03','2022-02-18 03:46:03','',0,'http://srichaitanyatechnoschool40044.net/?page_id=153',0,'page','',0),(154,1,'2022-02-17 18:12:22','2022-02-17 12:42:22','','Sexual Harassment Committee','','inherit','closed','closed','','153-revision-v1','','','2022-02-17 18:12:22','2022-02-17 12:42:22','',153,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/17/153-revision-v1/',0,'revision','',0),(155,1,'2022-02-17 18:12:49','2022-02-17 12:42:49',' ','','','publish','closed','closed','','155','','','2022-02-17 18:12:49','2022-02-17 12:42:49','',0,'http://srichaitanyatechnoschool40044.net/?p=155',18,'nav_menu_item','',0),(156,1,'2022-02-18 09:15:54','2022-02-18 03:45:54','','SEXUAL HARASSMENT COMMITTEE','','inherit','open','closed','','sexual-harassment-committee-2','','','2022-02-18 09:15:54','2022-02-18 03:45:54','',153,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/SEXUAL-HARASSMENT-COMMITTEE.pdf',0,'attachment','application/pdf',0),(157,1,'2022-02-18 09:16:03','2022-02-18 03:46:03','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2022/02/SEXUAL-HARASSMENT-COMMITTEE.pdf\" target=\"_blank\">SEXUAL HARASSMENT COMMITTEE</a></strong></li>\r\n</ul>','Sexual Harassment Committee','','inherit','closed','closed','','153-revision-v1','','','2022-02-18 09:16:03','2022-02-18 03:46:03','',153,'http://srichaitanyatechnoschool40044.net/index.php/2022/02/18/153-revision-v1/',0,'revision','',0),(159,1,'2022-03-04 16:38:29','2022-03-04 11:08:29','','NOC','','inherit','closed','closed','','94-revision-v1','','','2022-03-04 16:38:29','2022-03-04 11:08:29','',94,'http://srichaitanyatechnoschool40044.net/index.php/2022/03/04/94-revision-v1/',0,'revision','',0),(160,1,'2022-03-04 16:38:44','2022-03-04 11:08:44','','Recognition Certificate','','inherit','closed','closed','','97-revision-v1','','','2022-03-04 16:38:44','2022-03-04 11:08:44','',97,'http://srichaitanyatechnoschool40044.net/index.php/2022/03/04/97-revision-v1/',0,'revision','',0),(162,1,'2022-05-23 11:38:35','2022-05-23 06:08:35','','Land Certificate','','inherit','open','closed','','land-certificate','','','2022-05-23 11:38:35','2022-05-23 06:08:35','',82,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Land-Certificate.pdf',0,'attachment','application/pdf',0),(163,1,'2022-05-23 11:38:47','2022-05-23 06:08:47','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Land-Certificate.pdf\" target=\"_blank\">Land Certificate</a></strong></li>\r\n</ul>','Certificate Of Land','','inherit','closed','closed','','82-revision-v1','','','2022-05-23 11:38:47','2022-05-23 06:08:47','',82,'http://srichaitanyatechnoschool40044.net/index.php/2022/05/23/82-revision-v1/',0,'revision','',0),(164,1,'2022-05-23 11:39:10','2022-05-23 06:09:10','','Sanitary Certificate','','inherit','open','closed','','sanitary-certificate','','','2022-05-23 11:39:10','2022-05-23 06:09:10','',73,'http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Sanitary-Certificate.pdf',0,'attachment','application/pdf',0),(165,1,'2022-05-23 11:39:20','2022-05-23 06:09:20','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschool40044.net/wp-content/uploads/2021/07/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary & Water Certificate','','inherit','closed','closed','','73-revision-v1','','','2022-05-23 11:39:20','2022-05-23 06:09:20','',73,'http://srichaitanyatechnoschool40044.net/index.php/2022/05/23/73-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(109,3,0),(110,3,0),(111,3,0),(112,3,0),(113,3,0),(114,3,0),(115,3,0),(116,3,0),(117,3,0),(118,3,0),(119,3,0),(120,3,0),(145,3,0),(146,3,0),(147,3,0),(155,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,22); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','161'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&hidetb=1'),(20,1,'scsuser-settings-time','1633516544'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_srichaitanyaschoolballari` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_srichaitanyaschoolballari` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_srichaitanyaschoolballari`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=22107 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyaschoolballari.net','yes'),(2,'home','http://srichaitanyaschoolballari.net','yes'),(3,'blogname','Sri Chaitanya School Bellary','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:89:\"/www-data/sites/srichaitanyaschoolballari.net/wp-content/themes/twentythirteen/footer.php\";i:1;s:88:\"/www-data/sites/srichaitanyaschoolballari.net/wp-content/themes/twentythirteen/style.css\";i:2;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:3;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:4;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;a:3:{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;}}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;}}}i:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','11c7e644c521f10bb56c4fcb55e7c58b','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1568799452;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1459792489;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:109:\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:99;s:3:\"url\";s:109:\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:13:\"thumbnail_url\";s:109:\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(375,'_site_transient_timeout_browser_aaa2c20d7bf00bbeae56cba8f0350cee','1450098558','yes'),(376,'_site_transient_browser_aaa2c20d7bf00bbeae56cba8f0350cee','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(395,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(426,'_site_transient_timeout_available_translations','1449587325','yes'),(427,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"AzÉ™rbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"БългарÑки\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"à¦à¦—িয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català \";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-03 15:15:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-03 15:13:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"ΣυνÎχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"DaÅrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"ÙØ§Ø±Ø³ÛŒ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gà idhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره Ú¯ÛŒ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिनà¥à¤¦à¥€\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Õ€Õ¡ÕµÕ¥Ö€Õ¥Õ¶\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Õ‡Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ¥Õ¬\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Ãslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Ãfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ç¶šã‘ã‚‹\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한êµì–´\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계ì†\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"TÄ™sti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါá‹\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (BokmÃ¥l)\";s:11:\"native_name\";s:13:\"Norsk bokmÃ¥l\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"РуÑÑкий\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"SlovenÄina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"PokraÄovaÅ¥\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"SlovenÅ¡Äina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"СрпÑки језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"ÐаÑтави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่à¸à¹„ป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"UyÆ£urqÉ™\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"УкраїнÑька\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"ç¹é«”䏿–‡\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"ç®€ä½“ä¸æ–‡\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"ç»§ç»\";}}}','yes'),(2433,'_site_transient_timeout_browser_32672d518ceb2ef9200cc67e6dfe5176','1460395768','yes'),(2434,'_site_transient_browser_32672d518ceb2ef9200cc67e6dfe5176','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2554,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:19:\"cto@varsitymgmt.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484699155;}','yes'),(7874,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668670319;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(10343,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670320;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(12061,'_site_transient_timeout_browser_5fbe2ee5eb4e61ffdd061c0bf44cad11','1624789318','yes'),(12062,'_site_transient_browser_5fbe2ee5eb4e61ffdd061c0bf44cad11','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.106\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(17549,'_site_transient_timeout_browser_8e5a577e33f5bc3f7099260165cd35c7','1649235579','yes'),(17550,'_site_transient_browser_8e5a577e33f5bc3f7099260165cd35c7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"99.0.4844.84\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(18792,'_site_transient_timeout_browser_eab83d263c39dcece3e73f92ae2214fc','1654860241','yes'),(18793,'_site_transient_browser_eab83d263c39dcece3e73f92ae2214fc','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"102.0.5005.63\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(18794,'_transient_timeout_plugin_slugs','1654341842','no'),(18795,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(18811,'_site_transient_timeout_browser_d88a03f1175846c9a610db9271f1b11b','1654922722','yes'),(18812,'_site_transient_browser_d88a03f1175846c9a610db9271f1b11b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"102.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(18813,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1654361123','no'),(18814,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(18815,'_transient_is_multi_author','0','yes'),(19872,'_transient_timeout_mailserver_last_checked','1658831288','no'),(19873,'_transient_mailserver_last_checked','1','no'),(22104,'_site_transient_timeout_theme_roots','1668672116','yes'),(22105,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(22106,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670320;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=387 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1450868628:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1450869709:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1450868698:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1459794575:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1568799303:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1648701085:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,9,'_wp_page_template','default'),(144,14,'_wp_page_template','default'),(145,19,'_wp_page_template','default'),(146,12,'_wp_page_template','default'),(151,17,'_wp_page_template','default'),(168,21,'_wp_page_template','default'),(171,87,'_wp_attached_file','2015/11/bal.jpg'),(172,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:575;s:4:\"file\";s:15:\"2015/11/bal.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bal-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bal-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"bal-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"Lumia 520\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1396025139;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(173,88,'_wp_attached_file','2015/11/yog.jpg'),(174,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:507;s:6:\"height\";i:375;s:4:\"file\";s:15:\"2015/11/yog.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"yog-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"yog-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"yog-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(175,90,'_wp_attached_file','2015/11/Slide647.jpg'),(176,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/11/Slide647.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide647-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Slide647-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide647-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(177,91,'_wp_attached_file','2015/11/Slide548.jpg'),(178,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/11/Slide548.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide548-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Slide548-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide548-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(179,92,'_wp_attached_file','2015/11/Slide353.jpg'),(180,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/11/Slide353.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide353-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Slide353-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide353-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(181,93,'_wp_attached_file','2015/11/Slide252.jpg'),(182,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/11/Slide252.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide252-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Slide252-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide252-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(183,98,'_wp_attached_file','2021/06/Sri-Chaitaya-School-CBSE-Banners..jpg'),(184,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:45:\"2021/06/Sri-Chaitaya-School-CBSE-Banners..jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Sri-Chaitaya-School-CBSE-Banners.-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Sri-Chaitaya-School-CBSE-Banners.-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Sri-Chaitaya-School-CBSE-Banners.-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(185,99,'_wp_attached_file','2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg'),(186,99,'_wp_attachment_context','custom-header'),(187,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:53:\"2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-1024x147.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-Sri-Chaitaya-School-CBSE-Banners.-604x230.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(188,99,'_wp_attachment_custom_header_last_used_twentythirteen','1624184552'),(189,99,'_wp_attachment_is_custom_header','twentythirteen'),(190,100,'_edit_last','1'),(191,100,'_edit_lock','1624184886:1'),(192,101,'_wp_attached_file','2021/06/AFFILIATION-CERTIFICATE.pdf'),(193,103,'_edit_last','1'),(194,103,'_edit_lock','1624184924:1'),(195,104,'_wp_attached_file','2021/06/ANNUAL-ACADEMIC-CALENDAR.pdf'),(196,106,'_edit_last','1'),(197,106,'_edit_lock','1654255479:1'),(198,107,'_wp_attached_file','2021/06/BUILDING-SAFETY-CERTIFICATE.pdf'),(199,109,'_edit_last','1'),(200,109,'_edit_lock','1648631068:1'),(201,110,'_wp_attached_file','2021/06/FIRE-SAFETY-CERTIFICATE.pdf'),(202,112,'_edit_last','1'),(203,112,'_edit_lock','1624185079:1'),(204,113,'_wp_attached_file','2021/06/DEO-CERTIFICATE.pdf'),(205,115,'_edit_last','1'),(206,115,'_edit_lock','1624185143:1'),(207,116,'_wp_attached_file','2021/06/LEASE-DEED.pdf'),(208,118,'_edit_last','1'),(209,118,'_edit_lock','1648703773:1'),(210,119,'_wp_attached_file','2021/06/MANDATORY-PUBLIC-DISCLOSURE.pdf'),(211,121,'_edit_last','1'),(212,121,'_edit_lock','1624185554:1'),(213,122,'_wp_attached_file','2021/06/NOC.pdf'),(214,124,'_edit_last','1'),(215,124,'_edit_lock','1624185608:1'),(216,125,'_wp_attached_file','2021/06/PARENT-TEACHER-ASSOCIATION.pdf'),(217,127,'_edit_last','1'),(218,127,'_edit_lock','1624185683:1'),(219,128,'_wp_attached_file','2021/06/RECOGNITION-CERTIFICATE.pdf'),(220,130,'_edit_last','1'),(221,130,'_edit_lock','1624185715:1'),(222,131,'_wp_attached_file','2021/06/SANITATION-CERTIFICATE.pdf'),(223,133,'_edit_last','1'),(224,133,'_edit_lock','1624185767:1'),(225,134,'_wp_attached_file','2021/06/SMC.pdf'),(226,136,'_edit_last','1'),(227,136,'_edit_lock','1624185800:1'),(228,137,'_wp_attached_file','2021/06/TRUST-DEED.pdf'),(229,139,'_menu_item_type','post_type'),(230,139,'_menu_item_menu_item_parent','167'),(231,139,'_menu_item_object_id','136'),(232,139,'_menu_item_object','page'),(233,139,'_menu_item_target',''),(234,139,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(235,139,'_menu_item_xfn',''),(236,139,'_menu_item_url',''),(238,140,'_menu_item_type','post_type'),(239,140,'_menu_item_menu_item_parent','27'),(240,140,'_menu_item_object_id','133'),(241,140,'_menu_item_object','page'),(242,140,'_menu_item_target',''),(243,140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(244,140,'_menu_item_xfn',''),(245,140,'_menu_item_url',''),(247,141,'_menu_item_type','post_type'),(248,141,'_menu_item_menu_item_parent','167'),(249,141,'_menu_item_object_id','130'),(250,141,'_menu_item_object','page'),(251,141,'_menu_item_target',''),(252,141,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(253,141,'_menu_item_xfn',''),(254,141,'_menu_item_url',''),(256,142,'_menu_item_type','post_type'),(257,142,'_menu_item_menu_item_parent','167'),(258,142,'_menu_item_object_id','127'),(259,142,'_menu_item_object','page'),(260,142,'_menu_item_target',''),(261,142,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(262,142,'_menu_item_xfn',''),(263,142,'_menu_item_url',''),(265,143,'_menu_item_type','post_type'),(266,143,'_menu_item_menu_item_parent','27'),(267,143,'_menu_item_object_id','124'),(268,143,'_menu_item_object','page'),(269,143,'_menu_item_target',''),(270,143,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(271,143,'_menu_item_xfn',''),(272,143,'_menu_item_url',''),(274,144,'_menu_item_type','post_type'),(275,144,'_menu_item_menu_item_parent','167'),(276,144,'_menu_item_object_id','121'),(277,144,'_menu_item_object','page'),(278,144,'_menu_item_target',''),(279,144,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(280,144,'_menu_item_xfn',''),(281,144,'_menu_item_url',''),(283,145,'_menu_item_type','post_type'),(284,145,'_menu_item_menu_item_parent','167'),(285,145,'_menu_item_object_id','118'),(286,145,'_menu_item_object','page'),(287,145,'_menu_item_target',''),(288,145,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(289,145,'_menu_item_xfn',''),(290,145,'_menu_item_url',''),(292,146,'_menu_item_type','post_type'),(293,146,'_menu_item_menu_item_parent','167'),(294,146,'_menu_item_object_id','115'),(295,146,'_menu_item_object','page'),(296,146,'_menu_item_target',''),(297,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(298,146,'_menu_item_xfn',''),(299,146,'_menu_item_url',''),(301,147,'_menu_item_type','post_type'),(302,147,'_menu_item_menu_item_parent','167'),(303,147,'_menu_item_object_id','112'),(304,147,'_menu_item_object','page'),(305,147,'_menu_item_target',''),(306,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(307,147,'_menu_item_xfn',''),(308,147,'_menu_item_url',''),(310,148,'_menu_item_type','post_type'),(311,148,'_menu_item_menu_item_parent','167'),(312,148,'_menu_item_object_id','109'),(313,148,'_menu_item_object','page'),(314,148,'_menu_item_target',''),(315,148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(316,148,'_menu_item_xfn',''),(317,148,'_menu_item_url',''),(319,149,'_menu_item_type','post_type'),(320,149,'_menu_item_menu_item_parent','167'),(321,149,'_menu_item_object_id','106'),(322,149,'_menu_item_object','page'),(323,149,'_menu_item_target',''),(324,149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(325,149,'_menu_item_xfn',''),(326,149,'_menu_item_url',''),(328,150,'_menu_item_type','post_type'),(329,150,'_menu_item_menu_item_parent','27'),(330,150,'_menu_item_object_id','103'),(331,150,'_menu_item_object','page'),(332,150,'_menu_item_target',''),(333,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(334,150,'_menu_item_xfn',''),(335,150,'_menu_item_url',''),(337,151,'_menu_item_type','post_type'),(338,151,'_menu_item_menu_item_parent','167'),(339,151,'_menu_item_object_id','100'),(340,151,'_menu_item_object','page'),(341,151,'_menu_item_target',''),(342,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(343,151,'_menu_item_xfn',''),(344,151,'_menu_item_url',''),(348,153,'_wp_attached_file','2021/06/INSPECTION-VIDEO.mp4'),(349,153,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:1305179;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:63;s:16:\"length_formatted\";s:4:\"1:03\";s:5:\"width\";i:256;s:6:\"height\";i:144;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:5:\"mpeg4\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'),(350,155,'_wp_attached_file','2021/06/Fire-Safety-Certificate-Ok.pdf'),(351,157,'_wp_attached_file','2021/06/Fire-Safety-Certificate.pdf'),(352,160,'_wp_attached_file','2022/03/Fee-Structure.pdf'),(353,159,'_edit_last','1'),(354,159,'_edit_lock','1648631423:1'),(355,162,'_menu_item_type','post_type'),(356,162,'_menu_item_menu_item_parent','27'),(357,162,'_menu_item_object_id','159'),(358,162,'_menu_item_object','page'),(359,162,'_menu_item_target',''),(360,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(361,162,'_menu_item_xfn',''),(362,162,'_menu_item_url',''),(364,165,'_edit_last','1'),(365,165,'_edit_lock','1648702753:1'),(366,167,'_menu_item_type','post_type'),(367,167,'_menu_item_menu_item_parent','0'),(368,167,'_menu_item_object_id','165'),(369,167,'_menu_item_object','page'),(370,167,'_menu_item_target',''),(371,167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(372,167,'_menu_item_xfn',''),(373,167,'_menu_item_url',''),(375,169,'_wp_attached_file','2021/06/Mandatory-Public-Disclosure.pdf'),(376,172,'_wp_attached_file','2021/06/Building-Stability-Certificate.pdf'),(377,174,'_edit_last','1'),(378,174,'_edit_lock','1654317970:1'),(379,176,'_menu_item_type','post_type'),(380,176,'_menu_item_menu_item_parent','29'),(381,176,'_menu_item_object_id','174'),(382,176,'_menu_item_object','page'),(383,176,'_menu_item_target',''),(384,176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(385,176,'_menu_item_xfn',''),(386,176,'_menu_item_url',''); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=178 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2015-12-23 16:35:41','2015-12-23 11:05:41','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','publish','closed','closed','','admissions','','','2015-12-23 16:54:09','2015-12-23 11:24:09','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2015-12-23 16:36:22','2015-12-23 11:06:22','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','Karnataka Rajyostva\r\n\r\n<a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide647.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide647-300x225.jpg\" alt=\"Slide6(47)\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide548.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide548-300x225.jpg\" alt=\"Slide5(48)\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide353.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide353-300x225.jpg\" alt=\"Slide3(53)\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide252.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide252-300x225.jpg\" alt=\"Slide2(52)\" width=\"300\" height=\"225\" /></a>\r\n\r\nHealth Awareness Program\r\n\r\n<a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal-300x168.jpg\" alt=\"bal\" width=\"300\" height=\"168\" /></a>\r\n\r\n ','News & Events','','publish','closed','closed','','news-events','','','2016-04-05 00:01:58','2016-04-04 18:31:58','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','publish','closed','closed','','achievements','','','2019-09-18 15:07:19','2019-09-18 09:37:19','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya Techno School,\r\n\r\nNKB Compound,\r\n\r\nBehind Bharath Petrol Bunk,\r\n\r\nSiruguppa Road, Havambavi, Bellary – 583104\r\n\r\nEmail :- Bellary1principal@srichaitanyaschool.net\r\n\r\nPH :- 9071766558\r\n\r\n ','Contact Us','','publish','closed','closed','','contact-us','','','2022-03-31 10:01:24','2022-03-31 04:31:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2022-06-03 17:32:55','2022-06-03 12:02:55','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2022-06-03 17:32:58','2022-06-03 12:02:58','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',15,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2022-06-03 17:33:00','2022-06-03 12:03:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',21,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2022-06-03 17:32:57','2022-06-03 12:02:57','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',13,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2022-06-03 17:33:00','2022-06-03 12:03:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',22,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2022-06-03 17:33:00','2022-06-03 12:03:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',20,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2015-12-04 00:58:03','2015-12-03 19:28:03','<header class=\"entry-header\">\n<h1 class=\"entry-title\"><strong>History</strong></h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2015-12-04 00:58:03','2015-12-03 19:28:03','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2019-09-18 15:05:54','2019-09-18 09:35:54','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n</ul>\n<ul>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>A.S.rao olympiad final test result</u></strong>\n<ul>\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n</ul>\n \n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2019-09-18 15:05:54','2019-09-18 09:35:54','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2022-03-30 17:14:19','2022-03-30 11:44:19','Sri Chaitanya Techno School,\n\nNKB Compound,\n\nBeside\n\nBellary – 583104\n\nEmail :- bellary@srichaitanyaschool.net\n\nPH :- 08392-640108\n\n \n\nNKB Compound, behind Bharath Petrol bunk,\n\nSiruguppa Road, Havambavi, Ballari','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2022-03-30 17:14:19','2022-03-30 11:44:19','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2015-12-08 18:32:00','2015-12-08 13:02:00','Sri Chaitanya School,\r\n\r\nRamanayyapeta,\r\n\r\nKakinada – 533005\r\n\r\nEmail :- kakinada3@srichaitanyaschool.net\r\n\r\nPH :- 9248926052','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-08 18:32:00','2015-12-08 13:02:00','',21,'http://boonschool.net/index.php/2015/12/08/21-revision-v1/',0,'revision','',0),(58,1,'2015-12-23 16:35:41','2015-12-23 11:05:41','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-23 16:35:41','2015-12-23 11:05:41','',9,'http://boonschool.net/index.php/2015/12/23/9-revision-v1/',0,'revision','',0),(59,1,'2015-12-23 16:36:22','2015-12-23 11:06:22','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-12-23 16:36:22','2015-12-23 11:06:22','',14,'http://boonschool.net/index.php/2015/12/23/14-revision-v1/',0,'revision','',0),(60,1,'2015-12-23 16:37:32','2015-12-23 11:07:32','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-23 16:37:32','2015-12-23 11:07:32','',19,'http://boonschool.net/index.php/2015/12/23/19-revision-v1/',0,'revision','',0),(61,1,'2015-12-23 16:38:54','2015-12-23 11:08:54','Admissions','Admission Procedure','','inherit','closed','closed','','12-autosave-v1','','','2015-12-23 16:38:54','2015-12-23 11:08:54','',12,'http://boonschool.net/index.php/2015/12/23/12-autosave-v1/',0,'revision','',0),(62,1,'2015-12-23 16:54:09','2015-12-23 11:24:09','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','inherit','closed','closed','','12-revision-v1','','','2015-12-23 16:54:09','2015-12-23 11:24:09','',12,'http://boonschool.net/index.php/2015/12/23/12-revision-v1/',0,'revision','',0),(63,1,'2016-04-04 23:16:11','2016-04-04 17:46:11','<a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/yog.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/yog-300x222.jpg\" alt=\"yog\" width=\"300\" height=\"222\" /></a> <a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal-300x168.jpg\" alt=\"bal\" width=\"300\" height=\"168\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2016-04-04 23:16:11','2016-04-04 17:46:11','',17,'http://boonschool.net/index.php/2015/12/29/17-autosave-v1/',0,'revision','',0),(66,1,'2015-12-29 22:05:28','2015-12-29 16:35:28','Science Exhibition\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:05:28','2015-12-29 16:35:28','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(76,1,'2015-12-29 22:18:05','2015-12-29 16:48:05','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:18:05','2015-12-29 16:48:05','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(77,1,'2015-12-29 22:21:35','2015-12-29 16:51:35','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a>   <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:21:35','2015-12-29 16:51:35','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(78,1,'2015-12-29 22:22:55','2015-12-29 16:52:55','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:22:55','2015-12-29 16:52:55','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(79,1,'2015-12-29 22:25:19','2015-12-29 16:55:19','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" />\r\n\r\n</a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:25:19','2015-12-29 16:55:19','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(80,1,'2015-12-29 22:25:34','2015-12-29 16:55:34','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:25:34','2015-12-29 16:55:34','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(81,1,'2015-12-29 22:28:40','2015-12-29 16:58:40','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>  <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:28:40','2015-12-29 16:58:40','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(82,1,'2015-12-29 22:32:26','2015-12-29 17:02:26','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:32:26','2015-12-29 17:02:26','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(83,1,'2015-12-29 22:33:30','2015-12-29 17:03:30','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:33:30','2015-12-29 17:03:30','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(85,1,'2016-04-04 23:11:33','2016-04-04 17:41:33','Sri Chaitanya School,\r\n\r\nGandhi Nagar, 1st Cross,\r\n\r\nBeside ASM Womens College,\r\n\r\nBellary – 583104\r\n\r\nEmail :- bellary@srichaitanyaschool.net\r\n\r\nPH :- 08392-640108','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2016-04-04 23:11:33','2016-04-04 17:41:33','',21,'http://srichaitanyaschoolballari.net/index.php/2016/04/04/21-revision-v1/',0,'revision','',0),(87,1,'2016-04-04 23:15:18','2016-04-04 17:45:18','','bal','','inherit','open','closed','','bal','','','2016-04-04 23:15:18','2016-04-04 17:45:18','',17,'http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal.jpg',0,'attachment','image/jpeg',0),(88,1,'2016-04-04 23:16:23','2016-04-04 17:46:23','','yog','','inherit','open','closed','','yog','','','2016-04-04 23:16:23','2016-04-04 17:46:23','',17,'http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/yog.jpg',0,'attachment','image/jpeg',0),(89,1,'2016-04-04 23:17:07','2016-04-04 17:47:07','Health Awareness Program\r\n\r\n<a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal-300x168.jpg\" alt=\"bal\" width=\"300\" height=\"168\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2016-04-04 23:17:07','2016-04-04 17:47:07','',17,'http://srichaitanyaschoolballari.net/index.php/2016/04/04/17-revision-v1/',0,'revision','',0),(90,1,'2016-04-04 23:59:49','2016-04-04 18:29:49','','Slide6(47)','','inherit','open','closed','','slide647','','','2016-04-04 23:59:49','2016-04-04 18:29:49','',17,'http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide647.jpg',0,'attachment','image/jpeg',0),(91,1,'2016-04-04 23:59:50','2016-04-04 18:29:50','','Slide5(48)','','inherit','open','closed','','slide548','','','2016-04-04 23:59:50','2016-04-04 18:29:50','',17,'http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide548.jpg',0,'attachment','image/jpeg',0),(92,1,'2016-04-04 23:59:51','2016-04-04 18:29:51','','Slide3(53)','','inherit','open','closed','','slide353','','','2016-04-04 23:59:51','2016-04-04 18:29:51','',17,'http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide353.jpg',0,'attachment','image/jpeg',0),(93,1,'2016-04-04 23:59:52','2016-04-04 18:29:52','','Slide2(52)','','inherit','open','closed','','slide252','','','2016-04-04 23:59:52','2016-04-04 18:29:52','',17,'http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide252.jpg',0,'attachment','image/jpeg',0),(94,1,'2016-04-05 00:00:20','2016-04-04 18:30:20','Karnataka Rajyostva\r\n\r\n<a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide647.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide647-300x225.jpg\" alt=\"Slide6(47)\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide548.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide548-300x225.jpg\" alt=\"Slide5(48)\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide353.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide353-300x225.jpg\" alt=\"Slide3(53)\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide252.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/Slide252-300x225.jpg\" alt=\"Slide2(52)\" width=\"300\" height=\"225\" /></a>\r\n\r\nHealth Awareness Program\r\n\r\n<a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2015/11/bal-300x168.jpg\" alt=\"bal\" width=\"300\" height=\"168\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2016-04-05 00:00:20','2016-04-04 18:30:20','',17,'http://srichaitanyaschoolballari.net/index.php/2016/04/05/17-revision-v1/',0,'revision','',0),(96,1,'2019-09-18 15:07:19','2019-09-18 09:37:19','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-09-18 15:07:19','2019-09-18 09:37:19','',19,'http://srichaitanyaschoolballari.net/index.php/2019/09/18/19-revision-v1/',0,'revision','',0),(98,1,'2021-06-20 15:52:27','2021-06-20 10:22:27','','Sri Chaitaya School CBSE Banners.','','inherit','open','closed','','sri-chaitaya-school-cbse-banners','','','2021-06-20 15:52:27','2021-06-20 10:22:27','',0,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Sri-Chaitaya-School-CBSE-Banners..jpg',0,'attachment','image/jpeg',0),(99,1,'2021-06-20 15:52:30','2021-06-20 10:22:30','http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg','cropped-Sri-Chaitaya-School-CBSE-Banners..jpg','','inherit','open','closed','','cropped-sri-chaitaya-school-cbse-banners-jpg','','','2021-06-20 15:52:30','2021-06-20 10:22:30','',0,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/cropped-Sri-Chaitaya-School-CBSE-Banners..jpg',0,'attachment','image/jpeg',0),(100,1,'2021-06-20 15:58:05','2021-06-20 10:28:05','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/AFFILIATION-CERTIFICATE.pdf\" target=\"_blank\">AFFILIATION CERTIFICATE</a></strong></li>\r\n</ul>','Affiliation Certificate','','publish','closed','closed','','affiliation-certificate','','','2021-06-20 15:58:05','2021-06-20 10:28:05','',0,'http://srichaitanyaschoolballari.net/?page_id=100',0,'page','',0),(101,1,'2021-06-20 15:57:55','2021-06-20 10:27:55','','AFFILIATION CERTIFICATE','','inherit','open','closed','','affiliation-certificate','','','2021-06-20 15:57:55','2021-06-20 10:27:55','',100,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/AFFILIATION-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(102,1,'2021-06-20 15:58:05','2021-06-20 10:28:05','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/AFFILIATION-CERTIFICATE.pdf\" target=\"_blank\">AFFILIATION CERTIFICATE</a></strong></li>\r\n</ul>','Affiliation Certificate','','inherit','closed','closed','','100-revision-v1','','','2021-06-20 15:58:05','2021-06-20 10:28:05','',100,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/100-revision-v1/',0,'revision','',0),(103,1,'2021-06-20 15:58:44','2021-06-20 10:28:44','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/ANNUAL-ACADEMIC-CALENDAR.pdf\" target=\"_blank\">ANNUAL ACADEMIC CALENDAR</a></strong></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academic-calendar','','','2021-06-20 15:58:44','2021-06-20 10:28:44','',0,'http://srichaitanyaschoolballari.net/?page_id=103',0,'page','',0),(104,1,'2021-06-20 15:58:35','2021-06-20 10:28:35','','ANNUAL ACADEMIC CALENDAR','','inherit','open','closed','','annual-academic-calendar','','','2021-06-20 15:58:35','2021-06-20 10:28:35','',103,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/ANNUAL-ACADEMIC-CALENDAR.pdf',0,'attachment','application/pdf',0),(105,1,'2021-06-20 15:58:44','2021-06-20 10:28:44','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/ANNUAL-ACADEMIC-CALENDAR.pdf\" target=\"_blank\">ANNUAL ACADEMIC CALENDAR</a></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','103-revision-v1','','','2021-06-20 15:58:44','2021-06-20 10:28:44','',103,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/103-revision-v1/',0,'revision','',0),(106,1,'2021-06-20 15:59:44','2021-06-20 10:29:44','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Building-Stability-Certificate.pdf\" target=\"_blank\">Building Stability Certificate</a></strong></li>\r\n</ul>','Building Safety Certificate','','publish','closed','closed','','building-safety-certificate','','','2022-06-03 16:54:39','2022-06-03 11:24:39','',0,'http://srichaitanyaschoolballari.net/?page_id=106',0,'page','',0),(107,1,'2021-06-20 15:59:33','2021-06-20 10:29:33','','BUILDING SAFETY CERTIFICATE','','inherit','open','closed','','building-safety-certificate','','','2021-06-20 15:59:33','2021-06-20 10:29:33','',106,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/BUILDING-SAFETY-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(108,1,'2021-06-20 15:59:44','2021-06-20 10:29:44','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/BUILDING-SAFETY-CERTIFICATE.pdf\" target=\"_blank\">BUILDING SAFETY CERTIFICATE</a></strong></li>\r\n</ul>','Building Safety Certificate','','inherit','closed','closed','','106-revision-v1','','','2021-06-20 15:59:44','2021-06-20 10:29:44','',106,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/106-revision-v1/',0,'revision','',0),(109,1,'2021-06-20 16:00:36','2021-06-20 10:30:36','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','publish','closed','closed','','fire-safety-certificate','','','2022-03-30 14:34:28','2022-03-30 09:04:28','',0,'http://srichaitanyaschoolballari.net/?page_id=109',0,'page','',0),(110,1,'2021-06-20 16:00:26','2021-06-20 10:30:26','','FIRE SAFETY CERTIFICATE','','inherit','open','closed','','fire-safety-certificate','','','2021-06-20 16:00:26','2021-06-20 10:30:26','',109,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(111,1,'2021-06-20 16:00:36','2021-06-20 10:30:36','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/FIRE-SAFETY-CERTIFICATE.pdf\" target=\"_blank\">FIRE SAFETY CERTIFICATE</a></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','109-revision-v1','','','2021-06-20 16:00:36','2021-06-20 10:30:36','',109,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/109-revision-v1/',0,'revision','',0),(112,1,'2021-06-20 16:01:19','2021-06-20 10:31:19','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/DEO-CERTIFICATE.pdf\" target=\"_blank\">DEO CERTIFICATE</a></strong></li>\r\n</ul>','DEO Certificate','','publish','closed','closed','','deo-certificate','','','2021-06-20 16:01:19','2021-06-20 10:31:19','',0,'http://srichaitanyaschoolballari.net/?page_id=112',0,'page','',0),(113,1,'2021-06-20 16:01:08','2021-06-20 10:31:08','','DEO CERTIFICATE','','inherit','open','closed','','deo-certificate','','','2021-06-20 16:01:08','2021-06-20 10:31:08','',112,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/DEO-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(114,1,'2021-06-20 16:01:19','2021-06-20 10:31:19','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/DEO-CERTIFICATE.pdf\" target=\"_blank\">DEO CERTIFICATE</a></strong></li>\r\n</ul>','DEO Certificate','','inherit','closed','closed','','112-revision-v1','','','2021-06-20 16:01:19','2021-06-20 10:31:19','',112,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/112-revision-v1/',0,'revision','',0),(115,1,'2021-06-20 16:02:22','2021-06-20 10:32:22','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/LEASE-DEED.pdf\" target=\"_blank\">LEASE DEED</a></strong></li>\r\n</ul>','LEASE DEED','','publish','closed','closed','','lease-deed','','','2021-06-20 16:02:22','2021-06-20 10:32:22','',0,'http://srichaitanyaschoolballari.net/?page_id=115',0,'page','',0),(116,1,'2021-06-20 16:02:12','2021-06-20 10:32:12','','LEASE DEED','','inherit','open','closed','','lease-deed','','','2021-06-20 16:02:12','2021-06-20 10:32:12','',115,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/LEASE-DEED.pdf',0,'attachment','application/pdf',0),(117,1,'2021-06-20 16:02:22','2021-06-20 10:32:22','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/LEASE-DEED.pdf\" target=\"_blank\">LEASE DEED</a></strong></li>\r\n</ul>','LEASE DEED','','inherit','closed','closed','','115-revision-v1','','','2021-06-20 16:02:22','2021-06-20 10:32:22','',115,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/115-revision-v1/',0,'revision','',0),(118,1,'2021-06-20 16:03:00','2021-06-20 10:33:00','<ul>\r\n <li><span style=\"color: #808000;\"><strong><a style=\"color: #808000;\" href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','publish','closed','closed','','mandatory-public-disclosure','','','2022-03-31 10:46:12','2022-03-31 05:16:12','',0,'http://srichaitanyaschoolballari.net/?page_id=118',0,'page','',0),(119,1,'2021-06-20 16:02:51','2021-06-20 10:32:51','','MANDATORY PUBLIC DISCLOSURE','','inherit','open','closed','','mandatory-public-disclosure','','','2021-06-20 16:02:51','2021-06-20 10:32:51','',118,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/MANDATORY-PUBLIC-DISCLOSURE.pdf',0,'attachment','application/pdf',0),(120,1,'2021-06-20 16:03:00','2021-06-20 10:33:00','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/MANDATORY-PUBLIC-DISCLOSURE.pdf\" target=\"_blank\">MANDATORY PUBLIC DISCLOSURE</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','118-revision-v1','','','2021-06-20 16:03:00','2021-06-20 10:33:00','',118,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/118-revision-v1/',0,'revision','',0),(121,1,'2021-06-20 16:09:14','2021-06-20 10:39:14','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','publish','closed','closed','','noc','','','2021-06-20 16:09:14','2021-06-20 10:39:14','',0,'http://srichaitanyaschoolballari.net/?page_id=121',0,'page','',0),(122,1,'2021-06-20 16:09:03','2021-06-20 10:39:03','','NOC','','inherit','open','closed','','noc','','','2021-06-20 16:09:03','2021-06-20 10:39:03','',121,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/NOC.pdf',0,'attachment','application/pdf',0),(123,1,'2021-06-20 16:09:14','2021-06-20 10:39:14','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','121-revision-v1','','','2021-06-20 16:09:14','2021-06-20 10:39:14','',121,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/121-revision-v1/',0,'revision','',0),(124,1,'2021-06-20 16:10:08','2021-06-20 10:40:08','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/PARENT-TEACHER-ASSOCIATION.pdf\" target=\"_blank\">PARENT TEACHER ASSOCIATION</a></strong></li>\r\n</ul>','PTA Association','','publish','closed','closed','','pta-association','','','2021-06-20 16:10:08','2021-06-20 10:40:08','',0,'http://srichaitanyaschoolballari.net/?page_id=124',0,'page','',0),(125,1,'2021-06-20 16:09:58','2021-06-20 10:39:58','','PARENT TEACHER ASSOCIATION','','inherit','open','closed','','parent-teacher-association','','','2021-06-20 16:09:58','2021-06-20 10:39:58','',124,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/PARENT-TEACHER-ASSOCIATION.pdf',0,'attachment','application/pdf',0),(126,1,'2021-06-20 16:10:08','2021-06-20 10:40:08','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/PARENT-TEACHER-ASSOCIATION.pdf\" target=\"_blank\">PARENT TEACHER ASSOCIATION</a></strong></li>\r\n</ul>','PTA Association','','inherit','closed','closed','','124-revision-v1','','','2021-06-20 16:10:08','2021-06-20 10:40:08','',124,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/124-revision-v1/',0,'revision','',0),(127,1,'2021-06-20 16:11:23','2021-06-20 10:41:23','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/RECOGNITION-CERTIFICATE.pdf\" target=\"_blank\">RECOGNITION CERTIFICATE</a></strong></li>\r\n</ul>','Recognition Certificate','','publish','closed','closed','','recognition-certificate','','','2021-06-20 16:11:23','2021-06-20 10:41:23','',0,'http://srichaitanyaschoolballari.net/?page_id=127',0,'page','',0),(128,1,'2021-06-20 16:11:13','2021-06-20 10:41:13','','RECOGNITION CERTIFICATE','','inherit','open','closed','','recognition-certificate','','','2021-06-20 16:11:13','2021-06-20 10:41:13','',127,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/RECOGNITION-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(129,1,'2021-06-20 16:11:23','2021-06-20 10:41:23','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/RECOGNITION-CERTIFICATE.pdf\" target=\"_blank\">RECOGNITION CERTIFICATE</a></strong></li>\r\n</ul>','Recognition Certificate','','inherit','closed','closed','','127-revision-v1','','','2021-06-20 16:11:23','2021-06-20 10:41:23','',127,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/127-revision-v1/',0,'revision','',0),(130,1,'2021-06-20 16:11:55','2021-06-20 10:41:55','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/SANITATION-CERTIFICATE.pdf\" target=\"_blank\">SANITATION CERTIFICATE</a></strong></li>\r\n</ul>','Sanitary Certificate','','publish','closed','closed','','sanitary-certificate','','','2021-06-20 16:11:55','2021-06-20 10:41:55','',0,'http://srichaitanyaschoolballari.net/?page_id=130',0,'page','',0),(131,1,'2021-06-20 16:11:47','2021-06-20 10:41:47','','SANITATION CERTIFICATE','','inherit','open','closed','','sanitation-certificate','','','2021-06-20 16:11:47','2021-06-20 10:41:47','',130,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/SANITATION-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(132,1,'2021-06-20 16:11:55','2021-06-20 10:41:55','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/SANITATION-CERTIFICATE.pdf\" target=\"_blank\">SANITATION CERTIFICATE</a></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','130-revision-v1','','','2021-06-20 16:11:55','2021-06-20 10:41:55','',130,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/130-revision-v1/',0,'revision','',0),(133,1,'2021-06-20 16:12:46','2021-06-20 10:42:46','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/SMC.pdf\" target=\"_blank\">SMC</a></strong></li>\r\n</ul>','SMC','','publish','closed','closed','','smc','','','2021-06-20 16:12:46','2021-06-20 10:42:46','',0,'http://srichaitanyaschoolballari.net/?page_id=133',0,'page','',0),(134,1,'2021-06-20 16:12:36','2021-06-20 10:42:36','','SMC','','inherit','open','closed','','smc','','','2021-06-20 16:12:36','2021-06-20 10:42:36','',133,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/SMC.pdf',0,'attachment','application/pdf',0),(135,1,'2021-06-20 16:12:46','2021-06-20 10:42:46','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/SMC.pdf\" target=\"_blank\">SMC</a></strong></li>\r\n</ul>','SMC','','inherit','closed','closed','','133-revision-v1','','','2021-06-20 16:12:46','2021-06-20 10:42:46','',133,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/133-revision-v1/',0,'revision','',0),(136,1,'2021-06-20 16:13:20','2021-06-20 10:43:20','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/TRUST-DEED.pdf\" target=\"_blank\">TRUST DEED</a></strong></li>\r\n</ul>','Trust Deed','','publish','closed','closed','','trust-deed','','','2021-06-20 16:13:20','2021-06-20 10:43:20','',0,'http://srichaitanyaschoolballari.net/?page_id=136',0,'page','',0),(137,1,'2021-06-20 16:13:11','2021-06-20 10:43:11','','TRUST DEED','','inherit','open','closed','','trust-deed','','','2021-06-20 16:13:11','2021-06-20 10:43:11','',136,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/TRUST-DEED.pdf',0,'attachment','application/pdf',0),(138,1,'2021-06-20 16:13:20','2021-06-20 10:43:20','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/TRUST-DEED.pdf\" target=\"_blank\">TRUST DEED</a></strong></li>\r\n</ul>','Trust Deed','','inherit','closed','closed','','136-revision-v1','','','2021-06-20 16:13:20','2021-06-20 10:43:20','',136,'http://srichaitanyaschoolballari.net/index.php/2021/06/20/136-revision-v1/',0,'revision','',0),(139,1,'2021-06-20 16:16:46','2021-06-20 10:46:46',' ','','','publish','closed','closed','','139','','','2022-06-03 17:32:56','2022-06-03 12:02:56','',0,'http://srichaitanyaschoolballari.net/?p=139',5,'nav_menu_item','',0),(140,1,'2021-06-20 16:16:47','2021-06-20 10:46:47',' ','','','publish','closed','closed','','140','','','2022-06-03 17:32:59','2022-06-03 12:02:59','',0,'http://srichaitanyaschoolballari.net/?p=140',18,'nav_menu_item','',0),(141,1,'2021-06-20 16:16:46','2021-06-20 10:46:46',' ','','','publish','closed','closed','','141','','','2022-06-03 17:32:57','2022-06-03 12:02:57','',0,'http://srichaitanyaschoolballari.net/?p=141',11,'nav_menu_item','',0),(142,1,'2021-06-20 16:16:45','2021-06-20 10:46:45',' ','','','publish','closed','closed','','142','','','2022-06-03 17:32:56','2022-06-03 12:02:56','',0,'http://srichaitanyaschoolballari.net/?p=142',7,'nav_menu_item','',0),(143,1,'2021-06-20 16:16:47','2021-06-20 10:46:47',' ','','','publish','closed','closed','','143','','','2022-06-03 17:32:59','2022-06-03 12:02:59','',0,'http://srichaitanyaschoolballari.net/?p=143',19,'nav_menu_item','',0),(144,1,'2021-06-20 16:16:45','2021-06-20 10:46:45',' ','','','publish','closed','closed','','144','','','2022-06-03 17:32:56','2022-06-03 12:02:56','',0,'http://srichaitanyaschoolballari.net/?p=144',6,'nav_menu_item','',0),(145,1,'2021-06-20 16:16:45','2021-06-20 10:46:45',' ','','','publish','closed','closed','','145','','','2022-06-03 17:32:56','2022-06-03 12:02:56','',0,'http://srichaitanyaschoolballari.net/?p=145',3,'nav_menu_item','',0),(146,1,'2021-06-20 16:16:46','2021-06-20 10:46:46',' ','','','publish','closed','closed','','146','','','2022-06-03 17:32:57','2022-06-03 12:02:57','',0,'http://srichaitanyaschoolballari.net/?p=146',12,'nav_menu_item','',0),(147,1,'2021-06-20 16:16:46','2021-06-20 10:46:46',' ','','','publish','closed','closed','','147','','','2022-06-03 17:32:57','2022-06-03 12:02:57','',0,'http://srichaitanyaschoolballari.net/?p=147',10,'nav_menu_item','',0),(148,1,'2021-06-20 16:16:46','2021-06-20 10:46:46',' ','','','publish','closed','closed','','148','','','2022-06-03 17:32:57','2022-06-03 12:02:57','',0,'http://srichaitanyaschoolballari.net/?p=148',9,'nav_menu_item','',0),(149,1,'2021-06-20 16:16:46','2021-06-20 10:46:46',' ','','','publish','closed','closed','','149','','','2022-06-03 17:32:57','2022-06-03 12:02:57','',0,'http://srichaitanyaschoolballari.net/?p=149',8,'nav_menu_item','',0),(150,1,'2021-06-20 16:16:47','2021-06-20 10:46:47',' ','','','publish','closed','closed','','150','','','2022-06-03 17:32:58','2022-06-03 12:02:58','',0,'http://srichaitanyaschoolballari.net/?p=150',16,'nav_menu_item','',0),(151,1,'2021-06-20 16:16:45','2021-06-20 10:46:45',' ','','','publish','closed','closed','','151','','','2022-06-03 17:32:56','2022-06-03 12:02:56','',0,'http://srichaitanyaschoolballari.net/?p=151',4,'nav_menu_item','',0),(153,1,'2021-06-20 16:19:56','2021-06-20 10:49:56','','INSPECTION VIDEO','','inherit','open','closed','','inspection-video','','','2021-06-20 16:19:56','2021-06-20 10:49:56','',0,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/INSPECTION-VIDEO.mp4',0,'attachment','video/mp4',0),(155,1,'2022-03-30 14:32:51','2022-03-30 09:02:51','','Fire Safety Certificate-Ok','','inherit','open','closed','','fire-safety-certificate-ok','','','2022-03-30 14:32:51','2022-03-30 09:02:51','',109,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Fire-Safety-Certificate-Ok.pdf',0,'attachment','application/pdf',0),(156,1,'2022-03-30 14:33:35','2022-03-30 09:03:35','','Fire Safety Certificate','','inherit','closed','closed','','109-autosave-v1','','','2022-03-30 14:33:35','2022-03-30 09:03:35','',109,'http://srichaitanyaschoolballari.net/index.php/2022/03/30/109-autosave-v1/',0,'revision','',0),(157,1,'2022-03-30 14:33:52','2022-03-30 09:03:52','','Fire Safety Certificate','','inherit','open','closed','','fire-safety-certificate-2','','','2022-03-30 14:33:52','2022-03-30 09:03:52','',109,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Fire-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(158,1,'2022-03-30 14:34:28','2022-03-30 09:04:28','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','109-revision-v1','','','2022-03-30 14:34:28','2022-03-30 09:04:28','',109,'http://srichaitanyaschoolballari.net/index.php/2022/03/30/109-revision-v1/',0,'revision','',0),(159,1,'2022-03-30 14:39:07','2022-03-30 09:09:07','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2022/03/Fee-Structure.pdf\" target=\"_blank\">Fee Structure</a></strong></span></li>\r\n</ul>','Fee Structure','','publish','closed','closed','','fee-structure','','','2022-03-30 14:40:23','2022-03-30 09:10:23','',0,'http://srichaitanyaschoolballari.net/?page_id=159',0,'page','',0),(160,1,'2022-03-30 14:38:30','2022-03-30 09:08:30','','Fee Structure','','inherit','open','closed','','fee-structure','','','2022-03-30 14:38:30','2022-03-30 09:08:30','',159,'http://srichaitanyaschoolballari.net/wp-content/uploads/2022/03/Fee-Structure.pdf',0,'attachment','application/pdf',0),(161,1,'2022-03-30 14:39:07','2022-03-30 09:09:07','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2022/03/Fee-Structure.pdf\" target=\"_blank\">Fee Structure</a></strong></span></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','159-revision-v1','','','2022-03-30 14:39:07','2022-03-30 09:09:07','',159,'http://srichaitanyaschoolballari.net/index.php/2022/03/30/159-revision-v1/',0,'revision','',0),(162,1,'2022-03-30 14:40:40','2022-03-30 09:10:40',' ','','','publish','closed','closed','','162','','','2022-06-03 17:32:58','2022-06-03 12:02:58','',0,'http://srichaitanyaschoolballari.net/?p=162',17,'nav_menu_item','',0),(163,1,'2022-03-30 17:15:57','2022-03-30 11:45:57','Sri Chaitanya Techno School,\r\n\r\nNKB Compound,\r\n\r\nBehind Bharath Petrol Bunk,\r\n\r\nSiruguppa Road, Havambavi, Bellary – 583104\r\n\r\nEmail :- bellary@srichaitanyaschool.net\r\n\r\nPH :- 08392-640108\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2022-03-30 17:15:57','2022-03-30 11:45:57','',21,'http://srichaitanyaschoolballari.net/index.php/2022/03/30/21-revision-v1/',0,'revision','',0),(164,1,'2022-03-31 10:01:24','2022-03-31 04:31:24','Sri Chaitanya Techno School,\r\n\r\nNKB Compound,\r\n\r\nBehind Bharath Petrol Bunk,\r\n\r\nSiruguppa Road, Havambavi, Bellary – 583104\r\n\r\nEmail :- Bellary1principal@srichaitanyaschool.net\r\n\r\nPH :- 9071766558\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2022-03-31 10:01:24','2022-03-31 04:31:24','',21,'http://srichaitanyaschoolballari.net/index.php/2022/03/31/21-revision-v1/',0,'revision','',0),(165,1,'2022-03-31 10:29:12','2022-03-31 04:59:12','','Public Disclosure','','publish','closed','closed','','public-disclosure','','','2022-03-31 10:29:12','2022-03-31 04:59:12','',0,'http://srichaitanyaschoolballari.net/?page_id=165',0,'page','',0),(166,1,'2022-03-31 10:29:12','2022-03-31 04:59:12','','Public Disclosure','','inherit','closed','closed','','165-revision-v1','','','2022-03-31 10:29:12','2022-03-31 04:59:12','',165,'http://srichaitanyaschoolballari.net/index.php/2022/03/31/165-revision-v1/',0,'revision','',0),(167,1,'2022-03-31 10:30:32','2022-03-31 05:00:32',' ','','','publish','closed','closed','','167','','','2022-06-03 17:32:56','2022-06-03 12:02:56','',0,'http://srichaitanyaschoolballari.net/?p=167',2,'nav_menu_item','',0),(168,1,'2022-03-31 10:45:41','2022-03-31 05:15:41','','Mandatory Public Disclosure','','inherit','closed','closed','','118-autosave-v1','','','2022-03-31 10:45:41','2022-03-31 05:15:41','',118,'http://srichaitanyaschoolballari.net/index.php/2022/03/31/118-autosave-v1/',0,'revision','',0),(169,1,'2022-03-31 10:45:55','2022-03-31 05:15:55','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure-2','','','2022-03-31 10:45:55','2022-03-31 05:15:55','',118,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure.pdf',0,'attachment','application/pdf',0),(170,1,'2022-03-31 10:46:12','2022-03-31 05:16:12','<ul>\r\n <li><span style=\"color: #808000;\"><strong><a style=\"color: #808000;\" href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Mandatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','118-revision-v1','','','2022-03-31 10:46:12','2022-03-31 05:16:12','',118,'http://srichaitanyaschoolballari.net/index.php/2022/03/31/118-revision-v1/',0,'revision','',0),(172,1,'2022-06-03 16:54:29','2022-06-03 11:24:29','','Building Stability Certificate','','inherit','open','closed','','building-stability-certificate','','','2022-06-03 16:54:29','2022-06-03 11:24:29','',106,'http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Building-Stability-Certificate.pdf',0,'attachment','application/pdf',0),(173,1,'2022-06-03 16:54:39','2022-06-03 11:24:39','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolballari.net/wp-content/uploads/2021/06/Building-Stability-Certificate.pdf\" target=\"_blank\">Building Stability Certificate</a></strong></li>\r\n</ul>','Building Safety Certificate','','inherit','closed','closed','','106-revision-v1','','','2022-06-03 16:54:39','2022-06-03 11:24:39','',106,'http://srichaitanyaschoolballari.net/index.php/2022/06/03/106-revision-v1/',0,'revision','',0),(174,1,'2022-06-03 17:32:00','2022-06-03 12:02:00','<ul>\r\n <li><span style=\"color: #ff00ff;\"><strong><a style=\"color: #ff00ff;\" href=\"https://youtu.be/mC1O23NqPCE\" target=\"_blank\">Click Here For Visit Our Campus</a></strong></span></li>\r\n</ul>','Visit Our Campus','','publish','closed','closed','','visit-our-campus','','','2022-06-04 10:16:10','2022-06-04 04:46:10','',0,'http://srichaitanyaschoolballari.net/?page_id=174',0,'page','',0),(175,1,'2022-06-03 17:32:00','2022-06-03 12:02:00','<ul>\r\n <li><span style=\"color: #ff00ff;\"><strong><a style=\"color: #ff00ff;\" href=\"https://youtu.be/NKp1Je1lBUc\" target=\"_blank\">Click Here For Visit Our Campus</a></strong></span></li>\r\n</ul>','Visit Our Campus','','inherit','closed','closed','','174-revision-v1','','','2022-06-03 17:32:00','2022-06-03 12:02:00','',174,'http://srichaitanyaschoolballari.net/index.php/2022/06/03/174-revision-v1/',0,'revision','',0),(176,1,'2022-06-03 17:32:58','2022-06-03 12:02:58',' ','','','publish','closed','closed','','176','','','2022-06-03 17:32:58','2022-06-03 12:02:58','',0,'http://srichaitanyaschoolballari.net/?p=176',14,'nav_menu_item','',0),(177,1,'2022-06-04 10:16:10','2022-06-04 04:46:10','<ul>\r\n <li><span style=\"color: #ff00ff;\"><strong><a style=\"color: #ff00ff;\" href=\"https://youtu.be/mC1O23NqPCE\" target=\"_blank\">Click Here For Visit Our Campus</a></strong></span></li>\r\n</ul>','Visit Our Campus','','inherit','closed','closed','','174-revision-v1','','','2022-06-04 10:16:10','2022-06-04 04:46:10','',174,'http://srichaitanyaschoolballari.net/index.php/2022/06/04/174-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(139,3,0),(140,3,0),(141,3,0),(142,3,0),(143,3,0),(144,3,0),(145,3,0),(146,3,0),(147,3,0),(148,3,0),(149,3,0),(150,3,0),(151,3,0),(162,3,0),(167,3,0),(176,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,22); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','171'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=upload&posts_list_mode=list&hidetb=1'),(20,1,'scsuser-settings-time','1654257717'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_srichaitanyaschoolbanaswadi` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_srichaitanyaschoolbanaswadi` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_srichaitanyaschoolbanaswadi`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=22548 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyaschoolbanaswadi.net','yes'),(2,'home','http://srichaitanyaschoolbanaswadi.net','yes'),(3,'blogname','Sri Chaitanya School Banaswadi','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:94:\"/www-data/sites/srichaitanyaschoolbanaswadi.net/wp-content/themes/twentythirteen/functions.php\";i:1;s:88:\"/www-data/sites/srichaitanyaschoolbanaswadi.net/wp-content/themes/twentythirteen/tag.php\";i:2;s:90:\"/www-data/sites/srichaitanyaschoolbanaswadi.net/wp-content/themes/twentythirteen/index.php\";i:4;s:91:\"/www-data/sites/srichaitanyaschoolbanaswadi.net/wp-content/themes/twentythirteen/header.php\";i:5;s:90:\"/www-data/sites/srichaitanyaschoolbanaswadi.net/wp-content/themes/twentythirteen/style.css\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;a:3:{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;}}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;}}}i:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','b274a1bc70fcb11cfe143ce6d4f760de','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:1570683922;}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1451408186;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:84:\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2019/10/SCTS-Banaswadi.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:93;s:3:\"url\";s:84:\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2019/10/SCTS-Banaswadi.png\";s:13:\"thumbnail_url\";s:84:\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2019/10/SCTS-Banaswadi.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(375,'_site_transient_timeout_browser_aaa2c20d7bf00bbeae56cba8f0350cee','1450098558','yes'),(376,'_site_transient_browser_aaa2c20d7bf00bbeae56cba8f0350cee','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(395,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(426,'_site_transient_timeout_available_translations','1449587325','yes'),(427,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"AzÉ™rbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"БългарÑки\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"à¦à¦—িয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català \";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-03 15:15:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-03 15:13:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"ΣυνÎχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"DaÅrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"ÙØ§Ø±Ø³ÛŒ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gà idhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره Ú¯ÛŒ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिनà¥à¤¦à¥€\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Õ€Õ¡ÕµÕ¥Ö€Õ¥Õ¶\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Õ‡Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ¥Õ¬\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Ãslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Ãfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ç¶šã‘ã‚‹\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한êµì–´\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계ì†\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"TÄ™sti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါá‹\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (BokmÃ¥l)\";s:11:\"native_name\";s:13:\"Norsk bokmÃ¥l\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"РуÑÑкий\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"SlovenÄina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"PokraÄovaÅ¥\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"SlovenÅ¡Äina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"СрпÑки језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"ÐаÑтави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่à¸à¹„ป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"UyÆ£urqÉ™\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"УкраїнÑька\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"ç¹é«”䏿–‡\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"ç®€ä½“ä¸æ–‡\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"ç»§ç»\";}}}','yes'),(2528,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:19:\"cto@varsitymgmt.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484675924;}','yes'),(3040,'category_children','a:0:{}','yes'),(6112,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670042;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(7942,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668670041;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(10530,'_site_transient_timeout_browser_72766ab2b1c85af98adbbb9683600fdf','1617255155','yes'),(10531,'_site_transient_browser_72766ab2b1c85af98adbbb9683600fdf','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"89.0.4389.90\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(10727,'_site_transient_timeout_browser_83f75fe8d5c2f40c243760c04f60cc4e','1618397726','yes'),(10728,'_site_transient_browser_83f75fe8d5c2f40c243760c04f60cc4e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.114\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(10938,'_site_transient_timeout_browser_430c8bfe8bf1cc772d8a7ec27f27106c','1619253132','yes'),(10939,'_site_transient_browser_430c8bfe8bf1cc772d8a7ec27f27106c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.128\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(11047,'_site_transient_timeout_browser_87532f5c229247f5166d216fad1d829f','1619673865','yes'),(11048,'_site_transient_browser_87532f5c229247f5166d216fad1d829f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"90.0.4430.85\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(12504,'_site_transient_timeout_browser_5fbe2ee5eb4e61ffdd061c0bf44cad11','1625634676','yes'),(12505,'_site_transient_browser_5fbe2ee5eb4e61ffdd061c0bf44cad11','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.106\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(14054,'_site_transient_timeout_browser_03e911a5967ec7b63385b961401fc927','1632383754','yes'),(14055,'_site_transient_browser_03e911a5967ec7b63385b961401fc927','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"93.0.4577.82\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(14770,'_site_transient_timeout_browser_9ceebc4ad83ababb94d4029b4dca4e66','1635742843','yes'),(14771,'_site_transient_browser_9ceebc4ad83ababb94d4029b4dca4e66','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"95.0.4638.54\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(17242,'_site_transient_timeout_browser_b6229a4d339acf1a3fb9bf454656b0a5','1646301126','yes'),(17243,'_site_transient_browser_b6229a4d339acf1a3fb9bf454656b0a5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"98.0.4758.102\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(19025,'_transient_timeout_mailserver_last_checked','1653358843','no'),(19026,'_transient_mailserver_last_checked','1','no'),(21803,'_site_transient_timeout_browser_acff52a1652901ae7e446fb41b9189b7','1666070113','yes'),(21804,'_site_transient_browser_acff52a1652901ae7e446fb41b9189b7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"106.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(21805,'_transient_timeout_plugin_slugs','1665551715','no'),(21806,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(21807,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1665508515','no'),(21808,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(21813,'_transient_is_multi_author','0','yes'),(22545,'_site_transient_timeout_theme_roots','1668671838','yes'),(22546,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(22547,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670042;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=523 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1635138873:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1460029452:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1617700728:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1645696825:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1570775711:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1618649378:1'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,9,'_wp_page_template','default'),(144,14,'_wp_page_template','default'),(145,19,'_wp_page_template','default'),(146,12,'_wp_page_template','default'),(151,17,'_wp_page_template','default'),(168,86,'_wp_attached_file','2015/11/P1180114.jpg'),(169,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2015/11/P1180114.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"P1180114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"P1180114-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"P1180114-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"P1180114-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(170,87,'_wp_attached_file','2015/11/20160314_085142.jpg'),(171,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:27:\"2015/11/20160314_085142.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20160314_085142-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20160314_085142-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20160314_085142-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20160314_085142-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(172,88,'_wp_attached_file','2015/11/20160314_084237.jpg'),(173,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:27:\"2015/11/20160314_084237.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20160314_084237-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20160314_084237-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20160314_084237-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20160314_084237-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(174,89,'_wp_attached_file','2015/11/20160314_084221.jpg'),(175,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:27:\"2015/11/20160314_084221.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20160314_084221-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20160314_084221-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20160314_084221-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20160314_084221-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(176,93,'_wp_attached_file','2019/10/SCTS-Banaswadi.png'),(177,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:26:\"2019/10/SCTS-Banaswadi.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"SCTS-Banaswadi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"SCTS-Banaswadi-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"SCTS-Banaswadi-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"SCTS-Banaswadi-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(178,93,'_wp_attachment_custom_header_last_used_twentythirteen','1570688885'),(179,93,'_wp_attachment_is_custom_header','twentythirteen'),(180,98,'_wp_attached_file','2015/11/5.jpg'),(181,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(182,99,'_wp_attached_file','2015/11/6.jpg'),(183,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(184,100,'_wp_attached_file','2015/11/7.jpg'),(185,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(186,101,'_wp_attached_file','2015/11/8.jpg'),(187,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/8.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(188,102,'_wp_attached_file','2015/11/1.jpg'),(189,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(190,103,'_wp_attached_file','2015/11/2.jpg'),(191,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(192,104,'_wp_attached_file','2015/11/3.jpg'),(193,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(194,105,'_wp_attached_file','2015/11/4.jpg'),(195,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(196,111,'_wp_attached_file','2015/11/IMG-20190927-WA0011.jpg'),(197,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"2015/11/IMG-20190927-WA0011.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190927-WA0011-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20190927-WA0011-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190927-WA0011-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(198,112,'_wp_attached_file','2015/11/IMG-20190927-WA0023.jpg'),(199,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:31:\"2015/11/IMG-20190927-WA0023.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190927-WA0023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20190927-WA0023-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190927-WA0023-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(200,113,'_wp_attached_file','2015/11/15.jpg'),(201,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/15.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(202,114,'_wp_attached_file','2015/11/16.jpg'),(203,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/16.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(204,115,'_wp_attached_file','2015/11/17.jpg'),(205,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/17.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(206,116,'_wp_attached_file','2015/11/18.jpg'),(207,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/18.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(208,117,'_wp_attached_file','2015/11/9.jpg'),(209,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2015/11/9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(210,118,'_wp_attached_file','2015/11/10.jpg'),(211,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(212,119,'_wp_attached_file','2015/11/11.jpg'),(213,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(214,120,'_wp_attached_file','2015/11/12.jpg'),(215,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(216,121,'_wp_attached_file','2015/11/13.jpg'),(217,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/13.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(218,122,'_wp_attached_file','2015/11/14.jpg'),(219,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/14.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(220,126,'_wp_attached_file','2015/11/19.jpg'),(221,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/19.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(222,127,'_wp_attached_file','2015/11/21.jpg'),(223,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(224,129,'_wp_attached_file','2015/11/31.jpg'),(225,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/31.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"31-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(226,130,'_wp_attached_file','2015/11/41.jpg'),(227,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/41.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"41-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(228,131,'_wp_attached_file','2015/11/51.jpg'),(229,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/51.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"51-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(230,132,'_wp_attached_file','2015/11/61.jpg'),(231,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/61.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"61-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(232,133,'_wp_attached_file','2015/11/71.jpg'),(233,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/71.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"71-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"71-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(234,134,'_wp_attached_file','2015/11/81.jpg'),(235,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/81.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"81-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"81-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(236,135,'_wp_attached_file','2015/11/91.jpg'),(237,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/91.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"91-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"91-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(238,136,'_wp_attached_file','2015/11/101.jpg'),(239,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/101.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"101-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"101-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(240,137,'_wp_attached_file','2015/11/111.jpg'),(241,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/111.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(242,138,'_wp_attached_file','2015/11/121.jpg'),(243,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/121.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"121-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(244,139,'_wp_attached_file','2015/11/131.jpg'),(245,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/131.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"131-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"131-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(246,140,'_wp_attached_file','2015/11/141.jpg'),(247,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/141.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"141-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(248,141,'_wp_attached_file','2015/11/151.jpg'),(249,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/151.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"151-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(250,142,'_wp_attached_file','2015/11/161.jpg'),(251,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/161.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"161-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"161-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(252,144,'_wp_attached_file','2015/11/Computer.jpg'),(253,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:20:\"2015/11/Computer.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Computer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Computer-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(254,146,'_wp_attached_file','2015/11/Yoga.jpg'),(255,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:16:\"2015/11/Yoga.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Yoga-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Yoga-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(256,149,'_edit_last','1'),(257,149,'_edit_lock','1616754796:1'),(258,151,'_wp_attached_file','2021/03/Annual-Report-2019-20.pdf'),(259,154,'_edit_last','1'),(260,154,'_edit_lock','1616759049:1'),(261,155,'_wp_attached_file','2021/03/Circulars.pdf'),(262,157,'_edit_last','1'),(263,157,'_edit_lock','1665465567:1'),(264,158,'_wp_attached_file','2021/03/Fee-Structure.pdf'),(265,160,'_edit_last','1'),(266,160,'_edit_lock','1616755011:1'),(267,161,'_wp_attached_file','2021/03/School-Management-Committee.pdf'),(268,163,'_edit_last','1'),(269,163,'_edit_lock','1616755106:1'),(270,164,'_wp_attached_file','2021/03/Transfer-Certificate-Format.pdf'),(271,167,'_menu_item_type','post_type'),(272,167,'_menu_item_menu_item_parent','27'),(273,167,'_menu_item_object_id','163'),(274,167,'_menu_item_object','page'),(275,167,'_menu_item_target',''),(276,167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(277,167,'_menu_item_xfn',''),(278,167,'_menu_item_url',''),(280,168,'_menu_item_type','post_type'),(281,168,'_menu_item_menu_item_parent','27'),(282,168,'_menu_item_object_id','160'),(283,168,'_menu_item_object','page'),(284,168,'_menu_item_target',''),(285,168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(286,168,'_menu_item_xfn',''),(287,168,'_menu_item_url',''),(289,169,'_menu_item_type','post_type'),(290,169,'_menu_item_menu_item_parent','27'),(291,169,'_menu_item_object_id','157'),(292,169,'_menu_item_object','page'),(293,169,'_menu_item_target',''),(294,169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(295,169,'_menu_item_xfn',''),(296,169,'_menu_item_url',''),(298,170,'_menu_item_type','post_type'),(299,170,'_menu_item_menu_item_parent','27'),(300,170,'_menu_item_object_id','154'),(301,170,'_menu_item_object','page'),(302,170,'_menu_item_target',''),(303,170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(304,170,'_menu_item_xfn',''),(305,170,'_menu_item_url',''),(307,171,'_menu_item_type','post_type'),(308,171,'_menu_item_menu_item_parent','27'),(309,171,'_menu_item_object_id','149'),(310,171,'_menu_item_object','page'),(311,171,'_menu_item_target',''),(312,171,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(313,171,'_menu_item_xfn',''),(314,171,'_menu_item_url',''),(316,177,'_edit_last','1'),(317,177,'_edit_lock','1665465502:1'),(318,178,'_wp_attached_file','2021/04/Staff-Details.pdf'),(319,180,'_menu_item_type','post_type'),(320,180,'_menu_item_menu_item_parent','27'),(321,180,'_menu_item_object_id','177'),(322,180,'_menu_item_object','page'),(323,180,'_menu_item_target',''),(324,180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(325,180,'_menu_item_xfn',''),(326,180,'_menu_item_url',''),(328,182,'_wp_attached_file','2021/04/Academic-Calendar-2020-2021.pdf'),(329,181,'_edit_last','1'),(330,181,'_edit_lock','1665465541:1'),(331,184,'_menu_item_type','post_type'),(332,184,'_menu_item_menu_item_parent','27'),(333,184,'_menu_item_object_id','181'),(334,184,'_menu_item_object','page'),(335,184,'_menu_item_target',''),(336,184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(337,184,'_menu_item_xfn',''),(338,184,'_menu_item_url',''),(340,186,'_wp_attached_file','2021/04/Infrastructure-Details.pdf'),(341,185,'_edit_last','1'),(342,185,'_edit_lock','1617701849:1'),(343,188,'_menu_item_type','post_type'),(344,188,'_menu_item_menu_item_parent','254'),(345,188,'_menu_item_object_id','185'),(346,188,'_menu_item_object','page'),(347,188,'_menu_item_target',''),(348,188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(349,188,'_menu_item_xfn',''),(350,188,'_menu_item_url',''),(352,189,'_edit_last','1'),(353,189,'_edit_lock','1646218924:1'),(354,190,'_wp_attached_file','2021/04/Fire-Safety-Certificate.pdf'),(355,192,'_edit_last','1'),(356,192,'_edit_lock','1617705682:1'),(357,193,'_wp_attached_file','2021/04/Sanitary-Certificate.pdf'),(358,195,'_edit_last','1'),(359,195,'_edit_lock','1617705790:1'),(360,196,'_wp_attached_file','2021/04/Stability-Certificate.pdf'),(361,198,'_menu_item_type','post_type'),(362,198,'_menu_item_menu_item_parent','254'),(363,198,'_menu_item_object_id','195'),(364,198,'_menu_item_object','page'),(365,198,'_menu_item_target',''),(366,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(367,198,'_menu_item_xfn',''),(368,198,'_menu_item_url',''),(370,199,'_menu_item_type','post_type'),(371,199,'_menu_item_menu_item_parent','254'),(372,199,'_menu_item_object_id','192'),(373,199,'_menu_item_object','page'),(374,199,'_menu_item_target',''),(375,199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(376,199,'_menu_item_xfn',''),(377,199,'_menu_item_url',''),(379,200,'_menu_item_type','post_type'),(380,200,'_menu_item_menu_item_parent','254'),(381,200,'_menu_item_object_id','189'),(382,200,'_menu_item_object','page'),(383,200,'_menu_item_target',''),(384,200,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(385,200,'_menu_item_xfn',''),(386,200,'_menu_item_url',''),(388,201,'_wp_attached_file','2021/04/Staff-Details1.pdf'),(389,203,'_edit_last','1'),(390,203,'_edit_lock','1665465814:1'),(391,204,'_wp_attached_file','2021/04/List-Of-Books.pdf'),(392,206,'_menu_item_type','post_type'),(393,206,'_menu_item_menu_item_parent','27'),(394,206,'_menu_item_object_id','203'),(395,206,'_menu_item_object','page'),(396,206,'_menu_item_target',''),(397,206,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(398,206,'_menu_item_xfn',''),(399,206,'_menu_item_url',''),(401,207,'_wp_attached_file','2021/04/Academic-Calendar-2020-21.pdf'),(402,209,'_edit_last','1'),(403,209,'_edit_lock','1646035475:1'),(404,210,'_wp_attached_file','2021/04/CBSE-Affiliation-Grant-Letter.pdf'),(405,212,'_menu_item_type','post_type'),(406,212,'_menu_item_menu_item_parent','254'),(407,212,'_menu_item_object_id','209'),(408,212,'_menu_item_object','page'),(409,212,'_menu_item_target',''),(410,212,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(411,212,'_menu_item_xfn',''),(412,212,'_menu_item_url',''),(416,217,'_wp_attached_file','2021/04/No-Objection-Certificate.pdf'),(417,216,'_edit_last','1'),(418,216,'_edit_lock','1618649993:1'),(419,219,'_menu_item_type','post_type'),(420,219,'_menu_item_menu_item_parent','254'),(421,219,'_menu_item_object_id','216'),(422,219,'_menu_item_object','page'),(423,219,'_menu_item_target',''),(424,219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(425,219,'_menu_item_xfn',''),(426,219,'_menu_item_url',''),(428,220,'_edit_last','1'),(429,220,'_edit_lock','1618650111:1'),(430,221,'_wp_attached_file','2021/04/PTA-Committee.pdf'),(431,223,'_menu_item_type','post_type'),(432,223,'_menu_item_menu_item_parent','27'),(433,223,'_menu_item_object_id','220'),(434,223,'_menu_item_object','page'),(435,223,'_menu_item_target',''),(436,223,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(437,223,'_menu_item_xfn',''),(438,223,'_menu_item_url',''),(440,224,'_wp_attached_file','2021/04/Staff-Details2.pdf'),(441,226,'_edit_last','1'),(442,226,'_edit_lock','1646286447:1'),(443,227,'_wp_attached_file','2021/04/Recognition-Copy.pdf'),(444,229,'_menu_item_type','post_type'),(445,229,'_menu_item_menu_item_parent','254'),(446,229,'_menu_item_object_id','226'),(447,229,'_menu_item_object','page'),(448,229,'_menu_item_target',''),(449,229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(450,229,'_menu_item_xfn',''),(451,229,'_menu_item_url',''),(453,230,'_wp_attached_file','2021/04/Staff-Details3.pdf'),(454,233,'_wp_attached_file','2021/04/Mandatory-Disclosure-Data.pdf'),(455,232,'_edit_last','1'),(456,232,'_edit_lock','1619069532:1'),(457,235,'_menu_item_type','post_type'),(458,235,'_menu_item_menu_item_parent','254'),(459,235,'_menu_item_object_id','232'),(460,235,'_menu_item_object','page'),(461,235,'_menu_item_target',''),(462,235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(463,235,'_menu_item_xfn',''),(464,235,'_menu_item_url',''),(466,236,'_wp_attached_file','2021/04/Recognition-Copy1.pdf'),(467,238,'_edit_last','1'),(468,238,'_edit_lock','1619069734:1'),(469,239,'_wp_attached_file','2021/04/Trust-Deed.pdf'),(470,241,'_menu_item_type','post_type'),(471,241,'_menu_item_menu_item_parent','254'),(472,241,'_menu_item_object_id','238'),(473,241,'_menu_item_object','page'),(474,241,'_menu_item_target',''),(475,241,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(476,241,'_menu_item_xfn',''),(477,241,'_menu_item_url',''),(479,242,'_edit_last','1'),(480,242,'_edit_lock','1619245803:1'),(481,243,'_wp_attached_file','2021/04/Self-Certification-Proforma.pdf'),(482,245,'_menu_item_type','post_type'),(483,245,'_menu_item_menu_item_parent','254'),(484,245,'_menu_item_object_id','242'),(485,245,'_menu_item_object','page'),(486,245,'_menu_item_target',''),(487,245,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(488,245,'_menu_item_xfn',''),(489,245,'_menu_item_url',''),(491,249,'_wp_attached_file','2021/04/Academic-Calendar-2021-2022.pdf'),(492,252,'_edit_last','1'),(493,252,'_edit_lock','1635138138:1'),(494,254,'_menu_item_type','post_type'),(495,254,'_menu_item_menu_item_parent','0'),(496,254,'_menu_item_object_id','252'),(497,254,'_menu_item_object','page'),(498,254,'_menu_item_target',''),(499,254,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(500,254,'_menu_item_xfn',''),(501,254,'_menu_item_url',''),(505,260,'_wp_attached_file','2021/04/STAFF-DETAILS.pdf'),(506,262,'_wp_attached_file','2015/11/Banaswadi.jpg'),(507,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2015/11/Banaswadi.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Banaswadi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Banaswadi-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(508,263,'_wp_attached_file','2015/11/Banaswadi.2.jpg'),(509,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:23:\"2015/11/Banaswadi.2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Banaswadi.2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Banaswadi.2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(510,265,'_wp_attached_file','2021/04/RECOGNITION-CERTIFICATE.pdf'),(511,268,'_wp_attached_file','2021/04/Extension-of-General-Affiliation.pdf'),(512,270,'_wp_attached_file','2021/04/FIRE-SAFETY-CERTIFICATE.pdf'),(513,273,'_wp_attached_file','2021/04/Recognition-Copy-1.pdf'),(514,274,'_wp_attached_file','2021/04/Recognition-Copy-2.pdf'),(515,277,'_wp_attached_file','2021/04/CBSE-STAFF-DETAILS-22-23.pdf'),(516,279,'_wp_attached_file','2021/04/Academic-Calendar-2022-2023.pdf'),(517,281,'_wp_attached_file','2021/03/Fee-Structure1.pdf'),(520,284,'_wp_attached_file','2022/10/CBSE-NCERT-Classwise-Text-Books-List-for-Academic-Year-2022-23.pdf'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=287 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\">\r\n<h5 class=\"entry-title\"><strong>Affiliation No:</strong> <strong>830941</strong></h5>\r\n<h5 class=\"entry-title\"><strong>School Code: 45913</strong></h5>\r\n<h5>History:</h5>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2021-10-25 10:44:33','2021-10-25 05:14:33','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','publish','closed','closed','','admissions','','','2015-12-23 16:54:09','2015-12-23 11:24:09','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>School Affiliation No: <span style=\"color: #0000ff;\">830941</span></strong>\r\n\r\n<strong>School Code:<span style=\"color: #993366;\"> 45913</span></strong>\r\n\r\n<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analysed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-144 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer-300x210.jpg\" alt=\"Computer\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audio-visual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analysing skills and experimental design – problem solving and analysing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-146 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga-300x210.jpg\" alt=\"Yoga\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2021-04-06 14:48:47','2021-04-06 09:18:47','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-262 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi-300x210.jpg\" alt=\"Banaswadi\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-263 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.2-300x210.jpg\" alt=\"Banaswadi.2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-113 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-114\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2022-02-24 15:30:24','2022-02-24 10:00:24','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','publish','closed','closed','','achievements','','','2019-10-11 12:07:16','2019-10-11 06:37:16','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya Techno School\r\n\r\nCBSE Affiliation No: 830941\r\n\r\nSchool Code: 45913\r\n\r\nAddress: Plot No: 84/1 Garden House, 5th Main,\r\n\r\nOMBR layout, Banaswadi,\r\n\r\nBangalore-560033.\r\n\r\nPrincipal Name: Mrs. Sabitha N\r\n\r\nPrincipal Qualification: MA, BEd\r\n\r\nEmail :- <a href=\"mailto:banaswadi@srichaitanyaschool.net\">banaswadi@srichaitanyaschool.net</a>\r\n\r\nWebsite:- <a href=\"http://srichaitanyaschoolbanaswadi.net/\">http://srichaitanyaschoolbanaswadi.net</a>\r\n\r\nPhone :- 70320 74040 / 9900074671','Contact Us','','publish','closed','closed','','contact-us','','','2021-04-17 14:19:38','2021-04-17 08:49:38','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',14,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',25,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',13,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',26,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',24,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2021-10-25 10:44:04','2021-10-25 05:14:04','<header class=\"entry-header\">\n<h5 class=\"entry-title\"><strong>Affiliation No:</strong> 830941<strong>School Code: 45913</strong></h5>\n<h5>History:</h5>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\n<div class=\"preprimary_right_text3\">\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2021-10-25 10:44:04','2021-10-25 05:14:04','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2019-10-11 12:05:28','2019-10-11 06:35:28','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n</ul>\n<ul>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>A.S.rao olympiad final test result</u></strong>\n<ul>\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n</ul>\n \n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2019-10-11 12:05:28','2019-10-11 06:35:28','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2021-04-06 14:46:08','2021-04-06 09:16:08','Sri Chaitanya School,\n\nPlot No: 84/1 Garden House, 5th - Main,\n\nOMBR layout, Banaswadi,\n\nBangalore-560033\n\nPrincipal Name & Q\n\nEmail :- banaswadi@srichaitanyaschool.net\n\nWebsite:- <a href=\"http://srichaitanyaschoolbanaswadi.net\">http://srichaitanyaschoolbanaswadi.net</a>\n\nPhone :- 70320 74040 / 70228 92728','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2021-04-06 14:46:08','2021-04-06 09:16:08','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(56,1,'2015-12-08 18:32:00','2015-12-08 13:02:00','Sri Chaitanya School,\r\n\r\nRamanayyapeta,\r\n\r\nKakinada – 533005\r\n\r\nEmail :- kakinada3@srichaitanyaschool.net\r\n\r\nPH :- 9248926052','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-08 18:32:00','2015-12-08 13:02:00','',21,'http://boonschool.net/index.php/2015/12/08/21-revision-v1/',0,'revision','',0),(58,1,'2015-12-23 16:35:41','2015-12-23 11:05:41','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-23 16:35:41','2015-12-23 11:05:41','',9,'http://boonschool.net/index.php/2015/12/23/9-revision-v1/',0,'revision','',0),(59,1,'2015-12-23 16:36:22','2015-12-23 11:06:22','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-12-23 16:36:22','2015-12-23 11:06:22','',14,'http://boonschool.net/index.php/2015/12/23/14-revision-v1/',0,'revision','',0),(60,1,'2015-12-23 16:37:32','2015-12-23 11:07:32','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-23 16:37:32','2015-12-23 11:07:32','',19,'http://boonschool.net/index.php/2015/12/23/19-revision-v1/',0,'revision','',0),(61,1,'2015-12-23 16:38:54','2015-12-23 11:08:54','Admissions','Admission Procedure','','inherit','closed','closed','','12-autosave-v1','','','2015-12-23 16:38:54','2015-12-23 11:08:54','',12,'http://boonschool.net/index.php/2015/12/23/12-autosave-v1/',0,'revision','',0),(62,1,'2015-12-23 16:54:09','2015-12-23 11:24:09','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admission Procedure','','inherit','closed','closed','','12-revision-v1','','','2015-12-23 16:54:09','2015-12-23 11:24:09','',12,'http://boonschool.net/index.php/2015/12/23/12-revision-v1/',0,'revision','',0),(63,1,'2022-02-24 15:39:55','2022-02-24 10:09:55','<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-262 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi-300x210.jpg\" alt=\"Banaswadi\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-263 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.2-300x210.jpg\" alt=\"Banaswadi.2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-113 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-114\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2022-02-24 15:39:55','2022-02-24 10:09:55','',17,'http://boonschool.net/index.php/2015/12/29/17-autosave-v1/',0,'revision','',0),(66,1,'2015-12-29 22:05:28','2015-12-29 16:35:28','Science Exhibition\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:05:28','2015-12-29 16:35:28','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(76,1,'2015-12-29 22:18:05','2015-12-29 16:48:05','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:18:05','2015-12-29 16:48:05','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(77,1,'2015-12-29 22:21:35','2015-12-29 16:51:35','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a>   <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:21:35','2015-12-29 16:51:35','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(78,1,'2015-12-29 22:22:55','2015-12-29 16:52:55','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:22:55','2015-12-29 16:52:55','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(79,1,'2015-12-29 22:25:19','2015-12-29 16:55:19','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" />\r\n\r\n</a><a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:25:19','2015-12-29 16:55:19','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(80,1,'2015-12-29 22:25:34','2015-12-29 16:55:34','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>       <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:25:34','2015-12-29 16:55:34','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(81,1,'2015-12-29 22:28:40','2015-12-29 16:58:40','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a>  <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:28:40','2015-12-29 16:58:40','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(82,1,'2015-12-29 22:32:26','2015-12-29 17:02:26','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a>      <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:32:26','2015-12-29 17:02:26','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(83,1,'2015-12-29 22:33:30','2015-12-29 17:03:30','<strong>National Level Abacus Contest Participation</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143.jpg\"><img class=\"alignnone wp-image-74\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121143-300x169.jpg\" alt=\"IMG_20151114_121143\" width=\"300\" height=\"169\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126.jpg\"><img class=\"alignnone size-medium wp-image-75\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_20151114_121126-300x169.jpg\" alt=\"IMG_20151114_121126\" width=\"300\" height=\"169\" /></a>\r\n\r\n<strong>Science Exhibition</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573.jpg\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1573-300x225.jpg\" alt=\"IMG_1573\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761.jpg\"><img class=\"alignnone size-medium wp-image-65\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_14761-300x225.jpg\" alt=\"IMG_1476(1)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566.jpg\"><img class=\"alignnone size-medium wp-image-68\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1566-300x225.jpg\" alt=\"IMG_1566\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554.jpg\"><img class=\"alignnone size-medium wp-image-69\" src=\"http://boonschool.net/wp-content/uploads/2015/11/IMG_1554-300x225.jpg\" alt=\"IMG_1554\" width=\"300\" height=\"225\" /></a>\r\n\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide550-300x225.jpg\" alt=\"Slide5(50)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453.jpg\"><img class=\"alignnone size-medium wp-image-71\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide453-300x225.jpg\" alt=\"Slide4(53)\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355.jpg\"><img class=\"alignnone size-medium wp-image-72\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide355-300x225.jpg\" alt=\"Slide3(55)\" width=\"300\" height=\"225\" /></a> <a href=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254.jpg\"><img class=\"alignnone size-medium wp-image-73\" src=\"http://boonschool.net/wp-content/uploads/2015/11/Slide254-300x225.jpg\" alt=\"Slide2(54)\" width=\"300\" height=\"225\" /></a>\r\n\r\n','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-12-29 22:33:30','2015-12-29 17:03:30','',17,'http://boonschool.net/index.php/2015/12/29/17-revision-v1/',0,'revision','',0),(86,1,'2016-04-07 17:20:51','2016-04-07 11:50:51','','P1180114','','inherit','open','closed','','p1180114','','','2016-04-07 17:20:51','2016-04-07 11:50:51','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/P1180114.jpg',0,'attachment','image/jpeg',0),(87,1,'2016-04-07 17:20:52','2016-04-07 11:50:52','','20160314_085142','','inherit','open','closed','','20160314_085142','','','2016-04-07 17:20:52','2016-04-07 11:50:52','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_085142.jpg',0,'attachment','image/jpeg',0),(88,1,'2016-04-07 17:20:53','2016-04-07 11:50:53','','20160314_084237','','inherit','open','closed','','20160314_084237','','','2016-04-07 17:20:53','2016-04-07 11:50:53','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_084237.jpg',0,'attachment','image/jpeg',0),(89,1,'2016-04-07 17:20:54','2016-04-07 11:50:54','','20160314_084221','','inherit','open','closed','','20160314_084221','','','2016-04-07 17:20:54','2016-04-07 11:50:54','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_084221.jpg',0,'attachment','image/jpeg',0),(90,1,'2016-04-07 17:20:59','2016-04-07 11:50:59','INTSO Medal Winners\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/P1180114.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/P1180114-300x225.jpg\" alt=\"P1180114\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_085142.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_085142-300x169.jpg\" alt=\"20160314_085142\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_084237.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_084237-300x169.jpg\" alt=\"20160314_084237\" width=\"300\" height=\"169\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_084221.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/20160314_084221-300x169.jpg\" alt=\"20160314_084221\" width=\"300\" height=\"169\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2016-04-07 17:20:59','2016-04-07 11:50:59','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2016/04/07/17-revision-v1/',0,'revision','',0),(91,1,'2016-04-07 17:23:38','2016-04-07 11:53:38','Sri Chaitanya School,\r\n\r\n84/1 garden  house 5 - Main,\r\n\r\nOMBR layout,banaswadi,\r\n\r\nNear SRR kalyanamandapa,\r\n\r\nBangalore.560033\r\n\r\nEmail :- banaswadi@srichaitanyaschool.net\r\n\r\nPH :- 9243689250 / 51','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2016-04-07 17:23:38','2016-04-07 11:53:38','',21,'http://srichaitanyaschoolbanaswadi.net/index.php/2016/04/07/21-revision-v1/',0,'revision','',0),(93,1,'2019-10-10 11:57:48','2019-10-10 06:27:48','','SCTS Banaswadi','','inherit','open','closed','','scts-banaswadi','','','2019-10-10 11:57:48','2019-10-10 06:27:48','',0,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2019/10/SCTS-Banaswadi.png',0,'attachment','image/png',0),(94,1,'2019-10-10 12:20:47','2019-10-10 06:50:47','Sri Chaitanya School,\r\n\r\nPlot No: 84/1 Garden  house, 5th - Main,\r\n\r\nOMBR layout,banaswadi,\r\n\r\nNear SRR kalyanamandapa,\r\n\r\nBangalore.560033\r\n\r\nEmail :- banaswadi@srichaitanyaschool.net\r\n\r\nPhone :- 8861004639','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-10-10 12:20:47','2019-10-10 06:50:47','',21,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/10/21-revision-v1/',0,'revision','',0),(95,1,'2019-10-11 12:04:02','2019-10-11 06:34:02','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-10-11 12:04:02','2019-10-11 06:34:02','',14,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/11/14-revision-v1/',0,'revision','',0),(96,1,'2019-10-11 12:07:16','2019-10-11 06:37:16','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-11 12:07:16','2019-10-11 06:37:16','',19,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/11/19-revision-v1/',0,'revision','',0),(97,1,'2019-10-11 12:09:19','2019-10-11 06:39:19','Sri Chaitanya School,\r\n\r\nPlot No: 84/1 Garden  house, 5th - Main,\r\n\r\nOMBR layout,banaswadi,\r\n\r\nNear SRR kalyanamandapa,\r\n\r\nBangalore.560033\r\n\r\nEmail :- banaswadi@srichaitanyaschool.net\r\n\r\nWebsite:- <a href=\"http://srichaitanyaschoolbanaswadi.net\">http://srichaitanyaschoolbanaswadi.net</a>\r\n\r\nPhone :- 70320 74040 / 70229 92147 / 99000 74671','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2019-10-11 12:09:19','2019-10-11 06:39:19','',21,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/11/21-revision-v1/',0,'revision','',0),(98,1,'2019-10-11 12:23:54','2019-10-11 06:53:54','','5','','inherit','open','closed','','5','','','2019-10-11 12:23:54','2019-10-11 06:53:54','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5.jpg',0,'attachment','image/jpeg',0),(99,1,'2019-10-11 12:23:54','2019-10-11 06:53:54','','6','','inherit','open','closed','','6','','','2019-10-11 12:23:54','2019-10-11 06:53:54','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6.jpg',0,'attachment','image/jpeg',0),(100,1,'2019-10-11 12:23:55','2019-10-11 06:53:55','','7','','inherit','open','closed','','7','','','2019-10-11 12:23:55','2019-10-11 06:53:55','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7.jpg',0,'attachment','image/jpeg',0),(101,1,'2019-10-11 12:23:55','2019-10-11 06:53:55','','8','','inherit','open','closed','','8','','','2019-10-11 12:23:55','2019-10-11 06:53:55','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8.jpg',0,'attachment','image/jpeg',0),(102,1,'2019-10-11 12:25:33','2019-10-11 06:55:33','','1','','inherit','open','closed','','1','','','2019-10-11 12:25:33','2019-10-11 06:55:33','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg',0,'attachment','image/jpeg',0),(103,1,'2019-10-11 12:25:33','2019-10-11 06:55:33','','2','','inherit','open','closed','','2','','','2019-10-11 12:25:33','2019-10-11 06:55:33','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg',0,'attachment','image/jpeg',0),(104,1,'2019-10-11 12:25:34','2019-10-11 06:55:34','','3','','inherit','open','closed','','3','','','2019-10-11 12:25:34','2019-10-11 06:55:34','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg',0,'attachment','image/jpeg',0),(105,1,'2019-10-11 12:25:35','2019-10-11 06:55:35','','4','','inherit','open','closed','','4','','','2019-10-11 12:25:35','2019-10-11 06:55:35','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg',0,'attachment','image/jpeg',0),(106,1,'2019-10-11 12:28:02','2019-10-11 06:58:02','<strong>INTSO Medal Winners:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-100 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-101 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events: </strong>\r\n\r\n<strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> </strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-11 12:28:02','2019-10-11 06:58:02','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/11/17-revision-v1/',0,'revision','',0),(107,1,'2019-10-11 12:28:19','2019-10-11 06:58:19','<strong>INTSO Medal Winners:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-100 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-101 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Events: </strong>\r\n\r\n<strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> </strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-11 12:28:19','2019-10-11 06:58:19','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/11/17-revision-v1/',0,'revision','',0),(108,1,'2019-10-11 14:45:24','2019-10-11 09:15:24','<strong>INTSO Medal Winners:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-100 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-101 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-11 14:45:24','2019-10-11 09:15:24','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/11/17-revision-v1/',0,'revision','',0),(109,1,'2019-10-14 12:06:56','2019-10-14 06:36:56','<strong>INTSO Medal Winners:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-100 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-101 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-14 12:06:56','2019-10-14 06:36:56','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/14/17-revision-v1/',0,'revision','',0),(110,1,'2019-10-14 12:48:18','2019-10-14 07:18:18','<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-100 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-101 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-14 12:48:18','2019-10-14 07:18:18','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/14/17-revision-v1/',0,'revision','',0),(111,1,'2019-10-14 12:48:40','2019-10-14 07:18:40','','IMG-20190927-WA0011','','inherit','open','closed','','img-20190927-wa0011','','','2019-10-14 12:48:40','2019-10-14 07:18:40','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/IMG-20190927-WA0011.jpg',0,'attachment','image/jpeg',0),(112,1,'2019-10-14 12:48:41','2019-10-14 07:18:41','','IMG-20190927-WA0023','','inherit','open','closed','','img-20190927-wa0023','','','2019-10-14 12:48:41','2019-10-14 07:18:41','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/IMG-20190927-WA0023.jpg',0,'attachment','image/jpeg',0),(113,1,'2019-10-14 12:49:11','2019-10-14 07:19:11','','15','','inherit','open','closed','','15','','','2019-10-14 12:49:11','2019-10-14 07:19:11','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15.jpg',0,'attachment','image/jpeg',0),(114,1,'2019-10-14 12:49:12','2019-10-14 07:19:12','','16','','inherit','open','closed','','16','','','2019-10-14 12:49:12','2019-10-14 07:19:12','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16.jpg',0,'attachment','image/jpeg',0),(115,1,'2019-10-14 12:49:12','2019-10-14 07:19:12','','17','','inherit','open','closed','','17','','','2019-10-14 12:49:12','2019-10-14 07:19:12','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17.jpg',0,'attachment','image/jpeg',0),(116,1,'2019-10-14 12:49:13','2019-10-14 07:19:13','','18','','inherit','open','closed','','18','','','2019-10-14 12:49:13','2019-10-14 07:19:13','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18.jpg',0,'attachment','image/jpeg',0),(117,1,'2019-10-14 12:51:27','2019-10-14 07:21:27','','9','','inherit','open','closed','','9','','','2019-10-14 12:51:27','2019-10-14 07:21:27','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9.jpg',0,'attachment','image/jpeg',0),(118,1,'2019-10-14 12:51:27','2019-10-14 07:21:27','','10','','inherit','open','closed','','10','','','2019-10-14 12:51:27','2019-10-14 07:21:27','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10.jpg',0,'attachment','image/jpeg',0),(119,1,'2019-10-14 12:52:02','2019-10-14 07:22:02','','11','','inherit','open','closed','','11','','','2019-10-14 12:52:02','2019-10-14 07:22:02','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11.jpg',0,'attachment','image/jpeg',0),(120,1,'2019-10-14 12:52:02','2019-10-14 07:22:02','','12','','inherit','open','closed','','12','','','2019-10-14 12:52:02','2019-10-14 07:22:02','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12.jpg',0,'attachment','image/jpeg',0),(121,1,'2019-10-14 12:52:03','2019-10-14 07:22:03','','13','','inherit','open','closed','','13','','','2019-10-14 12:52:03','2019-10-14 07:22:03','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13.jpg',0,'attachment','image/jpeg',0),(122,1,'2019-10-14 12:52:03','2019-10-14 07:22:03','','14','','inherit','open','closed','','14','','','2019-10-14 12:52:03','2019-10-14 07:22:03','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14.jpg',0,'attachment','image/jpeg',0),(123,1,'2019-10-14 12:53:01','2019-10-14 07:23:01','<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-100 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-101 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-113 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-114\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-14 12:53:01','2019-10-14 07:23:01','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/14/17-revision-v1/',0,'revision','',0),(124,1,'2019-10-14 15:26:27','2019-10-14 09:56:27','<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-113 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-114\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-14 15:26:27','2019-10-14 09:56:27','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2019/10/14/17-revision-v1/',0,'revision','',0),(126,1,'2021-03-25 11:04:47','2021-03-25 05:34:47','','1','','inherit','open','closed','','1-2','','','2021-03-25 11:04:47','2021-03-25 05:34:47','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19.jpg',0,'attachment','image/jpeg',0),(127,1,'2021-03-25 11:05:14','2021-03-25 05:35:14','','2','','inherit','open','closed','','2-2','','','2021-03-25 11:05:14','2021-03-25 05:35:14','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21.jpg',0,'attachment','image/jpeg',0),(128,1,'2021-03-25 11:06:26','2021-03-25 05:36:26','<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-127\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-113 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-114\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-03-25 11:06:26','2021-03-25 05:36:26','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/25/17-revision-v1/',0,'revision','',0),(129,1,'2021-03-25 11:07:29','2021-03-25 05:37:29','','3','','inherit','open','closed','','3-2','','','2021-03-25 11:07:29','2021-03-25 05:37:29','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31.jpg',0,'attachment','image/jpeg',0),(130,1,'2021-03-25 11:07:54','2021-03-25 05:37:54','','4','','inherit','open','closed','','4-2','','','2021-03-25 11:07:54','2021-03-25 05:37:54','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41.jpg',0,'attachment','image/jpeg',0),(131,1,'2021-03-25 11:08:22','2021-03-25 05:38:22','','5','','inherit','open','closed','','5-2','','','2021-03-25 11:08:22','2021-03-25 05:38:22','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51.jpg',0,'attachment','image/jpeg',0),(132,1,'2021-03-25 11:08:46','2021-03-25 05:38:46','','6','','inherit','open','closed','','6-2','','','2021-03-25 11:08:46','2021-03-25 05:38:46','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61.jpg',0,'attachment','image/jpeg',0),(133,1,'2021-03-25 11:09:16','2021-03-25 05:39:16','','7','','inherit','open','closed','','7-2','','','2021-03-25 11:09:16','2021-03-25 05:39:16','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71.jpg',0,'attachment','image/jpeg',0),(134,1,'2021-03-25 11:09:42','2021-03-25 05:39:42','','8','','inherit','open','closed','','8-2','','','2021-03-25 11:09:42','2021-03-25 05:39:42','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81.jpg',0,'attachment','image/jpeg',0),(135,1,'2021-03-25 11:10:10','2021-03-25 05:40:10','','9','','inherit','open','closed','','9-2','','','2021-03-25 11:10:10','2021-03-25 05:40:10','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91.jpg',0,'attachment','image/jpeg',0),(136,1,'2021-03-25 11:10:36','2021-03-25 05:40:36','','10','','inherit','open','closed','','10-2','','','2021-03-25 11:10:36','2021-03-25 05:40:36','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101.jpg',0,'attachment','image/jpeg',0),(137,1,'2021-03-25 11:11:04','2021-03-25 05:41:04','','11','','inherit','open','closed','','11-2','','','2021-03-25 11:11:04','2021-03-25 05:41:04','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111.jpg',0,'attachment','image/jpeg',0),(138,1,'2021-03-25 11:11:31','2021-03-25 05:41:31','','12','','inherit','open','closed','','12-2','','','2021-03-25 11:11:31','2021-03-25 05:41:31','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121.jpg',0,'attachment','image/jpeg',0),(139,1,'2021-03-25 11:12:02','2021-03-25 05:42:02','','13','','inherit','open','closed','','13-2','','','2021-03-25 11:12:02','2021-03-25 05:42:02','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131.jpg',0,'attachment','image/jpeg',0),(140,1,'2021-03-25 11:12:25','2021-03-25 05:42:25','','14','','inherit','open','closed','','14-2','','','2021-03-25 11:12:25','2021-03-25 05:42:25','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141.jpg',0,'attachment','image/jpeg',0),(141,1,'2021-03-25 11:12:54','2021-03-25 05:42:54','','15','','inherit','open','closed','','15-2','','','2021-03-25 11:12:54','2021-03-25 05:42:54','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151.jpg',0,'attachment','image/jpeg',0),(142,1,'2021-03-25 11:13:26','2021-03-25 05:43:26','','16','','inherit','open','closed','','16-2','','','2021-03-25 11:13:26','2021-03-25 05:43:26','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161.jpg',0,'attachment','image/jpeg',0),(143,1,'2021-03-25 11:14:00','2021-03-25 05:44:00','<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-113 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-114\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-03-25 11:14:00','2021-03-25 05:44:00','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/25/17-revision-v1/',0,'revision','',0),(144,1,'2021-03-25 11:14:54','2021-03-25 05:44:54','','Computer','','inherit','open','closed','','computer','','','2021-03-25 11:14:54','2021-03-25 05:44:54','',14,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer.jpg',0,'attachment','image/jpeg',0),(145,1,'2021-04-06 14:48:01','2021-04-06 09:18:01','<strong>School Affiliation No:</strong> 830941\n\nSchool Code: 45913\n\n<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\n\n<strong>Sri Chaitanya</strong>: The Masters of Education\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\n<strong>Choosing a Career without Flipping a Coin</strong>\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\n<strong> </strong><strong>Syllabus </strong>\n\n<strong> </strong>Integrated syllabus:\n<ul>\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\n</ul>\n<strong>Audio-Visual Aids:</strong>\n\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-144 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer-300x210.jpg\" alt=\"Computer\" width=\"300\" height=\"210\" /></a>\n\nIntegration of audio-visual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\n\n<strong>Projects</strong>\n\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\n<ul>\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\n</ul>\n<strong>Laboratory</strong>\n\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analysing skills and experimental design – problem solving and analysing skills, transferable skills.\n\n<strong>Yoga</strong>\n\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-146 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga-300x210.jpg\" alt=\"Yoga\" width=\"300\" height=\"210\" /></a>\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\nBenefits of yoga to support the education of the whole child:\n<ul>\n <li>Provides students healthy ways to express and balance their emotions</li>\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\n <li>Encourages community and connectedness within the classroom</li>\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\n <li>Enhances focus, concentration, comprehension and memory</li>\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\n <li>Supports social and emotional learning</li>\n <li>Improves listening skills</li>\n <li>Enhances organizational and communication skills</li>\n <li>Improves mind/body awareness and connection</li>\n <li>Improves confidence and self-esteem</li>\n <li>Encourages respect for oneself and others</li>\n <li>Creates a calm, harmonious classroom</li>\n</ul>\n<strong>Language club</strong>\n\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\n<ul>\n <li>Improve pronunciation</li>\n <li>Develop fluency in speaking and conversation</li>\n <li>Build vocabulary</li>\n <li>Learn essential grammar</li>\n <li>Improve reading and writing skills</li>\n</ul>\n<strong>SMART Living Programme</strong>\n\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\n\n<strong>HIGHLIGHTS:</strong>\n<ul>\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\n</ul>','Academics','','inherit','closed','closed','','14-autosave-v1','','','2021-04-06 14:48:01','2021-04-06 09:18:01','',14,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/25/14-autosave-v1/',0,'revision','',0),(146,1,'2021-03-25 11:15:58','2021-03-25 05:45:58','','Yoga','','inherit','open','closed','','yoga','','','2021-03-25 11:15:58','2021-03-25 05:45:58','',14,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga.jpg',0,'attachment','image/jpeg',0),(147,1,'2021-03-25 11:16:52','2021-03-25 05:46:52','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-144 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer-300x210.jpg\" alt=\"Computer\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audio-visual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analysing skills and experimental design – problem solving and analysing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-146 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga-300x210.jpg\" alt=\"Yoga\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2021-03-25 11:16:52','2021-03-25 05:46:52','',14,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/25/14-revision-v1/',0,'revision','',0),(148,1,'2021-03-25 11:35:38','2021-03-25 06:05:38','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-144 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer-300x210.jpg\" alt=\"Computer\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audio-visual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analysing skills and experimental design – problem solving and analysing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-146 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga-300x210.jpg\" alt=\"Yoga\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2021-03-25 11:35:38','2021-03-25 06:05:38','',14,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/25/14-revision-v1/',0,'revision','',0),(149,1,'2021-03-26 16:01:45','2021-03-26 10:31:45','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Annual-Report-2019-20.pdf\" target=\"_blank\">Annual Report 2019-20</a></strong></span></li>\r\n</ul>','Annual Report 2019-20','','publish','closed','closed','','annual-report-2019-20','','','2021-03-26 16:03:13','2021-03-26 10:33:13','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=149',0,'page','',0),(150,1,'2021-03-26 16:01:45','2021-03-26 10:31:45','','Annual Report 2019-20','','inherit','closed','closed','','149-revision-v1','','','2021-03-26 16:01:45','2021-03-26 10:31:45','',149,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/149-revision-v1/',0,'revision','',0),(151,1,'2021-03-26 16:02:18','2021-03-26 10:32:18','','Annual Report 2019-20','','inherit','open','closed','','annual-report-2019-20-2','','','2021-03-26 16:02:18','2021-03-26 10:32:18','',149,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Annual-Report-2019-20.pdf',0,'attachment','application/pdf',0),(152,1,'2021-03-26 16:02:57','2021-03-26 10:32:57','<ul>\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Annual-Report-2019-20.pdf\" target=\"_blank\">Annual Report 2019-20</a></strong></li>\n</ul>','Annual Report 2019-20','','inherit','closed','closed','','149-autosave-v1','','','2021-03-26 16:02:57','2021-03-26 10:32:57','',149,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/149-autosave-v1/',0,'revision','',0),(153,1,'2021-03-26 16:03:05','2021-03-26 10:33:05','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Annual-Report-2019-20.pdf\" target=\"_blank\">Annual Report 2019-20</a></strong></span></li>\r\n</ul>','Annual Report 2019-20','','inherit','closed','closed','','149-revision-v1','','','2021-03-26 16:03:05','2021-03-26 10:33:05','',149,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/149-revision-v1/',0,'revision','',0),(154,1,'2021-03-26 16:04:14','2021-03-26 10:34:14','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Circulars.pdf\" target=\"_blank\">Circulars</a></strong></span></li>\r\n</ul>','Circulars','','publish','closed','closed','','circulars','','','2021-03-26 16:04:14','2021-03-26 10:34:14','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=154',0,'page','',0),(155,1,'2021-03-26 16:03:46','2021-03-26 10:33:46','','Circulars','','inherit','open','closed','','circulars','','','2021-03-26 16:03:46','2021-03-26 10:33:46','',154,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Circulars.pdf',0,'attachment','application/pdf',0),(156,1,'2021-03-26 16:04:14','2021-03-26 10:34:14','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Circulars.pdf\" target=\"_blank\">Circulars</a></strong></span></li>\r\n</ul>','Circulars','','inherit','closed','closed','','154-revision-v1','','','2021-03-26 16:04:14','2021-03-26 10:34:14','',154,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/154-revision-v1/',0,'revision','',0),(157,1,'2021-03-26 16:05:13','2021-03-26 10:35:13','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Fee-Structure1.pdf\" target=\"_blank\">Fee-Structure</a></strong></li>\r\n</ul>','Fee Structure','','publish','closed','closed','','fee-structure','','','2022-10-11 10:49:26','2022-10-11 05:19:26','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=157',0,'page','',0),(158,1,'2021-03-26 16:04:46','2021-03-26 10:34:46','','Fee Structure','','inherit','open','closed','','fee-structure','','','2021-03-26 16:04:46','2021-03-26 10:34:46','',157,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Fee-Structure.pdf',0,'attachment','application/pdf',0),(159,1,'2021-03-26 16:05:13','2021-03-26 10:35:13','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Fee-Structure.pdf\" target=\"_blank\">Fee Structure</a></strong></span></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','157-revision-v1','','','2021-03-26 16:05:13','2021-03-26 10:35:13','',157,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/157-revision-v1/',0,'revision','',0),(160,1,'2021-03-26 16:06:48','2021-03-26 10:36:48','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/School-Management-Committee.pdf\" target=\"_blank\">School Management Committee</a></strong></span></li>\r\n</ul>','School Management Committee','','publish','closed','closed','','school-management-committee','','','2021-03-26 16:06:48','2021-03-26 10:36:48','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=160',0,'page','',0),(161,1,'2021-03-26 16:06:20','2021-03-26 10:36:20','','School Management Committee','','inherit','open','closed','','school-management-committee','','','2021-03-26 16:06:20','2021-03-26 10:36:20','',160,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/School-Management-Committee.pdf',0,'attachment','application/pdf',0),(162,1,'2021-03-26 16:06:48','2021-03-26 10:36:48','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/School-Management-Committee.pdf\" target=\"_blank\">School Management Committee</a></strong></span></li>\r\n</ul>','School Management Committee','','inherit','closed','closed','','160-revision-v1','','','2021-03-26 16:06:48','2021-03-26 10:36:48','',160,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/160-revision-v1/',0,'revision','',0),(163,1,'2021-03-26 16:08:03','2021-03-26 10:38:03','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Transfer-Certificate-Format.pdf\" target=\"_blank\">TC Format</a></strong></span></li>\r\n</ul>','Transfer Certificate Format','','publish','closed','closed','','transfer-certificate-format','','','2021-03-26 16:08:26','2021-03-26 10:38:26','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=163',0,'page','',0),(164,1,'2021-03-26 16:07:36','2021-03-26 10:37:36','','Transfer Certificate Format','','inherit','open','closed','','transfer-certificate-format','','','2021-03-26 16:07:36','2021-03-26 10:37:36','',163,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Transfer-Certificate-Format.pdf',0,'attachment','application/pdf',0),(165,1,'2021-03-26 16:08:03','2021-03-26 10:38:03','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Transfer-Certificate-Format.pdf\" target=\"_blank\">Transfer Certificate Format</a></strong></span></li>\r\n</ul>','Transfer Certificate Format','','inherit','closed','closed','','163-revision-v1','','','2021-03-26 16:08:03','2021-03-26 10:38:03','',163,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/163-revision-v1/',0,'revision','',0),(166,1,'2021-03-26 16:08:26','2021-03-26 10:38:26','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Transfer-Certificate-Format.pdf\" target=\"_blank\">TC Format</a></strong></span></li>\r\n</ul>','Transfer Certificate Format','','inherit','closed','closed','','163-revision-v1','','','2021-03-26 16:08:26','2021-03-26 10:38:26','',163,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/163-revision-v1/',0,'revision','',0),(167,1,'2021-03-26 16:11:44','2021-03-26 10:41:44',' ','','','publish','closed','closed','','167','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=167',23,'nav_menu_item','',0),(168,1,'2021-03-26 16:11:43','2021-03-26 10:41:43',' ','','','publish','closed','closed','','168','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=168',19,'nav_menu_item','',0),(169,1,'2021-03-26 16:11:44','2021-03-26 10:41:44',' ','','','publish','closed','closed','','169','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=169',22,'nav_menu_item','',0),(170,1,'2021-03-26 16:11:44','2021-03-26 10:41:44',' ','','','publish','closed','closed','','170','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=170',21,'nav_menu_item','',0),(171,1,'2021-03-26 16:11:43','2021-03-26 10:41:43',' ','','','publish','closed','closed','','171','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=171',17,'nav_menu_item','',0),(172,1,'2021-03-26 16:14:41','2021-03-26 10:44:41','Sri Chaitanya School,\r\n\r\nPlot No: 84/1 Garden  house, 5th - Main,\r\n\r\nOMBR layout,banaswadi,\r\n\r\nNear SRR kalyanamandapa,\r\n\r\nBangalore.560033\r\n\r\nEmail :- banaswadi@srichaitanyaschool.net\r\n\r\nWebsite:- <a href=\"http://srichaitanyaschoolbanaswadi.net\">http://srichaitanyaschoolbanaswadi.net</a>\r\n\r\nPhone :- 70320 74040 / 99000 74671','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2021-03-26 16:14:41','2021-03-26 10:44:41','',21,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/21-revision-v1/',0,'revision','',0),(173,1,'2021-03-26 17:15:49','2021-03-26 11:45:49','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Circulars.pdf\" target=\"_blank\">Circulars</a></strong></span></li>\r\n</ul>','Circulars','','inherit','closed','closed','','154-autosave-v1','','','2021-03-26 17:15:49','2021-03-26 11:45:49','',154,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/03/26/154-autosave-v1/',0,'revision','',0),(175,1,'2021-04-06 14:46:49','2021-04-06 09:16:49','Sri Chaitanya School,\r\n\r\nPlot No: 84/1 Garden House, 5th - Main,\r\n\r\nOMBR layout, Banaswadi,\r\n\r\nBangalore-560033\r\n\r\nPrincipal Name: Sabitha. N ( MA, B.Ed )\r\n\r\nEmail :- banaswadi@srichaitanyaschool.net\r\n\r\nWebsite:- <a href=\"http://srichaitanyaschoolbanaswadi.net\">http://srichaitanyaschoolbanaswadi.net</a>\r\n\r\nPhone :- 70320 74040 / 70228 92728','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2021-04-06 14:46:49','2021-04-06 09:16:49','',21,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/06/21-revision-v1/',0,'revision','',0),(176,1,'2021-04-06 14:48:32','2021-04-06 09:18:32','<strong>School Affiliation No: <span style=\"color: #0000ff;\">830941</span></strong>\r\n\r\n<strong>School Code:<span style=\"color: #993366;\"> 45913</span></strong>\r\n\r\n<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analysed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-Visual Aids:</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-144 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Computer-300x210.jpg\" alt=\"Computer\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audio-visual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analysing skills and experimental design – problem solving and analysing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-146 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Yoga-300x210.jpg\" alt=\"Yoga\" width=\"300\" height=\"210\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2021-04-06 14:48:32','2021-04-06 09:18:32','',14,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/06/14-revision-v1/',0,'revision','',0),(177,1,'2021-04-06 15:04:06','2021-04-06 09:34:06','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/CBSE-STAFF-DETAILS-22-23.pdf\" target=\"_blank\">CBSE STAFF DETAILS 22-23</a></strong></span></li>\r\n</ul>','Staff Details','','publish','closed','closed','','staff-details','','','2022-10-11 10:48:22','2022-10-11 05:18:22','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=177',0,'page','',0),(178,1,'2021-04-06 15:03:46','2021-04-06 09:33:46','','Staff Details','','inherit','open','closed','','staff-details','','','2021-04-06 15:03:46','2021-04-06 09:33:46','',177,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Staff-Details.pdf',0,'attachment','application/pdf',0),(179,1,'2021-04-06 15:04:06','2021-04-06 09:34:06','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Staff-Details.pdf\" target=\"_blank\">Staff Details</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','177-revision-v1','','','2021-04-06 15:04:06','2021-04-06 09:34:06','',177,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/06/177-revision-v1/',0,'revision','',0),(180,1,'2021-04-06 15:05:15','2021-04-06 09:35:15',' ','','','publish','closed','closed','','180','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=180',16,'nav_menu_item','',0),(181,1,'2021-04-06 15:05:52','2021-04-06 09:35:52','<ul>\r\n <li><strong><span style=\"color: #ff9900;\"><a style=\"color: #ff9900;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2022-2023.pdf\" target=\"_blank\">Academic Calendar 2022-2023</a></span></strong></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academic-calendar','','','2022-10-11 10:49:01','2022-10-11 05:19:01','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=181',0,'page','',0),(182,1,'2021-04-06 15:05:32','2021-04-06 09:35:32','','Academic Calendar 2020-2021','','inherit','open','closed','','academic-calendar-2020-2021','','','2021-04-06 15:05:32','2021-04-06 09:35:32','',181,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2020-2021.pdf',0,'attachment','application/pdf',0),(183,1,'2021-04-06 15:05:52','2021-04-06 09:35:52','<ul>\r\n <li><span style=\"color: #33cccc;\"><strong><a style=\"color: #33cccc;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2020-2021.pdf\" target=\"_blank\">Academic Calendar 2020-2021</a></strong></span></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','181-revision-v1','','','2021-04-06 15:05:52','2021-04-06 09:35:52','',181,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/06/181-revision-v1/',0,'revision','',0),(184,1,'2021-04-06 15:06:21','2021-04-06 09:36:21',' ','','','publish','closed','closed','','184','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=184',15,'nav_menu_item','',0),(185,1,'2021-04-06 15:07:29','2021-04-06 09:37:29','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Infrastructure-Details.pdf\" target=\"_blank\">Infrastructure Details</a></strong></span></li>\r\n</ul>','Infrastructure Details','','publish','closed','closed','','infrastructure-details','','','2021-04-06 15:07:29','2021-04-06 09:37:29','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=185',0,'page','',0),(186,1,'2021-04-06 15:07:03','2021-04-06 09:37:03','','Infrastructure Details','','inherit','open','closed','','infrastructure-details','','','2021-04-06 15:07:03','2021-04-06 09:37:03','',185,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Infrastructure-Details.pdf',0,'attachment','application/pdf',0),(187,1,'2021-04-06 15:07:29','2021-04-06 09:37:29','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Infrastructure-Details.pdf\" target=\"_blank\">Infrastructure Details</a></strong></span></li>\r\n</ul>','Infrastructure Details','','inherit','closed','closed','','185-revision-v1','','','2021-04-06 15:07:29','2021-04-06 09:37:29','',185,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/06/185-revision-v1/',0,'revision','',0),(188,1,'2021-04-06 15:09:07','2021-04-06 09:39:07',' ','','','publish','closed','closed','','188','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=188',4,'nav_menu_item','',0),(189,1,'2021-04-06 16:10:27','2021-04-06 10:40:27','<ul>\r\n <li><span style=\"color: #666699;\"><strong><a style=\"color: #666699;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/FIRE-SAFETY-CERTIFICATE.pdf\" target=\"_blank\">FIRE SAFETY CERTIFICATE</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','publish','closed','closed','','fire-safety-certificate','','','2022-03-02 16:32:03','2022-03-02 11:02:03','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=189',0,'page','',0),(190,1,'2021-04-06 16:10:09','2021-04-06 10:40:09','','Fire Safety Certificate','','inherit','open','closed','','fire-safety-certificate','','','2021-04-06 16:10:09','2021-04-06 10:40:09','',189,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Fire-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(191,1,'2021-04-06 16:10:27','2021-04-06 10:40:27','<ul>\r\n <li><strong><span style=\"color: #993366;\"><a style=\"color: #993366;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire Safety Certificate</a></span></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','189-revision-v1','','','2021-04-06 16:10:27','2021-04-06 10:40:27','',189,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/06/189-revision-v1/',0,'revision','',0),(192,1,'2021-04-06 16:11:22','2021-04-06 10:41:22','<ul>\r\n <li><strong><span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></span></strong></li>\r\n</ul>','Sanitary Certificate','','publish','closed','closed','','sanitary-certificate','','','2021-04-06 16:11:22','2021-04-06 10:41:22','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=192',0,'page','',0),(193,1,'2021-04-06 16:11:03','2021-04-06 10:41:03','','Sanitary Certificate','','inherit','open','closed','','sanitary-certificate','','','2021-04-06 16:11:03','2021-04-06 10:41:03','',192,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Sanitary-Certificate.pdf',0,'attachment','application/pdf',0),(194,1,'2021-04-06 16:11:22','2021-04-06 10:41:22','<ul>\r\n <li><strong><span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></span></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','192-revision-v1','','','2021-04-06 16:11:22','2021-04-06 10:41:22','',192,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/06/192-revision-v1/',0,'revision','',0),(195,1,'2021-04-06 16:12:45','2021-04-06 10:42:45','<ul>\r\n <li><strong><span style=\"color: #808000;\"><a style=\"color: #808000;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Stability-Certificate.pdf\" target=\"_blank\">Stability Certificate</a></span></strong></li>\r\n</ul>','Stability Certificate','','publish','closed','closed','','stability-certificate','','','2021-04-06 16:13:09','2021-04-06 10:43:09','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=195',0,'page','',0),(196,1,'2021-04-06 16:12:22','2021-04-06 10:42:22','','Stability Certificate','','inherit','open','closed','','stability-certificate','','','2021-04-06 16:12:22','2021-04-06 10:42:22','',195,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Stability-Certificate.pdf',0,'attachment','application/pdf',0),(197,1,'2021-04-06 16:12:45','2021-04-06 10:42:45','<ul>\r\n <li><strong><span style=\"color: #808000;\"><a style=\"color: #808000;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Stability-Certificate.pdf\" target=\"_blank\">Stability Certificate</a></span></strong></li>\r\n</ul>','Stability Certificate','','inherit','closed','closed','','195-revision-v1','','','2021-04-06 16:12:45','2021-04-06 10:42:45','',195,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/06/195-revision-v1/',0,'revision','',0),(198,1,'2021-04-06 16:14:11','2021-04-06 10:44:11',' ','','','publish','closed','closed','','198','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=198',10,'nav_menu_item','',0),(199,1,'2021-04-06 16:14:11','2021-04-06 10:44:11',' ','','','publish','closed','closed','','199','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=199',9,'nav_menu_item','',0),(200,1,'2021-04-06 16:14:10','2021-04-06 10:44:10',' ','','','publish','closed','closed','','200','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=200',8,'nav_menu_item','',0),(201,1,'2021-04-07 16:26:44','2021-04-07 10:56:44','','Staff Details','','inherit','open','closed','','staff-details-2','','','2021-04-07 16:26:44','2021-04-07 10:56:44','',177,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Staff-Details1.pdf',0,'attachment','application/pdf',0),(202,1,'2021-04-07 16:27:09','2021-04-07 10:57:09','<ul>\r\n <li><strong><span style=\"color: #808000;\"><a style=\"color: #808000;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Staff-Details1.pdf\" target=\"_blank\">Staff Details</a></span></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','177-revision-v1','','','2021-04-07 16:27:09','2021-04-07 10:57:09','',177,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/07/177-revision-v1/',0,'revision','',0),(203,1,'2021-04-07 16:28:34','2021-04-07 10:58:34','<ul>\r\n <li><span style=\"color: #33cccc;\"><strong><a style=\"color: #33cccc;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2022/10/CBSE-NCERT-Classwise-Text-Books-List-for-Academic-Year-2022-23.pdf\" target=\"_blank\">CBSE NCERT Class Wise Text Books List for Academic Year 2022-23</a></strong></span></li>\r\n</ul>','List Of Books','','publish','closed','closed','','list-of-books','','','2022-10-11 10:53:34','2022-10-11 05:23:34','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=203',0,'page','',0),(204,1,'2021-04-07 16:28:04','2021-04-07 10:58:04','','List Of Books','','inherit','open','closed','','list-of-books','','','2021-04-07 16:28:04','2021-04-07 10:58:04','',203,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/List-Of-Books.pdf',0,'attachment','application/pdf',0),(205,1,'2021-04-07 16:28:34','2021-04-07 10:58:34','<ul>\r\n <li><span style=\"color: #993366;\"><strong><a style=\"color: #993366;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/List-Of-Books.pdf\" target=\"_blank\">List Of Books</a></strong></span></li>\r\n</ul>','List Of Books','','inherit','closed','closed','','203-revision-v1','','','2021-04-07 16:28:34','2021-04-07 10:58:34','',203,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/07/203-revision-v1/',0,'revision','',0),(206,1,'2021-04-07 16:29:48','2021-04-07 10:59:48',' ','','','publish','closed','closed','','206','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=206',18,'nav_menu_item','',0),(207,1,'2021-04-07 16:31:57','2021-04-07 11:01:57','','Academic Calendar 2020-21','','inherit','open','closed','','academic-calendar-2020-21','','','2021-04-07 16:31:57','2021-04-07 11:01:57','',181,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2020-21.pdf',0,'attachment','application/pdf',0),(208,1,'2021-04-07 16:32:31','2021-04-07 11:02:31','<ul>\r\n <li><strong><span style=\"color: #33cccc;\"><a style=\"color: #33cccc;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2020-21.pdf\" target=\"_blank\">Academic Calendar 2020-21</a></span></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','181-revision-v1','','','2021-04-07 16:32:31','2021-04-07 11:02:31','',181,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/07/181-revision-v1/',0,'revision','',0),(209,1,'2021-04-07 16:37:32','2021-04-07 11:07:32','<ul>\r\n <li><span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Extension-of-General-Affiliation.pdf\" target=\"_blank\">Extension of General Affiliation</a></strong></span></li>\r\n</ul>','CBSE Affiliation Grant Letter','','publish','closed','closed','','cbse-affiliation-grant-letter','','','2022-02-28 13:34:34','2022-02-28 08:04:34','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=209',0,'page','',0),(210,1,'2021-04-07 16:37:11','2021-04-07 11:07:11','','CBSE Affiliation Grant Letter','','inherit','open','closed','','cbse-affiliation-grant-letter','','','2021-04-07 16:37:11','2021-04-07 11:07:11','',209,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/CBSE-Affiliation-Grant-Letter.pdf',0,'attachment','application/pdf',0),(211,1,'2021-04-07 16:37:32','2021-04-07 11:07:32','<ul>\r\n <li><strong><span style=\"color: #333333;\"><a style=\"color: #333333;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/CBSE-Affiliation-Grant-Letter.pdf\" target=\"_blank\">CBSE Affiliation Grant Letter</a></span></strong></li>\r\n</ul>','CBSE Affiliation Grant Letter','','inherit','closed','closed','','209-revision-v1','','','2021-04-07 16:37:32','2021-04-07 11:07:32','',209,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/07/209-revision-v1/',0,'revision','',0),(212,1,'2021-04-07 16:38:17','2021-04-07 11:08:17',' ','','','publish','closed','closed','','212','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=212',5,'nav_menu_item','',0),(215,1,'2021-04-17 14:19:38','2021-04-17 08:49:38','Sri Chaitanya Techno School\r\n\r\nCBSE Affiliation No: 830941\r\n\r\nSchool Code: 45913\r\n\r\nAddress: Plot No: 84/1 Garden House, 5th Main,\r\n\r\nOMBR layout, Banaswadi,\r\n\r\nBangalore-560033.\r\n\r\nPrincipal Name: Mrs. Sabitha N\r\n\r\nPrincipal Qualification: MA, BEd\r\n\r\nEmail :- <a href=\"mailto:banaswadi@srichaitanyaschool.net\">banaswadi@srichaitanyaschool.net</a>\r\n\r\nWebsite:- <a href=\"http://srichaitanyaschoolbanaswadi.net/\">http://srichaitanyaschoolbanaswadi.net</a>\r\n\r\nPhone :- 70320 74040 / 9900074671','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2021-04-17 14:19:38','2021-04-17 08:49:38','',21,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/17/21-revision-v1/',0,'revision','',0),(216,1,'2021-04-17 14:29:53','2021-04-17 08:59:53','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/No-Objection-Certificate.pdf\" target=\"_blank\">No Objection Certificate</a></strong></span></li>\r\n</ul>','No Objection Certificate','','publish','closed','closed','','no-objection-certificate','','','2021-04-17 14:29:53','2021-04-17 08:59:53','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=216',0,'page','',0),(217,1,'2021-04-17 14:29:37','2021-04-17 08:59:37','','No Objection Certificate','','inherit','open','closed','','no-objection-certificate','','','2021-04-17 14:29:37','2021-04-17 08:59:37','',216,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/No-Objection-Certificate.pdf',0,'attachment','application/pdf',0),(218,1,'2021-04-17 14:29:53','2021-04-17 08:59:53','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/No-Objection-Certificate.pdf\" target=\"_blank\">No Objection Certificate</a></strong></span></li>\r\n</ul>','No Objection Certificate','','inherit','closed','closed','','216-revision-v1','','','2021-04-17 14:29:53','2021-04-17 08:59:53','',216,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/17/216-revision-v1/',0,'revision','',0),(219,1,'2021-04-17 14:30:26','2021-04-17 09:00:26',' ','','','publish','closed','closed','','219','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=219',7,'nav_menu_item','',0),(220,1,'2021-04-17 14:31:50','2021-04-17 09:01:50','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/PTA-Committee.pdf\" target=\"_blank\">PTA Committee</a></strong></span></li>\r\n</ul>','PTA Committee','','publish','closed','closed','','pta-committee','','','2021-04-17 14:31:50','2021-04-17 09:01:50','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=220',0,'page','',0),(221,1,'2021-04-17 14:31:28','2021-04-17 09:01:28','','PTA Committee','','inherit','open','closed','','pta-committee','','','2021-04-17 14:31:28','2021-04-17 09:01:28','',220,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/PTA-Committee.pdf',0,'attachment','application/pdf',0),(222,1,'2021-04-17 14:31:50','2021-04-17 09:01:50','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/PTA-Committee.pdf\" target=\"_blank\">PTA Committee</a></strong></span></li>\r\n</ul>','PTA Committee','','inherit','closed','closed','','220-revision-v1','','','2021-04-17 14:31:50','2021-04-17 09:01:50','',220,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/17/220-revision-v1/',0,'revision','',0),(223,1,'2021-04-17 14:32:24','2021-04-17 09:02:24',' ','','','publish','closed','closed','','223','','','2021-10-25 10:33:44','2021-10-25 05:03:44','',0,'http://srichaitanyaschoolbanaswadi.net/?p=223',20,'nav_menu_item','',0),(224,1,'2021-04-17 14:34:09','2021-04-17 09:04:09','','Staff Details','','inherit','open','closed','','staff-details-3','','','2021-04-17 14:34:09','2021-04-17 09:04:09','',177,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Staff-Details2.pdf',0,'attachment','application/pdf',0),(225,1,'2021-04-17 14:34:25','2021-04-17 09:04:25','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Staff-Details2.pdf\" target=\"_blank\">Staff Details</a></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','177-revision-v1','','','2021-04-17 14:34:25','2021-04-17 09:04:25','',177,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/17/177-revision-v1/',0,'revision','',0),(226,1,'2021-04-17 14:35:18','2021-04-17 09:05:18','<ul>\r\n <li><span style=\"color: #33cccc;\"><strong><a style=\"color: #33cccc;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy-1.pdf\" target=\"_blank\">Recognition Copy - 1</a></strong></span></li>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy-2.pdf\" target=\"_blank\">Recognition Copy - 2</a></strong></span></li>\r\n</ul>','Recognition Copy','','publish','closed','closed','','recognition-copy','','','2022-03-03 11:17:27','2022-03-03 05:47:27','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=226',0,'page','',0),(227,1,'2021-04-17 14:34:58','2021-04-17 09:04:58','','Recognition Copy','','inherit','open','closed','','recognition-copy','','','2021-04-17 14:34:58','2021-04-17 09:04:58','',226,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy.pdf',0,'attachment','application/pdf',0),(228,1,'2021-04-17 14:35:18','2021-04-17 09:05:18','<ul>\r\n <li><span style=\"color: #33cccc;\"><strong><a style=\"color: #33cccc;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy.pdf\" target=\"_blank\">Recognition Copy</a></strong></span></li>\r\n</ul>','Recognition Copy','','inherit','closed','closed','','226-revision-v1','','','2021-04-17 14:35:18','2021-04-17 09:05:18','',226,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/17/226-revision-v1/',0,'revision','',0),(229,1,'2021-04-17 14:35:51','2021-04-17 09:05:51',' ','','','publish','closed','closed','','229','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=229',6,'nav_menu_item','',0),(230,1,'2021-04-22 10:59:39','2021-04-22 05:29:39','','Staff Details','','inherit','open','closed','','staff-details-4','','','2021-04-22 10:59:39','2021-04-22 05:29:39','',177,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Staff-Details3.pdf',0,'attachment','application/pdf',0),(231,1,'2021-04-22 10:59:59','2021-04-22 05:29:59','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Staff-Details3.pdf\" target=\"_blank\">Staff Details</a></strong></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','177-revision-v1','','','2021-04-22 10:59:59','2021-04-22 05:29:59','',177,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/22/177-revision-v1/',0,'revision','',0),(232,1,'2021-04-22 11:02:11','2021-04-22 05:32:11','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Mandatory-Disclosure-Data.pdf\" target=\"_blank\">Mandatory Disclosure Data</a></strong></li>\r\n</ul>','Mandatory Disclosure Data','','publish','closed','closed','','mandatory-disclosure-data','','','2021-04-22 11:02:11','2021-04-22 05:32:11','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=232',0,'page','',0),(233,1,'2021-04-22 11:02:00','2021-04-22 05:32:00','','Mandatory Disclosure Data','','inherit','open','closed','','mandatory-disclosure-data','','','2021-04-22 11:02:00','2021-04-22 05:32:00','',232,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Mandatory-Disclosure-Data.pdf',0,'attachment','application/pdf',0),(234,1,'2021-04-22 11:02:11','2021-04-22 05:32:11','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Mandatory-Disclosure-Data.pdf\" target=\"_blank\">Mandatory Disclosure Data</a></strong></li>\r\n</ul>','Mandatory Disclosure Data','','inherit','closed','closed','','232-revision-v1','','','2021-04-22 11:02:11','2021-04-22 05:32:11','',232,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/22/232-revision-v1/',0,'revision','',0),(235,1,'2021-04-22 11:02:52','2021-04-22 05:32:52',' ','','','publish','closed','closed','','235','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=235',3,'nav_menu_item','',0),(236,1,'2021-04-22 11:04:22','2021-04-22 05:34:22','','Recognition Copy','','inherit','open','closed','','recognition-copy-2','','','2021-04-22 11:04:22','2021-04-22 05:34:22','',226,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy1.pdf',0,'attachment','application/pdf',0),(237,1,'2021-04-22 11:04:37','2021-04-22 05:34:37','<ul>\r\n <li><span style=\"color: #00ffff;\"><strong><a style=\"color: #00ffff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy1.pdf\" target=\"_blank\">Recognition Copy</a></strong></span></li>\r\n</ul>','Recognition Copy','','inherit','closed','closed','','226-revision-v1','','','2021-04-22 11:04:37','2021-04-22 05:34:37','',226,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/22/226-revision-v1/',0,'revision','',0),(238,1,'2021-04-22 11:05:33','2021-04-22 05:35:33','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></span></li>\r\n</ul>','Trust Deed','','publish','closed','closed','','trust-deed','','','2021-04-22 11:05:33','2021-04-22 05:35:33','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=238',0,'page','',0),(239,1,'2021-04-22 11:05:07','2021-04-22 05:35:07','','Trust Deed','','inherit','open','closed','','trust-deed','','','2021-04-22 11:05:07','2021-04-22 05:35:07','',238,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Trust-Deed.pdf',0,'attachment','application/pdf',0),(240,1,'2021-04-22 11:05:33','2021-04-22 05:35:33','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></span></li>\r\n</ul>','Trust Deed','','inherit','closed','closed','','238-revision-v1','','','2021-04-22 11:05:33','2021-04-22 05:35:33','',238,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/22/238-revision-v1/',0,'revision','',0),(241,1,'2021-04-22 11:06:08','2021-04-22 05:36:08',' ','','','publish','closed','closed','','241','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=241',12,'nav_menu_item','',0),(242,1,'2021-04-24 12:00:03','2021-04-24 06:30:03','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Self-Certification-Proforma.pdf\" target=\"_blank\">Self Certification Proforma</a></strong></li>\r\n</ul>','Self Certification Proforma','','publish','closed','closed','','self-certification-proforma','','','2021-04-24 12:00:03','2021-04-24 06:30:03','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=242',0,'page','',0),(243,1,'2021-04-24 11:59:47','2021-04-24 06:29:47','','Self Certification Proforma','','inherit','open','closed','','self-certification-proforma','','','2021-04-24 11:59:47','2021-04-24 06:29:47','',242,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Self-Certification-Proforma.pdf',0,'attachment','application/pdf',0),(244,1,'2021-04-24 12:00:03','2021-04-24 06:30:03','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Self-Certification-Proforma.pdf\" target=\"_blank\">Self Certification Proforma</a></strong></li>\r\n</ul>','Self Certification Proforma','','inherit','closed','closed','','242-revision-v1','','','2021-04-24 12:00:03','2021-04-24 06:30:03','',242,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/04/24/242-revision-v1/',0,'revision','',0),(245,1,'2021-04-24 12:00:36','2021-04-24 06:30:36',' ','','','publish','closed','closed','','245','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=245',11,'nav_menu_item','',0),(249,1,'2021-09-16 13:26:36','2021-09-16 07:56:36','','Academic Calendar 2021-2022','','inherit','open','closed','','academic-calendar-2021-2022','','','2021-09-16 13:26:36','2021-09-16 07:56:36','',181,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2021-2022.pdf',0,'attachment','application/pdf',0),(250,1,'2021-09-16 13:26:53','2021-09-16 07:56:53','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2021-2022.pdf\" target=\"_blank\">Academic Calendar 2021-2022</a></strong></span></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','181-revision-v1','','','2021-09-16 13:26:53','2021-09-16 07:56:53','',181,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/09/16/181-revision-v1/',0,'revision','',0),(252,1,'2021-10-25 10:32:16','2021-10-25 05:02:16','','Mandatory Public Disclosure','','publish','closed','closed','','mandatory-public-disclosure','','','2021-10-25 10:32:16','2021-10-25 05:02:16','',0,'http://srichaitanyaschoolbanaswadi.net/?page_id=252',0,'page','',0),(253,1,'2021-10-25 10:32:16','2021-10-25 05:02:16','','Mandatory Public Disclosure','','inherit','closed','closed','','252-revision-v1','','','2021-10-25 10:32:16','2021-10-25 05:02:16','',252,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/10/25/252-revision-v1/',0,'revision','',0),(254,1,'2021-10-25 10:33:43','2021-10-25 05:03:43',' ','','','publish','closed','closed','','254','','','2021-10-25 10:33:43','2021-10-25 05:03:43','',0,'http://srichaitanyaschoolbanaswadi.net/?p=254',2,'nav_menu_item','',0),(256,1,'2021-10-25 10:43:04','2021-10-25 05:13:04','<header class=\"entry-header\">\r\n<h5 class=\"entry-title\"><strong>History</strong></h5>\r\n<h6 class=\"entry-title\"><strong>Affiliation No:</strong> 830941</h6>\r\n<h6><strong>School Code: 45913</strong></h6>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-10-25 10:43:04','2021-10-25 05:13:04','',9,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/10/25/9-revision-v1/',0,'revision','',0),(257,1,'2021-10-25 10:44:07','2021-10-25 05:14:07','<header class=\"entry-header\">\r\n<h5 class=\"entry-title\"><strong>Affiliation No:</strong> 830941</h5>\r\n<h5 class=\"entry-title\"><strong>School Code: 45913</strong></h5>\r\n<h5>History:</h5>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-10-25 10:44:07','2021-10-25 05:14:07','',9,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/10/25/9-revision-v1/',0,'revision','',0),(258,1,'2021-10-25 10:44:33','2021-10-25 05:14:33','<header class=\"entry-header\">\r\n<h5 class=\"entry-title\"><strong>Affiliation No:</strong> <strong>830941</strong></h5>\r\n<h5 class=\"entry-title\"><strong>School Code: 45913</strong></h5>\r\n<h5>History:</h5>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2021-10-25 10:44:33','2021-10-25 05:14:33','',9,'http://srichaitanyaschoolbanaswadi.net/index.php/2021/10/25/9-revision-v1/',0,'revision','',0),(260,1,'2022-02-24 15:23:01','2022-02-24 09:53:01','','STAFF DETAILS','','inherit','open','closed','','staff-details-5','','','2022-02-24 15:23:01','2022-02-24 09:53:01','',177,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/STAFF-DETAILS.pdf',0,'attachment','application/pdf',0),(261,1,'2022-02-24 15:23:18','2022-02-24 09:53:18','<ul>\r\n <li><strong><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/STAFF-DETAILS.pdf\" target=\"_blank\">STAFF DETAILS</a></span></strong></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','177-revision-v1','','','2022-02-24 15:23:18','2022-02-24 09:53:18','',177,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/02/24/177-revision-v1/',0,'revision','',0),(262,1,'2022-02-24 15:29:43','2022-02-24 09:59:43','','Banaswadi','','inherit','open','closed','','banaswadi','','','2022-02-24 15:29:43','2022-02-24 09:59:43','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.jpg',0,'attachment','image/jpeg',0),(263,1,'2022-02-24 15:30:01','2022-02-24 10:00:01','','Banaswadi.2','','inherit','open','closed','','banaswadi-2','','','2022-02-24 15:30:01','2022-02-24 10:00:01','',17,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.2.jpg',0,'attachment','image/jpeg',0),(264,1,'2022-02-24 15:30:24','2022-02-24 10:00:24','<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-262 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi-300x210.jpg\" alt=\"Banaswadi\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-263 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/Banaswadi.2-300x210.jpg\" alt=\"Banaswadi.2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-126 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-129 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/31-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-130 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/41-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-131 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/51-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-132 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/61-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-133 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/71-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-134 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/81-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-135 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/91-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-136 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/101-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-137 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/111-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-138 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/121-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-139 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/131-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-140 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/141-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/151-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/161-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-102 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-103 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/2-300x210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-105 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-104 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-113 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-114\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-115 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-116 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-117 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-119 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-120 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-121 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-122 size-medium\" src=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2022-02-24 15:30:24','2022-02-24 10:00:24','',17,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/02/24/17-revision-v1/',0,'revision','',0),(265,1,'2022-02-28 13:31:52','2022-02-28 08:01:52','','RECOGNITION CERTIFICATE','','inherit','open','closed','','recognition-certificate','','','2022-02-28 13:31:52','2022-02-28 08:01:52','',226,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/RECOGNITION-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(266,1,'2022-03-03 11:16:23','2022-03-03 05:46:23','<ul>\n <li><span style=\"color: #33cccc;\"><strong><a style=\"color: #33cccc;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy-1.pdf\" target=\"_blank\">Recognition Copy - 1</a></strong></span></li>\n <li></li>\n</ul>','Recognition Copy','','inherit','closed','closed','','226-autosave-v1','','','2022-03-03 11:16:23','2022-03-03 05:46:23','',226,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/02/28/226-autosave-v1/',0,'revision','',0),(267,1,'2022-02-28 13:33:00','2022-02-28 08:03:00','<ul>\r\n <li><span style=\"color: #00ffff;\"><strong><a style=\"color: #00ffff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/RECOGNITION-CERTIFICATE.pdf\" target=\"_blank\">RECOGNITION CERTIFICATE</a></strong></span></li>\r\n</ul>','Recognition Copy','','inherit','closed','closed','','226-revision-v1','','','2022-02-28 13:33:00','2022-02-28 08:03:00','',226,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/02/28/226-revision-v1/',0,'revision','',0),(268,1,'2022-02-28 13:34:16','2022-02-28 08:04:16','','Extension of General Affiliation','','inherit','open','closed','','extension-of-general-affiliation','','','2022-02-28 13:34:16','2022-02-28 08:04:16','',209,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Extension-of-General-Affiliation.pdf',0,'attachment','application/pdf',0),(269,1,'2022-02-28 13:34:34','2022-02-28 08:04:34','<ul>\r\n <li><span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Extension-of-General-Affiliation.pdf\" target=\"_blank\">Extension of General Affiliation</a></strong></span></li>\r\n</ul>','CBSE Affiliation Grant Letter','','inherit','closed','closed','','209-revision-v1','','','2022-02-28 13:34:34','2022-02-28 08:04:34','',209,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/02/28/209-revision-v1/',0,'revision','',0),(270,1,'2022-03-02 16:31:33','2022-03-02 11:01:33','','FIRE SAFETY CERTIFICATE','','inherit','open','closed','','fire-safety-certificate-2','','','2022-03-02 16:31:33','2022-03-02 11:01:33','',189,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/FIRE-SAFETY-CERTIFICATE.pdf',0,'attachment','application/pdf',0),(271,1,'2022-03-02 16:31:43','2022-03-02 11:01:43','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/FIRE-SAFETY-CERTIFICATE.pdf\" target=\"_blank\">FIRE SAFETY CERTIFICATE</a></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','189-revision-v1','','','2022-03-02 16:31:43','2022-03-02 11:01:43','',189,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/03/02/189-revision-v1/',0,'revision','',0),(272,1,'2022-03-02 16:31:58','2022-03-02 11:01:58','<ul>\r\n <li><span style=\"color: #666699;\"><strong><a style=\"color: #666699;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/FIRE-SAFETY-CERTIFICATE.pdf\" target=\"_blank\">FIRE SAFETY CERTIFICATE</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','189-revision-v1','','','2022-03-02 16:31:58','2022-03-02 11:01:58','',189,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/03/02/189-revision-v1/',0,'revision','',0),(273,1,'2022-03-03 11:15:49','2022-03-03 05:45:49','','Recognition Copy 1','','inherit','open','closed','','recognition-copy-1','','','2022-03-03 11:15:49','2022-03-03 05:45:49','',226,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy-1.pdf',0,'attachment','application/pdf',0),(274,1,'2022-03-03 11:16:27','2022-03-03 05:46:27','','Recognition Copy 2','','inherit','open','closed','','recognition-copy-2-2','','','2022-03-03 11:16:27','2022-03-03 05:46:27','',226,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy-2.pdf',0,'attachment','application/pdf',0),(275,1,'2022-03-03 11:16:52','2022-03-03 05:46:52','<ul>\r\n <li><span style=\"color: #33cccc;\"><strong><a style=\"color: #33cccc;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy-1.pdf\" target=\"_blank\">Recognition Copy - 1</a></strong></span></li>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Recognition-Copy-2.pdf\" target=\"_blank\">Recognition Copy - 2</a></strong></span></li>\r\n</ul>','Recognition Copy','','inherit','closed','closed','','226-revision-v1','','','2022-03-03 11:16:52','2022-03-03 05:46:52','',226,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/03/03/226-revision-v1/',0,'revision','',0),(277,1,'2022-10-11 10:46:25','2022-10-11 05:16:25','','CBSE STAFF DETAILS 22-23','','inherit','open','closed','','cbse-staff-details-22-23','','','2022-10-11 10:46:25','2022-10-11 05:16:25','',177,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/CBSE-STAFF-DETAILS-22-23.pdf',0,'attachment','application/pdf',0),(278,1,'2022-10-11 10:46:42','2022-10-11 05:16:42','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/CBSE-STAFF-DETAILS-22-23.pdf\" target=\"_blank\">CBSE STAFF DETAILS 22-23</a></strong></span></li>\r\n</ul>','Staff Details','','inherit','closed','closed','','177-revision-v1','','','2022-10-11 10:46:42','2022-10-11 05:16:42','',177,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/10/11/177-revision-v1/',0,'revision','',0),(279,1,'2022-10-11 10:48:43','2022-10-11 05:18:43','','Academic Calendar 2022-2023','','inherit','open','closed','','academic-calendar-2022-2023','','','2022-10-11 10:48:43','2022-10-11 05:18:43','',181,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2022-2023.pdf',0,'attachment','application/pdf',0),(280,1,'2022-10-11 10:49:01','2022-10-11 05:19:01','<ul>\r\n <li><strong><span style=\"color: #ff9900;\"><a style=\"color: #ff9900;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/04/Academic-Calendar-2022-2023.pdf\" target=\"_blank\">Academic Calendar 2022-2023</a></span></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','181-revision-v1','','','2022-10-11 10:49:01','2022-10-11 05:19:01','',181,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/10/11/181-revision-v1/',0,'revision','',0),(281,1,'2022-10-11 10:49:18','2022-10-11 05:19:18','','Fee-Structure','','inherit','open','closed','','fee-structure-2','','','2022-10-11 10:49:18','2022-10-11 05:19:18','',157,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Fee-Structure1.pdf',0,'attachment','application/pdf',0),(282,1,'2022-10-11 10:49:26','2022-10-11 05:19:26','<ul>\r\n <li><strong><a href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2021/03/Fee-Structure1.pdf\" target=\"_blank\">Fee-Structure</a></strong></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','157-revision-v1','','','2022-10-11 10:49:26','2022-10-11 05:19:26','',157,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/10/11/157-revision-v1/',0,'revision','',0),(284,1,'2022-10-11 10:50:43','2022-10-11 05:20:43','','CBSE NCERT Classwise Text Books List for Academic Year 2022-23','','inherit','open','closed','','cbse-ncert-classwise-text-books-list-for-academic-year-2022-23','','','2022-10-11 10:50:43','2022-10-11 05:20:43','',0,'http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2022/10/CBSE-NCERT-Classwise-Text-Books-List-for-Academic-Year-2022-23.pdf',0,'attachment','application/pdf',0),(286,1,'2022-10-11 10:53:34','2022-10-11 05:23:34','<ul>\r\n <li><span style=\"color: #33cccc;\"><strong><a style=\"color: #33cccc;\" href=\"http://srichaitanyaschoolbanaswadi.net/wp-content/uploads/2022/10/CBSE-NCERT-Classwise-Text-Books-List-for-Academic-Year-2022-23.pdf\" target=\"_blank\">CBSE NCERT Class Wise Text Books List for Academic Year 2022-23</a></strong></span></li>\r\n</ul>','List Of Books','','inherit','closed','closed','','203-revision-v1','','','2022-10-11 10:53:34','2022-10-11 05:23:34','',203,'http://srichaitanyaschoolbanaswadi.net/index.php/2022/10/11/203-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0),(167,3,0),(168,3,0),(169,3,0),(170,3,0),(171,3,0),(180,3,0),(184,3,0),(188,3,0),(198,3,0),(199,3,0),(200,3,0),(206,3,0),(212,3,0),(219,3,0),(223,3,0),(229,3,0),(235,3,0),(241,3,0),(245,3,0),(254,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,26); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','276'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=tinymce&post_dfw=off&libraryContent=browse&advImgDetails=show&hidetb=1&wplink=1'),(20,1,'scsuser-settings-time','1665465751'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_srichaitanyaschoolbannerghatta` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_srichaitanyaschoolbannerghatta` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_srichaitanyaschoolbannerghatta`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=17590 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichatinyatechnobannerghatta.net','yes'),(2,'home','http://srichatinyatechnobannerghatta.net','yes'),(3,'blogname','Sri Chaitanya Techno Bannerghatta','yes'),(4,'blogdescription','The Right Mentor for IIT-Jee & Medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:0;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:1;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:2;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";i:3;s:80:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/akismet/akismet.php\";i:4;s:117:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/languages/tutorial.txt\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;a:3:{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;}}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;}}}i:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','621572e9e87496d60e56ca132a74ee32','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:0:{}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'_site_transient_timeout_available_translations','1449159309','yes'),(338,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 09:00:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-01 08:58:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-29 18:40:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-02 10:49:03\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(340,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(341,'_transient_timeout_settings_errors','1449148574','no'),(342,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(375,'_site_transient_timeout_browser_e962b733612dd4249c54f83e15b3b715','1487951465','yes'),(376,'_site_transient_browser_e962b733612dd4249c54f83e15b3b715','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(467,'_site_transient_timeout_browser_d4f514b1e3040b31a8de27f45ba9b6b2','1492509078','yes'),(468,'_site_transient_browser_d4f514b1e3040b31a8de27f45ba9b6b2','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(469,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1491947494','no'),(470,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1491947494','no'),(471,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1491904294','no'),(472,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1491947498','no'),(473,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WordCamp for Publishers to be Held in Denver, August 17-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wordcamp-for-publishers-to-be-held-in-denver-august-17-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4385:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/coffee-newspaper.jpg?ssl=1\"><img /></a>Coffee Cup on Table — Image by © Michael Prince/CORBIS\n<p>The first ever <a href=\"https://2017-denver.journalist.wordcamp.org/\" target=\"_blank\">WordCamp for Publishers</a> will be held August 17-19 in Denver, Colorado. The niche WordCamp will be open to anyone who uses WordPress to manage a publication, no matter what size. Organizers submitted an application last November and received approval from WordCamp Central in February.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">A huge thanks to <a href=\"https://twitter.com/wordcamp\">@wordcamp</a> for letting us try this out. It\'s the first national WordCamp focused on a specific topic/industry.</p>\n<p>— Adam Schweigert (@aschweig) <a href=\"https://twitter.com/aschweig/status/850040392812810241\">April 6, 2017</a></p></blockquote>\n<p></p>\n<p>In previous planning stages, the event was going to be called “WordCamp for Journalists,” but WordCamp for Publishers is more inclusive of the different types of professionals who are involved in managing publications. Organizers are planning to have tracks with content for engineering, product, and editorial teams. Attendees will work together to collaborate on open source tools for publishers and best practices.</p>\n<p><a href=\"https://twitter.com/crushgear\" target=\"_blank\">Steph Yiu</a> and <a href=\"https://twitter.com/aschweig\" target=\"_blank\">Adam Schweigert</a> are the lead organizers of the event. Schweigert used to run engineering at the Institute of Nonprofit News and also led a working group assembled by MIT and the Knight Foundation on CMS-related projects. Yiu was a part of that working group and most of the other 12 <a href=\"https://2017-denver.journalist.wordcamp.org/organizers/\" target=\"_blank\">organizers</a> came out of it. Others were found through a call for volunteers.</p>\n<p>“As a part of the working group we decided we wanted to pull together an event that was focused on WordPress, specifically helping improve the open source tools around publishing, and build a community around publishers that use WordPress,” Yiu said. “One thing that was very important to us was being able to reach smaller publishers, which is why, as part of the event, we are hoping to offer travel scholarships for folks who otherwise would not be able to attend.”</p>\n<p>After discussing a few different event types, Yiu said the team eventually settled on setting it up as a WordCamp because of the community and structure that WordCamp Central provides. However, unlike most WordCamps, the event will offer a mix of presentations and hands-on workshops. Organizers will soon open a call for both speakers and workshop facilitators.</p>\n<p>“It’s still early days for us since this is a first-time event,” Yiu said. “Our current goal is to have a mix of workshops aimed at people who contribute to the multiple areas of the publishing process (for example: developers, designers, product owners, and editorial staff) and multiple skill levels. We also hope to bring together people who maintain open source projects important to publishing to run workshops on both using and contributing with the goal of helping build up those projects for the long run.”</p>\n<p>WordCamp for Publishers will be held at <a href=\"http://www.denverpost.com/\" target=\"_blank\">The Denver Post</a>, a publication that runs on WordPress as a WordPress.com VIP customer.</p>\n<p>“Mateo Leyba, who works at Digital First Media, was a part of the original working group and suggested they could sponsor with a venue donation,” Yiu said. “That was very welcome as venues are usually the most expensive part of any event! Also, it’s a cool spot with a beautiful view.”</p>\n<p>The call for speakers and workshop leaders will open soon and will close in early May. Tickets for the event will be $40 and will go on sale in May. As it’s the first event of its kind, the organizers are keeping it small and are limiting it to 230 attendees. If you’re thinking about sponsoring or attending, sign up for email updates on the <a href=\"https://2017-denver.journalist.wordcamp.org/\" target=\"_blank\">WordCamp for Publishers</a> website.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Apr 2017 03:12:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: WordPress Editor Experience Survey Shows 75% of Respondents Don’t Use Distraction-Free Writing Mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/wordpress-editor-experience-survey-shows-75-of-respondents-dont-use-distraction-free-writing-mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3353:\"<p>The WordPress Editor Experience survey <a href=\"https://make.wordpress.org/core/2017/04/07/editor-experience-survey-results/\" target=\"_blank\">results</a> have been published with data from 2,563 participants, a significantly larger sampling than the 50 who responded to the recent <a href=\"https://wptavern.com/initial-customizer-survey-results-reveal-majority-of-respondents-dont-use-it\" target=\"_blank\">customizer survey</a>. Both the editor and the customizer are included in Matt Mullenweg’s three main focus areas for core development in 2017. The purpose of the surveys is to find out how WordPress users are using or not using the current features.</p>\n<p>More than half of the survey respondents (66%) identified themselves as developers (in addition to other roles). Since this category of users dominated the survey results, Mark Uraine decided to break it down further to display other categories developers selected.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/non-dev-vs-dev.png?ssl=1\"><img /></a></p>\n<p>Based on these results, it isn’t surprising that more than 85% of respondents use the markup text editor and 35% of those use it exclusively. Support for syntax highlighting is also a popular request.</p>\n<p>The distraction-free writing mode received quite a bit of feedback on the survey. More than 75% of respondents said they do not use it.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/distraction-free.png?ssl=1\"><img /></a></p>\n<p>The current implementation of the distraction-free writing mode was introduced in WordPress 4.1 at the end of 2014. The idea was to minimize distractions without having to go through a clunky transition to access the admin menu or meta boxes. Moving the cursor to the right or left of the editor brings them back into view, but many people find the admin interface sliding in and out of view to be distracting. Several who commented suggested that the feature could use some major improvements.</p>\n<p>The survey also revealed that the majority of respondents (72%) install plugins that add features to the editor. These most commonly include shortcodes, Advanced TinyMCE, Tables, and Visual Composer. The results indicate that users often extend the editor to get more basic advanced layout capabilities for presenting their content.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/popular-features.png?ssl=1\"><img /></a></p>\n<p>The Editor Experience survey was a good first start, but it doesn’t accurately represent WordPress’ global user base. The results are heavily skewed towards developers’ needs and experiences. Developers are users, too, but there has to be a way to get these surveys into the hands of a more diverse sampling of users. Reopening the survey and circulating it beyond the WordPress developer community might help to paint a more accurate picture of users’ experiences with the editor.</p>\n<p>A more diverse sampling would reveal whether or not the vast majority of users have no use for the current implementation of the distraction-free writing mode, as developer feedback seems to suggest. It could also provide more feedback on the visual editor features that 35% of respondents to this survey never use.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Apr 2017 21:10:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: New Twitter Bot Automatically Tweets Links to Trac Tickets Tagged as Good-First-Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/new-twitter-bot-automatically-tweets-links-to-trac-tickets-tagged-as-good-first-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2991:\"<p>In 2014, WordPress Trac <a href=\"https://wptavern.com/wordpress-core-trac-gets-a-design-refresh-new-features-and-enhancements\">received a facelift</a> and one of the improvements was the “good-first-bug†tag. The goal of <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~good-first-bug\">good-first-bug tickets</a> is to get newcomers familiar with WordPress code, processes, and contributing patches.</p>\n<p>If you’d like to be notified of new tickets created on trac tagged good-first-bug on Twitter, check out the <a href=\"https://twitter.com/GoodFirstBugs\">@GoodFirstBugs</a> account created by <a href=\"https://twitter.com/ryanwelcher\">Ryan Welcher</a>. In three days since its creation, the account has accumulated nearly 100 followers.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I wrote a bot to tweet <a href=\"https://twitter.com/hashtag/goodfirstbugs?src=hash\">#goodfirstbugs</a> for <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> core. Follow <a href=\"https://twitter.com/GoodFirstBugs\">@GoodFirstBugs</a> for great ways to start contributing!</p>\n<p>— Ryan Welcher (@ryanwelcher) <a href=\"https://twitter.com/ryanwelcher/status/850475993622032384\">April 7, 2017</a></p></blockquote>\n<p></p>\n<p>The bot uses predetermined phrases to describe tickets. However, the phrases don’t do much to explain what the ticket is about. For example, the ticket linked in the Tweet below has nothing to do with the <a href=\"https://codex.wordpress.org/Function_Reference/capital_P_dangit\">Capital P Dangit filter</a>. I’d like to see the first few words of the ticket’s title be used instead.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"in\" dir=\"ltr\">Capital P Dangit! <a href=\"https://t.co/KgoJiiN72C\">https://t.co/KgoJiiN72C</a> <a href=\"https://twitter.com/hashtag/GoodFirstBug?src=hash\">#GoodFirstBug</a></p>\n<p>— GoodFirstBugs (@GoodFirstBugs) <a href=\"https://twitter.com/GoodFirstBugs/status/851129959921930242\">April 9, 2017</a></p></blockquote>\n<p></p>\n<p>Many of the tickets linked have the has-patch keyword assigned as well. This means that a contributor has already submitted a patch and it needs to be reviewed and or tested before it can be committed to core. Scott Buscemi <a href=\"https://twitter.com/scottbuscemi/status/850514220277932032\">suggests</a> that the bot should ignore these tickets, an idea that Welcher may implement in future iterations.</p>\n<p>As I’ve highlighted <a href=\"https://wptavern.com/why-you-shouldnt-be-worried-about-screwing-up-when-contributing-to-wordpress\">in the past</a>, the tickets tagged good-first-bug help remove some of the fear and anxiety that comes with navigating Trac to contribute to WordPress. Using Twitter to <a href=\"https://twitter.com/GoodFirstBugs\">publish links</a> to these tickets will give them more exposure and may lead to quicker adoption from new contributors.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Apr 2017 16:30:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"HeroPress: HeroPress Geography: Oceania\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=1689\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://heropress.com/heropress-geography-oceana/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3364:\"<img width=\"960\" height=\"444\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/04/heropress_oceana-1024x474.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Google map of Oceana with pins in Australia, New Zealand, and The Philippines\" /><p>This week’s HeroPress geography is from Oceania.  I’d love more people from that area, so if you know anyone who would be good for HeroPress, please encourage them to fill out the <a href=\"https://heropress.com/contribute/\">contributor form</a>.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/actually-wordpress-didnt-change-life/\">Actually, WordPress didn’t change my life.</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/it-all-begins-with-a-thought/\">It All Begins With a Thought</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/when-life-throws-you-a-curveball-wordpress-is-there/\">When Life Throws You a Curveball, WordPress is There</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/wordpress-set-free/\">WordPress Set Me Free</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/love-your-work/\">Love your work</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: HeroPress Geography: Oceania\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=HeroPress%20Geography%3A%20Oceania&via=heropress&url=https%3A%2F%2Fheropress.com%2Fheropress-geography-oceana%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: HeroPress Geography: Oceania\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fheropress-geography-oceana%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fheropress-geography-oceana%2F&title=HeroPress+Geography%3A+Oceania\" rel=\"nofollow\" target=\"_blank\" title=\"Share: HeroPress Geography: Oceania\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/heropress-geography-oceana/&media=https://heropress.com/wp-content/uploads/2017/04/heropress_oceana-150x150.jpg&description=HeroPress Geography: Oceania\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: HeroPress Geography: Oceania\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/heropress-geography-oceana/\" title=\"HeroPress Geography: Oceania\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/heropress-geography-oceana/\">HeroPress Geography: Oceania</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 09 Apr 2017 02:47:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Yoast SEO’s PHP Upgrade Nag is Producing a Significant Increase in Sites Upgrading to PHP 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/yoast-seos-php-upgrade-nag-is-producing-a-significant-increase-in-sites-upgrading-to-php-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2889:\"<p>Less than three weeks ago <a href=\"https://wptavern.com/yoast-seo-4-5-urges-users-to-upgrade-to-php-7\" target=\"_blank\">Yoast SEO version 4.5 was released</a> with an ugly, non-dismissible notice for sites on PHP 5.2. The notice encourages the user to upgrade to PHP 7, explaining that it is faster and more secure. It includes links for getting started and example emails that users can send to their hosting companies.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/whip-php-notice.png?ssl=1\"><img /></a></p>\n<p>In the 18 days since shipping the plugin with the upgrade nag, Yoast SEO creator Joost de Valk has seen a dramatic uptick in sites moving from old, unsupported versions to PHP 7. From December to March, PHP 5.2 usage among Yoast SEO users decreased from 1.9% to 1.7%, a modest drop over three months. After adding the nag on March 21, PHP 5.2 usage dropped from 1.7% to 1.3% for those using Yoast SEO version 4.5. PHP 5.3 usage is also steadily decreasing since de Valk began the campaign to educate his plugin’s users about the benefits of upgrading.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/yoast-stats.png?ssl=1\"><img /></a></p>\n<p>According to de Valk’s stats, 22.2% of Yoast SEO users are on version 4.5 of the plugin. He estimates 1,443,000 sites on 4.5 out of 6.5 million users.</p>\n<p>“Assuming 0.5% updated their PHP versions, that’s 7K sites,” de Valk said. “And another 14-20k that updated from 5.3 to something more decent.”</p>\n<p>Many developers are hesitant to implement a nag in their plugins, but Yoast SEO is one of the largest plugins to prove that an ugly, non-dismissible notice can be an effective tool for getting users to take action.</p>\n<p>“One of the reasons I’m sharing is because I’d love others to join us,” de Valk said. “People don’t like nags, but we’ve had some truly great feedback from users who went from PHP 5.2 to 7 and were astonished by how fast their sites suddenly were. Negative feedback has been absolutely minimal.”</p>\n<p>The Yoast SEO team created a project called WHIP that makes it easy for plugin and theme developers to add notices that will nudge their users to upgrade their software versions, starting with PHP. The project also includes a filter for linking to the WordPress.org recommended hosting page, as an alternative to the Yoast.com hosting overview.</p>\n<p>De Valk said his team intends to push the notice to users on other PHP versions in the near future, starting with 5.3.</p>\n<p>“We’ve got a release coming next week (4.6), in which we won’t do it yet,” de Valk said. “If all goes well and continues to be mellow, 5.3 will be ‘nagged’ as of 4.7, probably three weeks later.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Apr 2017 03:56:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Recommended Reading: Resilient Web Design, a Free e-Book from Jeremy Keith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/recommended-reading-resilient-web-design-a-free-e-book-from-jeremy-keith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5538:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/08/typewriter.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/4OURRGDU7Z\">Sergey Zolkin</a>\n<p>UK-based web developer <a href=\"https://adactio.com/\" target=\"_blank\">Jeremy Keith</a> published <a href=\"https://resilientwebdesign.com/\" target=\"_blank\">Resilient Web Design</a> as a free e-book in December 2016. Over the past few months, industry leaders have been raving about the book, so I decided to take an evening to find out what all the fuss is about. Keith has been blogging for more than 15 years at <a href=\"http://adactio.com\" target=\"_blank\">adactio.com</a>. He is an active contributor to the web standards movement, a popular conference speaker, and the author of <em>DOM Scripting</em>, <em>Bulletproof Ajax</em>, and <em>HTML5 For Web Designers</em>.</p>\n<p>After just a few pages in, I could see why so many have read Resilient Web Design all in one go. It lives up to all the excellent reviews. The book is divided into seven chapters and can be read in a couple hours. It is not a book on best practices, as one might expect, but rather a historical perspective on web standards and the evolution of responsive design. It provides a foundation for understanding technological progress and is essentially a primer on how breakthrough ideas happen and how resilient ideas endure.</p>\n<p>“The World Wide Web has been around for long enough now that we can begin to evaluate the twists and turns of its evolution,” Keith said. “I wrote this book to highlight some of the approaches to web design that have proven to be resilient. I didn’t do this purely out of historical interest (although I am fascinated by the already rich history of our young industry). In learning from the past, I believe we can better prepare for the future.”</p>\n<p>Keith’s brief history of web design recaptures some of the magic we felt at the dawn of the web. He said much of the subject matter has been included in his conference talks over the past couple of years but the book ended up taking some twists and turns that surprised him.</p>\n<p>“You won’t find any code in here to help you build better websites,” Keith said. “But you will find ideas and approaches. Ideas are more resilient than code. I’ve tried to combine the most resilient ideas from the history of web design into an approach for building the websites of the future.”</p>\n<p>Keith shares some thought-provoking ideas on design in chapter 3 that are particularly applicable to WordPress’ <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\" target=\"_blank\">new structure for releases where design and user testing will lead the way</a> in building a new editing and customization experience. The closest thing you can have to predicting the future is an understanding of what has endured in the past and an idea for building on it. Keith’s book examines principles that have proven to be resilient over time.</p>\n<p>“Design adds clarity,” Keith said. “Using colour, typography, hierarchy, contrast, and all the other tools at their disposal, designers can take an unordered jumble of information and turn it into something that’s easy to use and pleasurable to behold. Like life itself, design can win a small victory against the entropy of the universe, creating pockets of order from the raw materials of chaos.”</p>\n<p>Keith said he wrote Resilient Web Design for people who create websites in any capacity. He released it under a <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\" target=\"_blank\">Creative Commons attribution share-alike license</a> and there are many ways to access the content:</p>\n<ul>\n<li>On the web at <a href=\"https://resilientwebdesign.com/\" target=\"_blank\">resilientwebdesign.com</a></li>\n<li><a href=\"https://resilientwebdesign.s3.amazonaws.com/downloads/ResilientWebDesign-portrait.pdf\" target=\"_blank\">PDF in portrait format</a> (7MB)</li>\n<li><a href=\"http://resilientwebdesign.s3.amazonaws.com/downloads/ResilientWebDesign-landscape.pdf\" target=\"_blank\">PDF in landscape format</a> (19.9MB)</li>\n<li><a href=\"https://resilientwebdesign.s3.amazonaws.com/downloads/ResilientWebDesign.epub\" target=\"_blank\">EPUB version</a> (4.4MB)</li>\n<li><a href=\"https://resilientwebdesign.s3.amazonaws.com/downloads/ResilientWebDesign.mobi\" target=\"_blank\">MOBI version</a> (10.4MB)</li>\n<li>Audio on <a href=\"https://itunes.apple.com/podcast/resilient-web-design/id1183700985\" target=\"_blank\">iTunes</a>,<br />\n <a href=\"http://www.stitcher.com/podcast/resilient-web-design\" target=\"_blank\">Stitcher</a>, or <a href=\"https://play.pocketcasts.com/web/podcasts/share?id=2432cc30-a380-0134-9123-3327a14bcdba\" target=\"_blank\">Pocket Casts</a></li>\n<li>Download <a href=\"http://resilientwebdesign.s3.amazonaws.com/downloads/ResilientWebDesign.mp3\" target=\"_blank\">one mp3 file</a> of the whole book</li>\n</ul>\n<p>Despite his experience of nearly two decades in the industry, Keith is still acutely aware of all the unknowns that cannot be predicted. We don’t know what the web will become, but Keith’s perspective on its history brings a few resilient ideas to light. If you have some spare time over the weekend and want to be inspired about the future of the web, I highly recommend reading Resilient Web Design.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Apr 2017 20:29:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: New Userscript Restores Tabs to the WordPress Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/new-userscript-restores-tabs-to-the-wordpress-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2745:\"<p>One of the most common complaints about the WordPress plugin directory’s redesign is the use of read more links instead of tabs. Plugin authors and users <a href=\"https://wptavern.com/wordpress-plugin-directory-redesign-why-so-many-people-feel-their-feedback-was-ignored#comment-217002\">contend</a> that tabs make information more accessible. The redesign requires visitors to scroll a one-page design and click on various read more links to discover more information.</p>\n<p>There is a <a href=\"https://meta.trac.wordpress.org/ticket/2278\">ticket on Trac</a> that suggests a jump section be included so that visitors can jump to specific sections of a plugin’s readme file. It’s unclear if this feature will be added but if you’d like to restore the tabbed layout to the plugin directory, check out <a href=\"https://openuserjs.org/scripts/nextgenthemes/Wordpress.org_Plugin_Directory_Tabs\">this Userscript</a> created by Nicolas Jonas.</p>\n<p>According <a href=\"https://openuserjs.org/about/Userscript-Beginners-HOWTO\">to OpenUserJS</a>, userscripts are open source add-ons for browsers that can modify webpages as they’re loaded. Using userscripts is roughly the same as installing WordPress plugins to restore lost functionality. Jonas’ userscript <a href=\"https://openuserjs.org/scripts/nextgenthemes/Wordpress.org_Plugin_Directory_Tabs/source\">source code</a> contains a mix of CSS and jQuery to generate the tabs.</p>\n<p>To install the <a href=\"https://openuserjs.org/scripts/nextgenthemes/Wordpress.org_Plugin_Directory_Tabs/issues\">WordPress.org Plugin Directory Tabs</a> userscript in Firefox, you’ll first need to install the free <a href=\"https://openuserjs.org/about/Greasemonkey-for-Firefox\">Greasemonkey extension</a>. Greasemonkey is a Mozilla Add-on for Firefox that allows userscripts to run in the browser.</p>\n<img />Greasemonkey Firefox Add-on\n<p>Jonas developed the userscript in about 30 minutes and used CSS from a CSS button generator. The tabs have a blue background with white text on top. Jonas is open to suggestions and encourages those who want better designed buttons to <a href=\"https://openuserjs.org/scripts/nextgenthemes/Wordpress.org_Plugin_Directory_Tabs/issues\">create an issue</a> with the proper CSS code on his OpenUserJS page.</p>\n<img />Tabbed Layout\n<p>I tested the userscript on Firefox 52.0.2 and didn’t encounter any issues. After navigating the plugin directory with tabs, I can easily say I prefer it versus clicking read more links. I rarely have to scroll and the information I want to see is displayed front and center. Simply put, browsing a plugin’s page with tabs is a better user experience.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Apr 2017 02:25:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WordPress Plugin Directory Restores Stats and Links to Older Versions of Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/wordpress-plugin-directory-restores-stats-and-links-to-older-versions-of-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1899:\"<p>Since the <a href=\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm\">launch</a> of the newly redesigned WordPress plugin directory, the Meta team has been hard at work fixing bugs and updating the design. The directory has undergone a series of visual updates that address some of the <a href=\"https://wptavern.com/wordpress-plugin-directory-redesign-why-so-many-people-feel-their-feedback-was-ignored\">concerns</a> readers expressed last week.</p>\n<p>Plugin stats are available to the public again and can be viewed by clicking the Advanced View link. <br />\n<img />Advanced View Link</p>\n<p><img />Stats For PluginsLinks to previous versions can also be found on the stats page along with a disclaimer that says older versions may not be stable or secure.</p>\n<p><img />Drop-down Menu to Download Older VersionsThe installation instructions have also returned as a drop-down section.</p>\n<p><img />Installation InstructionsThese changes bring the directory closer to the usefulness its predecessor provided. Some of the issues that remain include, <a href=\"https://meta.trac.wordpress.org/ticket/2278\">read more links</a>, distorted plugin banner images, and <a href=\"https://meta.trac.wordpress.org/ticket/1828\">screenshots</a> linking to a page instead of opening in a lightbox. Although some plugin banners are distorted, the Meta team does not recommend developers update them as the new dimensions have not been finalized.</p>\n<p>The plugin directory is a work in progress. To report a bug or enhancement, you can <a href=\"https://meta.trac.wordpress.org/newticket?component=Plugin+Directory\">create a ticket on Trac. </a>If you have any questions concerning the directory or would like to get more involved, visit <a href=\"https://wordpress.slack.com/messages/meta/\">#meta</a> on Slack.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Apr 2017 02:18:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WPWeekly Episode 270 – Going Camp Press With Mendel Kurland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=68536&preview=true&preview_id=68536\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wpweekly-episode-270-going-camp-press-with-mendel-kurland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5914:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://ifyouwillit.com/\">Mendel Kurland</a>, GoDaddy Evangelist, to discuss the news making headlines. We cover what’s new in WooCommerce 3.0, why WordCamp Netherlands may not happen this year, and the WordPress plugin directory redesign.</p>\n<p>Marcus announced that he is the new head WordPress editor for <a href=\"http://smashingmagazine.com/\">Smashing Mag</a>. Last but not least, Kurland provides insight into <a href=\"https://camp.press/\">Camp Press</a>, a social experiment focused on disconnecting from technology to strengthen one-on-one relationships.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/woocommerce-3-0-brings-major-improvements-to-product-gallery-introduces-crud-classes-and-a-new-cli\">WooCommerce 3.0 Brings Major Improvements to Product Gallery, Introduces CRUD Classes and a New CLI</a><br />\n<a href=\"https://wptavern.com/wordpress-community-support-shuts-down-wordcamp-netherlands-in-favor-of-city-based-wordcamps\">WordPress Community Support Shuts Down WordCamp Netherlands in Favor of City-Based WordCamps</a><br />\n<a href=\"https://wptavern.com/wordpress-plugin-directory-redesign-why-so-many-people-feel-their-feedback-was-ignored\">WordPress Plugin Directory Redesign: Why So Many People Feel Their Feedback Was Ignored</a><br />\n<a href=\"https://wptavern.com/disconnect-from-technology-at-camp-press-september-23-24-in-seminole-ok\">Disconnect From Technology at Camp Press September 23-24 in Seminole, OK</a></p>\n<h2>What’s On WordPress.tv</h2>\n<p><a href=\"https://blog.wordpress.tv/2017/04/03/wordpress-community-interview-with-bridget-willard/\">WordPress Community Interview with Bridget Willard</a> – <a href=\"https://profiles.wordpress.org/bridgetwillard\">Bridget Willard</a> is the Marketing Manager at<a href=\"https://wordimpress.com\"> WordImpress</a>. She started her career with office work, earned a teaching degree, but returned to the office where she carved out a career in social media and marketing.</p>\n<p>She is the co-host of<a href=\"https://www.wpwatercooler.com/wpblab/\"> WPblab</a> and co-organizer of<a href=\"http://womenwhowp.org\"> Women Who WP</a> meetup. In this interview, Willard talks about her role as a member of the WordPress Marketing Team the<a href=\"https://make.wordpress.org/marketing/2016/07/06/the-four-horsemen-of-wordpress-org-marketing/\"> Four Horseman of WordPress Marketing</a>.</p>\n<p><a href=\"http://wordpress.tv/2017/04/03/adam-silver-and-kyle-maurer-wpbattles-entrepreneurship-vs-employment/\">Adam Silver and Kyle Maurer: WPBattles – Entrepreneurship vs. Employment WordCamp Northeast Ohio 2016</a> – In this session, the duo takes a detailed look at working for yourself or for someone else.</p>\n<p>They share the pros and cons for each and break down the fundamental differences between starting a WordPress company and working for one. If you ever find yourself questioning whether you’re really doing what’s best for you, this session will help you understand which path to choose.</p>\n<p><a href=\"http://wordpress.tv/2017/04/04/manuela-van-prooijen-long-live-the-customer-how-to-get-more-out-of-your-wordpress-business/\">Manuela van Prooijen: Long live the customer – how to get more out of your WordPress business</a> – From WordCamp Geneva (Switzerland) – Many companies do not use the full potential of their existing customers. Too often those clients are considered a piece of furniture. The clients are there, but often overlooked and not being paid attention to.</p>\n<p>The constant struggle to acquire new customers however is 5 to 10 times more expensive than selling services and goods to existing clients. Manuela shares ten strategies to create a crowd of happy and loyal customers and as a result: more return (recurring) business.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/wc-documents-tab/\">WC Documents Tab</a> adds a new tab into the product detail page with downloadable documents. You can use this for documentation, product brochures or anything else that you would need to provide a document for.</p>\n<p><a href=\"https://wordpress.org/plugins/rock-the-slackbot/\">Rock The Slackbot</a> can help you manage your websites, and stay on top of changes, by sending notifications (following numerous WordPress events) to your Slackbot who will pass them along to a channel or direct message in your Slack account. This triggers when posts are published, unpublished, deleted or updated. It’s also triggered for user roles, activity, theme, plugin modifications, and more.</p>\n<p><a href=\"https://wordpress.org/plugins/pdf-forms-for-contact-form-7/\">PDF Forms Filler for Contact Form 7</a> gives WordPress Admin Panel users the ability to add PDF attachments to email messages of Contact Form 7. If the PDF attachment has a PDF form, the plugin allows users to add fields onto the CF7 form that are mapped to fields in the PDF form. When a website visitor submits the CF7 form, the form in the PDF file is filled with CF7 form information and the resulting PDF file is attached to the CF7 email message.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 12th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #270:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Apr 2017 18:21:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Blog Helper: An Alexa Skill for Managing a WordPress Blog with Your Voice\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/blog-helper-an-alexa-skill-for-managing-a-wordpress-blog-with-your-voice\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3293:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/alexa.jpg?ssl=1\"><img /></a>photo credit: MjZ Photography <a href=\"http://www.flickr.com/photos/51590961@N04/16639251005\">IMG_8538-Edit.jpg</a> – <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>“Alexa, tell Blog Helper to create a new post called ‘Granny’s banana bread recipe.\'” Imagine logging a new draft on your WordPress site using only your voice while working in the kitchen. That’s what <a href=\"https://www.amazon.com/dp/product/B01N1O4M4G\" target=\"_blank\">Blog Helper</a>, an Alexa skill, enables for WordPress.com and self-hosted Jetpack users. It is available for free in Amazon’s catalog of Alexa skills.</p>\n<p>Automattic developer <a href=\"https://www.chrisfinke.com/\" target=\"_blank\">Christopher Finke</a> created the Alexa integration for WordPress after purchasing an Echo and some Dots for his house and experimenting with different ways for making them useful. He programmed Blog Helper to allow users to check WordPress.com notifications, moderate pending comments, and save blog post ideas as drafts.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/Screen-Shot-2017-03-27-at-10.17.11-PM-e1490671125329.png?ssl=1\"><img /></a></p>\n<p>Blog Helper relies on WordPress.com’s OAuth support, which Finke said self-hosted sites can get via Jetpack. After asking Alexa to enable Blog Helper, you will need to link your WordPress.com account and select the blog you want to access. Once you’re hooked up, you can say, “Alexa, ask Blog Helper for my notifications.” Alexa will read off new notifications one-by-one and mark them as read.</p>\n<p>Blog Helper also enables comment moderation with your voice, so you can take care of that while folding the laundry or doing dishes. If you ask, “Do I have any comments to moderate?”, Alexa will read them to you and you can approve, delete, or mark them as spam. Check out the quick demo video Finke created to hear it in action:</p>\n<div class=\"embed-wrap\"></div>\n<p>Scientific studies have proven that <a href=\"http://lifehacker.com/why-great-ideas-always-come-in-the-shower-and-how-to-h-1617303016\" target=\"_blank\">some of your best ideas come to you when your mind is relaxed and your body is distracted by routine tasks</a>. If you have an Alexa-enabled device, Blog Helper is a fun way to help you capture your creative ideas in WordPress before they get away. It allows you to create new drafts without having to pick up your phone or sit down to your desktop.</p>\n<p>Although Finke works for Automattic, he wrote Blog Helper in his free time and it doesn’t have any official affiliation with WordPress.com. His said his roadmap is to try and make as much of the core WordPress experience accessible by voice as possible. Blog Helper can be a big time-saver for those who want to manage their blogs without being tied down to a screen, but the voice interface can also be useful for those who have vision impairments. Blog Helper is GPL-licensed and <a href=\"https://github.com/cfinke/Blog-Helper\" target=\"_blank\">available on GitHub</a> if you want to contribute or follow for updates.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Apr 2017 02:04:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Jetpack 4.8 Introduces Settings Redesign, Adds Global WordPress.com Toolbar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/jetpack-4-8-introduces-settings-redesign-adds-global-wordpress-com-toolbar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3338:\"<p><a href=\"https://jetpack.com/2017/04/04/settings-overhaul-redesign/\" target=\"_blank\">Jetpack 4.8</a> was released this week with a settings redesign that is a continuation of the <a href=\"https://wptavern.com/jetpack-4-3-released-features-new-react-js-powered-admin-interface\" target=\"_blank\">React.js-powered admin interface introduced last September</a>. The new settings screen has been completely rearranged under a more simplified menu.</p>\n<p>“We went through every setting on WordPress.com and Jetpack to make sure it was necessary to keep around, and to find a good, logical home for each one,” Jetpack designer Michael Arestad said. “We ended up mirroring the WordPress core settings groups for now — they are familiar to people, and things fit well there.”</p>\n<p>Arestad said he was inspired by the way mobile devices handle settings, especially how they rarely include a “Save” button unless it’s an option that isn’t a simple toggle. The Jetpack design team applied this to the settings screens so that most of them are now autosaved.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/autosave.gif?ssl=1\"><img /></a></p>\n<p>This release also introduces the ability to enable the WordPress.com Toolbar, a new feature that replaces the wp-admin toolbar with the My Sites menu, a link to the WordPress.com reader, a Write button that takes you to WordPress.com, and a notifications dropdown. It is essentially the same toolbar you see when working with a WordPress.com site.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/jetpack-wp-com-toolbar.png?ssl=1\"><img /></a></p>\n<p>Jetpack 4.8 includes several dozen improvements and bug fixes. A few of the highlights include the following:</p>\n<ul>\n<li>New MailChimp Subscribe Popup widget</li>\n<li>Sitemaps are faster and now support sites with a very large number of posts (1,000+)</li>\n<li>Contact Form now has a plain-text alternative and better avoids spam filters</li>\n<li>Debug form includes extra information to better prioritize support requests</li>\n<li>Photon can now be used within the dashboard and supports bbPress topics and replies</li>\n</ul>\n<h3>Jetpack 4.8.1 Fixes PHP Incompatibility Issue</h3>\n<p>Many users reported fatal errors and blank pages after updating to Jetpack 4.8. A temporary fix was to load an older version of Jetpack. In a convenient turn of events, the WordPress plugin directory restored the ability to download older versions of plugins today (found under the new Advanced View link).</p>\n<p>Jetpack 4.8 included PHP code that is incompatible with PHP versions lower than 5.4, which caused the fatal errors. The Sitemaps module also included an incompatibility with the WP Rocket plugin. Additionally, the release included many new translation files, which caused updates not to complete on sites that have limited resources for processing large files on updates.</p>\n<p><a href=\"https://jetpack.com/2017/04/05/jetpack-4-8-1-php-version-incompatibility-fix/\" target=\"_blank\">Jetpack 4.8.1</a> was released a few hours ago to correct these issues. The Jetpack development team recommends manually installing the plugin via FTP/SFTP if your site crashed and you are unable to update through the admin.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Apr 2017 21:07:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"HeroPress: WordPress Flexibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1680\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://heropress.com/essays/wordpress-flexibility/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5214:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/04/040517-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress gives me all the flexibility I need to be constantly learning and improving.\" /><p>When I was asked to describe myself and my interests for a bio at work I floundered. I felt the same way when sitting down to write this. Where do I even begin? For my bio, I decided instead of narrowing it down I’d go with “jill-of-all-trades.†I really like to do everything and if I don’t like something I only know that because I tried it first. I’ve been this way since I can remember. At school I got good grades in everything (except Chemistry), I liked everything (except Chemistry) and I wanted to do everything. Figuring out my career path was therefore a long process (I actually started out pre-med in college, but you know… Chemistry).</p>\n<p>After graduating college I started working in marketing and absolutely hated it – I did the same exact thing almost every day. It was miserable. I missed the old web content job I had during college, where I did SEO, product photography, email campaigns, basically anything website related. Right now I can’t believe there was a point in my life that I missed HTML emails, but I did. I missed the flexibility, doing something different every day, and most importantly, I missed the creative problem solving it entailed.</p>\n<blockquote><p>So I quit my stupid marketing job and attended a coding bootcamp.</p></blockquote>\n<p>It was a Front End Development track where I honed my HTML and CSS skills, learned JavaScript in a few forms (vanilla, jQuery, AngularJS), and learned other tools of the trade (git, task runners, bash, etc.). When I landed my first web development job I was excited – the company did all sorts of different projects: web apps, web sites, intranets, you name it. I knew that there was enough variety to keep me constantly moving and constantly learning. My first project was something I was familiar with, an AngularJS application, but my second project was something I’d never seen before – a WordPress site. Knowing zero PHP, I dove right in.</p>\n<p>I can’t say that I loved WordPress right off the bat. When I was still mostly developing pretty simple sites with it, I was afraid it was going to become monotonous. Today I know how wrong I was. Although the majority of the projects I work with involve WordPress, I can do something new and different with every site.</p>\n<p>Just this year I’ve worked on a WordPress theme with a headless React front end, a WordPress site with part of the admin area written in React, and a WordPress plugin with a front end built in Angular 2. Even traditional WordPress themes can be exciting. Each client has their own needs and with the flexibility of templates, post types, and widgets every site I build is a new challenge.</p>\n<blockquote><p>I’ve come a long way since drowning in monotony early in my career.</p></blockquote>\n<p>At home you might find me doing yard work, refinishing furniture, knitting, wood burning, or attempting to play the banjo. But at work, using WordPress gives me all the flexibility I need to be constantly learning and improving.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Flexibility\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Flexibility&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-flexibility%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Flexibility\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-flexibility%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-flexibility%2F&title=WordPress+Flexibility\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Flexibility\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-flexibility/&media=https://heropress.com/wp-content/uploads/2017/04/040517-min-150x150.jpg&description=WordPress Flexibility\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Flexibility\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-flexibility/\" title=\"WordPress Flexibility\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-flexibility/\">WordPress Flexibility</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Apr 2017 12:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Natalie Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: WooCommerce 3.0 Brings Major Improvements to Product Gallery, Introduces CRUD Classes and a New CLI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/woocommerce-3-0-brings-major-improvements-to-product-gallery-introduces-crud-classes-and-a-new-cli\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4330:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/04/woocommerce-3-0.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://woocommerce.com/2017/04/woocommerce-3-0-release/\" target=\"_blank\">WooCommerce 3.0</a> “Bionic Butterfly†was released today with significant improvements to the product gallery and developer tools. This version, which was previously going to be <a href=\"https://woocommerce.wordpress.com/2017/03/13/important-update-regarding-the-upcoming-woocommerce-release-2-7-will-be-3-0-0/\" target=\"_blank\">2.7</a>, is the first major release since the plugin <a href=\"https://wptavern.com/woocommerce-3-0-0-scheduled-for-release-april-4th\" target=\"_blank\">switched to semantic versioning</a>. It was released after more than three months in beta and an extended RC testing period that allowed extension and theme developers enough time to get up to speed.</p>\n<p>The new product gallery has subtle improvements for galleries with multiple images. Clicking on a thumbnail updates the image without forcing it to open in a popup window. Galleries in 3.0 are also more intuitive on mobile with support for touch gestures, including swipe to scroll through the gallery, pinch to zoom, and swipe up to close the current image. These and several bug fixes and improvements deliver a much smoother experience of viewing product images.</p>\n<div class=\"embed-wrap\"></div>\n<p>This release includes significant performance improvements, thanks to the switch from post meta to taxonomies for features like product visibility, featured products, and out of stock products. WooCommerce contributors have also reduced the number of queries required to display related products and upsells.</p>\n<p><a href=\"https://woocommerce.wordpress.com/2016/10/27/the-new-crud-classes-in-woocommerce-2-7/\" target=\"_blank\">Version 3.0 introduces CRUD</a> (Create, Read, Update, Delete) classes for developers, making it easier to write and retrieve data from the database with less code.</p>\n<p>“High order volume is one of the best problems a store can have, but it can really slow down your site’s performance,” WooCommerce lead developer Mike Jolley said. “That’s why our team’s main focus this year is performance and scalability.” Scalability improvements are planned for the next several releases.</p>\n<p>Version 3.0 also <a href=\"https://woocommerce.wordpress.com/2016/12/12/2-7-a-new-cli-for-woocommerce/\" target=\"_blank\">introduces a new command line interface (CLI)</a> powered by the REST API. The previous CLI didn’t fully support the same functionality and was powered by its own separate code. The new CLI forks <a href=\"https://github.com/wp-cli/restful\" target=\"_blank\">Restful</a> to make REST API endpoints available as WP-CLI commands. It reduces the amount of code that WooCommerce has to maintain and ensures that the commands are always current as the project’s REST API is updated in the future.</p>\n<p>The <a href=\"https://wordpress.org/support/plugin/woocommerce/\" target=\"_blank\">WooCommerce support forums on WordPress.org</a> have been lighting up with requests after 3.0 was released. One particular issue pinned to the top of the forums is <a href=\"https://wordpress.org/support/topic/3-0-error-option-ajax-is-not-allowed-for-select2/\" target=\"_blank\">an incompatibility with Select2 v3</a>. The latest version of WooCommerce uses Select2 V4 and this may cause an issue with AJAX search inputs in plugins and themes loading an older version of Select2.</p>\n<p>Another issue users are having after upgrade is <a href=\"https://wordpress.org/support/topic/3-0-frontend-pages-refreshing/\" target=\"_blank\">frontend pages reloading endlessly</a>, which WooCommerce developers have identified as a problem with the geolocation setting. They are working on a fix for 3.0.1.</p>\n<p>Many users who are reporting issues after updating to 3.0 have discovered incompatibilities with themes or plugins. This release received more than 3,000 commits from 115 contributors. With this many changes packed into a major release, WooCommerce developers recommend testing on a staging site and making a backup before updating the plugin. This will give you the opportunity to make sure your theme and plugins are compatible with the update.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Apr 2017 01:56:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Disconnect From Technology at Camp Press September 23-24 in Seminole, OK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/disconnect-from-technology-at-camp-press-september-23-24-in-seminole-ok\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4477:\"<p>Readers may remember in 2015, <a href=\"https://wptavern.com/camppress-a-2-3-day-social-experience-for-geeks-and-creatives\">we highlighted</a> Camp Press, a conference devoted to disconnecting from technology to focus on strengthening bonds that encourage collaboration within the community.</p>\n<p>Mendel Kurland, who has spent the better part of two years organizing the event, <a href=\"https://camp.press/\">announced</a> that Camp Press will take place September 23-24, at Fry Lake in Seminole, OK. The event is a collaboration between Kurland, Aaron D. Campbell, and Christen Campbell</p>\n<p>Accommodations include tents, cabins, and RV hookups. Camp Press will take place on Camp Campbell, a plot of land owned by Campbell and his wife. Available activities include hiking, Geo-Caching, swimming, canoeing, fishing, sports, and more.</p>\n<img />A Lake Where Attendees Can Chill Out\n<p><span id=\"cch_fae57e021243ee\" class=\"_mh6 _wsc\"><span class=\"_3oh- _58nk\">“Many of us spend a lot of time online, but it’s the time we spend offline and disconnected one-on-one that’s often most important,” Kurland said. </span></span></p>\n<p><span id=\"cch_fae57e021243ee\" class=\"_mh6 _wsc\"><span class=\"_3oh- _58nk\">“Those one-on-one connections create lifelong bonds that lead to building better businesses, partnerships, and strategy. Camp Press is about fortifying those in-person bonds.”</span></span></p>\n<p>Kurland chose to host the event at Camp Campbell based on its size, number of available activities, and its remoteness.</p>\n<p>“It’s centrally located in the US, and remote enough to achieve the goal of disconnection. Additionally, Aaron’s family is pretty great too as it’s their land.”</p>\n<p><span id=\"cch_fae57e021243ee\" class=\"_mh6 _wsc\"><span class=\"_3oh- _58nk\">The nearest major airport is an hour away in Oklahoma City so renting a vehicle is recommended. Alternatively, attendees can coordinate rides through the #camp-press-rides channel on the Geek Adventures Slack team. Invitations to join the Slack group are emailed after <a href=\"https://camp.press/register/\">registering for the event</a>.</span></span></p>\n<p><span id=\"cch_fae57e021243ee\" class=\"_mh6 _wsc\"><span class=\"_3oh- _58nk\">There is internet connectivity on the property, but it’s for emergencies and can only be used by staff. There are places in and around the Camp Press area for those who need to check-in with family.</span></span></p>\n<p>General admission tickets to attend the event are $100 each but if you purchase them before April 14th, they’re $85. There are also tickets available for reserved cabins for 10 people, a shared cabin, and RV hookups.</p>\n<p><img /></p>\n<p>General admission tickets include the following amenities:</p>\n<ul>\n<li>Free tent camping</li>\n<li>Other camping options with add-on (if available)</li>\n<li>Full Camp Press event + service day (starting Thursday)</li>\n<li>Event t-shirt</li>\n<li>Cooking utensils</li>\n<li>Fire starting supplies</li>\n<li>Field and water activities</li>\n<li>Arts and crafts supplies</li>\n<li>Daily ice service</li>\n</ul>\n<p>Kurland wants the event to maintain a brand-free feeling and is asking for sponsors to adhere to a set of <a href=\"https://camp.press/sponsors/\">atypical guidelines</a>. The guidelines state that sponsors may not wear branded gear and that advertising must be hand-made on-site.</p>\n<p>“We realize these guidelines aren’t for everyone, but we’re looking for creativity rather than corporate branding for these sponsorships,” Kurland said.</p>\n<p>Sponsorship levels range from $1,500 to $3,000 and offer various perks.</p>\n<p>Those interested in attending are encouraged to review the event’s <a href=\"https://camp.press/code-of-conduct/\">Code of Conduct,</a> which is unique compared to an event held in a physical building. For example, it has a guideline for leaving no trace:</p>\n<blockquote><p>Our community respects the environment. We are committed to leaving no physical trace of our activities wherever we gather. We clean up after ourselves and endeavor, whenever possible, to leave such places in a better state than when we found them.</p></blockquote>\n<p>You don’t have to be involved with WordPress to attend the event. For more information and to purchase tickets, visit the <a href=\"https://camp.press/\">official Camp Press site</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Apr 2017 20:32:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: WP-CLI Names Alain Schlesser New Co-Maintainer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68228\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wp-cli-names-alain-schlesser-new-co-maintainer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5640:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/wp-cli.png?ssl=1\"><img /></a></p>\n<p>WP-CLI has hired <a href=\"https://www.alainschlesser.com/\" target=\"_blank\">Alain Schlesser</a> as a <a href=\"https://make.wordpress.org/cli/2017/04/03/new-co-maintainer-alain-thanks-2017-sponsors/\" target=\"_blank\">new part-time co-maintainer</a>. The position was made possible by sponsorships from Automattic, Bluehost, DreamHost, SiteGround, WP Engine, and more than 60 individuals who contributed to the project.</p>\n<p>“With Alain joining the project as a co-maintainer, the WP-CLI project is restoring capacity to meet current demands (e.g. support), and ramping up on new feature development and evangelization,” WP-CLI co-maintainer Daniel Bachhuber said. “We’ve already improved the build time by 33%!”</p>\n<p>Schlesser first became involved in the project after Bachhuber contacted him last March for input on solving some outstanding issues with Composer, which WP-CLI uses for external package management. Schlesser said he couldn’t afford the time to actively work on the issue at that time but tried to offer meaningful input for the right angle for solving the remaining issues.</p>\n<p>“This short collaboration changed my perception about WP-CLI and helped me realize that there is a push to use modern and modular code to improve the tool and prepare it for future requirements,” Schlesser said. “So, already at that point, I wanted to contribute to the project. However, I was already involved in a different part of WordPress contribution (which is now the <a href=\"https://make.wordpress.org/core/2017/02/22/nextgen-bootstrap/\" target=\"_blank\">Nextgen Bootstrap/Load Feature Project</a>), and I had to prioritize my volunteer work and keep a few hours left for paid client work as well.”</p>\n<p>Schlesser said taking on the role of a maintainer became an option once it was a paid position made possible by the project’s 2017 sponsors. Prior to that he would not have been able to financially afford the additional time investment that WP-CLI requires. The new role enables him to work for 5-10 hours per week on general user support, development of new and improved features, writing documentation, managing the issue backlog, reviewing pull requests and working on the project’s infrastructure.</p>\n<p>In joining WP-CLI as a co-maintainer, Schlesser brings a fresh perspective from developing for other platforms and years experience managing and contributing to <a href=\"https://www.alainschlesser.com/community/\" target=\"_blank\">dozens of open source projects</a>.</p>\n<p>“WP-CLI is in a unique place in terms of what it tries to achieve and how it does it (out of necessity),” Schlesser said. “For most other web platforms, the command line interface is a regular part of the core of the system itself, often building what is known as a <a href=\"http://alistair.cockburn.us/Hexagonal+architecture\" target=\"_blank\">Hexagonal Architecture</a>. WP-CLI, on the other hand, achieves most of the same benefits even though it has no direct control over the Core source code, and that source code is not meant to support such an architecture. Given the obstacles, the current results are quite an achievement!”</p>\n<p>After its 1.0.0 release, WP-CLI <a href=\"https://wptavern.com/wp-cli-1-1-0-released-project-shifts-to-expand-package-index\" target=\"_blank\">shifted to focus on its package ecosystem</a>. New features are now built as standalone packages instead of rolling everything into WP-CLI core. The eventual goal is to better distribute the project’s maintenance burden among package maintainers.</p>\n<p>“I think the most important change in the upcoming release is that all the bundled commands have been extracted into separate packages, and we’re currently in the process of getting rid of all the issues that this move has uncovered,” Schlesser said. “So, when it comes to making WP-CLI easily extensible and improving the tools and interfaces, we’re now eating our own dog food. In the longer term, I expect this change to have a significant impact on the onboarding experience for developers who want to create their own commands.”</p>\n<p>During his years contributing to open source projects, Schlesser said he has become well-acquainted with the unique challenges and emotional toll of maintainership, a topic that <a href=\"https://danielbachhuber.com/2016/06/26/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">Bachhuber has spoken about in the past</a>.</p>\n<p>“Maintenance of a popular open source project is at the intersection of the hard logic of technology and deeply human group dynamics,” Schlesser said. “I’ve become more aware of all the difficulties that come with such a role, but I wouldn’t necessarily state that I know anything more now on how to navigate around them. What I know for sure is that it is a burden that should be shared amongst several people when at all possible. It comes with constant pressure and churn, and doing this work as a single person puts both the project and the person at risk.”</p>\n<p>Schlesser plans to keep an eye out for any avoidable friction points in hopes of making the experience of maintainership as smooth as possible for all involved.</p>\n<p>“Daniel has already done a great job with this, and I can’t wait to see where the project will take us as a team,” Schlesser said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Apr 2017 17:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"BuddyPress: 2016 BuddyPress Survey Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=265117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://buddypress.org/2017/04/2016-buddypress-survey-results/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18896:\"<p><img class=\"alignnone size-full wp-image-265189\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bp-countries-2016.png\" alt=\"61 country flags of survey participants\" width=\"765\" height=\"490\" /></p>\n<p> </p>\n<h2>Thank you!</h2>\n<p>This report presents the results from the 2016 BuddyPress Survey held from November 1 through December 31, 2016. Three hundred and two (302) respondents from 61 countries completed the survey and provided valuable and interesting feedback. Many thanks!</p>\n<p> </p>\n<h2>Survey Design/Method</h2>\n<p>The survey contained 36 questions geared towards <a href=\"https://bpdevel.wordpress.com/2016/07/13/priorities-for-the-next-12-months/\">Site Builders and WordPress Developers</a>. Adjusting to this more focused target audience compared to previous years’, I selected some questions from our BuddyPress <a href=\"https://buddypress.org/2013/09/2013-buddypress-codex-survey-results/\">2013</a>, <a href=\"https://buddypress.org/2014/03/2014-buddypress-survey-results/\">2014</a> and <a href=\"https://buddypress.org/2015/05/2015-buddypress-survey-results/\">2015</a> Surveys, combined/split/modified some of the questions, and added 15 new questions. The survey was designed to maximize responses and get snapshots of:<br />\n– basic demographic information<br />\n– versions of WordPress, BuddyPress, bbPress, and PHP used<br />\n– the types, languages, number of members in BP sites<br />\n– comfort levels with BuddyPress, BP theme compatibility, and BP Hooks<br />\n– development practices and tools<br />\n– respondents willing to share their BP use cases<br />\n– BuddyPress participation and contributions<br />\n– comments about BuddyPress, BP theme/plugin development, and the survey.</p>\n<p>The questionnaire was finalized after incorporating the feedback on the draft from the BP Lead/Core Developers last year. The survey was then promoted via Twitter, BP support forums, bpdevel.wordpress.com, and survey banners added by <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/johnjamesjacoby/\" rel=\"nofollow\">@johnjamesjacoby</a> at https://buddypress.org and https://codex.buddypress.org which helped a lot.</p>\n<p> </p>\n<h2>Key Findings</h2>\n<p>This section shows some of the highlights from the survey with short comments about each. All supporting graphs, tables, and user comments from this survey are available in the accessible and mobile-friendly webpage.<br />\n </p>\n<h3>A. What’s New</h3>\n<h4>1. PHP Versions Used</h4>\n<p><img class=\"alignnone size-full wp-image-265119\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/php-version.png\" alt=\"99% using PHP 5.3+\" width=\"800\" height=\"235\" /><br />\n<a href=\"https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/\">BuddyPress 2.8 requires at least PHP 5.3</a>. It’s encouraging to learn that 99% of respondents’ sites are on PHP version 5.3.x or better. Kudos to the 88% of respondents who are already using PHP 5.6.x or better for their sites.<br />\n </p>\n<h4>2. Years Using BuddyPress</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/using-buddypress.png\" alt=\"45% have using BuddyPress for a year or less\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265122\" /><br />\nProviding additional context for the results of this survey, a whopping 45% of respondents have been using BuddyPress for a year or less. Welcome!<br />\n </p>\n<h4>3. Testing BuddyPress</h4>\n<p><img class=\"alignnone size-full wp-image-265120\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/test-stable.png\" alt=\"58% test BudddyPress at Stable Release\" width=\"800\" height=\"235\" /><br />\nThe majority of builders/developers (58%) prefer to test their sites, themes, and plugins against BuddyPress stable releases while 27% do so a month after Stable release and 13% test sites at RC 1. Eleven percent (11%) do not test BuddyPress.<br />\n </p>\n<h4>4. Keep Updated with BuddyPress Development</h4>\n<p><img class=\"alignnone size-full wp-image-265121\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/keep-updated.png\" alt=\"66% read changelogs to keep updated\" width=\"800\" height=\"235\" /><br />\nFollowing the top-ranked preference of reading changelogs to keep updated with BuddyPress development, users ranked these preferences almost evenly: follow BP Twitter account/s (32%), subscribe to <a href=\"https://bpdevel.wordpress.com/\">bpdevel.wordpress.com</a> (32%), and checking <a href=\"https://buddypress.trac.wordpress.org\">buddypress.trac.wordpress.org </a> regularly (29%).<br />\n </p>\n<h4>5. BuddyPress Knowledge</h4>\n<table>\n<thead>\n<tr>\n<th scope=\"col\">Knowledge</th>\n<th scope=\"col\">BuddyPress</th>\n<th scope=\"col\">BP Themes</th>\n<th scope=\"col\">BP Hooks</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th scope=\"row\">Beginner</th>\n<td>31%</td>\n<td>34%</td>\n<td>39%</td>\n</tr>\n<tr>\n<th scope=\"row\">Intermediate</th>\n<td>42%</td>\n<td>32%</td>\n<td>26%</td>\n</tr>\n<tr>\n<th scope=\"row\">Advanced</th>\n<td>19%</td>\n<td>13%</td>\n<td>11%</td>\n</tr>\n<tr>\n<th scope=\"row\">Expert</th>\n<td>8%</td>\n<td>7%</td>\n<td>8%</td>\n</tr>\n<tr>\n<th scope=\"row\">What _*_?</th>\n<td>n/a</td>\n<td>14%</td>\n<td>16%</td>\n</tr>\n</tbody>\n</table>\n<p>The table above is a compilation of the answers to three questions which sought to gauge the users’ confidence or comfort levels with BuddyPress in general, BP Theme Compatibility, and BP Plugin development.<br />\n </p>\n<h4>6. BuddyPress Theme Dev</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/customize-theme-1.png\" alt=\"51% customize BP style sheets every time\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265196\" /><br />\nOn the other side of the equation: 27% sometimes customize style sheets while the remaining 22% never customize BP style sheets.<br />\n </p>\n<h4>7. BuddyPress Plugin Dev</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/customize-plugin-1.png\" alt=\"46% extend profile component sometimes\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265200\" /><br />\nAround a third of BP users extend the following components every time: Members, Extended Profiles, User Groups, and Activity.<br />\n </p>\n<h4>8. Number of Members</h4>\n<p><img class=\"alignnone size-full wp-image-265125\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/member-number.png\" alt=\"58% of sites have up to 500 members\" width=\"800\" height=\"235\" /><br />\nMost of the respondents who had up to 500 members are those using BP for 2 years or less, have BP installed in WP domain root, have sites on Shared hosting plans, on PHP 5.6 or better, test against BP Stable release, and on the latest versions of WordPress, BuddyPress, and bbPress.<br />\n </p>\n<h4>9. Local Development</h4>\n<p><img class=\"alignnone size-full wp-image-265126\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/local-dev.png\" alt=\"23% use LAMP for local development\" width=\"800\" height=\"235\" /><br />\nOut of the 70% who develop locally, the preferred local development environments after LAMP are: XAMPP (19%), MAMP (18%), WAMP (13%), and VVV (13%), among others.<br />\n </p>\n<h4>10. Sharing BuddyPress Use Cases</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bp-share-use-cases.png\" alt=\"63 participants signed up to share their BP use cases\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265208\" /><br />\nExpect posts about how site builders or developers are using BuddyPress. Thank you to everyone who signed up!<br />\n </p>\n<h3>B. Trends</h3>\n<h4>1. Using BuddyPress</h4>\n<p><img class=\"alignnone size-full wp-image-265127\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/use-buddypress.png\" alt=\"62% use BuddyPress for own sites\" width=\"800\" height=\"235\" /><br />\nFor the fourth year in a row, “I use BuddyPress in My Own Site” ranks number one (62% in this survey), followed by “I build BuddyPress sites for others” at 37%. One participant commented “Also have a family BuddyPress site on a raspberry pi (in dev).”<br />\n </p>\n<h4>2. Languages of BuddyPress Sites</h4>\n<p><img class=\"alignnone size-full wp-image-265128\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bp-lang-2016.jpg\" alt=\"Languages used in BuddyPress sites\" width=\"2444\" height=\"1543\" /><br />\nFor the third year (2013, 2015, 2016), the English language is used in most of the sites (69%). This is followed by Spanish (11%), German (10%), and French (9%), among many others.<br />\n </p>\n<h4>3. Types of BuddyPress Sites</h4>\n<p><img class=\"alignnone size-full wp-image-265129\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bp-types-2016.jpg\" alt=\"Types of BuddyPress sites built\" width=\"2431\" height=\"1547\" /><br />\nFor the third year (2013, 2015, 2016), Generic (33%), Academic (29%), Sports (16%), Artistic (15%), and Gaming (12%) are the most common types of BuddyPress sites built. Generic and Academic types are consistently in the top two spots.<br />\n </p>\n<h4>4. BuddyPress Versions Used</h4>\n<p><img class=\"alignnone size-full wp-image-265130\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/buddypress-version.png\" alt=\"86% use BuddyPress 2.7 during survey\" width=\"800\" height=\"235\" /><br />\nEighty six percent (86%) are on BuddyPress 2.7+, followed by BP 2.6+ (23%), BP 2.5+ (6%), BP 2.4+ (4%), and BP 2.3+ (4%). Note: BP 2.7.x was the current release version during the survey period.<br />\n </p>\n<h4>5. WordPress Versions Used</h4>\n<p><img class=\"alignnone size-full wp-image-265131\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/wordpress-version.png\" alt=\"92% use WordPress 4.6+ during survey\" width=\"800\" height=\"235\" /><br />\nNinety two percent (92%) have WordPress 4.6+ installed, followed by WP 4.5+ (13%), WP 4.4+ (5%), WP 4.3+ (3%), and WP 4.2+ (3%). Note: WordPress 4.6 was the current major release version when the survey was launched.<br />\n </p>\n<h4>6. BuddyPress Setups</h4>\n<p><img class=\"alignnone size-full wp-image-265132\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bp-install-in-wp.png\" alt=\"72% installed at WP domain root\" width=\"800\" height=\"235\" /><br />\nBuddyPress activated in a single WordPress installation continues to be popular with 72% of the respondents in 2016 as it was in the 2013 survey with 75%.<br />\n </p>\n<h4>7. BuddyPress Hosting</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/hosting-bp.png\" alt=\"48% use shared hosting for BP sites\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265134\" /><br />\nFor sites hosted on Shared Hosting plans: half have 500 members or less, 40% of the sites are on single WP in domain root, 47% on PHP 5.6 or better, almost half of the respondents have been using BuddyPress for a year or less, and a little more than a third use BuddyPress for their own sites.<br />\n </p>\n<h4>8. Other Software Evaluated</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/evaluated-none.png\" alt=\"54% chose BuddyPress without further ado\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265135\" /><br />\nFor the third year in a row, most of the users (54% for 2016) shared that they did not evaluate any other networking/membership plugin/software before selecting BuddyPress.<br />\n </p>\n<h4>9. Contributions to BuddyPress development</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/contribute-bp-dev.png\" alt=\"58% have not contributed to BP development\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265136\" /><br />\nNote: 26% of the 58% who indicated that they have not participated nor contributed to BuddyPress development have also checked that they: helped out in the BP forums, reported bugs at BP Trac, submitted patches at BP Trac, among others.<br />\n </p>\n<h4>10. bbPress Versions Used</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bbpress-version.png\" alt=\"89% use bbPress 2.5+\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265137\" /><br />\nConsistent with the vast majority using the latest versions of WordPress and BuddyPress at the time of this survey, 89% of respondents are using the latest version of bbPress which provides a <a href=\"https://bbpress.trac.wordpress.org/browser/trunk/src/includes/extend/buddypress\">tight integration with BuddyPress</a>.<br />\n </p>\n<h4>11. bbPress Setups in BuddyPress</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bbpress-setup.png\" alt=\"66% use sitewide and group forums\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265138\" /><br />\nFor the third year in a row, the Sitewide and Group Forums setup is the most popular bbPress configuration at 60%, a big bump from its 49% first place ranking in 2015.<br />\n </p>\n<h3>C. Shifts</h3>\n<h4>1. Female Participation in Survey</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/female-gender-1.png\" alt=\"13% female developers and site builders\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265191\" /><br />\nThe number of female respondents increased from 8% (17) in 2015 to 13% (37) in this survey. Levels of BuddyPress knowledge range from Beginner through Expert.<br />\n </p>\n<h4>2. BuddyPress Sites Per Respondent</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bp-sites-built.png\" alt=\"36% built 2 to 5 BuddyPress sites\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265142\" /><br />\nIn 2015, 41% of respondents (87) built or were responsible for one site followed by 38% (80) with 2 to 5 sites. For 2016, there were more developers who built or were responsible for 2 to 5 sites (99) than for only one site (95).<br />\n </p>\n<h4>3. Number of Survey Participants</h4>\n<p><img src=\"https://buddypress.org/wp-content/uploads/1/2017/04/302-participants-1.png\" alt=\"302 Participants for BuddyPress 2016 Survey\" width=\"800\" height=\"235\" class=\"alignnone size-full wp-image-265204\" /></p>\n<p>The number of respondents increased from 211 from 42 countries in the 2015 survey up to 302 respondents from 61 countries for the 2016 survey. We are grateful to everyone who took the time to take the survey.<br />\n </p>\n<h2>Acknowledgements</h2>\n<p><strong>Survey Participants</strong>: Net total of 302 who completed the survey<br />\n<strong>Online Survey Solution</strong>: <a href=\"https://polldaddy.com\">Polldaddy.com</a> and <a href=\"https://automattic.com/\">Automattic.com</a> for the corporate account<br />\n<strong>Survey Preparation</strong>: <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/mercime/\" rel=\"nofollow\">@mercime</a>, <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/johnjamesjacoby/\" rel=\"nofollow\">@johnjamesjacoby</a>, <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/boonebgorges/\" rel=\"nofollow\">@boonebgorges</a>, <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/djpaul/\" rel=\"nofollow\">@djpaul</a>, <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/r-a-y/\" rel=\"nofollow\">@r-a-y</a>, <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/imath/\" rel=\"nofollow\">@imath</a>, <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/dcavins/\" rel=\"nofollow\">@dcavins</a>, <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/hnla/\" rel=\"nofollow\">@hnla</a>, and <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/tw2113/\" rel=\"nofollow\">@tw2113</a><br />\n<strong>Survey Report</strong>: <a href=\"https://github.com/\">Github.com</a> (gh-pages), <a href=\"https://products.office.com/en-us/excel\">Microsoft Excel</a>, <a href=\"https://drive.google.com/drive/my-drive\">Google Documents & Spreadsheets</a>, and <a href=\"http://www.tagxedo.com/app.html\">tagxedo.com</a>.<br />\n </p>\n<h2>Moving Forward</h2>\n<p>BuddyPress will be celebrating the <a href=\"https://buddypress.org/2009/04/buddypress-10-has-arrived/\">8th anniversary of the first stable release</a> on April 30, 2017. Thanks to @apeatling and the many contributors who brought that milestone to fruition. Looking at all the <a href=\"https://codex.buddypress.org/releases/\">major and minor releases</a> through the years led by <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/johnjamesjacoby/\" rel=\"nofollow\">@johnjamesjacoby</a>, <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/boonebgorges/\" rel=\"nofollow\">@boonebgorges</a>, and <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/djpaul/\" rel=\"nofollow\">@djpaul</a>, it’s amazing how much has been accomplished by the all-volunteer lead/core developers and contributors.</p>\n<p>The lead developers have set the <a href=\"https://bpdevel.wordpress.com/2016/07/13/priorities-for-the-next-12-months/\">priorities for this year</a> and we look forward to the bp-nouveau template pack and the BP REST API, among many other new features based on some of your comments/requests from this survey.</p>\n<p>All are welcome to <a href=\"https://codex.buddypress.org/participate-and-contribute/\">participate and contribute</a> to the development of BuddyPress. Keep abreast of the latest BuddyPress news at <a href=\"https://bpdevel.wordpress.com/\">bpdevel.wordpress.com/</a>, <a href=\"https://buddypress.trac.wordpress.org\">buddypress.trac.wordpress.org</a>, Twitter @buddypress @buddypressdev @bptrac, and/or weekly BuddyPress Dev Chats at the <a href=\"http://BuddyPress Dev Chats at #buddypress channe\">#buddypress channel</a> (<a href=\"https://make.wordpress.org/chat/\">WP Slack account required</a>).</p>\n<p>Finally, all supporting graphs, tables, and comments from this survey are available on the accessible and mobile-friendly <a href=\"http://mercime.github.io/BuddyPress-2016-survey-results/\">BuddyPress 2016 Survey Results webpage</a>. Where possible, data from the <a href=\"https://buddypress.org/2013/09/2013-buddypress-codex-survey-results/\">2013</a>, <a href=\"https://buddypress.org/2014/03/2014-buddypress-survey-results/\">2014</a> and <a href=\"https://buddypress.org/2015/05/2015-buddypress-survey-results/\">2015</a> surveys have been added to the charts for comparison. Some data from the older surveys have been recalculated when needed to fit in the format of the question in this survey and noted as such. </p>\n<p>Thank you.<br />\n <br />\n<a href=\"http://mercime.github.io/BuddyPress-2016-survey-results/\"><img class=\"alignnone size-full wp-image-17452\" src=\"https://buddypress.org/wp-content/uploads/1/2017/04/bp-2016-survey-results.png\" alt=\"BuddyPress 2016 Survey Results link\" width=\"1054\" height=\"836\" /></a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Apr 2017 01:30:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Blog in a Box Project Integrates WordPress with Raspberry Pi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/blog-in-a-box-project-integrates-wordpress-with-raspberry-pi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6437:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/blog-in-a-box.png?ssl=1\"><img /></a></p>\n<p>The original Raspberry Pi was released five years ago and the micro computer product line is still going strong. The Raspberry Pi Foundation <a href=\"https://www.raspberrypi.org/blog/ten-millionth-raspberry-pi-new-kit/\" target=\"_blank\">sold its ten millionth Pi</a> last year and just released the Pi Zero W in February 2017 with built-in WiFi and Bluetooth.</p>\n<p>If you are among the millions of Raspberry Pi owners who like to tinker with software, check out Automattic’s new <a href=\"https://inabox.blog/\" target=\"_blank\">Blog in a Box</a> project. It currently offers the easiest way of installing WordPress onto a Raspberry Pi.</p>\n<p>Although RaspberryPi.org has documentation for <a href=\"https://www.raspberrypi.org/learning/lamp-web-server-with-wordpress/\" target=\"_blank\">how to run WordPress as a local website on your Raspberry Pi</a>, its recommended method requires you to install and configure Apache, PHP, and MySQL to create a LAMP web server.</p>\n<p>Blog in a Box makes it simpler with a GUI <a href=\"https://github.com/Automattic/biab-installer\" target=\"_blank\">installer</a> that puts everything you need for installing WordPress onto an SD card. It comes bundled with PHP7, Nginx, and the latest version of WordPress. It automatically installs the <a href=\"https://github.com/Automattic/biab-plugin\" target=\"_blank\">Blog In A Box WordPress plugin</a>, which provides an interface for the Blog In A Box CLI tool and widgets for SenseHAT readings. It also includes a full Node development environment. The project’s creators call it “a complete system for interfacing Pi hardware with WordPress.”</p>\n<p>Blog in a Box enables users to publish data captured by the Raspberry Pi camera and SenseHAT, like photos or temperature readings, to a WordPress site that can be accessed on your local network at bloginabox.local. It is not yet capable of publishing to the web, but John Godley, an Automattic developer who worked on the project, said the team is open to adding this.</p>\n<p>“Part of the fun of a Pi is having this device in front of you that you can play and experiment with, and we wanted to have WordPress running right there inside the Pi too – it really is a blog in a box!” Godley said.</p>\n<p>“We hope that having it local will encourage people to tinker with WordPress and use it to learn programming, or to run experiments in classrooms.”</p>\n<p>There are currently no live examples of blogs on the web that are receiving posts from a Raspberry Pi. However, fellow Automattic developer and Pi enthusiast Nick Momrik has created a device called <a href=\"https://nick.blog/2017/03/14/blog-in-a-box-paparazzi/\" target=\"_blank\">Blog in a Box Paparazzi</a> that extends the project with additional sensors to take a photo when anyone walks past it. His circuit diagram and a full list of sensors and other electronic components are available on <a href=\"https://github.com/nickmomrik/biab-paparazzi\" target=\"_blank\">GitHub</a>. It’s one example of how Blog in a Box can be used as a base for other fun use cases.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/paparazzi-fritzing.png?ssl=1\"><img /></a>image credit: Nick Momrik – <a href=\"https://github.com/nickmomrik/biab-paparazzi\">Blog in a Box Paparazzi GitHub repo</a>\n<p>Although the project doesn’t come packaged with functionality that would allow it to work as a livecam, Godley said it’s certainly a possibility.</p>\n<p>“We created a system to make it easy to interface the Pi hardware with WordPress – there’s a plugin and a set of server tools that are all extensible,” Godley said. “With a bit of work a livecam system could be added. If you add the sensor mentioned above you could livestream your cat whenever it’s nearby. Add some different sensors and you can see what affects a plant’s growth in a biology experiment and have the data ready to be viewed through WordPress, add a touchscreen and you have an interactive WordPress-powered display.”</p>\n<p>Since the system uses the REST API internally, Godley it wouldn’t be difficult to configure it to send data to a remote WordPress site. The team has looked at the possibility of doing this and may revisit it in the future if there’s enough interest.</p>\n<p>“Making it really easy to set up was a primary aim – we didn’t want people to have to setup MySQL and web servers and all the complexities involved in connecting this to Pi sensors. Just a few clicks and a fully working system is copied to an SD card,” Godley said. “Once you boot your Pi it appears on your local network and can be used immediately.”</p>\n<p>The site runs on the local network but the box ensures that WordPress and its plugins stay updated. The ability to run the box without an internet connection is one of the main advantages of Blog in a Box.</p>\n<p>“The fact you can run it without an internet connection means it can be used in situations where a remote WordPress may not be appropriate — in your home, in schools, etc,” Godley said. “If someone <a href=\"https://astro-pi.org/\" target=\"_blank\">sends WordPress into space on a rocket</a>, then we’d love to hear about it!”</p>\n<p>The project is an exciting example of how WordPress can be deeply integrated with various hardware components to automatically capture and publish environmental data in a way that’s easy to view. Godley and his team at Automattic hope that <a href=\"https://inabox.blog/\" target=\"_blank\">Blog in a Box</a> will put WordPress into the hands of more like-minded tinkerers. The entire project, including the <a href=\"https://github.com/Automattic/biab-installer\" target=\"_blank\">installer</a>, the companion WordPress <a href=\"https://github.com/Automattic/biab-theme\" target=\"_blank\">theme</a>, and the <a href=\"https://github.com/Automattic/biab-plugin\" target=\"_blank\">plugin</a>, are all open source.</p>\n<p>“As well as people connecting the real world to their Pi, we hope that just having a full web development environment ready to go will encourage people to tinker with WordPress and try out programming or theming,” Godley said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Apr 2017 21:34:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"HeroPress: HeroPress Geography: The Middle East\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=1675\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://heropress.com/heropress-geography-middle-east/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3588:\"<img width=\"960\" height=\"444\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/04/heropress_middle_east-min-1024x474.png\" class=\"attachment-large size-large wp-post-image\" alt=\"HeroPress pins on a google map in the Middle East\" /><p>For a while now I’ve been thinking about how to best leverage older content on HeroPress. People who’ve been a fan of HeroPress for a year now have missed an entire year of essays. Also, older content gets very little traffic, and there’s some really great stuff in there.</p>\n<p>One idea I came up with is doing a blog post like this on the weekend, showcasing several essays from a particular geographic area. This week I chose the Middle East.</p>\n<p>Please enjoy!</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/how-to-become-a-reputable-wordpress-developer-on-your-own/\">How to Become a Reputable WordPress Developer, on Your Own!</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/growing-through-wordpress/\">Growing Through WordPress</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/ambition-persistence-self-motivation/\">Ambition, Persistence, and Self-Motivation</a></p></blockquote>\n<p></p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/blogging-solopreneurship-terrorism/\">Blogging, Solopreneurship, & Terrorism</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: HeroPress Geography: The Middle East\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=HeroPress%20Geography%3A%20The%20Middle%20East&via=heropress&url=https%3A%2F%2Fheropress.com%2Fheropress-geography-middle-east%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: HeroPress Geography: The Middle East\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fheropress-geography-middle-east%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fheropress-geography-middle-east%2F&title=HeroPress+Geography%3A+The+Middle+East\" rel=\"nofollow\" target=\"_blank\" title=\"Share: HeroPress Geography: The Middle East\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/heropress-geography-middle-east/&media=https://heropress.com/wp-content/uploads/2017/04/heropress_middle_east-min-150x150.png&description=HeroPress Geography: The Middle East\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: HeroPress Geography: The Middle East\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/heropress-geography-middle-east/\" title=\"HeroPress Geography: The Middle East\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/heropress-geography-middle-east/\">HeroPress Geography: The Middle East</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Apr 2017 13:42:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: WordPress Community Support Shuts Down WordCamp Netherlands in Favor of City-Based WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/wordpress-community-support-shuts-down-wordcamp-netherlands-in-favor-of-city-based-wordcamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10904:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/wordcamp-netherlands.png?ssl=1\"><img /></a></p>\n<p>The application for WordCamp Netherlands 2017 has been denied. The camp, which held its sixth edition in Utrecht last year with more than 425 attendees, was one of the most well-established WordPress events in Europe. Yesterday lead organizer Marcel Bootsman published a <a href=\"https://nl.wordpress.org/team/2017/03/30/het-einde-van-wordcamp-the-netherlands/\" target=\"_blank\">post</a> on the Dutch WordPress community site to explain why the camp has been cancelled.</p>\n<p>Bootsman’s post is written in Dutch but includes correspondence in English between the WCNL team and WordPress Community Support (WCS), formerly WordCamp Central. WCS is now pushing for all WordCamps to be city-based with the exception of regional camps, such as WordCamp US and WordCamp Europe, where the cities already have their own camps and do not prevent or detract from local communities launching their own camps.</p>\n<p>“WordCamp Netherlands has been held 6 times to date and…It has not inspired any local WordCamps (in fact, I think it’s probably fair to say that local camps have not been happening because people don’t see a need for them with the country-wide camp happening each year) and, with the exception of Nijmegen, which is still in the pre-planning phase, no cities in the Netherlands have their own WordCamps,” a WCS representative said. “With that in mind, we feel that the time has come for your community to move from the country-wide camp to running local camps. This has started happening with Nijmegen already and can easily start happening more with WordCamps in Utrecht, Rotterdam, Amsterdam and other cities.”</p>\n<p>The Netherlands is <a href=\"http://mapfight.appspot.com/nl-vs-us.md/netherlands-maryland-us-size-comparison\" target=\"_blank\">roughly the size of Maryland</a>, or twice the size of New Jersey, in terms of land space. One can drive across the country in two hours or less. The WCNL team contends that a country-wide WordCamp makes sense for geographical reasons and because of the locations of the organizers. The country already has an active meetup culture with 13 different meetups hosting an average of 100 attendees per event. Organizers do not see the need to have multiple smaller WordCamps fill the role that the local meetups are already doing.</p>\n<p>In response to the reasons WCNL organizers’ outlined for not shutting down their event, the WCS representative replied, “I don’t think there’s really any benefit to responding to all of your points in the last email individually.” WCS reiterated its decision regarding the camp:</p>\n<blockquote><p>We will not be approving WordCamp The Netherlands 2017. We would like to see city-based WordCamps happening around the Netherlands – Nijmegen being a great start to that process.</p>\n<p>We’re confident that with the space that WCNL filled being vacated, we will see some of the meetup organizers around the country stepping up to fill that space for their local communities. The local city camps may be smaller, but in many ways that can be a much better than a single large camp.</p>\n<p>As I said before, we would be happy to look at doing WCNL again in a couple of years time once there are a few city-based camps around the country happening regularly. In that case, however, WCNL would be there to complement, and not replace, the city-based camps.</p></blockquote>\n<p>WordCamp Netherlands was the last remaining exception to this new rule that drops country-wide WordCamps in favor of city-based camps. The Dutch community and many of its supporters are <a href=\"https://twitter.com/roytanck/status/847365810506969089\" target=\"_blank\">now</a> <a href=\"https://twitter.com/jrf_nl/status/847470162496241664\" target=\"_blank\">in</a> <a href=\"https://twitter.com/nielsvr/status/847384382541148161\" target=\"_blank\">an</a> <a href=\"https://twitter.com/mchaste/status/847374014414704645\" target=\"_blank\">uproar</a> over the decision and organizers are at a crossroads. They can choose to rebrand the event as WordCamp Utrecht, with significant drawbacks, or move forward with an independent country-wide event without the use of WordCamp tools, branding and trademarks, or funding from the Global Community Sponsorship Program.</p>\n<h3>WordCamp Netherlands Conflict Highlights Cultural Differences Between the U.S. and Europe</h3>\n<p>Marcel Bootsman, who heads up the 13-person WordCamp Netherlands organization team, said they have been working since late December 2016 on the upcoming event. The team had added eight new members after the event grew 68% from 2015 to 2016.</p>\n<p>“Everybody was thrilled to start, and the news that we could not continue hit us hard,” Bootsman said. “We have officially stopped and I have thanked everyone for their enthusiasm and support, which was difficult because I wanted to let these people feel what it is to organize an event and see happy faces all over the place.”</p>\n<p>WordPress developer and Dutch community member Juliette Reinders Folmer said she doesn’t believe that more than one or perhaps two city-based WordCamps will get started in the Netherlands. Organizing a WordCamp is not an easy endeavor with a small pool of local organizers and volunteers. Folmer notes that since the WordPress Foundation doesn’t allow for compensating speakers for their out-of-pocket costs, the speaker pool is further limited.</p>\n<p>“A trend I’ve spotted over the last few years is that ‘local’ WCs will have a mix of local, national and international speakers,” Folmer said. “While national speakers might still be prepared to go out of pocket, the only international speakers who can afford to do this are the ones who are sponsored by big companies which pay their travel and time to speak at those WCs.</p>\n<p>“Instead of creating a larger speaker group with new and interesting voices, we’re ending up with a corporate uniform message where the more innovative and sometimes dissident voices are few and far between. By forcing WCNL to break up into smaller more local groups, this trend will become even more persistent and insidious as the demands on the limited group of national speakers will increase unless they have corporate sponsoring. Even they will not able to afford the time and costs to attend and speak at the various local WCs.”</p>\n<p>Remkus de Vries, WordCamp Netherlands lead-organizer from 2009 to 2015, said the team has worked for years to see the local communities come together, and have seen people get involved with translations, forum moderation, and local meetups after attending the WordCamps.</p>\n<p>“Our idea from the get go for WordCamp Netherlands was to be as inclusive as possible, to unite the scattered Dutch WordPress community,” de Vries said. “The Dutch community consisted of little islands that didn’t really connect at all. We’ve been working very hard to unite our Dutch Community via WordCamp Netherlands and it was working perfectly.</p>\n<p>“Because of our inclusive approach we started getting international visitors and speakers from the early start as well, but more importantly, the event, as a national event, pulled everyone in from all corners of the Netherlands. Our community started and flourished because we started as a central entity.”</p>\n<p>Bootsman is not optimistic about the future of the Dutch WordPress community after receiving the decision from WCS. The conflict has highlighted a key difference between U.S. and European cultures when it comes to traveling. Whereas Americans might think a 4-5 hour drive to another city is a short road trip, Europe’s population is much more dense than the U.S. and traveling several hours to another city is not common.</p>\n<p>“When there is no WordCamp Netherlands, my personal belief is that this will break up the community,” Bootsman said. “Of course we will have central tools like Slack, nl.w.org and other ways to communicate, but that is nothing compared to an event where all these people can meet. People are busy and can’t find time to visit multiple WordCamps in the Netherlands. Distances are not that large in NL, that is not an issue, but time is. When you have a central WordCamp The Netherlands once a year you plan, so you are available to go. In the new situation, when there is a WordCamp Rotterdam, why visit a WordCamp in another town? This maybe hard to understand, but this is how it works for Dutch people. We’re too practical sometimes, and in this situation, it will not help the community.”</p>\n<h3>WordCamp Netherlands Organizers are Considering Hosting an Independent Event</h3>\n<p>Both de Vries and Bootsman are said they do not believe rules that make sense for the U.S. should be applied universally. They would prefer them to be guidelines that communities can follow or depart from if they express their preference for a country-wide WordCamp. WordPress communities in other countries like Denmark, Croatia, and Switzerland have expressed similar frustrations with the U.S.-centric rules.</p>\n<p>“WordCamp Netherlands was what started the local WordPress meetups and ended up being the glue between the WordPress Meetups,” de Vries said. “Forcing us to stop using WordCamp Netherlands is going to impact that as you could see by the outpouring of reactions yesterday on Twitter and Facebook. Renaming WordCamp Netherlands to WordCamp Utrecht, as suggested by many, could be a solution, but nobody of the organizing team lives in the city which means, per the WCS rules, we can’t do that. But more importantly, we would be losing ‘our glue.’ We feel that our efforts of the last years have just been flushed down the toilet with this ‘one-size-fits-all’ rule.”</p>\n<p>Although WCNL organizers were told in no uncertain terms that their camp is cancelled, a recent <a href=\"https://make.wordpress.org/community/2017/03/30/wordcamp-netherlands-today-the/\" target=\"_blank\">post</a> on the Community team blog indicates that representatives are considering feedback on the decision.</p>\n<p>The first two WordCamp Netherlands were not under the umbrella of WordCamp Central, and de Vries said they will find a way to have the camp if it comes to that. Organizers are currently examining their options.</p>\n<p>“It is too soon to announce things about this but let me say that we feel the Netherlands needs to have a countrywide WordPress event based on the experiences of the last years,” Bootsman said. “We are not going to let the Netherlands WordPress community down.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Mar 2017 23:39:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: WordPress Plugin Directory Redesign: Why So Many People Feel Their Feedback Was Ignored\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68135\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/wordpress-plugin-directory-redesign-why-so-many-people-feel-their-feedback-was-ignored\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15523:\"<p>Earlier this week, the WordPress plugin directory <a href=\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm\">relaunched</a> with a new design and an improved search algorithm. Feedback has been rolling in <a href=\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm#comments\">from Tavern readers</a> and members of the <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1446257985436411/?match=cGx1Z2luKyBkaXJlY3RvcnkscGx1Z2luIGRpcmVjdG9yeSxwbHVnaW5z\">Advanced WordPress Facebook group</a>.</p>\n<p>The improvements to search has received a number of positive comments in addition to people requesting the ability <a href=\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm#comment-216693\">to sort results</a>. The responsive design and aesthetics of the page have also received praise.</p>\n<p>There are a number of items that plugin developers and users have reported as downsides to the new design. Some of the most notable include:</p>\n<ul>\n<li>Plugin stats are only available to the plugin author by logging into the admin.</li>\n<li>Tabbed layout was replaced with a series of Read more links.</li>\n<li>Plugin banner images are distorted.</li>\n<li>The Installation tab which provided instructions on how to install the plugin is gone.</li>\n<li>Screenshots do not open in a lightbox, but open on a new page instead.</li>\n<li>Links to download older versions of plugins is missing.</li>\n</ul>\n<p>Many of the issues reported above are known and have been known for months. While it may seem like a lot of people are <a href=\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm#comment-216738\">suddenly complaining</a> and didn’t participate in the feedback loop, it’s important to look back to see how the plugin directory redesign reached this point.</p>\n<h2>From Prototypes to Open Beta</h2>\n<p>In May 2016, the WordPress Meta team <a href=\"https://wptavern.com/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\">published prototypes</a> of a new design for the WordPress plugin directory. The announcement generated <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">abundant feedback</a> with a strong push towards adding data instead of removing it.</p>\n<p>Many users <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">reported</a> that moving the plugin author, last updated, and active install information from the plugin’s listing page to the plugin’s details page was a downside. Samuel Sidler, Apollo Team Lead at Automattic, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">responded</a> to the feedback explaining why he didn’t think showing the information to users was useful.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, meanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get more downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>There was also a lot of discussion on how to improve and display search results.</p>\n<p>In June 2016, at WordCamp Europe, Konstantin Obenland, WordPress core contributor, <a href=\"https://wptavern.com/new-wordpress-plugin-directory-now-in-open-beta\">announced</a> that the WordPress plugin directory redesign was in open beta. The team received feedback from Matt Mullenweg, co-creator of the WordPress project, on changing the direction and design of the page. “We’re really just at the beginning of design iterations,†Obenland said. “He thinks we can do better, which he’s right about. We can and we should.â€</p>\n<p>Kevan <a href=\"https://wptavern.com/new-wordpress-plugin-directory-now-in-open-beta#comment-185077\">commented on the open beta</a> and pointed out many of the same issues that were reported with the prototypes. In July 2016, Obenland <a href=\"https://make.wordpress.org/meta/2016/07/12/plugin-directory-v3-open-beta/\">announced</a> version three of the open beta. The use of Read more links in favor of the tabbed interface was again <a href=\"https://make.wordpress.org/meta/2016/07/12/plugin-directory-v3-open-beta/#comment-8400\">brought up</a> in the comments by John Blackbourn.</p>\n<p>“I’m really concerned about the liberal use of ‘Read more’ links on individual plugin pages,” Blackbourn said. “They’re being used in order to fix the information overload problem caused by placing all the information onto one page, instead of using the tabbed interface of the current directory.”</p>\n<p>In response to Blackbourn, <a href=\"https://make.wordpress.org/meta/2016/07/12/plugin-directory-v3-open-beta/#comment-8413\">Joy stated</a> that the issue of Read more links had already been discussed and that the feedback was ignored. The feeling of being ignored was also shared <a href=\"https://make.wordpress.org/meta/2016/07/12/plugin-directory-v3-open-beta/#comment-8476\">by Jon Brown</a>.</p>\n<p>“It’s hard to see feedback has been heard and in this case a lot of it doesn’t seem to have been taken into account (bring back tabs, no read more…).” Brown said. “I don’t see everything, or even much, so I could have certainly missed it.”</p>\n<p>Mika Epstein <a href=\"https://make.wordpress.org/meta/2016/07/12/plugin-directory-v3-open-beta/#comment-8418\">responded</a> that the feedback was not ignored and that Obenland was in the process of collecting and collating information.</p>\n<p>Four months ago, Kenshino <a href=\"https://meta.trac.wordpress.org/ticket/2328\">created a ticket</a> on WordPress Meta that outlined usability concerns with using Read more links instead of tabs.</p>\n<p>“Clicking on <span class=\"searchword0\">Read</span> <span class=\"searchword1\">more</span> – say on the change log requires me to scroll to the bottom before I’m able to reach the next section,” he said. “Essentially for me to go through all the sections, provided that they are long enough, I’d have to click, scroll a few pages, click, scroll a few pages etc until I get through all the sections.”</p>\n<p>The ticket was closed as a duplicate of <a href=\"https://meta.trac.wordpress.org/ticket/2278\">Greg Ross’ ticket</a>. In it, he suggests a Jump section be added so users can navigate to specific sections of the Read Me without having to scroll through the entire page. The ticket has received minor support and recently had its milestone changed from version three to a future version.</p>\n<h2>WordPress Contributors Feel Ignored</h2>\n<p>In a <a href=\"https://wordpress.slack.com/archives/C02QB8GMM/p1490824833904957\">meeting held earlier this week</a> in the WordPress Meta Slack channel, Matt Cromwell, Head of Support and Community Outreach at WordImpress, <a href=\"https://wordpress.slack.com/archives/C02QB8GMM/p1490825538070889\">suggested</a> that the Meta team describe the process of collecting and acting on feedback in as much detail as possible in the <a href=\"https://make.wordpress.org/meta/2017/03/30/announcing-the-new-wordpress-plugin-directory/\">announcement post</a>.</p>\n<p>“I’ve chatted with a lot of developers and many feel like they provided actionable feedback about the direction of the plugin directory and all advice was ignored,” Cromwell said. “Whether or not that’s an accurate assessment, it’s a real feeling that is shared by many. I’ve been here most weeks and know well that feedback was received and acted on, but there’s still a strong perception.”</p>\n<p>Despite the concerns of using Read more links brought up during every phase of the project, they don’t appear to have been addressed. Other gripes expressed by members of the community at the outset of the redesign have largely remained. It’s no wonder that so many people feel like they’ve been ignored.</p>\n<p>Mullenweg <a href=\"https://wordpress.slack.com/archives/C02QB8GMM/p1490826336242943\">commented</a> in the meeting saying he, too, felt ignored, “For what it’s worth, I feel like my feedback was ignored as well,” he said. “I hope we can do another major iteration on the directory, because I’m not really a fan of the new one.</p>\n<p>“Perhaps the WordPress backend will make it easier to make incremental improvements in the future, as being on bbPress before was often cited as the reason things were slow to iterate previously.”</p>\n<p>Although Mullenweg’s feedback in June 2016, was not public, his recent comments indicate not much has changed between then and now.</p>\n<p>Alex Shiels, a member of Team Apollo at Automattic, <a href=\"https://wordpress.slack.com/archives/C02QB8GMM/p1490826698320557\">says</a> user feedback wasn’t ignored. “It’s not that anyone’s feedback has been ignored; just that we’ve had limited resources and a big back-end component to the project, and a lot of conflicting requests” he said. “I’ll make sure to give a clear invitation to provide feedback in the announcement post, and include something about future iteration.</p>\n<h2>The Inability to Measure the Impacts of the Redesign</h2>\n<p>Kevin Hoffman, who participated in discussions on trac about <a href=\"https://meta.trac.wordpress.org/ticket/1828\">how to display screenshots</a>, asked if there was any user data and feedback that the Meta team could share that led to some of the decisions and changes that were made. For example, changes to the UI or how often the Read more links are clicked. Shiels <a href=\"https://wordpress.slack.com/archives/C02QB8GMM/p1490826026176187\">responded</a> that the team does not have that data because they don’t have the tools to do it.</p>\n<p>“There is Google Analytics tracking, but access is very limited and from what I’ve seen of it (I don’t have direct access) it’s messy and hard to draw objective conclusions from,” Shiels said. “I absolutely agree that analytics and A/B testing would be great, but we just don’t have the tools for it right now. I think that needs to be considered a next step, but a separate project by itself really.”</p>\n<p>Hoffman stepped back from contributing to the redesign after receiving <a href=\"https://meta.trac.wordpress.org/ticket/1828#comment:41\">this response</a> seven months ago from Sidler on Trac where he says much of the feedback received was from plugin developers and not representative of users.</p>\n<blockquote><p>First, we’re building the site for users, not developers. Certainly some of our users are developers, but not the vast majority. One of the WordPress core philosophies is building first for the 80%, not the 20%, and that applies in this case as well.</p>\n<p>Second, almost all of the ‘overwhelming community feedback’ we’ve received so far is from plugin authors who are (typically) developers. It’s all great feedback and we’re obviously listening closely. But it’s not necessarily representative of the users who visit the plugin directory regularly. We’ll certainly run user tests before launching, and we can probably run a more obvious beta, with a link from the current directory to the new one. But the directory isn’t yet ready for that.</p>\n<p>Third, this ‘self-imposted limitation’ as you call it is not arbitrary. Rather, it’s the result of research and in-person discussion with a number of designers. Will it be the final design? I dunno. But since we haven’t tested it with real users (see the paragraph above), it’s hard to say right now. I think pursuing this direction is worthy for a number of reasons, which aren’t really worth rehashing here. First and foremost though, until we build out a product that can run through user tests, we won’t know if it’s the right direction.</p></blockquote>\n<p>How can the team know that the redesign is working or is the right direction if WordPress.org doesn’t have the tools necessary to measure its impacts? There’s also the question of what data was obtained or user testing done that supports the decisions that were made? Who are these users and how does the team know what the best user experience is for them?</p>\n<h2>Iteration Is the WordPress Way</h2>\n<p>Now that the <a href=\"https://make.wordpress.org/meta/2017/03/30/announcing-the-new-wordpress-plugin-directory/\">new directory</a> is publicly available, the Meta team is reviewing feedback, gathering bug reports, and organizing tickets on Trac.</p>\n<p>“If there are tickets that were closed or postponed during the project that you think need revisiting, then this would be a great time to start reviewing and re-opening them,” Shiels said. “We already have a bunch of tickets against the future milestone.</p>\n<p>“The new directory has been built with future maintainability and iterative enhancement in mind. We’re looking forward to hearing feedback from the whole WordPress community, and making regular improvements and additions.”</p>\n<p>To report a bug or enhancement with the plugin directory, you’re encouraged to <a href=\"https://meta.trac.wordpress.org/newticket?component=Plugin+Directory\">create a ticket on Trac. </a>If you have any questions concerning the directory or would like to get more involved, visit <a href=\"https://wordpress.slack.com/messages/meta/\">#meta</a> on Slack.</p>\n<h2>The Vocal Minority</h2>\n<p>There are a lot of people voicing their complaints about the WordPress Plugin Directory redesign and to <a href=\"https://wordpress.slack.com/archives/C02QB8GMM/p1490897847701262\">summarize them</a> as a vocal minority is unfair.</p>\n<p>“Let’s also not forget that one of WordPress’s philosophies is <a href=\"https://wordpress.org/about/philosophy/#minority\">The Vocal Minority</a>,” Aaron Jorbin, WordPress core contributor, said in a conversation on the Meta Slack channel concerning feedback. “Many people being loud on the internet isn’t a reason to do anything.”</p>\n<p>As I’ve documented above, the issues people are complaining about today are roughly the same as those reported during the prototype stage more than seven months ago.</p>\n<p>If months have passed and the issues brought up by members of the community who are part of the so-called vocal minority were not addressed before shipping to the public, can we blame them for complaining and feeling ignored? What about those who think that getting involved to be part of the solution was a waste of time? While the plugin directory design will undoubtedly improve with time, the complaints and concerns expressed by people this week are justified.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Mar 2017 23:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress App for Android Adds Better Support for Jetpack-Enabled Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/wordpress-app-for-android-adds-better-support-for-jetpack-enabled-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1764:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/wordpress-for-android.jpg?ssl=1\"><img /></a></p>\n<p>Automattic’s mobile engineers <a href=\"https://jetpack.com/2017/03/29/full-android-support-for-jetpack/\" target=\"_blank\">released a major update to WordPress for Android</a> this week. Last year the app’s users saw a <a href=\"https://wptavern.com/wordpress-for-android-5-7-adds-path-to-upgrade-wordpress-com-plan\" target=\"_blank\">growing disparity</a> between the features available to self-hosted sites and those available to WordPress.com users. Not having the WP REST API in core was holding the app back from providing the same site management features that WordPress.com site owners already enjoy. The upcoming release narrows that gap with better support for Jetpack-enabled sites.</p>\n<p>Self-hosted WordPress sites owners will now have access to People Management, Site Settings, and Site Icons in the app. A complete re-write of the app’s network layer brings more performance improvements to Stats and other features.</p>\n<p>The Jetpack blog <a href=\"https://jetpack.com/2017/03/29/full-android-support-for-jetpack/\" target=\"_blank\">announced</a> the release but doesn’t mention that these features are not yet available to all users. If you manage a self-hosted site on your mobile device, you’ll need to wait until version 7.0 hits the <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Google Play Store</a>. According to Automattic mobile engineer Maxime Bias, version 7.0 is currently in staged rollout and not all users can update to get it yet. He said 7.0 should be fully rolled out soon but could not give an ETA.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Mar 2017 19:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Community Team Releases Plugin That Displays WordPress Events Nearby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/community-team-releases-plugin-that-displays-wordpress-events-nearby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3309:\"<p>Two weeks ago, I <a href=\"https://wptavern.com/how-to-view-upcoming-wordcamps-in-the-wordpress-dashboard\">highlighted a WordPress plugin</a> that displays upcoming WordCamps in the Dashboard. I’ve <a href=\"https://make.wordpress.org/community/2017/03/23/showing-upcoming-local-events-in-wp-admin/\">recently discovered</a> that the WordPress Community team is working on an official plugin that does something similar called <a href=\"https://wordpress.org/plugins/nearby-wp-events/\">Nearby WordPress Events</a>.</p>\n<p>The plugin attempts to detect a user’s location and displays upcoming events within the WordPress News dashboard widget. Events include WordCamps and <a href=\"https://www.meetup.com/topics/wordpress/\">Meetups</a> from Meetup.com. If the location detected is incorrect, users can click the pencil icon and change it to their city and state.</p>\n<img />Nearby WordPress Events Dashboard Widget\n<p>The bottom of the widget includes links to the <a href=\"https://www.meetup.com/pro/wordpress/\">WordPress Meetups landing page</a>, WordCamp schedule, and the official WordPress news blog. If your site has multiple users, each one can configure the widget to display events near their locations.</p>\n<p>According to Ian Dunn, the API includes any meetups that are within a 100 kilometer radius. For WordCamps, the radius is 350 kilometers.</p>\n<p>Here is what the radius looks like for WordPress Meetups.</p>\n<img />US WordPress Meetup Radius\n<p>Here is what the radius looks like for WordCamps.</p>\n<img />US WordCamp Radius\n<p>The distances can not be modified but, depending on feedback, they can be increased to be more accommodating.</p>\n<p>WordCamp data is gathered using an <a href=\"https://api.wordpress.org/events/1.0/\">API endpoint on</a> WordPress.org. The initial HTTP request is performed asynchronously so it doesn’t affect page loading times. The response is cached for 12 hours to avoid making unnecessary requests.</p>\n<p>The WordPress Community team created the plugin to generate more awareness of WordPress events.</p>\n<p>“The community that has been created around WordPress is one of its best features, and one of the primary reasons for its success, but many users are still unaware that it exists, and aren’t taking advantage of all of the resources that it makes available to them,” Dunn said.</p>\n<p>“Inviting more people to join the community will help to increase its overall health, diversity, and effectiveness, which in turn helps to ensure that WordPress will continue to thrive in the years to come.</p>\n<p>“We think that wp-admin is the perfect place to display these events, because that’s the place where almost all WordPress users are visiting already. Instead of expecting them to come to us, we can bring the relevant information directly to them.”</p>\n<p>I tested the plugin on WordPress 4.8 Alpha and didn’t encounter any issues. Users can report bugs on the <a href=\"https://wordpress.org/support/plugin/nearby-wp-events\">plugin’s support forums</a> or create an issue on the <a href=\"https://github.com/Automattic/nearby-wordpress-events/issues\">project’s GitHub page</a>. If you test the plugin, let us know what you think in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Mar 2017 19:50:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: New WPstats.me Site Displays WordPress.org Plugin Download Stats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/new-wpstats-me-site-displays-wordpress-org-plugin-download-stats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3202:\"<p>WordPress.org <a href=\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm\" target=\"_blank\">relaunched the plugin directory</a> this week with a new design and improvements to the search algorithm. The redesign spent more than six months in beta for feedback and testing, but many contributors on the project said they felt their feedback was not taken into account. The result is that the new design shipped but has not been well received by the community. Most users and developers welcome the changes to the search algorithm, but the new UI for the plugin pages has received quite a bit of negative feedback.</p>\n<p>One of the unpopular changes made during this refresh was the removal of individual plugin stats, which can now only be viewed by plugin admins. The decision may be temporary but depends on feedback from users.</p>\n<p>In the meantime, if you’re missing plugin stats after the redesign, check out the new <a href=\"http://wpstats.me/\" target=\"_blank\">wpstats.me</a> site. WordPress plugin developer <a href=\"https://wpartisan.me/\" target=\"_blank\">Edward Dakin</a> created it in just a few hours using the WordPress.org API’s. Visitors can enter a plugin’s slug and see recent and all-time download stats.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/wpstats.me_.png?ssl=1\"><img /></a></p>\n<p>“I like checking out plugin stats, seeing which are popular, how others are doing, etc, so I put together a quick something to do that and thought others might find it useful,” Dakin said. WPstats.me is essentially a one-page app so Dakin opted to host it on GitHub pages.</p>\n<p>“The CSS is done with <a href=\"http://tachyons.io/\" target=\"_blank\">Tachyons</a> (I’m super into function CSS at the moment), the JS is Backbone for the routing, jQuery for the ajax stuff, and Underscore for the templating,” Dakin said. He said the hardest part of putting the site together was finding the WordPress.org APIs, as the <a href=\"https://codex.wordpress.org/WordPress.org_API\" target=\"_blank\">documentation</a> is sparse and out of date.</p>\n<p>If the Meta team decides to bring stats back into the plugin page design, Dakin said he will consider leaving WPstats.me up anyway if people are finding it useful. Some users like to see how stats have changed over time and developers appreciate being able to check up on their competition.</p>\n<p>As a WordPress.org plugin developer, Dakin is directly affected by the changes to the directory. He is considering changing how he markets his plugins and is hoping for improvements to the UI that was shipped this week.</p>\n<p>“I like the improvements to the search a lot,” Dakin said. “In terms of the page redesign I like that they’re trying, but I don’t think it’s quite there yet. Like many others, I feel that the collapsing sections is a bit of a poor use of space. And yes, I haven’t done anything yet but I will be experimenting with restructuring plugin readme’s so the important points are immediately visible and not hidden on page load.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Mar 2017 19:12:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: WordPress Polyglots Team Calls for Volunteers to Organize Global Translation Day Three\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/wordpress-polyglots-team-calls-for-volunteers-to-organize-global-translation-day-three\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2111:\"<p>The WordPress Polyglots team is <a href=\"https://make.wordpress.org/polyglots/2017/03/29/global-wordpress-translation-day-3-call-for-organisers/\">asking for volunteers</a> to help organize <a href=\"https://wptranslationday.org/\">WordPress Global Translation Day Three</a>. The event may take place on September 30th, the same day as <a href=\"https://en.wikipedia.org/wiki/International_Translation_Day\">International Translation Day,</a> but the date is dependent on when organizing teams form.</p>\n<p>Global Translation Day is a 24-hour event that includes live streaming, local, and remote activities. The first Global Translation Day was held <a href=\"https://wptavern.com/global-wordpress-translation-day-draws-448-participants-from-105-countries\">in April, 2016</a> where 448 translators from 105 countries translated 40,350 new strings across 597 projects. These numbers increased to 780 translators with a total of 60,426 strings translated across 590 projects at the conclusion of Global Translation Day Two.</p>\n<p>Activities during Translation Day include, on boarding new contributors, sharing knowledge, and discussing topics related to translating. There are a variety of roles available for organizers to fill, including:</p>\n<ul>\n<li>Communication</li>\n<li>Design</li>\n<li>Outreach</li>\n<li>Website/admin volunteers</li>\n<li>Live Streaming</li>\n<li>Local events mentors</li>\n</ul>\n<p>These roles are open to anyone who is able to dedicate the time and effort needed to run a smooth event. “If you have a couple of hours a week to spare, the Polyglots team would really appreciate your help,” organizer Petya Raykovska said. “WordPress Translation Day has been essential for many local communities around the globe and each edition helps more people to understand us better.”</p>\n<p>For more information on what each role entails and to volunteer, check out the <a href=\"https://make.wordpress.org/polyglots/2017/03/29/global-wordpress-translation-day-3-call-for-organisers/\">official call for organizers</a> and leave a comment.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2017 23:38:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WPWeekly Episode 269 – Interview With Daniel Ha, CEO and Co-founder of Disqus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=68064&preview=true&preview_id=68064\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wpweekly-episode-269-interview-with-daniel-ha-ceo-and-co-founder-of-disqus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2039:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://twitter.com/danielha?lang=en\">Daniel Ha</a>, CEO and co-founder of <a href=\"https://disqus.com/\">Disqus</a>. Ha explains why he created the service, what his thoughts are on large sites disabling comments, and the state of comments on the web.</p>\n<p>We also discuss the company’s monetization strategies and what opportunities exist to generate revenue around comments. Ha shares what the company learned from its Sponsored Comments experiment and what it’s doing to improve communication with customers.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/woo-cashback/\">Woo Cashback</a> provides each user with their own personal wallet with a way to purchase items from your store while using their wallet money or credit.</p>\n<p><a href=\"https://wordpress.org/plugins/export-comment-emails/\">Export Comment Emails</a> allows you to export the emails from comments to a CSV or XML file allowing you to import to MailChimp or ConvertKit.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-monitor/\">WP Monitor</a> adds a dashboard to the WordPress backend that displays updates, site, and server information in one convenient place. You can monitor one or multiple websites on the go.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 5th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #269:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2017 23:24:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Poopy.life Lets You Create Free, Unlimited WordPress Test Installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5773:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/poopy.life_.png?ssl=1\"><img /></a></p>\n<p>Just when you think all the best domain names have been gobbled up by bots and squatters, <a href=\"http://poopy.life/\" target=\"_blank\">Poopy.life</a> emerges as the fastest new way to spin up a WordPress test install. Joe Guilmette, team lead at <a href=\"http://www.wpallimport.com/\" target=\"_blank\">WP All Import</a>, opened up Poopy.life to the public today, offering free unlimited WordPress installs for anyone who needs a temporary site.</p>\n<p>After verifying that you’re not a robot, Poopy.life creates a test install and sends you to the admin where you can see credentials for logging in and sharing the site. The install expires after a week, unless manually extended with the button in the admin. It also allows you to create a sandbox template that can be shared via a URL so that others can quickly create a duplicate install.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/poopy-test-install.png?ssl=1\"><img /></a></p>\n<p>The platform also has a secret menu, like <a href=\"https://www.thrillist.com/eat/los-angeles/the-in-n-out-secret-menu-ranked\" target=\"_blank\">In-N-Out Burger</a>, that allows you to add URL parameters to spin up sites even faster with certain actions already taken:</p>\n<p><strong>No URL Parameters</strong><br />\n<code>http://poopy.life/create/</code></p>\n<p><strong>Copy an existing install</strong><br />\n?src=[Sandbox ID]&key=[auth key]<br />\n<code>http://poopy.life/create?src=panicky-pheasant&key;=EuT9WPIm8122WCcq</code></p>\n<p><strong>Redirect URL</strong><br />\n?url=[redirect URL]<br />\n<code>http://poopy.life/create?url=/wp-admin/admin.php?page=sandbox</code></p>\n<p><strong>Send a welcome email</strong><br />\n?email=[email address]<br />\n<code>http://poopy.life/create?email=user@example.com</code></p>\n<p><strong>Activate Plugins</strong><br />\n?activate_plugins=[plugin_slug_1],[plugin_slug_2],[etc]<br />\n<code>http://poopy.life/create?activate_plugins=akismet,wordpress-importer</code></p>\n<h3>Poopy.life Platform Will Add a Commercial Tier at WPSandbox.io in the Near Future</h3>\n<p>Although Poopy.life is both memorable and amusing, the team chose the domain to prevent people from using it in their own product demos and support channels.</p>\n<p>“We chose poopy.life specifically because it is ridiculous and no one will be able to use it in a professional context,” Guilmette said. “Also it was shorter than the previous domain we were going to use – oxygen-is-really-amazing-and-everyone-loves-it.com.”</p>\n<p>Poopy.life runs on CloudLinux and Guilmette said it is hosted on “a handful of very powerful dedicated servers and ~10 smaller helper instances/load balancers, and duct tape.”</p>\n<p>WP All Import plans to introduce a commercial tier on wpsandbox.io to allow users to have installs on a custom domain, as well as control of the welcome notice and email. The poopy.life domain and landing page will live on, but Guilmette expects that it will soon be blacklisted by Google.</p>\n<p>“The WordPress installs are real WordPress installs and you can install any plugin on them,” Guilmette said. “You can install a PHP shell and dig around the server and run whatever weird spammy malware you want. There really isn’t any way to prevent it.”</p>\n<p>Guilmette estimates that Poopy.life is powering approximately 2,000 test installs right now. He doesn’t know how many their infrastructure can handle, but said they can easily scale it up.</p>\n<p>“We don’t really monitor or throttle usage so much as try to make sure that one user isn’t able to negatively impact another,” Guilmette said. “If the service grows in popularity, there will probably be some pain points that we’ll need to address. But we’ve been doing this for a long time and have worked out many of the kinks.”</p>\n<p>The team has been using a version of the Poopy.life platform on <a href=\"http://www.wpallimport.com/try/\" target=\"_blank\">wpallimport.com/try/</a> and <a href=\"http://www.oxygenapp.com/try/\" target=\"_blank\">oxygenapp.com/try/</a> for several years. In addition to being a fun, free tool they could offer to the public, the platform has also been critical to the success of the company. It allows users to test WP All Import and Oxygen products before purchasing.</p>\n<p>“Poopy.life is basically magical golden dogfood we’ve been eating for years,” Guilmette said. “This platform is huge for us. Back before we got serious about this we were hosting it on a VPS at MediaTemple, just kind of hacking it together. It would go down all the time, and whenever it did it would throw our support channel into disarray and sales would drop by 50%.”</p>\n<p>Guilmette said the most important thing WP All Import customers want to know is if the product will be able to import their files. The testing platform drives sales for the company and reduces refunds and buyer’s remorse, because customers know exactly what they are getting. It also has proven to reduce support requests.</p>\n<p>“We get way fewer simple questions about the UI, because people can just try it,” Guilmette said. “So that clears support up for people who have real problems. It also makes those support requests easier, because the user can reproduce the problem on a debug install, and we can poke at it without worrying about breaking their site.”</p>\n<p>Guilmette said the team is working on launching the commercial tier and may have something ready within a couple of weeks or sooner with the help of testers.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2017 19:36:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"HeroPress: WordPress: A Tool for Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1672\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://heropress.com/essays/wordpress-tool-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12379:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/032917-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I was not an obvious choice for a successful web person, but WordPress helped me reach my goals.\" /><p>I was a college teacher for most of my life. When my fourth baby arrived, I gave up a travel-heavy university job and took a “mommy job†as a bookstore manager. I chose books, held teacher workshops, and read stories to children for 15 years. As the internet became important, we put up a website and I became the manager of that site. 18 months later, the bookstore’s owners went bankrupt and closed the store.</p>\n<p>My initial reaction was, “They can’t do that – we’re #2 on Google!†We’d also gone from zero ecommerce sales to $5,000 a month. We had visitors to our blog from 192 different countries. Online, we were a success. But it was 2008, and lots of small businesses were going under. Lots of people were unemployed. I was unemployed for the first time in my life.</p>\n<p>Being #2 or even #1 on Google had a different meaning in those days, before customized search results. For me, it meant that I had become skilled with SEO and content marketing, but I figured I’d have to return to the classroom when my job ended.</p>\n<blockquote><p>“We couldn’t have done this without you,†the owner of the bookstore said. “There are other businesses that would benefit from your skills. Why don’t you go into business helping them?â€</p></blockquote>\n<p>I scoffed bitterly. I had kids in college and two more getting ready to finish high school. I clearly needed a higher level of security than self-employment could offer.</p>\n<p>What’s more, I had already discovered that people who found out what I did with computers invariably looked at me oddly and said, “You don’t look like a computer guy.†They were right, although we now have a much more open minded idea of what computer guys can look like. Back then, though, I looked like someone’s mom. I was someone’s mom. This caused a high level of cognitive dissonance for some people, I knew.</p>\n<p>But I was bold enough to do a little bit of helping other businesses while I looked for work. I wrote an essay at the site that was then SEOMoz and got a job offer in the comments. I picked up a couple of local clients, and then through an online marketplace found some international clients. I went to job interviews, of course, and was offered jobs managing various things. But nothing I was offered was as fun as the work I was doing online. I turned down all the offers I received.</p>\n<h3>The Web People</h3>\n<p>I clearly remember my last job interview. It was Halloween 2008. I was talking with the vice chancellor at a medical school about his online needs. This was my first IRL tech job interview and the vice chancellor had told me I was his favorite candidate. The secretary came to the door and said, “We need to take Rebecca down to the basement to meet the Web People.â€</p>\n<p>She was dressed as a witch. The hallways were full of cotton spider webs and spooky decorations. She was taking me down to the basement to meet the Web People. I was the only one who laughed.</p>\n<p>You see the humor, right? They did not. I realized that I didn’t really want to go back to academia, I didn’t want to manage things, and I didn’t want to sit in a cubicle proofreading. I wanted to have fun with websites.</p>\n<p>I talked with my family about the possibility of going into business for myself, and the possibility that I could fail and limit their college choices. My youngest son said, “You’ve always done what’s best for us. You should do what’s best for you.â€<br />\nI have great kids.</p>\n<blockquote><p>At that point, I reviewed my income figures, saw that I was earning twice as much as I had earned as a bookstore manager, and decided that I would carry on as an independent Web Person.</p></blockquote>\n<p>As a freelance web writer and SEO, I never met a CMS I couldn’t make friends with. If there wasn’t a CMS at a website, I used Dreamweaver. Drupal, Joomla, Mango, sticks and clay tablets, I didn’t care. I used WordPress along with all the other options my clients wanted. In 2009, after being featured in the Wall Street Journal, my freelance business boomed. I teamed up with designers and built websites in addition to writing for web designers and agencies and businesses on four continents.</p>\n<p>My eldest daughter, Rosie, saw that I needed some help and came to work with me. “Saw that I needed some help†may be too kind a way to put it. I have some useful skills, but my main goal for my business was not to starve in the gutter and my main goal for accounting was to keep out of jail. We met with the local Small Business Association rep a couple of months after Rosie joined me and he said to me, kindly but firmly, “You’d be in trouble without her.â€</p>\n<p>But with Rosie as my partner, I was able to build a thriving business. In 2010 we built a WordPress site for K-12 teachers just in time for our first WordCamp. We needed a lab site, and I had just finished writing a bunch of lesson plans with the Kennedy Center for the Performing Arts. In the course of that project I had discovered how limited online STEM (science, tech, engineering, and math) options for K-12 teachers were. We built a website called FreshPlans to help fill that need and had a functioning WordPress site for WordCamp.</p>\n<h3>0 to 8,000 in six months</h3>\n<p>Six months later, Rosie and I were looking at the stats for FreshPlans – 8,000 visits a month – and she said, “Why aren’t we doing this for our own website? Why aren’t we doing this for all our clients?â€</p>\n<p>I didn’t have a good answer for why we weren’t doing it, but we went ahead and switched our business site to WordPress. We convinced our designer to give WordPress a chance and built WordPress websites for clients who needed new sites. We saw how much more sense the websites made to our clients. We saw how much more quickly we could build the sites and how much more value we could provide for our clients without the cost of bringing in a developer. We found that we were able to streamline our process for the clients whose blogging and social media we look after. We saw impressive results for our clients, too; not every website can go from 0 to 8,000 visits in six months, but we definitely see better results with WordPress than without it.</p>\n<p>Within a year, we went from platform agnostic to a dedicated WordPress shop. It worked better for us. It worked better for the people whose sites we built and managed. We were also beginning to see the value of open source and to appreciate the WordPress community.</p>\n<p>After that first WordCamp, I spoke at a couple of camps every year and our company sponsors and helps organize a couple of WordCamps nearly every year. Last year I spoke at three and I hope to continue expanding that service. WordPress has been good to us and we want to give back to the awesome WordPress community.</p>\n<h3>WordPress Success</h3>\n<p>Our business has grown. My eldest son graduated from college and joined the family business. My second daughter left us to work for Automattic. We’ve had some rough times, as every business does, but we can be proud of the work we do.</p>\n<p>We have the privilege of working with awesome clients, both locally and around the world. They can share their brands and their bigger messages in ways that would have been difficult and costly just a decade ago. We’re able to get great results for them – with hard work and WordPress.</p>\n<blockquote><p>WordPress is not a magic pixie dust you can sprinkle on your website for instant success.</p></blockquote>\n<p>But there are some things about WordPress that set you up for success:</p>\n<ul>\n<li>It may not be true (okay, it isn’t true) that you can master WordPress with no tech skills, training, or effort. But you don’t have to be a programmer to get the results you want and need in WordPress. If you have something to say, you can get it published more easily in WordPress than with other platforms.</li>\n<li>There’s no quality tradeoff. We usually build custom websites with talented and trained designers, but I’ve built dozens myself with pre-made themes and my own HTML and CSS skills (and great photos – the secret weapon for non-artists who want to create beautiful WordPress websites). Either way, you’re not limited by WordPress as you are by drag-and-drop sitebuilding tools.</li>\n<li>Because updating and adding content is so easy with WordPress, you can accomplish the essentials of content marketing more easily. You can focus on your message with less worry about the medium. You and your Web People can shape the web experience you want for your visitors efficiently.</li>\n<li>WordPress has the most supportive community you can find. We’re friends with local companies that we could also call competitors, because we spend time together in Meetups and WordCamp organizing meetings. We also have a large network of WordPress folks we respect and admire. It’s great to see them in person at WordCamps, but we also have the opportunity to get to know them better virtually. We help them and they help us.</li>\n</ul>\n<p>I can say from experience that WordPress has made a big difference in my life. I’m still a mom – in fact, I’m now a grandmother. But I’m also the owner of a successful web firm and a successful educational website. I write for and care for a number of websites I can be proud of.</p>\n<p>Last year at WordCamp Kansas City a man came up to show me his new website. I had spoken the year before about how to get started with a WordPress website, and he had been able to build a site for his fantasy hockey league. He was excited to show it to me, and I was excited to see it. That capacity to help other people achieve their goals with WordPress means a lot to me.</p>\n<p>If you’re just starting with WordPress, let my story encourage you. I was not an obvious choice for a successful Web Person, but WordPress helped me reach my goals. If you’re already a success with WordPress, find opportunities to help others reach their success, too.</p>\n<p>It’s the WordPress way.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress: A Tool for Success\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%3A%20A%20Tool%20for%20Success&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-tool-success%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress: A Tool for Success\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-tool-success%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-tool-success%2F&title=WordPress%3A+A+Tool+for+Success\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress: A Tool for Success\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-tool-success/&media=https://heropress.com/wp-content/uploads/2017/03/032917-min-150x150.jpg&description=WordPress: A Tool for Success\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress: A Tool for Success\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-tool-success/\" title=\"WordPress: A Tool for Success\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-tool-success/\">WordPress: A Tool for Success</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2017 11:30:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Rebecca Haden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Poedit 2 Introduces Direct Connection to WordPress, Adds Support for Twig Templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68041\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/poedit-2-introduces-direct-connection-to-wordpress-adds-support-for-twig-templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2392:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/poedit.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://poedit.net/news/introducing-poedit2\" target=\"_blank\">Poedit 2</a> was released today after two years in development. The app has a refreshed interface for translating .PO files, which Poedit creator Václav SlavÃk said was created by a professional designer. It is also the first paid upgrade for Pro users since the app <a href=\"https://wptavern.com/poedit-adds-pro-support-for-wordpress-theme-and-plugin-translation\" target=\"_blank\">added support for WordPress theme and plugin translations</a> in 2013.</p>\n<p>Poedit 2 introduces direct connectivity support for WordPress, allowing developers to connect directly to the server instead of working with unpackaged plugins/themes locally.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/wordpress_connect@2x.png?ssl=1\"><img /></a><br />\n“Putting translation files on the server was the most common source of problems in Poedit (too many things can go wrong if you’re not yet very familiar with WP) and this feature should help a lot with that,” SlavÃk said.</p>\n<p>This release adds support for <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig templates</a> and <a href=\"https://upstatement.com/timber/\" target=\"_blank\">Timber</a>. In the past, users had difficulty extracting strings from Twig templates, requiring some fragile workarounds. SlavÃk said some users resorted to setting up Poedit to treat them as Python files. Poedit 2 has a new built-in extractor for Twig.</p>\n<p>Poedit 2 also introduces a new pre-translation feature that allows for batch pre-translation of the entire PO file at once using Poedit’s online database and machine translation. After this has processed, users can then read through and correct any errors. SlavÃk said this feature saves a lot of time for many WordPress-related translations, such as themes, where a lot of strings are often repeated.</p>\n<p>Poedit used to be available from the Mac App Store but is now distributed exclusively from the <a href=\"https://poedit.net/\" target=\"_blank\">Poedit.net</a> website. The latest release drops support for older operating systems and requires users to be on Windows 7 or newer, macOS 10.10 Yosemite, or a modern Linux distribution.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2017 01:02:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: Data From Theme Reviews Shows Authors Need More Education on Developing Secure WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://wptavern.com/data-from-theme-reviews-shows-authors-need-more-education-on-developing-secure-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4489:\"<p>Last week, we <a href=\"https://wptavern.com/wordpress-theme-review-team-making-progress-on-clearing-out-1000-review-backlog\">highlighted the progress</a> being made by the Theme Review Team in clearing out a 1K+ review backlog. In an effort to determine common problems with themes discovered by reviewers, Carolina Nymark, a member of the Theme Review Team, <a href=\"https://make.wordpress.org/themes/2017/03/25/review-statistics/\">reviewed 100 tickets</a> from 531 themes that were closed and marked not approved between December and February. Nymark cautions that the data does not assure statistical accuracy and is not representative of the entire directory.</p>\n<p>Her assessment shows that the most common problems discovered by reviewers were:</p>\n<ul>\n<li>Missing escaping or using the wrong functions: 23 themes</li>\n<li>Text that is not translation ready: 21 themes</li>\n<li>Missing prefix: 20 themes</li>\n<li>Scripts or styles are not enqueued: 18 themes</li>\n<li>PHP notices, errors or warnings: 12 themes</li>\n<li>Style tags does not correspond with theme functionality, or are deprecated: 10 themes</li>\n</ul>\n<p>Nymark also reviewed 100 out of 177 new themes that went live between December and February. Out of these themes, the most common problems were:</p>\n<ul>\n<li>Missing escaping or using the wrong functions: 51 Themes</li>\n<li>Text that is not translation ready: 44 Themes</li>\n<li>Missing prefix: 39 Themes</li>\n<li>Missing license or copyright information for included assets: 34 Themes</li>\n<li>Unused code or files: 25 Themes</li>\n<li>PHP notices, errors or warnings: 20 Themes</li>\n<li>Missing sanitization, or using the wrong functions: 18 Themes</li>\n<li>Options in the customizer that are not working: 18 Themes</li>\n</ul>\n<p>Last Friday, Jose Castaneda, Ulrich Pogson, and Nymark participated in a <a href=\"https://make.wordpress.org/themes/2017/03/27/chat-with-matt-about-the-future-of-theme-repo/\">voice chat</a> with Matt Mullenweg, co-creator of the WordPress project, to discuss the future of the theme directory. The team discussed ideas around automation, improving the theme preview experience, and content portability. One of the experiments Mullenweg proposed is to remove the manual review process and rely more on user feedback. Feedback could include, tags, reviews, and other meta data.</p>\n<p>“As we are not sure if the process will function without manual reviews, we will start working on getting better user feedback on themes,” Pogson said. “Once we have a good infrastructure in place we can experiment with how the repository reacts with no manual reviews.</p>\n<p>“We discussed the process we would go about making decisions on changes to the theme repository and came to the consensus that a direct democracy is too fragile and representative democracy would be a better solution.”</p>\n<p>Security, code errors, and prefixing, were also mentioned in the conversation as the most common issues encountered with themes. The team was given a series of tasks to complete and will report the results to Mullenweg at a later date.</p>\n<h2>New Theme Check Plugin Will Detect Common Security Issues</h2>\n<p>The <a href=\"https://make.wordpress.org/themes/handbook/about/\">Theme Handbook</a> doesn’t have a chapter on security but it does link to a series of articles on writing secure themes in the <a href=\"https://make.wordpress.org/themes/handbook/review/resources/\">resources section</a>. Justin Tadlock, Key Reviewer, says work is underway on a new <a href=\"https://github.com/WPTRT/WordPress-Coding-Standards\">Theme Check</a> plugin that will automatically detect security issues commonly seen during the manual review process. These include escaping and data sanitization.</p>\n<p>“If we could get the greater theme developer community to pitch in and help get this finished, it would be awesome,” Tadlock said. “Even outside of WordPress.org, ThemeForest and commercial theme shops could really use this.”</p>\n<p>Members of the TRT are testing the plugin behind the scenes and are working to eliminate false-positives. The best way to get involved in the project is to view the<a href=\"https://github.com/WPTRT/WordPress-Coding-Standards/issues\"> Issue tracker</a> and submit pull requests. Once the new theme check plugin is live, it will give authors another tool at their disposal for developing more secure WordPress themes.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Mar 2017 22:52:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordPress Relaunches Plugin Directory with New Design and Improved Search Algorithm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=68018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5396:\"<p>The new <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">WordPress Plugin Directory</a> went live today. Contributors have been working for the past year on rebuilding the directory with a new design and better capabilities for searching through the 45K+ available plugins.</p>\n<p>The new landing page displays a search bar prominently at the top, followed by sections for featured plugins, popular plugins, and beta plugins.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/wordpress-plugin-directory.png?ssl=1\"><img /></a></p>\n<p>The design changes to the individual plugin pages have received <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1446257985436411/?match=YWR2YW5jZWQgd29yZHByZXNzLHdvcmRwcmVzcy5vcmcsd29yZHByZXNzLGFkdmFuY2Vk\" target=\"_blank\">mixed feedback from members of Advanced WordPress Facebook.</a> The screenshots slider and FAQ accordion UI are welcome improvements, but many are not fond of how the new single plugin display ditches the previous tabbed interface in favor of truncated sections with numerous “read more” links. This requires the visitor to click and scroll repeatedly through a massive wall of text. The experience of doing this to find information is much less efficient than the previous tabbed UI.</p>\n<p>Many of the plugin header images appear to be stretched now with the new wider content area, but this may encourage developers to update their listings. Several users have commented that they are disappointed with the removal of stats, which are now viewable for admins only. Plugin team member Mika Epstein said they are waiting for more feedback from end users (not plugin developers) on whether to make them publicly viewable again.</p>\n<p>The new design matches <a href=\"https://wptavern.com/wordpress-org-launches-homepage-redesign\" target=\"_blank\">WordPress.org’s homepage redesign</a>, which went from sketches to prototype to live during the last few weeks of December 2016. The most exciting improvements, however, are found under the hood.</p>\n<p>The plugin directory is now powered by WordPress, instead of bbPress, making it easier for plugin developers and reviewers to manage plugins, tags/categories, and committers. The submission and review process has also been streamlined so the plugin team will no longer reject plugins after 7 days. They also have to ability to rename plugin slugs prior to approval for easier handling of typos.</p>\n<h3>New Plugin Search Algorithm Delivers More Relevant Results</h3>\n<p>The most significant user-facing improvement in the redesign is better search relevance. <a href=\"https://make.wordpress.org/meta/2016/08/30/initial-analysis-of-plugin-search-logs/\" target=\"_blank\">Analysis of plugin search logs</a> in August 2016 showed the directory handles 100,000 searches per day and receives more than 500k unique search queries per month.</p>\n<p>Greg Ichneumon Brown, a Data Wrangler at Automattic, published an in-depth <a href=\"https://data.blog/2017/03/15/improving-relevance-and-elasticsearch-query-patterns/\" target=\"_blank\">article</a> on how he and contributors improved search fidelity for the new plugin directory. The eye-opening account explains just how opinionated search algorithms need to be in order to give users the best experience at this scale.</p>\n<p>“In improving the fidelity of search results, it’s not just a question of how we satisfy a single user’s search query, but how we satisfy thousands of users for each unique search term: which plugins will support that volume of users and their requests for support?” Brown said. “Which are most likely to give all of these users a great WordPress experience?”</p>\n<p>The new search algorithm delivers results based on this premise. Brown added a calculation for the lowest/highest ratio of active_installs to the number of times the search was performed. However, this isn’t the only factor that influences whether or not a users will have a good experience with the top results. The algorithm also includes signals that Brown said plugin authors have a lot more control over:</p>\n<ul>\n<li>Resolving support threads</li>\n<li>Keeping the plugin update to date</li>\n<li>Testing the plugin on the latest versions of WordPress</li>\n</ul>\n<p>Brown’s <a href=\"https://data.blog/2017/03/15/improving-relevance-and-elasticsearch-query-patterns/\" target=\"_blank\">post</a> breaks down the Elasticsearch query he developed for the directory and explains how text matching works to find relevant results for author searches, queries that include operators, and partial-word boosting.</p>\n<p>The plugin directory relaunch has several known issues that the plugin team noted in the <a href=\"https://make.wordpress.org/plugins/2017/03/28/the-new-directory-is-mostly-live/\" target=\"_blank\">announcement</a> today. Users are noticing many broken links, problems with SVN, and other bugs when navigating around the new directory. The team has a list of tickets on <a href=\"https://meta.trac.wordpress.org/query?status=reopened&status=assigned&status=reviewing&status=new&status=accepted&group=status&milestone=Plugin+Directory+v3.0\" target=\"_blank\">Meta Trac</a> that they are working through and feedback is welcome. Plugin submissions are temporarily disabled while the transition is completed.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Mar 2017 21:59:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: UK Home Secretary Amber Rudd Links WordPress.com to the Spread of Terrorism\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/uk-home-secretary-amber-rudd-links-wordpress-com-to-the-spread-of-terrorism\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7298:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/wordpresscom-logo.jpg?ssl=1\"><img /></a></p>\n<p>UK government officials are targeting online service providers after terrorist Khalid Masood killed four people and injured more than two dozen in an attack in Westminster last week. In an <a href=\"http://www.telegraph.co.uk/news/2017/03/26/amber-rudd-social-media-firms-must-do-stop-terror/\" target=\"_blank\">article</a> published on the Telegraph Sunday morning, British Home Secretary Amber Rudd called on Google, Twitter, and Facebook to take action on extremist content. She also identified Telegram, Justpaste.it, and WordPress.com as smaller platforms through which terrorist activity is spreading.</p>\n<p>“There should be no place for terrorists to hide,” Rudd told Andrew Marr in an <a href=\"http://www.bbc.co.uk/programmes/p04y2cnh\" target=\"_blank\">interview</a> over the weekend. “We need to make sure organizations like WhatsApp, and there are plenty of others like that, don’t provide a secret place for terrorists to communicate with each other.”</p>\n<p>Last week’s attack in London also seems to have reignited the UK government’s war on encryption, as Rudd said that the security agencies’ inability to crack encrypted messages during an investigation is “completely unacceptable.” Masood allegedly used WhatsApp to communicate shortly before the attack.</p>\n<p>The Home Secretary has summoned representatives from a list of online service providers, including Google, Twitter, Facebook, and smaller companies, to a meeting this week to discuss combatting terrorist abuse of these platforms. Automattic would not confirm whether the company has been summoned but it seems likely given that WordPress.com was one of the platforms Rudd highlighted over the weekend.</p>\n<p>The Telegraph article strongly linked WordPress.com to terrorism, citing several claims from the Counter Extremism Project that the Washington Post <a href=\"https://www.washingtonpost.com/news/the-switch/wp/2017/03/01/how-alleged-isis-videos-are-creating-a-headache-for-wordpress/?utm_term=.bb8acba3d6ff\" target=\"_blank\">published</a> earlier this month:</p>\n<blockquote><p>But most such sites are publicly available and used to spread content. According to US think tank the Counter Extremism Project, WordPress.com sites have played host to beheading videos, firing squads, and a video of a man being shot in the head, emblazoned with the words ‘This In the Enemy Of Allah.’</p></blockquote>\n<p>Historically, WordPress.com has been a strong supporter of free speech but posting terrorist propaganda is a violation of its terms of service. The site has a dedicated page outlining the platform’s stance on <a href=\"https://en.support.wordpress.com/terrorist-activity/\" target=\"_blank\">terrorist activity</a>:</p>\n<blockquote><p>While our service is designed to enable users to freely express their ideas and opinions, however controversial, safety is important to us. As such, we don’t allow websites of known terrorist groups or genuine calls for violence against individuals or groups on WordPress.com.</p></blockquote>\n<p>WordPress.com users can <a href=\"https://en.support.wordpress.com/report-blogs/\" target=\"_blank\">report sites</a> they find to be suspicious but the page also emphasizes the platform’s commitment to free speech:</p>\n<blockquote><p>Please note that the team behind WordPress.com strongly believes in freedom of speech. WordPress.com has a vast audience spread across many cultures, countries and backgrounds with varying values and our service is designed to let internet users freely express any ideas and opinions without us censoring or endorsing them.</p>\n<p>We take all reports seriously, but we won’t remove sites just because they are offensive.</p></blockquote>\n<p>WordPress.com also denies use to individuals, groups, or entities on the <a href=\"https://www.treasury.gov/ofac/downloads/sdnlist.pdf\" target=\"_blank\">Specially Designated Nationals</a> list, maintained by the U.S. Department of the Treasury’s Office of Foreign Assets Control.</p>\n<p>It’s not yet clear what Home Secretary Rudd is calling for in summoning global tech company representatives to a meeting, but her comments on the Andrew Marr show indicate the government may request closer monitoring.</p>\n<p>“What I’m saying is the best people – who understand the technology, who understand the necessary hashtags to stop this stuff even being put up, not just taking it down, but stopping it being put up in the first place – are going to be them,” Rudd said. She also said she is in conversations with the U.S. government to help get all of these companies around the table to agree to stop this kind of content from being published in the first place.</p>\n<p>Automattic would not provide a comment at this time regarding its position on the UK government attempting to curb online extremism by targeting online services. However, the company has a long history of actively pushing back against requests that violate users’ freedom of speech. In 2010, Automattic <a href=\"http://en.blog.wordpress.com/2010/07/01/support-the-first-amendment-with-1-for-all/\" target=\"_blank\">demonstrated its support for freedom of speech by raising awareness about the First Amendment</a>. Automattic’s General Counsel Paul Sieminski wrote about the company’s commitment to <a href=\"https://en.blog.wordpress.com/2013/11/21/striking-back-against-censorship/\" target=\"_blank\">strike back against censorship</a> in 2013 after taking to the courts to stand with users against DMCA abuse. In 2014, when tech companies all over the world joined forces to <a href=\"https://thedaywefightback.org/\" target=\"_blank\">protest NSA surveillance</a>, Automattic was among them.</p>\n<p>If Rudd’s call for tech companies to take “a more proactive role” in tackling terrorist abuse ultimately means introducing monitoring that violates users’ privacy and gives government more access, she will be hard-pressed to get cooperation. American companies like Automattic and Apple have already demonstrated they are willing to go to court to protect users’ freedoms and privacy.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">To help keep our streets safe, we need to rise up against companies like <a href=\"https://twitter.com/hashtag/Apple?src=hash\">#Apple</a> and <a href=\"https://twitter.com/hashtag/Whattsapp?src=hash\">#Whattsapp</a> who provide space and comfort to terrorists</p>\n<p>— Nadine Dorries (@NadineDorriesMP) <a href=\"https://twitter.com/NadineDorriesMP/status/846267877435035648\">March 27, 2017</a></p></blockquote>\n<p></p>\n<p>The anti-encryption rhetoric surrounding this issue seems manufactured to allow UK government officials to capitalize on a public tragedy in order to push a political agenda. Rudd is unlikely to find many companies in the tech industry that are eager to hand over users’ freedoms and private communications, but hopefully the summit will serve to educate government officials on why it’s dangerous to legislate backdoors into consumer products.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Mar 2017 22:30:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordCamp Miami 2017 Will Livestream All Sessions this Weekend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67929\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordcamp-miami-2017-will-livestream-all-sessions-this-weekend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1577:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/wordcamp-miami-2017.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2017.miami.wordcamp.org/\" target=\"_blank\">WordCamp Miami</a> kicked off today with its ancillary workshops for beginners, freelancers, and BuddyPress enthusiasts. The WordCamp is entering its 9th year and organizers are expecting more than 800 attendees. Tickets are once again sold out, but latecomers hoping to attend can sign up for the <a href=\"http://davidbisset.us6.list-manage.com/subscribe?u=8f9242549d66d09eceb714b54&id=6685084fbd\" target=\"_blank\">wait list</a>.</p>\n<p>WordCamp Miami is one of the most well-established WordPress events and is known for having high quality sessions. This year’s <a href=\"https://2017.miami.wordcamp.org/schedule/\" target=\"_blank\">schedule</a> includes 60+ local and international speakers, a JavaScript learning track, and new AMA spots, featuring prominent people in the community. If you are unable to attend but want to join in remotely, the camp will be <a href=\"https://2017.miami.wordcamp.org/live/\" target=\"_blank\">live streaming</a> all sessions on Saturday and Sunday for free. There is no registration for the <a href=\"https://2017.miami.wordcamp.org/live/\" target=\"_blank\">live stream</a> and organizer David Bisset said it doesn’t have a limit on the number of people who can watch simultaneously. Participants can join in on Twitter with the <a href=\"https://twitter.com/hashtag/wcmia?src=hash\" target=\"_blank\">#wcmia</a> hashtag.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Mar 2017 21:52:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Medium Aims to Fix ‘Broken’ Media with New $5 Subscription Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6399:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/medium.jpg?ssl=1\"><img /></a></p>\n<p>Nearly three months after <a href=\"https://blog.medium.com/renewing-mediums-focus-98f374a960be#.xij39212w\" target=\"_blank\">laying off a third of its staff</a> and publicly admitting that its previous ad-based revenue model was broken, Medium has introduced a new <a href=\"https://blog.medium.com/upgrade-your-medium-924b74c36552#.8qjmspkzj\" target=\"_blank\">$5 per month subscription program</a>. The internet speculated freely about Medium’s next move after CEO Ev Williams said the company would be taking “a different, bolder approach†to the problem of driving payment for quality content.</p>\n<p>It turns out the “bolder approach” he referenced is a subscription-based model, one that <a href=\"https://thenextweb.com/opinion/2017/03/23/ev-williams-lost-goddamn-mind/#.tnw_zZrtqFcj\" target=\"_blank\">skeptics</a> are already eager to <a href=\"https://www.theregister.co.uk/2017/03/24/medium_five_bucks_a_month_for_nothing/\" target=\"_blank\">tear apart</a> as many media organizations have struggled to find success with paywalls. Early subscribers will receive access to curated content, a new reading experience, ad-free browsing, and an offline reading list. Medium will be using the subscription revenue to pay writers for content, some of which will be restricted to members only.</p>\n<p>“We will be routing 100% of the revenue from founding members (those who sign up in the first few months) to writers and independent publishers who have important work to do,” Williams said. “Those who have hard-won expertise, do exhaustive research, and think deeply. Those who make us all smarter. Those who maximize our understanding of the world but don’t necessarily maximize clicks — and, therefore, are at a disadvantage amongst the highly optimized algorithm chum being slung by the truckload by low-cost content purveyors.”</p>\n<p>Medium’s new curated content stream will surface the most worthwhile articles from its network, which grew from 1.9 million posts in 2015 to 7.5 million in 2016 posts. Williams identified the types of content members can expect with their subscriptions in a <a href=\"https://blog.medium.com/our-approach-to-member-only-content-cfce188261d1#.ciyj1nlir\" target=\"_blank\">followup post</a> viewable only to subscribers:</p>\n<ul>\n<li>Politics. What’s happening behind the headlines. How to think about it. What to do about it.</li>\n<li>Work. Lessons in business, startups, leadership, management, and money.</li>\n<li>Self. Smart takes on how to be your best you — happier, healthier, more productive.</li>\n<li>Future. Where the world is going — technology, trends, what it all means.</li>\n</ul>\n<p>For those who have long regarded Medium as the home of hot takes, open letters, and scintillating rants, the new curated content will feature pieces from those who Williams describes as “doing important work.” The list above indicates the platform will be promoting a hefty does of spoon-fed thought and self-improvement topics. In order to make money from the people who have it to spend, the blogging silo must focus on helping those with too much information and not enough time to figure out “how to think about” important issues.</p>\n<p>Medium is currently <a href=\"https://medium.com/@adamhodgkin/medium-needs-a-business-model-550d3e2ff2ab#.f0ld2suga\" target=\"_blank\">soliciting writers via email</a>, according to one recipient, Adam Hodgkin. This move marks a change in the company where it is essentially becoming a publisher in addition to an aggregator, commissioning content that will deliver that trademark Medium flavor.</p>\n<p>Authors should be aware that articles published behind Medium’s paywall will lose their potential to go viral. In addition to trading site and content ownership for convenience, those who agree to write for Medium’s members will be limiting the potential reach their content may have had if it was published in the open.</p>\n<p>“Media is broken,” Williams said. “And we need to fix it. I’m super passionate about this. Though we’ve changed our approach recently, this has been Medium’s mission from day one. We saw the feedback loops for publishing content to be a major problem, and we set out to build a new model. We’ve come a long way since — establishing ourselves as the platform for thoughtfulness, depth, and insight from independent thinkers. But the greater challenge — changing the incentives that drive our consumption of media online — has become even more pressing. It’s time to double-down.”</p>\n<p>If there’s something new about this economic model, we have yet to see it. Spotify, Netflix, the Financial Times, the Wall Street Journal, and many other businesses have successfully implemented the subscription model. Using it to fund the type of content that Medium aims to highlight may not be feasible, however, as consumers tend to gravitate towards free content and news that is read and shared in the open.</p>\n<p>If Medium’s only option for exiting the <a href=\"http://readwrite.com/2007/03/01/attention_economy_overview/\" target=\"_blank\">attention economy</a> is to further lock down users’ content inside its proprietary silo, the remedy is worse than the disease. Instead of seeing ads on articles available to everyone, subscribers now pay to read content that is selected by and owned by Medium, a company that still needs to find a way to keep the lights on once all the VC money is gone.</p>\n<p>Medium tried the ad-driven publishing model without success and then declared that it was a broken system. Was the model broken because it didn’t bring Medium enough money to keep paddling on? Or is it fundamentally broken because it “incentivizes the wrong behaviors,” as Williams put it? His newfound idealism behind the push to leave the domain of “ad buyers and social media echo chambers” appears to be a mask for the lack of a concrete monetization strategy.</p>\n<p>Williams’ closing appeal says everything: “Join us early, and help us figure it out.” Medium is still experimenting on publishers to find a way to stay afloat.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Mar 2017 21:24:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: How to Find the Age of a Plugin Hosted in the WordPress Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/how-to-find-the-age-of-a-plugin-hosted-in-the-wordpress-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1554:\"<p>The <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> provides information such as version requirements, compatibility, last updated, and active installs for plugins. What it doesn’t tell you is how old a plugin is. A new site called<a href=\"http://pluginage.ahmadawais.com/\"> Age WP Plugin</a> created by <a href=\"https://AhmadAwais.com\">Ahmad Awais</a> and <a href=\"https://maedahbatool.com/\">Maedah Batool</a> makes finding this information easy. Simply type in a plugin’s slug into the search box and hit enter.</p>\n<img />Hello Dolly is 8 Years Old\n<p>Awais created the site after Batool inquired about the age of a plugin for an article she was writing. Using the WordPress.org API, Awais discovered that one of the data points was a plugin’s submission date. In addition to displaying a plugin’s age, the site also shows the number of downloads it has. In early 2015, the <a href=\"https://wptavern.com/wordpress-plugin-directory-launches-new-design\">plugin directory was redesigned</a> and replaced the download count with the number of active installs.</p>\n<p>The site has <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1441868299208713/\">received positive feedback</a> from plugin authors in the Advanced WordPress Facebook group. Something I’d like to see added is a list of 10 or 25 of the oldest plugins in the directory. Awais plans to redesign the site using a different color scheme and fix styling issues reported by testers.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Mar 2017 19:12:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: PHP 5.6 Is Now the Most Widely Used PHP Version\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67851\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/php-5-6-is-now-the-most-widely-used-php-version\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2510:\"<p>PHP 5.6 usage has steadily increased over the past year and has now overtaken versions 5.3 and 5.4 to be the most widely used version, according to <a href=\"https://w3techs.com/technologies/history_details/pl-php/5\" target=\"_blank\">W3Techs’ stats</a>. PHP is used by 82.6% of all the websites for which W3Techs can detect a server-side programming language. PHP 7 accounts for 3.1% of these websites and PHP 5.x makes up 95.3%, with version 5.6 usage at the top end.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/php-version-usage.png?ssl=1\"><img /></a></p>\n<p><a href=\"http://php.net/usage.php\" target=\"_blank\">PHP.net’s usage stats</a> page hasn’t been updated sine 2013 but the project recommends W3Techs’ stats for viewing PHP market share by version. W3Techs’ methodology takes the top 10 million websites, according to Alexa rankings, to offer a representative sample of established sites without including domain spammers.</p>\n<p>PHP 5.6 overtaking older versions is a significant milestone for the PHP community, since it still receives <a href=\"http://php.net/supported-versions.php\" target=\"_blank\">support for critical security issues</a> until December 31, 2018. The older versions that previously dominated usage reached End of Life in 2015 and 2016 and are no longer receiving security updates.</p>\n<p>Adoption of supported PHP versions is somewhat slower in the WordPress community. According to the project’s <a href=\"https://wordpress.org/about/stats/\" target=\"_blank\">stats</a>, more than half of all WordPress sites (55.6%) are using unsupported versions of PHP (versions 5.2 – 5.5).</p>\n<p>In early December 2016, WordPress updated its <a href=\"https://wordpress.org/about/requirements/\" target=\"_blank\">hosting recommendation</a> to PHP 7+, which should help new users who are approaching hosts to request their sites be put on newer versions of PHP. In addition to these recommendations, WordPress’ strategy in the past has been to cultivate relationships with hosts to help improve host configurations for users. The project recently launched the <a href=\"https://make.wordpress.org/hosting/\" target=\"_blank\">Make WordPress Hosting</a> community to facilitate collaboration among those with hosting experience. Participants are currently working on documenting best practices, including recommendations for PHP versions offered, and providing tools for the community.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2017 19:15:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: On the James Altucher Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://ma.tt/2017/03/on-the-james-altucher-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:450:\"<p>I <a href=\"http://www.jamesaltucher.com/2017/03/matt-mullenweg/\">joined in for the James Altucher podcast in an episode that covered a lot of ground</a>. One clarification was the point of the story about my Dad not making much at his old job was that companies should be thoughtful about compensation especially for the people who stay with them the longest, not that loyalty is a myth or something to be avoided. It just needs to be two-way.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2017 16:29:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: WPWeekly Episode 268 – Behind the Scenes of WordPress Development Course, Up and Running Second Edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=67846&preview=true&preview_id=67846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wpweekly-episode-268-behind-the-scenes-of-wordpress-development-course-up-and-running-second-edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2416:\"<p>On this episode, <a href=\"http://www.marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://alexdenning.com/\">Alex Denning</a>, <a href=\"https://pressupinc.com/\">Fred Meyer, and David Hayes</a> of <a href=\"https://wpshout.com/\">WPShout</a> to discuss their WordPress Development course, <a href=\"https://wpshout.com/up-and-running/\">Up and Running Second Edition</a>. We learn why the trio created the course and who it’s geared towards.</p>\n<p>Later in the show, we have a great conversation surrounding the REST API and its potential impacts on WordPress. Near the end of the interview, we get their thoughts on the state of WordPress education.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/godaddy-acquires-sucuri\">GoDaddy Acquires Sucuri</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/wp-multisite-user-sync/\">WP Multisite User Sync</a> lets you Sync/unsync users from one site (blog) to other sites (blogs) in a WordPress Multisite network.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-save-abandoned-carts/\">WooCommerce Live Checkout Field Capture</a> plugin saves all activity in the WooCommerce checkout form before it is submitted. This enables you to see who has abandoned their shopping carts with the ability to contact them and remind about the abandoned cart.</p>\n<p><a href=\"https://wordpress.org/plugins/after-comment-redirector/\">After Comment Redirector</a> lets you redirect to a custom page after commenting for all or new commentators. This is a handy way to say thank you to your most engaging readers. You can also give out a coupon, special e-book, or secret content when someone leaves a comment.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 29th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #268:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2017 01:39:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WPTavern: GoDaddy Acquires Sucuri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wptavern.com/godaddy-acquires-sucuri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5541:\"<p>GoDaddy <a href=\"https://www.godaddy.com/garage/godaddy/sucuri-godaddy-team-protect-websites/\">has announced</a> that it has entered into an agreement to acquire <a href=\"https://sucuri.net/\">Sucuri Security</a>. Sucuri, founded by Daniel Cid and co-founded by Tony Perez in 2010, is a website security platform that helps clean and protect websites. Details of the deal were not disclosed.</p>\n<p>Like <a href=\"https://wptavern.com/godaddy-acquires-wordpress-site-management-service-managewp\">ManageWP</a>, Sucuri will operate as a separate entity under the GoDaddy umbrella. Sucuri employees will transfer to GoDaddy while remaining under the leadership of Perez and Cid.</p>\n<p>Out of all the companies that Sucuri could have chosen to be acquired by, why GoDaddy?</p>\n<p>“Over the years we’ve seen them live up to their words to be a customer and product centric company,” Perez said. “As a product company it give us an opportunity to scale our product from a few hundred thousand domains, to millions. It’s something that we only ever dreamed of.”</p>\n<p>The acquisition comes a few weeks after <a href=\"https://www.siteground.com/blog/sg-site-scanner-powered-sucuri/\">SiteGround announced</a> its partnership with Sucuri and renamed its site scanner SG Site Scanner. It’s too soon to determine how this acquisition will affect Sucuri’s partnerships with hosting companies.</p>\n<p>“I can’t speak for our partners, but I truly hope they will trust in us, Sucuri, and in me personally,” Perez said. “If we can work to deploy our technology for GoDaddy, at their scale, then I have nothing but confidence we can do this for every other partner out there.</p>\n<p>“GoDaddy made this investment because they believe in what we have built as a team at Sucuri, the product solves problems, that doesn’t go away and I hope all our customers and partners will give us time to prove this in our actions.”</p>\n<p>Both companies acknowledged that nothing changes for existing Sucuri customers and that they can expect to see numerous improvements in the near future. Perez and Cid see the acquisition as version 2.0 of the company.</p>\n<p>Aaron Campbell, WordPress Security Team Lead who is sponsored by GoDaddy to work on WordPress full-time, says the move should help make more sites secure.</p>\n<p>“GoDaddy is committed to offering great services to its clients,” Campbell said. “You know as well as I do that Sucuri is exactly that; we’ve seen them be quite an asset to the WordPress community over the years.</p>\n<p>“They’re going to remain a standalone product, but I’m excited to see them become part of the GoDaddy team to make some great stuff together. Keeping as many WordPress users secure as possible is obviously my goal and I really think this will help accomplish that.”</p>\n<p>Reactions to the news on Twitter have mostly been positive with many congratulating Sucuri and its founders.</p>\n<p>On the <a href=\"https://www.facebook.com/groups/advancedwp/?ref=group_cover\">Advanced WordPress Facebook group</a>, reactions to <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1440220396040170/\">the news</a> are a mix between congratulatory and fears of Sucuri’s service declining. These are among the same grievances and fears expressed by ManageWP customers when <a href=\"https://managewp.com/managewp-joins-godaddy\">GoDaddy acquired it</a>.</p>\n<h2>ManageWP Customers Report No Noticeable Decline in Service</h2>\n<p>Since being acquired, ManageWP has maintained and improved service levels while continuing to add features. Its most recent feature gives customers the opportunity to create backups, restore, and clone <a href=\"https://managewp.com/multisite-websites-in-managewp\">multisite websites</a>.</p>\n<p>Bob Dunn, of <a href=\"https://bobwp.com/\">BobWP</a>, says the service has been stellar before and after the transition.</p>\n<p>“To be honest, their services were great before and still are,” Dunn said. “I don’t manage a ton of sites, but for my needs, it has been rock solid since I first became a customer.”</p>\n<p>Scott Buscemi, co-founder of <a href=\"https://lumenfoundry.com/\">Lumen Foundry</a>, has had a similar experience.</p>\n<p>“In all honesty, I haven’t noticed much of anything since they were acquired – and that’s a ‘win’ in my opinion,” Buscemi said.</p>\n<p>“I’ve seen them push out a pleasant list of bug fixes and features that don’t affect me, so it’s great to still see active development on the primary system. GoDaddy has been working hard to get on the good side of developers and agency owners like me, so I can’t imagine they would go through the effort of the acquisition only to spoil the experience and turn things negative.”</p>\n<p>Even those skeptical with the acquisition have reported no noticeable decline in the quality of service.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/jeffr0\">@jeffr0</a> Me, I haven’t really noticed any change in the quality of the service (and I was skeptical)</p>\n<p>— \"so called\" Jim Cook (@jm_cook) <a href=\"https://twitter.com/jm_cook/status/844657355035938816\">March 22, 2017</a></p></blockquote>\n<p></p>\n<p>GoDaddy has not announced how it plans to integrate Sucuri into its products and services.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2017 00:53:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"BuddyPress: BuddyPress at WordCamp London 2017 Contributor Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=264902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://buddypress.org/2017/03/buddypress-at-wordcamp-london-2017-contributor-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1688:\"<p>Contributor Day is a big part of WordCamp London. This year it was held on Friday 17th March at London Metropolitan University. 100 contributors descended on the venue each aiming to make WordPress better in some wonderful way.</p>\n<img src=\"https://buddypress.org/wp-content/uploads/1/2017/03/room-back.jpg\" alt=\"A room full of people\" />Contributors at WordCamp London 2017. Photo by <a href=\"https://wpism.com\" rel=\"nofollow\" target=\"_blank\">Pradeep Singh</a>.\n<p>Attendees were asked to choose an area of interest. The options were Accessibility, BuddyPress, Community, Core, Design & Flow, Documentation, Polyglots, Support and Themes. 5 of the 100 contributors chose BuddyPress. 2 of the 5 were new to contributing in general but all had used, or had at least heard of, BuddyPress at some point.</p>\n<p>After a quick refill of coffee the team convened and began discussing how to get the most from the next 8 hours. Due to a diverse range of skills available within the group, we were able to focus on documentation, coding and localisation.</p>\n<img src=\"https://buddypress.org/wp-content/uploads/1/2017/03/buddypress-table.jpg\" alt=\"People using laptops\" />BuddyPress contributors. Photo by <a href=\"https://wpism.com\" rel=\"nofollow\" target=\"_blank\">Pradeep Singh</a>.\n<p>As a team we managed to identify an issue related to colour contrast in the Twenty Seventeen theme. <a href=\"https://buddypress.trac.wordpress.org/ticket/7471\" target=\"_blank\">#7471</a> was opened and a patch was submitted. We were also able to translate all remaining strings into Italian.</p>\n<p>The day was a huge success and all team members indicated they will contribute again going forward.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2017 21:26:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Henry Wright\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Foxhound Is the First REST API Powered Theme on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/foxhound-is-the-first-rest-api-powered-theme-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3281:\"<p><a href=\"https://wordpress.org/themes/foxhound/\" target=\"_blank\">Foxhound</a> made its debut on WordPress.org yesterday. The React-based theme is the first in the directory to use the REST API endpoints included in WordPress 4.7. Foxhound sports a tasteful blog design with single-page app functionality that loads posts instantly. Check out the <a href=\"https://themes.redradar.net/foxhound/\" target=\"_blank\">live demo</a> to see how fast the content loads.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/foxhound.png?ssl=1\"><img /></a></p>\n<p>The theme was designed and developed by <a href=\"https://themes.redradar.net/\" target=\"_blank\">Kelly Dwan and Mel Choyce</a>, who have collaborated on several free themes hosted on WordPress.org. They recommend installing the <a href=\"https://wordpress.org/plugins/wp-api-menus/\" target=\"_blank\">WP-API Menus</a> plugin, as the REST API does not yet support menus. After installing Foxhound, there are only two things required to make it look like the demo: Set the front page to display the latest posts and set up a menu. There are no additional customization settings.</p>\n<p>Kelly Dwan notes on <a href=\"https://github.com/ryelle/Foxhound\" target=\"_blank\">Foxhound’s GitHub repository</a> that the theme should be considered “experimental” and users can expect a few restrictions:</p>\n<ul>\n<li>The theme does not display anything if javascript is disabled. (Should not affect SEO or accessibility)</li>\n<li>The API cannot be blocked by a security plugin. Some plugins recommend blocking the users endpoint, but that is required to show the author archive. If you need to block the user endpoint, the rest of the theme should work but might be unstable if anyone tries to visit an author archive.</li>\n<li>Permalinks for pages and archives are changed by this theme. They will be reset if/when you deactivate the theme. You might want to set up redirects using something like <a href=\"https://wordpress.org/plugins/safe-redirect-manager/\" target=\"_blank\">Safe Redirect Manager</a>.</li>\n<li>This theme does not support hierarchical category archives – only parent category archive pages can be displayed. This <a href=\"https://github.com/ryelle/Foxhound/issues/30\" target=\"_blank\">may be fixed in a later version</a> of the theme.\n<li>Plugins may not work as expected, especially if they add content to the front end of the site. Most Jetpack features do still work.</li>\n</ul>\n<p>Because Foxhound is so different from traditional WordPress themes, it could not go through the usual theme review process. Themes that require the WP REST API are currently reviewed outside of WordPress.org when a theme author pings the Theme Review team. They apply a “Special Case” tag that allows the theme to bypass Theme Check. (The tag is also used for other themes that break the rules in innovative ways.)</p>\n<p>“We don’t have a lot to go on yet with those types of themes,” Key Reviewer Justin Tadlock said. “Foxhound was the first. We’re supposed to be looking over another soon. As more of these types of themes come in, we’ll be able to figure out ways of making it easier to submit them.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2017 19:21:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"HeroPress: A Blissful Driving Force\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://heropress.com/essays/blissful-driving-force/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9085:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/032217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress successfully justified my choice of not joining the job placement drive at college.\" /><p>As a college guy, I believed in being different and outperforming the best of my lot. Coming from a modest family background, the realization of achievement dawned over me. I never favored being a 9 to 5 corporate professional and a having a ‘boss’ was simply not my cup of coffee. I was never interested in the classes held in the college because I was being more productive at the ‘reality’ front of the life. I envisioned getting involved in tasks that were strongest at the core.</p>\n<h3>Where It All Started</h3>\n<p>Computer technology was in its nascent state in India the time I started my tryst with web pages. I began with designing my own college’s alumni website while pursuing MCA at Banaras Hindu University, Varanasi. Eventually, I was assigned the task of the event websites too. I was happy because all this brought about a sense of power to me. Though not initially refine, my work still appealed to many and it also made me realize the power technology had.</p>\n<h3>The Seed of Seriousness</h3>\n<p>The very first seed of the idea of taking this up as a serious profession was sown by a friend who told me about how creating web pages and blogging could be a source of monetization. Google pages was my first shot as a techie, wherein I started with contributing content through blogs to several clients.</p>\n<h3>Saw and Attempted</h3>\n<p>I can still recollect the time I received my first pay cheque. Initially, I had tested all Content management systems and had started with Joomla and Drupal. With absolutely no knowledge about coding, I went forward to scale the web designing mountain. WordPress came and was well recognized as a blogging platform; suitable to what I worked on. I bumped into WordPress in 2009 and like many other users, utilized it for my blogging endeavors. Little did I know that someday it would be the answer to my ‘coding gap’. I remember working on a 6-month project for my MCA final where I took up WordPress as the core subject and in there I talked about custom plugins and themes. The teacher was happy to receive the unique project and awarded me good grades for my sense of initiation with new approach.</p>\n<h3>That Leap of Faith</h3>\n<p>Now, I knew how I had to take this WordPress awesomeness forward. With a little exposure to learning new technology, I was baffled for a while but had the will to scale this one too. 6 months, and I thoroughly decoded the WordPress codex for me. This was a giant step forward where my future lay in my own hands.</p>\n<p>Personally, I feel that WordPress does not constrict you to a certain limit or a line of functionalities. If you have a core foundation, you can toy with it and make awesome end results. WordPress was now my pillar of strength. WordPress successfully justified my choice of not joining the job placement drive at the college.</p>\n<h3>The Break-Out</h3>\n<p>Now was the time to materialize my skills and have a material turnaround for the work I was capable of doing. After a 4-month hunt for some serious web designing projects with not a single task at hand, disappointment gripped me. The lack of proper work infrastructure due to poor Internet connectivity and local electricity supply were some of the other reasons I had to plan withdrawing my resources from Varanasi. I could have fallen or would have made a leap; it was about to be my choice for the rest of my life.</p>\n<h3>Hello to New Beginnings</h3>\n<p>It was frustrating because Varanasi had been my abode for 7 good years and leaving the place was a huge decision to make. I mustered up my wits to start afresh by withdrawing my base from Varanasi and shifted to Lucknow, India in order to try out seeking new opportunities yet again.</p>\n<p>The work stars favored me and with the help of elance-oDesk (now, Upwork) and other freelancing platforms, I received many life-changing projects of my life. Things moved forward and with many clients in a row, another year went by. I collaborated with more people who were willing to join me on the platform – people who wanted to leave a mark; never to look back. What remained constant throughout these years was my capability to work hard each day.</p>\n<h3>A Better Picture/ Wbcom Designs</h3>\n<p>I upfront admire WordPress because it has been a driving force for my existence. Time has moved slowly and with 6+ years of experience and self-discovery, I now run a fully-fledged WordPress based company <a href=\"https://wbcomdesigns.com/\" target=\"_blank\">Wbcom Designs</a> that has many developers and freelancers onboard with me.</p>\n<p>While additionally serving <a href=\"https://www.buddyboss.com/\" target=\"_blank\">BuddyBoss</a> as a Product and Support Manager, now I plan to infuse new changes in the pattern we operate at base as well as the firm through strategic planning. It’s time to give back to the WordPress community through the development of free plugins, theme customization and spreading the WordPress fandom at local level.</p>\n<p>I recently took the <a href=\"https://2016.nashik.wordcamp.org/wbcomdesigns-is-our-bronze-sponsor/\">opportunity to sponsor</a> <a href=\"https://2016.nashik.wordcamp.org/\">‘Nashik WordCamp’ 2016</a>, <a href=\"https://2017.pune.wordcamp.org/sponsors/\">WordCamp Pune 2017</a>, <a href=\"https://2017.udaipur.wordcamp.org/sponsors/\">WordCamp Udaipur 2017</a>, and <a href=\"https://2017.kochi.wordcamp.org/sponsors/\">WordCamp Kochi 2017</a>. I am glad I was able to take a step forward in my plans to pay back to the WordPress community. To set the ball rolling at local level, I have recently come up with a local <a href=\"https://www.meetup.com/Lucknow-WordPress-Meetup/\">MeetUp</a> group at Lucknow, India so that locally organized, face to face events can be organized that will accelerate the understanding of the WordPress CMS among the masses. I also plan to bring about WordPress awareness at the school and college level in my zone so that more and more young people know why this CMS is so amazing.</p>\n<p>To this day, my first love is my work desk. Whenever in an emotional or professional fix, I seek recluse through this amazing platform. Unlike others, working destresses me. There is a long way to go with this ideal because I want people to know how powerfully stable the WordPress is.</p>\n<p>Like they say,</p>\n<blockquote><p>“Coming together is a beginning; keeping together is progress; working together is success.â€</p></blockquote>\n<p>I want to see the developer community going for heights that have never been achieved before and I want to be a part of this huge step-up.</p>\n<p>I am all open up for this WordPress community for contribution and assistance. For WordPress enthusiasts, I want to tell them that sky is not the limit. WordPress has accepted me as its own and it’s time for me and others to give back in the best possible manner.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Blissful Driving Force\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Blissful%20Driving%20Force&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fblissful-driving-force%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Blissful Driving Force\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fblissful-driving-force%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fblissful-driving-force%2F&title=A+Blissful+Driving+Force\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Blissful Driving Force\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/blissful-driving-force/&media=https://heropress.com/wp-content/uploads/2017/03/032217-150x150.jpg&description=A Blissful Driving Force\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Blissful Driving Force\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/blissful-driving-force/\" title=\"A Blissful Driving Force\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/blissful-driving-force/\">A Blissful Driving Force</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2017 12:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Varun Dubey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Help Jesse Petersen and His Family by Donating to His Medical Leave Fund\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/help-jesse-petersen-and-his-family-by-donating-to-his-medical-leave-fund\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2774:\"<p><a href=\"https://www.petersenmediagroup.com/\">Jesse Petersen</a>, a longtime member of the WordPress community and founder of <a href=\"https://www.genesisthe.me/\">Genesis The.me</a>, needs <a href=\"https://www.newlungsfor.me/medical-leave-fund-for-jesses-double-lung-transplant/\">our help</a>. Petersen is battling <a href=\"http://www.cffatboy.com/what-is-cystic-fibrosis/\">Cystic Fibrosis</a> and earlier this year after visiting a clinic, discovered that his lung function was at 22%.</p>\n<p>Due to decrease lung function, Petersen missed five weeks of work, required home IVs, and visited many doctors. He is currently on a double-lung transplant list with a <a href=\"https://en.wikipedia.org/wiki/Lung_allocation_score\">lung allocation score</a> of 38.859.</p>\n<p>According to the <a href=\"https://www.unos.org/wp-content/uploads/unos/lung_allocation_score.pdf\">United Network for Organ Sharing</a>, the LAS is a score used to prioritize waiting list candidates based on a combination of wait list urgency and post-transplant survival.</p>\n<p>In order to maintain his health for a transplant, doctors have recommended that he work a maximum of two hours per day with quality rest.</p>\n<p>His family has a small emergency fund available that they thought would allow Petersen to work up until his transplant surgery. However, there’s no estimated time frame for when a transplant will be available.</p>\n<p>Outside of his product based business, Petersen is a work-from-home freelancer with contract work that needs to be completed. He and his wife have two adopted children. His wife volunteered to get another job to supplement their income but relatives rejected the idea as she is his primary support person.</p>\n<p>Petersen has <a href=\"https://my.genesisthe.me/downloads/genesistheme-developer-starter/\">two products</a> for sale on GenesisThe.me with two more ready for launch by the end of March.</p>\n<p>His family is <a href=\"https://www.newlungsfor.me/medical-leave-fund-for-jesses-double-lung-transplant/\">asking for $20K </a>to help pay for expenses and allow Petersen to take an extended medical leave to focus on his health. So far, the campaign has raised $5,075 or about a quarter of the amount needed.</p>\n<p>You can donate as much as you’re able to or choose from one of five predetermined amounts ranging from $25 to $1K. You can also choose to donate monthly in six month increments.</p>\n<p>Petersen is no stranger to the WordPress community’s generosity. In 2016, it helped him raise nearly $20K to help pay for costs associated with <a href=\"https://surpriseadoption.com/\">adopting his second son</a>. If you are able, please consider donating to Petersen’s medical leave fund.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2017 10:35:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Adding Images to WordPress Sidebars Is About to Get a Lot Easier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67667\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/adding-images-to-wordpress-sidebars-is-about-to-get-a-lot-easier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4041:\"<p>Adding images to sidebars in WordPress is a cumbersome task that requires users to upload an image to the Media Library, find the URL, copy it, and paste it into a Text widget along with additional HTML. Nearly two years ago, Mel Choyce <a href=\"https://core.trac.wordpress.org/ticket/32417\">opened a ticket</a> on WordPress Trac proposing that a media widget be added to core. This widget would allow users to easily add images to sidebars.</p>\n<p>Throughout the discussion, the idea of creating a catch-all media widget was brought up that would allow users to add images, audio, or video to a sidebar. After developers spoke to Matt Mullenweg about the direction of the project, the team decided to create three separate widgets to handle each media type. Choyce outlined the benefits this approach provides:</p>\n<ul>\n<li>We can focus on creating more tailored experiences for each widget.</li>\n<li>We’ll be able to launch new widgets without having to worry about constantly updating one central widget, or potentially breaking anything.</li>\n<li>It’ll be easier for people to discover new media types since they won’t be buried within one widget.</li>\n<li>This will more closely mimic the approach we’re taking to content blocks in the future, which should provide an easier transition.</li>\n</ul>\n<p>Out of the three core widgets in development, the Image one is nearly complete ready for user testing. To test, first download and activate the <a href=\"https://wordpress.org/plugins/wp-core-media-widgets/\">Core Media Widgets</a> plugin. Once activated, navigate to Appearance > Widgets in the WordPress backend and in the available widgets section, locate the Image widget.</p>\n<img />Core Image Widget UI\n<p>Clicking the Select Image button displays the media library modal where you can either select or upload an image. Once an image is selected, click the Add to Widget button in the bottom-right corner. This is what the widget looks like after an image is added.</p>\n<img />Core Image Widget With an Image\n<p>Here is what the widget looks like on a page using the <a href=\"https://wordpress.org/themes/twentyseventeen/\">Twenty Seventeen</a> default theme.</p>\n<img />Core Image Widget in Action\n<p>The core image widget is incredibly easy to set up and is a significant improvement over the Text widget approach. The user interface is much simpler compared to the <a href=\"https://jetpack.com/support/extra-sidebar-widgets/image-widget/\">image widget</a> supplied by Jetpack. Jetpack’s image widget UI doesn’t take advantage of the media library modal and instead, requires the user to know the image’s URL.</p>\n<img />Jetpack Image Widget UI\n<p>Many of the fields are the same as what’s provided by the media library modal. Not surprisingly, WordPress.com <a href=\"https://en.support.wordpress.com/widgets/image-widget/\">uses the same interface</a> and requires the user to know the image URL.</p>\n<h2>Core Image Widget May Be Ready in Time for WordPress 4.7.4</h2>\n<p>The team is specifically seeking feedback from those who use image widgets provided by plugins on WordPress.org. Once the image widget is merged into core, the video and audio widgets will be added to the <a href=\"https://wordpress.org/plugins/wp-core-media-widgets/\">Core Media Widgets</a> plugin. Users can leave the plugin enabled until all three widgets are added to core.</p>\n<p>“Once a widget has been thoroughly tested by users, we can then copy it into core for a release while then also disabling the widget in the plugin,” Ruter said.</p>\n<p>If you encounter a bug or discover an incompatibility with a plugin or theme, please <a href=\"https://github.com/xwp/wp-core-media-widgets/issues\">create an issue</a> on the project’s GitHub page. According to Ruter, the team is working hard to get the widget to a point where it can be merged into core. Depending on how testing goes, it could be merged into core as early as WordPress 4.7.4.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2017 01:18:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress Theme Review Team Making Progress on Clearing Out 1,000+ Review Backlog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67582\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/wordpress-theme-review-team-making-progress-on-clearing-out-1000-review-backlog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6259:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/planning.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/5ZMT04MIW6\">Oli Dale</a>\n<p>The WordPress Theme Review team (TRT) has turned a corner and is approaching a major milestone of getting the <a href=\"https://themes.trac.wordpress.org/report/2\" target=\"_blank\">review queue</a> under 100 themes. As of today, 189 themes are lined up in what was previously a 1,000+ backlog. Key reviewers are confident that number will be closer to zero in the near future.</p>\n<p>Emil Uzelac, one of the key reviewers, shared the <a href=\"https://themes.trac.wordpress.org/ticketgraph\" target=\"_blank\">ticketgraph</a> for the backlog on Twitter today, demonstrating that the team is in a better place where new theme submission isn’t causing overload issues as it did before. Themes continue to flow in but are not significantly affecting the queue.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/theme-review-ticketgraph.png?ssl=1\"><img /></a></p>\n<p>In 2015 the TRT hit a wall with an influx of themes flooding into a legacy review system that wasn’t working. The team couldn’t keep up and was forced to spend much of 2016 changing the review process to better handle the large number of themes coming in. The TRT is working hard to make 2017 the year they get back on track.</p>\n<p>Uzelac identified a few of the measures that have helped in taming the queue:</p>\n<ul>\n<li>One theme submission per author</li>\n<li>More reviewers</li>\n<li>A new guideline where reviewers close the ticket if the review surfaces more than <a href=\"https://make.wordpress.org/themes/2016/08/23/meeting-summary-2016-23-08/\" target=\"_blank\">5 distinct issues</a></li>\n</ul>\n<p>“Around Christmas was when many on the team started seeing a tiny sliver of light at the end of a long tunnel,” Key Reviewer Justin Tadlock said. “In the past few days, seeing the queue get below 200 themes has been a high point. Folks on the team are excited because our ideas are paying off.”</p>\n<p>Tadlock can’t say when exactly the team turned a corner but describes it as more of an iterative process that started with small ideas they could implement themselves. This has significantly reduced the wait time from 7 or 8 months a year ago to two months today. Themes also go through an admin queue that adds a bit to the review time but Tadlock said they hope to tackle that in the next Review Shindig, which happens on the first weekend of every month.</p>\n<p>“That number is shrinking,” Tadlock said. “By the end of April, we could be looking at 3-4 weeks. I’m a bit optimistic, so don’t hold me to that. It could be May or June in reality.”</p>\n<p>Tadlock said once the team gets to the 50-100 range they will be at the place where they’re really only handling new themes that are coming in, instead of working the backlog. Once they reach that milestone, they will be able to more accurately track how long it takes for a theme to make it through the review process.</p>\n<p>“That’s where we’ll need to really start refining the process so that it works even better in the future,” Tadlock said. “A well-coded theme could potentially make it through the process in 2 months right now. Another theme might be 4-5 months. There are a lot of factors to consider. It’s my hope that we eliminate many of those factors that are holding up the process.”</p>\n<p>The new rule that limited authors to submitting one theme at a time has had a significant impact on cutting down the queue. The rule was meant to be temporary and will be up for reevaluation when the queue is under 100 themes. Tadlock said the team will likely pull the rule, but it has been instrumental in rooting out copies that contained only minor changes to the original.</p>\n<p>“For most authors, this [rule] is not a huge problem,” Tadlock said. “It definitely hurts a few of the more prolific authors in the short term. However, it helps stop the flow of theme companies who are just copying/pasting the same theme with minor changes. We’ve had theme companies with as many as 17 themes in the queue that were just copies. This new rule has helped us find those and put a stop to the practice.” The team was able to track down an entire ring of theme authors with multiple accounts with dozens and dozens of themes.</p>\n<p>Tadlock said most of the issues the team deals with in reviews are related to security. The content portability issues that were highlighted in the recent <a href=\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue\" target=\"_blank\">Zerif Lite suspension</a> are more uncommon.</p>\n<p>“The ‘draconian stuff’ people talk about probably represents 1% of the issue,” Tadlock said, referencing Matt Mullenweg’s recent <a href=\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue#comment-210935\" target=\"_blank\">comments</a> on the current requirements. “99% of the issues are the things people don’t talk about.” Tadlock has been speaking with theme authors about how they can “create” content within the guidelines, as there are ways to do it that are both future-proof and portable.</p>\n<p>The team is currently spending a lot of time reviewing code that shouldn’t need to be manually reviewed. The next item on the TRT roadmap is incorporating better automation into the review process.</p>\n<p>“The big thing we’re working on now is the new Theme Check plugin,” Tadlock said. “It’s going to solve lots of problems. It’s based off the code sniffer (PHPCS, I believe). It’ll help theme authors start submitting better coded and more secure themes right off the bat. Humans easily miss those things looking through it with their eyes. This will definitely make theme authors better coders and users will have even more secure themes. Then, we can focus on those 1% issues.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Mar 2017 21:53:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: Yoast SEO 4.5 Urges Users to Upgrade to PHP 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/yoast-seo-4-5-urges-users-to-upgrade-to-php-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4770:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/yoast-logo.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://yoast.com/yoast-seo-4-5/\" target=\"_blank\">Yoast SEO 4.5</a> was released today with a handful of improvements and, most notably, a big push for users to upgrade to PHP 7.</p>\n<p>“In Yoast SEO 4.5, we are urging site owners whose sites run on servers with an outdated version of PHP to update to a more recent version,” Joost de Valk said. “To move the web forward, we need to take a stand against old, slow, and unsafe software.”</p>\n<p>WordPress’ minimum PHP requirement is still at <a href=\"https://wordpress.org/about/requirements/\" target=\"_blank\">5.2.4</a>, six years after PHP 5.2 <a href=\"http://php.net/eol.php\" target=\"_blank\">reached end of life in 2011</a>. This version is now <a href=\"https://www.cvedetails.com/vulnerability-list.php?vendor_id=74&product_id=128&version_id=106044&page=1&hasexp=0&opdos=0&opec=0&opov=0&opcsrf=0&opgpriv=0&opsqli=0&opxss=0&opdirt=0&opmemc=0&ophttprs=0&opbyp=0&opfileinc=0&opginf=0&cvssscoremin=0&cvssscoremax=0&year=0&month=0&cweid=0&order=4&trc=39\" target=\"_blank\">vulnerable to many security issues</a>. Current usage stats show 5.4% of WordPress sites are running on PHP 5.2. As this likely represents millions of users, WordPress’ core leadership is reluctant to bump the minimum requirements. Only 8% of sites are on PHP 7+, as hosting companies are slowly adding support.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/wordpress-php-versions-march-2017-1.png?ssl=1\"><img /></a></p>\n<p>“Because web hosts are not upgrading PHP, we have decided to start pushing this from within plugins,” de Valk said. He contends that the WordPress ecosystem is losing good developers because the project is moving too slowly. He also makes the case for security and speed.</p>\n<p>“WordPress is sometimes said to be slow, but it actually doesn’t have to be slow at all,” de Valk said. “If it’s running on old versions of PHP, however, it is, most certainly, slow. PHP 5.2 is more than 100% slower than PHP 5.6, and a whopping <a href=\"https://www.phpclasses.org/blog/post/493-php-performance-evolution.html\" target=\"_blank\">400% slower than PHP 7</a>.”</p>\n<p>De Valk decided to throw the weight of Yoast SEO, which he estimates to be 6.5 million active installs, behind the movement to push hosts to upgrade their customers to PHP 7. The latest release of the plugin displays a notice to WordPress administrators running sites on PHP 5.2, urging them to upgrade to PHP 7. The notice is “big, ugly, and non-dismissible,” de Valk said. It is generated by an error that auto-resolves when the user fixes their outdated PHP version.</p>\n<p>“The notice will also encourage people to contact their host if they don’t know how to upgrade their PHP,” de Valk said. “Yes, this could be painful for some hosts. This notice is deliberately intended to make them work.”</p>\n<p>De Valk said the plugin will start displaying the notices for PHP 5.2 and will add 5.6 as soon as it is no longer supported. Through experience with his customers, de Valk has found that outdated, slower versions of PHP are damaging Yoast SEO and WordPress’ reputations, as neither are optimized for PHP 5.2. Although older versions are not holding the plugin back from new features, it makes it difficult for the team to clean up the code.</p>\n<p>“There aren’t many features I cannot build right now, but code quality is suffering because we can’t use namespaces, short array notation, etc,” de Valk said.</p>\n<p>The Yoast SEO team has created <a href=\"https://github.com/Yoast/whip\" target=\"_blank\">WHIP</a>, a WordPress package to nudge users to upgrade their software versions and made it open source for plugin and theme developers to implement in their own extensions. The project includes a filter for linking to the WordPress.org hosting page, which includes a selection of hosts that offer PHP 7.</p>\n<p>Most of the large hosting companies already have documentation for upgrading PHP versions. Ultimately, it’s the end users who will have the power to get more hosting companies on board. De Valk said he doesn’t know how big the impact will be but encourages users to vote with their pocketbooks by leaving hosts that are unwilling to assist in upgrading PHP.</p>\n<p>“It might be entirely possible that your host is not willing to work with you,” de Valk said. “If so, think about moving web hosts. A web host provides the engine your site runs on and that better be a damn good engine.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Mar 2017 19:56:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: PressShack Forks Edit Flow to Create PublishPress, Aims to Improve Multi-User Editorial Workflow in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67574\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://wptavern.com/pressshack-forks-edit-flow-to-create-publishpress-aims-to-improve-multi-user-editorial-workflow-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6808:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/publish-press.png?ssl=1\"><img /></a></p>\n<p>Last week Steve Burge and the team at <a href=\"https://pressshack.com/\" target=\"_blank\">PressShack</a> released <a href=\"https://wordpress.org/plugins/publishpress/\" target=\"_blank\">PublishPress</a>, a fork of Automattic’s <a href=\"https://wordpress.org/plugins/edit-flow/\" target=\"_blank\">Edit Flow</a> plugin. PressShack is operated by the same team behind <a href=\"http://ostraining.com/\" target=\"_blank\">OSTraining</a> with a focus on creating publishing plugins for larger organizations.</p>\n<p><a href=\"https://wordpress.org/plugins/edit-flow/\" target=\"_blank\">Edit Flow</a> has more than 10,000 active installs but is updated sporadically and is not very well supported. The PressShack creators saw an opportunity to fork the plugin and sell commercial support and add-ons. <a href=\"https://wordpress.org/plugins/publishpress/\" target=\"_blank\">PublishPress</a> is now available on WordPress.org with a seamless <a href=\"https://pressshack.com/publishpress/docs/migrate/\" target=\"_blank\">migration for Edit Flow users</a>.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/edit-flow-publishpress-migration.png?ssl=1\"><img /></a></p>\n<p>The first release offers the same features as Edit Flow along with a complete face lift, making interaction with the plugin’s settings more user-friendly. The new tabbed interface puts all the settings on one screen. PressShack has also tweaked the language of the plugin, changing Story Budget†to “Overviewâ€, and simplifying other terms.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/publishpress-ui.png?ssl=1\"><img /></a></p>\n<p>PublishPress introduces a few changes to the calendar, allowing users to click anywhere on a date to add content. It exposes the iCal or Google Calendar feed and uses icons to show post statuses, saving space for other information.</p>\n<p>Burge said that PublishPress will be making a fresh start and will not be following and incorporating updates from Edit Flow. The team plans to add a host of new features that improve the publishing workflow to handle multiple users:</p>\n<ul>\n<li><strong>Multisite and multiple site support</strong>: Content creators log into one site but can publish to multiple sites</li>\n<li><strong>Pre-publishing checklists</strong>: For example, featured image, word count, Yoast SEO green light</li>\n<li><strong>More use cases beyond media sites</strong>: In addition to magazine-style user groups for reporting, PublishPress plans to add more use cases, such as WooCommerce products, EDD downloads, bbPress topics, and The Events Calendar listings</li>\n<li><strong>Multiple authors</strong>: Assign multiple author bylines to a story</li>\n</ul>\n<p>Most of these feature are slated for release in mid-2017 and will be <a href=\"https://pressshack.com/publishpress/\" target=\"_blank\">offered as commercial add-ons</a>. The team is currently still focused on writing unit tests for the core plugin and adding improvements to it on WordPress.org.</p>\n<h3>PressShack Takes Inspiration from Drupal for Expanding Content Workflows</h3>\n<p>PressShack’s creators also work closely with other open source publishing platforms. Burge said the team took some inspiration from the Drupal ecosystem, which offers more advanced features for modifying editorial workflows.</p>\n<p>“In Drupal, the workflow features are being demanded and developed by large organizations that use the platform,” Burge said. “As a result, Drupal does have a very big head start in this area. “In Drupal 7, the main workflow module was called <a href=\"https://www.drupal.org/project/workbench\" target=\"_blank\">Workbench</a>. It was built to meet the needs of large customers such as universities, media outlets, and government agencies who have many different content managers.”</p>\n<p>Prior to having editorial workflow tools available, Burge said that Drupal agencies kept losing projects to rivals such as Adobe and OpenText, because they had publishing workflows built for multiple users. Building better publishing tools became a necessity for Drupal agencies that wanted to win projects from large organizations.</p>\n<p>Drupal 8 moves many of these editorial workflow improvements into core. Drupal 8.3, which is slated for April 2017, will <a href=\"http://buytaert.net/moving-the-drupal-8-workflow-initiative-along\" target=\"_blank\">introduce the ability to create multiple types of content workflows</a>.</p>\n<p>“What’s really interesting about the Drupal 8 implementation is that they are thinking beyond just content publishing,” Burge said. “It will soon be possible to put whole sections of your site into a workflow. The demand for these features is still coming from enterprise customers: much of the work is being done by a team of Drupal developers inside Pfizer.”</p>\n<p>Burge cited a few examples of typical users requiring more elaborate publishing workflows:</p>\n<ul>\n<li>A university with 50+ academic departments and several hundred content creators</li>\n<li>A pharmaceutical company with hundreds of products and a micro-site for each one</li>\n<li>A newspaper that employs writers and at least one layer of editors</li>\n<li>A publicly-listed company that needs approval from several staff members to ensure that the content it publishes is 110% accurate</li>\n</ul>\n<p>WordPress core is tailored to a single-author blog workflow, and there are relatively few plugins that modify the default editorial workflow for large teams. <a href=\"https://wptavern.com/coschedule-a-viable-alternative-to-the-edit-flow-wordpress-plugin\" target=\"_blank\">CoSchedule is one alternative to Edit Flow</a> and PublishPress that has 10,000 active installs. It takes a SaaS approach and has more of a content marketing slant. Burge said he thinks the WordPress ecosystem’s scarcity of options for extending publishing workflows may be due to current limitations in core.</p>\n<p>“It’s possible there are some technical hurdles: for example, WordPress core has fairly limited user permissions,” he said. “It’s also possible that now is the right time for WordPress to start adding these features.”</p>\n<p>“WordPress agencies are building more enterprise sites and these demands are popping-up,” Burge said. “Matt just announced the <a href=\"https://ma.tt/2017/03/wordpress-collaborative-editing/\" target=\"_blank\">Google Docs integration</a> as a quick way to bring some collaborative features into WordPress. I think we’ll see more and more tools available for teams, rather than single authors.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Mar 2017 21:21:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Donncha: How to Auto Schedule WordPress Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500175\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://odd.blog/2017/03/18/how-to-auto-schedule-wordpress-posts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3613:\"<p>If you post to a WordPress blog on a regular basis like I do on <a href=\"https://inphotos.org/\">In Photos dot Org</a> you’ll no doubt recognise the fatigue that comes from adjusting the publish date every single time on a new post so it appears a day later. If you have multiple posts like on a daily photoblog you have to remember what day the last post was made and adjust the date accordingly. </p>\n<p>A few years ago I wrote a small plugin that I never released to help schedule posts. In the media uploader you could select multiple photos and click a few buttons to be brought to a new page where you could enter title, content and tags for each image. Based on this experience, I suggested it as an idea to one of the teams at Automattic who built <a href=\"https://postbot.co/\">Post Bot</a>. I used that for a long time and it has its strengths. If you’re posting content that has the same or similar tags you can copy and paste the tags from one post to another. I posted lots of black and white street images from my home town this way and it was super useful! </p>\n<p>I got tired of manually typing out tags, and unfortunately the site broke a few times, with posts not scheduling or one time they scheduled all in one go. Luckily the problems were quickly fixed. However, I started using the WordPress post editor again and scheduling a bunch of photos that way.</p>\n<p>Manually editing the publish date quickly became a chore. Lazarus, the form saver Chrome extension, would sometimes popup if I didn’t click exactly on the date, or as I said before I had to remember when the last post was made. They say there’s a plugin for everything, and there is for this too. Check out <a href=\"https://wordpress.org/plugins/publish-to-schedule/\">Publish to Schedule</a>.</p>\n<p>You tell “Publish to Schedule” which days and how many posts should be published and when you go into the post editor the next available date is picked for you! The date doesn’t change until you hit Publish but I already used it to schedule a number of posts and it works really well.</p>\n<p><a href=\"https://odd.blog/files/2017/03/Screen-Shot-2017-03-14-at-17.21.11.png\"><img /></a></p>\n<p><strong>Edit:</strong> I forgot to mention <a href=\"https://wordpress.org/plugins/daily-image/\">Daily Image</a> a new plugin by Sam Hotchkiss that does the same sort of job as Postbot but it runs on your own server. The first time you load the plugin it will show you every single unattached image in your media library which can be quite a number of images but it allows you to enter tags and quickly schedule images for posting in a simple manner.</p>\n<p>Since my focus here is on image posts I should really mention the <a href=\"https://apps.wordpress.com/lightroom/\">WordPress Export Plugin for Lightroom</a>. When installed you can create a new export target that will resize and sharpen your image and upload it to your blog, even if it’s not a WordPress.com site.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2010/09/07/odd-games-of-bad-company-2/\" rel=\"bookmark\" title=\"Permanent Link: Odd games of bad company 2!\">Odd games of bad company 2!</a></li><li> <a href=\"https://odd.blog/2010/12/28/im-on-top-of-the-world/\" rel=\"bookmark\" title=\"Permanent Link: I’m on top of the world\">I’m on top of the world</a></li><li> <a href=\"https://odd.blog/2010/09/03/rage-quit-in-cod-4/\" rel=\"bookmark\" title=\"Permanent Link: Rage quit in COD 4!\">Rage quit in COD 4!</a></li></ul></p>\n<p><a href=\"https://odd.blog/\" rel=\"external nofollow\">Source</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Mar 2017 16:50:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Adds Plain English Explanations to License Pages for Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/github-adds-plain-english-explanations-to-license-pages-for-open-source-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2475:\"<p>GitHub took another step towards beefing up its support for open source projects this week with <a href=\"https://github.com/blog/2335-open-source-license-descriptions-and-metadata\" target=\"_blank\">a new feature that makes it easier to understand a project’s license</a>. If the project is using a popular open source license, GitHub will automatically add a short, plain-English description of the license and its permissions, conditions, and limitations. This allows GitHub users to see the implications of a project’s license at a glance.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/github-license-display.png?ssl=1\"><img /></a></p>\n<p>GitHub pulls this data from <a href=\"http://ChooseALicense.com\" target=\"_blank\">ChooseALicense.com</a>, the site it created in 2013 to help developers understand and select an open source license. The license descriptions and metadata are also open source and developers can incorporate them into their own projects using GitHub’s <a href=\"https://developer.github.com/v3/licenses/#get-an-individual-license\" target=\"_blank\">License API</a>.</p>\n<p>This new feature follows GitHub’s release of <a href=\"https://opensource.guide/\" target=\"_blank\">Open Source Guides</a> in February. The guides are a collection of 10 resources to help people get involved in open source, start their own open source projects, and manage large communities. The documents include helpful stories and tips from maintainers of successful open source projects.</p>\n<p>It was around this time last year that GitHub was <a href=\"https://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted by open source project maintainers with an open letter</a> of complaints regarding issue management. Nearly 2,000 maintainers signed the letter, requesting that GitHub prioritize features that open source project maintainers need. The company dragged its feet before eventually responding, while competing code hosting service GitLab capitalized on the situation with a new initiative focused on “<a href=\"https://gitlab.com/gitlab-org/gitlab-ce/issues/8938\" target=\"_blank\">making GitLab the best place for big open source projects</a>.†Over the past year, GitHub has consistently released new features and improved existing ones in affirmation of its continued support for open source projects.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Mar 2017 03:03:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=67590&preview=true&preview_id=67590\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5660:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Apple Pay for WooCommerce</h2>\n<p>WooCommerce <a href=\"https://woocommerce.com/2017/03/apple-pay-woocommerce/\">announced</a> that Apple Pay is now available for stores accepting payments using Stripe. According to Marina Pape, WooCommerce is the first open source platform to integrate with Apple Pay.</p>\n<blockquote><p>We’re also proud to be the first open source platform to integrate with Apple Pay. Open source is the default for us, but it’s exciting to continue that level of openness with such an important payment solution.</p></blockquote>\n<h2>Human Made Makes Two Big Hires</h2>\n<p><a href=\"https://hmn.md/\">Human Made</a>, a web development agency based in the UK recently announced two big hires. The first is <a href=\"https://hmn.md/2017/03/16/mike-little-joins-human-made/\">Mike Little</a>, co-creator of the WordPress open source project, as a WordPress Specialist. The second is <a href=\"https://hmn.md/2017/03/17/jenny-beaumont-joins-human-made/\">Jenny Beaumont</a>, who will take on the role of Senior Project Manager.</p>\n<h2>Editor User Experience Survey</h2>\n<p>The WordPress core development team has <a href=\"https://make.wordpress.org/core/2017/03/15/editor-experience-survey/\">published a survey</a> seeking feedback and data on how people use the editor. The editor is likely the most commonly used feature in WordPress. This is an opportunity for those who use it to provide feedback.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2017/03/15/editor-experience-survey/\">Editor Experience Survey</a></p></blockquote>\n<p></p>\n<h2>Behind the Scenes of how Search works on the New WordPress Plugin Directory</h2>\n<p>Greg Brown <a href=\"https://data.blog/2017/03/15/improving-relevance-and-elasticsearch-query-patterns/\">published details</a> on Data.blog on how he improved the search relevancy for the new WordPress plugin directory using Elasticsearch. The post is technical in nature but provides great background information into how it works.</p>\n<blockquote><p>In improving the fidelity of search results, it’s not just a question of how we satisfy a single user’s search query, but how we satisfy thousands of users for each unique search term: which plugins will support that volume of users and their requests for support? Which are most likely to give all of these users a great WordPress experience?</p></blockquote>\n<h1 class=\"entry-title\">NextGEN Gallery Surpasses 17 Million Downloads</h1>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">NextGEN Gallery just reached over 17 million downloads. <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a></p>\n<p>— Imagely (@imagely) <a href=\"https://twitter.com/imagely/status/842532503265185792\">March 17, 2017</a></p></blockquote>\n<p></p>\n<h2>MainWP Reaches 1K Five-star Reviews</h2>\n<p>After three years of being on the <a href=\"https://wordpress.org/support/plugin/mainwp/reviews/?filter=5\">WordPress plugin directory</a>, the MainWP plugin has received <a href=\"https://mainwp.com/mainwp-reaches-1000-5-star-reviews/\">1,000 five-star reviews</a>.</p>\n<h2>Heather Burns HeroPress Essay</h2>\n<p>Heather Burns, founder of <a href=\"https://webdevlaw.uk/\">WebDevLaw</a>, published an <a href=\"https://heropress.com/essays/going-back-roots/?utm_source=twitter&utm_medium=hand-made&utm_term=going-back-roots&utm_content=first-tweet\">incredible essay</a> on HeroPress this week. Burns describes the hardships encountered with her first job and how it and other circumstances led her down the path of discovering WordPress.</p>\n<blockquote><p>By this point I’d started playing around with WordPress, and I learned about a local meetup group. I tiptoed in one night and awkwardly introduced myself and was welcomed right in.</p>\n<p>I realized over time that this was a very different sort of group. Everyone was grassroots volunteers, putting in the effort because they wanted to learn, not because they wanted social status. There was no tiresome hierarchy, no obsession with ‘prestige’, no kowtowing to the person with the sexiest car (in fact, we all took the bus.) If you had a question, you could ask it without being laughed out the room. No one was obliged to give anything more than they were able to give.</p></blockquote>\n<h2>HeroPress Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<img />HeroPress Wapuu\n<p> </p>\n<p>I present HeroPress Wapuu in celebration of HeroPress recently publishing <a href=\"https://heropress.com/heropress-at-100/\">its 100th essay. </a>If you’re a fan of HeroPress and want to see it flourish, please consider <a href=\"https://heropress.com/sponsorship/\">being a sponsor</a>.</p>\n<p>That’s it for issue nineteen. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2017 21:52:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Take the WordPress Editor Experience Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/take-the-wordpress-editor-experience-survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2410:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/two-pencils.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/TBLSDTI1UL\">Joanna Kosinska</a>\n<p>WordPress core contributors have published a <a href=\"http://wordpressdotorg.polldaddy.com/s/editor-survey\" target=\"_blank\">survey</a> to collect feedback on how people are using the editor. The results of the short 15-question survey will assist the team in redesigning the editing experience in the WordPress admin.</p>\n<p>Participants are asked to identify how they use WordPress and if they use certain features like formatting buttons and distraction-free writing. The survey also asks how easy-to-use they consider the current editor to be and how organized it is. Users are also asked if they have ever installed a plugin that adds features to the editor, presumably to determine if there are features missing that should be considered for core.</p>\n<p>One question asks participants if they use any assistive technologies along with a screen reader. WordPress Accessibility team member Amanda Rush <a href=\"https://www.customerservant.com/wordpress-editor-experience-survey/\" target=\"_blank\">published some tips for screen reader users who want to take the survey</a>. It includes several questions with radio buttons and screenshots that are not so friendly to screen readers. Rush provides a general walk-through with more explanation for those who are using screen readers to participate.</p>\n<p>So far, this survey has been more widely shared than the design team’s recent customizer survey, which was <a href=\"https://wptavern.com/initial-customizer-survey-results-reveal-majority-of-respondents-dont-use-it\" target=\"_blank\">published after receiving just 50 results</a>. WordPress contributors rely heavily on these surveys to make decisions about projects they are working on, as they do not have any telemetry data about what features people are using or not using. This is one example where data could quickly demonstrate how widely the distraction-free writing mode has been adopted and show what editor formatting buttons people are using.</p>\n<p>If you have a few minutes over the weekend and want to contribute to the future of WordPress, take the <a href=\"http://wordpressdotorg.polldaddy.com/s/editor-survey\" target=\"_blank\">Editor Experience Survey</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2017 21:01:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 11 Apr 2017 04:28:58 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"290564\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 11 Apr 2017 04:15:10 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20170216175346\";}','no'),(474,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1491947499','no'),(475,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1491904299','no'),(476,'_transient_timeout_plugin_slugs','1491991552','no'),(477,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(478,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1491947506','no'),(479,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\'>WordPress 4.7.3 Security and Maintenance Release</a> <span class=\"rss-date\">March 6, 2017</span><div class=\"rssSummary\">WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata.  Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordcamp-for-publishers-to-be-held-in-denver-august-17-19\'>WPTavern: WordCamp for Publishers to be Held in Denver, August 17-19</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-editor-experience-survey-shows-75-of-respondents-dont-use-distraction-free-writing-mode\'>WPTavern: WordPress Editor Experience Survey Shows 75% of Respondents Don’t Use Distraction-Free Writing Mode</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/new-twitter-bot-automatically-tweets-links-to-trac-tickets-tagged-as-good-first-bugs\'>WPTavern: New Twitter Bot Automatically Tweets Links to Trac Tickets Tagged as Good-First-Bugs</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'),(480,'_transient_is_multi_author','0','yes'),(1479,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668669721;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(3280,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668669720;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(14104,'_transient_timeout_mailserver_last_checked','1653388976','no'),(14105,'_transient_mailserver_last_checked','1','no'),(17587,'_site_transient_timeout_theme_roots','1668671518','yes'),(17588,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(17589,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668669721;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=159 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (27,9,'_edit_last','1'),(28,9,'_edit_lock','1491904212:1'),(38,12,'_edit_last','1'),(39,12,'_edit_lock','1491904346:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1491904240:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1487348645:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1491904327:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1487348550:1'),(48,23,'_menu_item_type','post_type'),(49,23,'_menu_item_menu_item_parent','0'),(50,23,'_menu_item_object_id','12'),(51,23,'_menu_item_object','page'),(52,23,'_menu_item_target',''),(53,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,23,'_menu_item_xfn',''),(55,23,'_menu_item_url',''),(56,23,'_menu_item_orphaned','1447504188'),(57,24,'_menu_item_type','post_type'),(58,24,'_menu_item_menu_item_parent','0'),(59,24,'_menu_item_object_id','12'),(60,24,'_menu_item_object','page'),(61,24,'_menu_item_target',''),(62,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,24,'_menu_item_xfn',''),(64,24,'_menu_item_url',''),(65,24,'_menu_item_orphaned','1447504306'),(75,26,'_menu_item_type','post_type'),(76,26,'_menu_item_menu_item_parent','0'),(77,26,'_menu_item_object_id','9'),(78,26,'_menu_item_object','page'),(79,26,'_menu_item_target',''),(80,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,26,'_menu_item_xfn',''),(82,26,'_menu_item_url',''),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,56,'_wp_attached_file','2015/11/Med4.png'),(144,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:704;s:6:\"height\";i:506;s:4:\"file\";s:16:\"2015/11/Med4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Med4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Med4-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Med4-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(145,57,'_wp_attached_file','2015/11/med3.png'),(146,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:496;s:4:\"file\";s:16:\"2015/11/med3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"med3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"med3-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"med3-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(147,58,'_wp_attached_file','2015/11/Med2.png'),(148,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:497;s:4:\"file\";s:16:\"2015/11/Med2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Med2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Med2-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Med2-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(149,59,'_wp_attached_file','2015/11/Mede1.png'),(150,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:716;s:6:\"height\";i:517;s:4:\"file\";s:17:\"2015/11/Mede1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Mede1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Mede1-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Mede1-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(151,61,'_wp_attached_file','2015/11/Civic2.png'),(152,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:671;s:6:\"height\";i:508;s:4:\"file\";s:18:\"2015/11/Civic2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Civic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Civic2-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Civic2-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(153,62,'_wp_attached_file','2015/11/Civic.png'),(154,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:699;s:6:\"height\";i:521;s:4:\"file\";s:17:\"2015/11/Civic.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Civic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Civic-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Civic-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(155,63,'_wp_attached_file','2015/11/repubilc2.png'),(156,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/11/repubilc2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"repubilc2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"repubilc2-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"repubilc2-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(157,64,'_wp_attached_file','2015/11/republic1.png'),(158,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:662;s:6:\"height\";i:502;s:4:\"file\";s:21:\"2015/11/republic1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"republic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"republic1-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"republic1-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (9,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us','','','2017-02-18 16:39:18','2017-02-18 11:09:18','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=9',0,'page','',0),(10,1,'2015-11-14 17:56:02','2015-11-14 12:26:02','Sri Chaitanya','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 17:56:02','2015-11-14 12:26:02','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','publish','closed','closed','','admissions','','','2017-02-18 16:51:37','2017-02-18 11:21:37','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2017-02-18 16:51:00','2017-02-18 11:21:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','Meditation\r\n\r\n<a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med4.png\"><img class=\"alignnone size-medium wp-image-56\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med4-300x216.png\" alt=\"Med4\" width=\"300\" height=\"216\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/med3.png\"><img class=\"alignnone size-medium wp-image-57\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/med3-300x212.png\" alt=\"med3\" width=\"300\" height=\"212\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med2.png\"><img class=\"alignnone size-medium wp-image-58\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med2-300x218.png\" alt=\"Med2\" width=\"300\" height=\"218\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Mede1.png\"><img class=\"alignnone size-medium wp-image-59\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Mede1-300x217.png\" alt=\"Mede1\" width=\"300\" height=\"217\" /></a>\r\n\r\nCivic Sense\r\n\r\n<a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic2.png\"><img class=\"alignnone size-medium wp-image-61\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic2-300x227.png\" alt=\"Civic2\" width=\"300\" height=\"227\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic.png\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic-300x224.png\" alt=\"Civic\" width=\"300\" height=\"224\" /></a>\r\n\r\nRepublic Day Celebrations\r\n\r\n<a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/repubilc2.png\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/repubilc2-300x222.png\" alt=\"repubilc2\" width=\"300\" height=\"222\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/republic1.png\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/republic1-300x227.png\" alt=\"republic1\" width=\"300\" height=\"227\" /></a>','News & Events','','publish','closed','closed','','news-events','','','2017-02-17 21:54:05','2017-02-17 16:24:05','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','publish','closed','closed','','achievements','','','2017-02-18 16:51:20','2017-02-18 11:21:20','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya School,\r\n\r\nHulimavu,\r\n\r\nBannerghatta Main Road,\r\n\r\nBengaluru.\r\n\r\nEmail :- bannerghatta@srichaitanyaschool.net\r\n\r\nPH :- 8064510262','Contact Us','','publish','closed','closed','','contact-us','','','2017-02-17 21:54:53','2017-02-17 16:24:53','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(23,1,'2015-11-14 17:59:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 17:59:48','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=23',1,'nav_menu_item','',0),(24,1,'2015-11-14 18:01:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 18:01:46','0000-00-00 00:00:00','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=24',1,'nav_menu_item','',0),(26,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','26','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=26',1,'nav_menu_item','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',3,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',5,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',2,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2015-11-14 18:03:43','2015-11-14 12:33:43','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',6,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2015-11-14 18:03:42','2015-11-14 12:33:42','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',4,'nav_menu_item','',0),(35,1,'2015-11-14 18:58:56','2015-11-14 13:28:56','<div class=\"preprimary_right_text\">History</div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text1\">Flight through time</div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text1\">Legend of Sri Chaitanya – the Mentors</div>\r\n<div class=\"preprimary_right_text3\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</div>\r\n<div class=\"preprimary_right_text1\">Giving Students the global edge</div>\r\n<div class=\"preprimary_right_text3\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-14 18:58:56','2015-11-14 13:28:56','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/9-revision-v1/',0,'revision','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(40,1,'2015-12-04 00:58:03','2015-12-03 19:28:03','<header class=\"entry-header\">\n<h1 class=\"entry-title\"><strong>History</strong></h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\n<div class=\"preprimary_right_text3\"></div>\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\n<div class=\"preprimary_right_text3\">\n\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\n\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\n\n</div>\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\n<div class=\"preprimary_right_text3\">\n\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\n\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\n\n</div>\n</div>','About Us','','inherit','closed','closed','','9-autosave-v1','','','2015-12-04 00:58:03','2015-12-03 19:28:03','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-autosave-v1/',0,'revision','',0),(41,1,'2015-11-17 12:40:07','2015-11-17 07:10:07','<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia\'s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation\'s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-11-17 12:40:07','2015-11-17 07:10:07','',9,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/9-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2015-12-04 00:47:25','2015-12-03 19:17:25','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\n\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\n\n<strong><u>AP SSC </u></strong>\n<ul>\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\n</ul>\n<strong> </strong><strong><u>TS SSC </u></strong>\n<ul>\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\n</ul>\n<strong><u>ICSE</u></strong>\n<ul>\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\n</ul>\n<strong><u>KARNATAKA:</u></strong>\n<ul>\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\n <li>11 students got more than <strong>600 marks</strong></li>\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n \n\n<strong><u>OLYMPIAD EXAMS</u></strong>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\n<ul>\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\n</ul>\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u> </u></strong>\n\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\n</ul>\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\n<ul>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>a.s.rao olympiad final test result</u></strong>\n\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\n<ul>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\n<ul>\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\n</ul>\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\n</ul>\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\n<ul>\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\n</ul>\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\n<ul>\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\n</ul>\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n <li>No other school got these many number of ranks & prize money.</li>\n</ul>','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2015-12-04 00:47:25','2015-12-03 19:17:25','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2017-02-17 21:22:18','2017-02-17 15:52:18','Sri Chaitanya School,\n\nHilimavu,\n\nBannerghatta Main Road,\n\nBengaluru.\n\nEmail :- madhurawada@srichaitanyaschool.net\n\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2017-02-17 21:22:18','2017-02-17 15:52:18','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(53,1,'2015-12-04 00:56:17','2015-12-03 19:26:17','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\">About Us</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:56:17','2015-12-03 19:26:17','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(54,1,'2015-12-04 00:57:02','2015-12-03 19:27:02','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text1\">Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</div>\r\n<div class=\"preprimary_right_text3\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2015-12-04 00:57:02','2015-12-03 19:27:02','',9,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/9-revision-v1/',0,'revision','',0),(55,1,'2017-02-17 21:22:55','2017-02-17 15:52:55','Sri Chaitanya School,\r\n\r\nHilimavu,\r\n\r\nBannerghatta Main Road,\r\n\r\nBengaluru.\r\n\r\nEmail :- bannerghatta@srichaitanyaschool.net\r\n\r\nPH :- 8064510262','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2017-02-17 21:22:55','2017-02-17 15:52:55','',21,'http://srichatinyatechnobannerghatta.net/index.php/2017/02/17/21-revision-v1/',0,'revision','',0),(56,1,'2017-02-17 21:52:28','2017-02-17 16:22:28','','Med4','','inherit','open','closed','','med4','','','2017-02-17 21:52:28','2017-02-17 16:22:28','',17,'http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med4.png',0,'attachment','image/png',0),(57,1,'2017-02-17 21:52:30','2017-02-17 16:22:30','','med3','','inherit','open','closed','','med3','','','2017-02-17 21:52:30','2017-02-17 16:22:30','',17,'http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/med3.png',0,'attachment','image/png',0),(58,1,'2017-02-17 21:52:31','2017-02-17 16:22:31','','Med2','','inherit','open','closed','','med2','','','2017-02-17 21:52:31','2017-02-17 16:22:31','',17,'http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med2.png',0,'attachment','image/png',0),(59,1,'2017-02-17 21:52:32','2017-02-17 16:22:32','','Mede1','','inherit','open','closed','','mede1','','','2017-02-17 21:52:32','2017-02-17 16:22:32','',17,'http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Mede1.png',0,'attachment','image/png',0),(60,1,'2017-02-17 21:52:58','2017-02-17 16:22:58','Meditation\n\n<a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med4.png\"><img class=\"alignnone size-medium wp-image-56\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med4-300x216.png\" alt=\"Med4\" width=\"300\" height=\"216\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/med3.png\"><img class=\"alignnone size-medium wp-image-57\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/med3-300x212.png\" alt=\"med3\" width=\"300\" height=\"212\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med2.png\"><img class=\"alignnone size-medium wp-image-58\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med2-300x218.png\" alt=\"Med2\" width=\"300\" height=\"218\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Mede1.png\"><img class=\"alignnone size-medium wp-image-59\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Mede1-300x217.png\" alt=\"Mede1\" width=\"300\" height=\"217\" /></a>\n\nCivic Sense\n\n ','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2017-02-17 21:52:58','2017-02-17 16:22:58','',17,'http://srichatinyatechnobannerghatta.net/index.php/2017/02/17/17-autosave-v1/',0,'revision','',0),(61,1,'2017-02-17 21:53:04','2017-02-17 16:23:04','','Civic2','','inherit','open','closed','','civic2','','','2017-02-17 21:53:04','2017-02-17 16:23:04','',17,'http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic2.png',0,'attachment','image/png',0),(62,1,'2017-02-17 21:53:08','2017-02-17 16:23:08','','Civic','','inherit','open','closed','','civic','','','2017-02-17 21:53:08','2017-02-17 16:23:08','',17,'http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic.png',0,'attachment','image/png',0),(63,1,'2017-02-17 21:53:52','2017-02-17 16:23:52','','repubilc2','','inherit','open','closed','','repubilc2','','','2017-02-17 21:53:52','2017-02-17 16:23:52','',17,'http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/repubilc2.png',0,'attachment','image/png',0),(64,1,'2017-02-17 21:53:53','2017-02-17 16:23:53','','republic1','','inherit','open','closed','','republic1','','','2017-02-17 21:53:53','2017-02-17 16:23:53','',17,'http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/republic1.png',0,'attachment','image/png',0),(65,1,'2017-02-17 21:54:05','2017-02-17 16:24:05','Meditation\r\n\r\n<a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med4.png\"><img class=\"alignnone size-medium wp-image-56\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med4-300x216.png\" alt=\"Med4\" width=\"300\" height=\"216\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/med3.png\"><img class=\"alignnone size-medium wp-image-57\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/med3-300x212.png\" alt=\"med3\" width=\"300\" height=\"212\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med2.png\"><img class=\"alignnone size-medium wp-image-58\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Med2-300x218.png\" alt=\"Med2\" width=\"300\" height=\"218\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Mede1.png\"><img class=\"alignnone size-medium wp-image-59\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Mede1-300x217.png\" alt=\"Mede1\" width=\"300\" height=\"217\" /></a>\r\n\r\nCivic Sense\r\n\r\n<a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic2.png\"><img class=\"alignnone size-medium wp-image-61\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic2-300x227.png\" alt=\"Civic2\" width=\"300\" height=\"227\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic.png\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/Civic-300x224.png\" alt=\"Civic\" width=\"300\" height=\"224\" /></a>\r\n\r\nRepublic Day Celebrations\r\n\r\n<a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/repubilc2.png\"><img class=\"alignnone size-medium wp-image-63\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/repubilc2-300x222.png\" alt=\"repubilc2\" width=\"300\" height=\"222\" /></a> <a href=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/republic1.png\"><img class=\"alignnone size-medium wp-image-64\" src=\"http://srichatinyatechnobannerghatta.net/wp-content/uploads/2015/11/republic1-300x227.png\" alt=\"republic1\" width=\"300\" height=\"227\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2017-02-17 21:54:05','2017-02-17 16:24:05','',17,'http://srichatinyatechnobannerghatta.net/index.php/2017/02/17/17-revision-v1/',0,'revision','',0),(66,1,'2017-02-17 21:54:53','2017-02-17 16:24:53','Sri Chaitanya School,\r\n\r\nHulimavu,\r\n\r\nBannerghatta Main Road,\r\n\r\nBengaluru.\r\n\r\nEmail :- bannerghatta@srichaitanyaschool.net\r\n\r\nPH :- 8064510262','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2017-02-17 21:54:53','2017-02-17 16:24:53','',21,'http://srichatinyatechnobannerghatta.net/index.php/2017/02/17/21-revision-v1/',0,'revision','',0),(67,1,'2017-02-18 16:39:18','2017-02-18 11:09:18','<header class=\"entry-header\">\r\n<h1 class=\"entry-title\"></h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<div class=\"preprimary_right_text\"><strong>History</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">This group of educational institution comprehends the significance of pedagogic service to the student community right from Nursery to High School, (CBSE): with IIT-JEE, Medical entrance & Olympiad orientation through Objective & Reasoning tests right from classes VI to VIII. The same orientation is upgraded by one level every year to classes IX, X and continues into classes XI and XII at the +2 level</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\" style=\"text-align: justify;\"><strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong></div>\r\n<div class=\"preprimary_right_text1\">There are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.</div>\r\n<div class=\"preprimary_right_text3\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Flight through time</strong></div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\">Sri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.</div>\r\n<div class=\"preprimary_right_text3\" style=\"text-align: justify;\"></div>\r\n<div class=\"preprimary_right_text1\"><strong>Legend of Sri Chaitanya – the Mentors</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">The inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.</p>\r\n<p style=\"text-align: justify;\">At the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions such as : IIT, AFMC, NIT, AIIMS etc. and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.</p>\r\n\r\n</div>\r\n<div class=\"preprimary_right_text1\"><strong>Giving Students the global edge</strong></div>\r\n<div class=\"preprimary_right_text3\">\r\n<p style=\"text-align: justify;\">Over the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.</p>\r\n<p style=\"text-align: justify;\">The <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.</p>\r\n\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','9-revision-v1','','','2017-02-18 16:39:18','2017-02-18 11:09:18','',9,'http://srichatinyatechnobannerghatta.net/index.php/2017/02/18/9-revision-v1/',0,'revision','',0),(68,1,'2017-02-18 16:39:42','2017-02-18 11:09:42','<strong>Secondary Schooling: Initiating a Scholastic Renaissance</strong>\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Secondary Education, (CBSE). Secondary level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> </strong>Integrated syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT, State Board, CBSE Board and ICSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>IIT foundation course starts from class VI along with higher orders thinking skill (HOTS) questions being practiced.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of SECONDARY LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2017-02-18 16:39:42','2017-02-18 11:09:42','',14,'http://srichatinyatechnobannerghatta.net/index.php/2017/02/18/14-revision-v1/',0,'revision','',0),(69,1,'2017-02-18 16:51:20','2017-02-18 11:21:20','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n \r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\nNo other school got these many number of ranks & prize money.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2017-02-18 16:51:20','2017-02-18 11:21:20','',19,'http://srichatinyatechnobannerghatta.net/index.php/2017/02/18/19-revision-v1/',0,'revision','',0),(70,1,'2017-02-18 16:51:37','2017-02-18 11:21:37','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Asia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.</p>\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2017-02-18 16:51:37','2017-02-18 11:21:37','',12,'http://srichatinyatechnobannerghatta.net/index.php/2017/02/18/12-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `scsposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_relationships` -- DROP TABLE IF EXISTS `scsterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_relationships` -- LOCK TABLES `scsterm_relationships` WRITE; /*!40000 ALTER TABLE `scsterm_relationships` DISABLE KEYS */; INSERT INTO `scsterm_relationships` VALUES (26,3,0),(27,3,0),(28,3,0),(29,3,0),(30,3,0),(31,3,0); /*!40000 ALTER TABLE `scsterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterm_taxonomy` -- DROP TABLE IF EXISTS `scsterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterm_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterm_taxonomy` -- LOCK TABLES `scsterm_taxonomy` WRITE; /*!40000 ALTER TABLE `scsterm_taxonomy` DISABLE KEYS */; INSERT INTO `scsterm_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'nav_menu','',0,6); /*!40000 ALTER TABLE `scsterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsterms` -- DROP TABLE IF EXISTS `scsterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsterms` ( `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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsterms` -- LOCK TABLES `scsterms` WRITE; /*!40000 ALTER TABLE `scsterms` DISABLE KEYS */; INSERT INTO `scsterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0); /*!40000 ALTER TABLE `scsterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusermeta` -- DROP TABLE IF EXISTS `scsusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusermeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusermeta` -- LOCK TABLES `scsusermeta` WRITE; /*!40000 ALTER TABLE `scsusermeta` DISABLE KEYS */; INSERT INTO `scsusermeta` VALUES (1,1,'nickname','cbseadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'scscapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'scsuser_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'scsdashboard_quick_press_last_post_id','71'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','3'),(19,1,'scsuser-settings','editor=html&post_dfw=off&libraryContent=browse'),(20,1,'scsuser-settings-time','1487416153'); /*!40000 ALTER TABLE `scsusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsusers` -- DROP TABLE IF EXISTS `scsusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsusers` -- LOCK TABLES `scsusers` WRITE; /*!40000 ALTER TABLE `scsusers` DISABLE KEYS */; INSERT INTO `scsusers` VALUES (1,'cbseadmin','$P$BPdDJuM0NBeq0lupDrxw0mgT7fLi/c0','cbseadmin','cto@varsitymgmt.com','','2015-11-14 11:01:09','',0,'cbseadmin'); /*!40000 ALTER TABLE `scsusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `scs_srichaitanyaschoolcombaitore` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `scs_srichaitanyaschoolcombaitore` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `scs_srichaitanyaschoolcombaitore`; -- -- Table structure for table `scscommentmeta` -- DROP TABLE IF EXISTS `scscommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscommentmeta` ( `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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscommentmeta` -- LOCK TABLES `scscommentmeta` WRITE; /*!40000 ALTER TABLE `scscommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `scscommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scscomments` -- DROP TABLE IF EXISTS `scscomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scscomments` ( `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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scscomments` -- LOCK TABLES `scscomments` WRITE; /*!40000 ALTER TABLE `scscomments` DISABLE KEYS */; /*!40000 ALTER TABLE `scscomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scshsa_plugin` -- DROP TABLE IF EXISTS `scshsa_plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scshsa_plugin` ( `hsa_id` mediumint(9) NOT NULL AUTO_INCREMENT, `hsa_text` text NOT NULL, `hsa_order` int(11) NOT NULL DEFAULT '0', `hsa_status` char(3) NOT NULL DEFAULT 'YES', `hsa_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_link` varchar(1024) NOT NULL DEFAULT '#', `hsa_group` varchar(100) NOT NULL DEFAULT 'GROUP1', `hsa_dateend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_datestart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hsa_target` varchar(20) NOT NULL DEFAULT '_self', `hsa_extra1` varchar(100) NOT NULL DEFAULT '', `hsa_extra2` varchar(100) NOT NULL DEFAULT '', `hsa_extra3` varchar(100) NOT NULL DEFAULT '', `hsa_extra4` varchar(100) NOT NULL DEFAULT '', UNIQUE KEY `hsa_id` (`hsa_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scshsa_plugin` -- LOCK TABLES `scshsa_plugin` WRITE; /*!40000 ALTER TABLE `scshsa_plugin` DISABLE KEYS */; INSERT INTO `scshsa_plugin` VALUES (1,'Our students received 175 PRATHIBHA AWARDS from Govt.of AP. This is highest no.from a single institution. No other school got these many no. of awards.',0,'YES','0000-00-00 00:00:00','#','GROUP1','0000-00-00 00:00:00','0000-00-00 00:00:00','_self','','','',''); /*!40000 ALTER TABLE `scshsa_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scslinks` -- DROP TABLE IF EXISTS `scslinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scslinks` ( `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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scslinks` -- LOCK TABLES `scslinks` WRITE; /*!40000 ALTER TABLE `scslinks` DISABLE KEYS */; /*!40000 ALTER TABLE `scslinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsoptions` -- DROP TABLE IF EXISTS `scsoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsoptions` ( `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=InnoDB AUTO_INCREMENT=16155 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsoptions` -- LOCK TABLES `scsoptions` WRITE; /*!40000 ALTER TABLE `scsoptions` DISABLE KEYS */; INSERT INTO `scsoptions` VALUES (1,'siteurl','http://srichaitanyatechnoschoolcoimbatore.net','yes'),(2,'home','http://srichaitanyatechnoschoolcoimbatore.net','yes'),(3,'blogname','Sri Chaitanya School Coimbatore','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cto@varsitymgmt.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','1','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','20','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','1','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:97:\"/www-data/sites/srichaitanyatechnoschoolcoimbatore.net/wp-content/themes/twentythirteen/style.css\";i:2;s:98:\"/www-data/sites/srichaitanyatechnoschoolcoimbatore.net/wp-content/themes/twentythirteen/footer.php\";i:3;s:105:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/readme.txt\";i:4;s:132:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";i:5;s:127:\"C:\\wamp\\www\\srichaitanyaschoolmadhurawada/wp-content/plugins/horizontal-scrolling-announcement/pages/content-management-add.php\";}','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','administrator','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";s:13:\"HSA_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','305','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'scsuser_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'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1668682870;a:3:{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;}}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;}}}i:1668682952;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;}}}i:1668686003;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:1668712860;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;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','978004a69eba940194851cdd08b7ea89','yes'),(113,'can_compress_scripts','1','yes'),(131,'_transient_twentyfifteen_categories','1','yes'),(133,'recently_activated','a:0:{}','yes'),(136,'_site_transient_timeout_wporg_theme_feature_list','1447511977','yes'),(137,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}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'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'_transient_flaton_categories','1','yes'),(145,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447499069;s:4:\"data\";a:2:{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\";}}}}','yes'),(146,'current_theme','Twenty Thirteen','yes'),(147,'theme_mods_flaton','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447501761;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(148,'theme_switched','','yes'),(149,'theme_switched_via_customizer','','yes'),(153,'WPLANG','','yes'),(167,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:12:\"header_image\";s:97:\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2018/09/cropped-Basic-Banner.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:151;s:3:\"url\";s:97:\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2018/09/cropped-Basic-Banner.png\";s:13:\"thumbnail_url\";s:97:\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2018/09/cropped-Basic-Banner.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}s:16:\"header_textcolor\";s:6:\"ffffff\";}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449200795','yes'),(243,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(290,'_site_transient_timeout_popular_importers_en_US','1449205193','yes'),(291,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(312,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1449128282','yes'),(313,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5590\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3496\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3442\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2953\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2691\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2153\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2143\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1927\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1908\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1902\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1859\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1755\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1454\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1339\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1272\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1243\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1221\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1117\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1048\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1011\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"968\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"928\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"864\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"855\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"831\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"792\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"754\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"717\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"716\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"711\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"705\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"696\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"678\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"671\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"664\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"638\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"628\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"624\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"621\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"618\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"593\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"588\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"569\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"566\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"564\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"562\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"558\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"537\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"524\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"512\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"509\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"498\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"494\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"461\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"453\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"442\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"425\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"414\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"413\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"406\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"406\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"400\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"393\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"382\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"380\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"377\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"374\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"368\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"361\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"360\";}}','yes'),(314,'hsa_pluginversion','7.9','yes'),(315,'hsa_title','Announcement','yes'),(316,'hsa_scrollamount','2','yes'),(317,'hsa_scrolldelay','5','yes'),(318,'hsa_direction','left','yes'),(319,'hsa_style','','yes'),(320,'hsa_noannouncement','No announcement available or all announcement expired.','yes'),(321,'hsa_capability','manage_options','yes'),(323,'widget_horizontalscrolling','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(387,'_site_transient_timeout_browser_9aac439d521303fb976b379ca55697eb','1531562028','yes'),(388,'_site_transient_browser_9aac439d521303fb976b379ca55697eb','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(393,'_site_transient_timeout_browser_1c57507012278e6bcada89fd639b70fc','1531564909','yes'),(394,'_site_transient_browser_1c57507012278e6bcada89fd639b70fc','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"59.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(452,'_site_transient_timeout_browser_63d96baab63efaf21cb01f3d7fa61642','1532428633','yes'),(453,'_site_transient_browser_63d96baab63efaf21cb01f3d7fa61642','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"65.0.3325.181\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(484,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670040;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','yes'),(1784,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:22:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.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-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.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-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.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-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.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-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.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-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.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.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.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.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.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-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1668670039;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(2750,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=305&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(7140,'_site_transient_timeout_browser_605f01b1409979f1b4f5151f8eefb28a','1630125393','yes'),(7141,'_site_transient_browser_605f01b1409979f1b4f5151f8eefb28a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"92.0.4515.159\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(8427,'_site_transient_timeout_browser_9ceebc4ad83ababb94d4029b4dca4e66','1636008044','yes'),(8428,'_site_transient_browser_9ceebc4ad83ababb94d4029b4dca4e66','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"95.0.4638.54\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(8612,'_site_transient_timeout_browser_f8256d37159e3faf28ae61a6406601c3','1636951245','yes'),(8613,'_site_transient_browser_f8256d37159e3faf28ae61a6406601c3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"95.0.4638.69\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(9791,'_site_transient_timeout_browser_d44bfba7ec2b67d9eb9e6c1eea55c253','1641971953','yes'),(9792,'_site_transient_browser_d44bfba7ec2b67d9eb9e6c1eea55c253','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"96.0.4664.110\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(12542,'_transient_timeout_mailserver_last_checked','1653330079','no'),(12543,'_transient_mailserver_last_checked','1','no'),(13119,'_site_transient_timeout_browser_d88a03f1175846c9a610db9271f1b11b','1656562968','yes'),(13120,'_site_transient_browser_d88a03f1175846c9a610db9271f1b11b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"102.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(13690,'_site_transient_timeout_browser_a0909810a6d132832e28ef6da18ec77c','1658896258','yes'),(13691,'_site_transient_browser_a0909810a6d132832e28ef6da18ec77c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(15117,'_site_transient_timeout_browser_620eeaccf0f03dc51ea5a9f1f3fb4360','1664952933','yes'),(15118,'_site_transient_browser_620eeaccf0f03dc51ea5a9f1f3fb4360','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"105.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(15616,'_site_transient_timeout_browser_acff52a1652901ae7e446fb41b9189b7','1666848842','yes'),(15617,'_site_transient_browser_acff52a1652901ae7e446fb41b9189b7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"106.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(15618,'_transient_timeout_plugin_slugs','1666330444','no'),(15619,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:71:\"horizontal-scrolling-announcement/horizontal-scrolling-announcement.php\";}','no'),(15620,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1666287244','no'),(15621,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'wordpress.org\'</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: Couldn\'t resolve host \'planet.wordpress.org\'</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(15623,'_transient_is_multi_author','0','yes'),(16152,'_site_transient_timeout_theme_roots','1668671837','yes'),(16153,'_site_transient_theme_roots','a:4:{s:6:\"flaton\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(16154,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668670040;s:7:\"checked\";a:4:{s:6:\"flaton\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:6:\"flaton\";a:6:{s:5:\"theme\";s:6:\"flaton\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/flaton/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/flaton.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;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:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `scsoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scspostmeta` -- DROP TABLE IF EXISTS `scspostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scspostmeta` ( `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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=854 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scspostmeta` -- LOCK TABLES `scspostmeta` WRITE; /*!40000 ALTER TABLE `scspostmeta` DISABLE KEYS */; INSERT INTO `scspostmeta` VALUES (38,12,'_edit_last','1'),(39,12,'_edit_lock','1573022933:1'),(40,14,'_edit_last','1'),(41,14,'_edit_lock','1573022831:1'),(42,17,'_edit_last','1'),(43,17,'_edit_lock','1658291785:1'),(44,19,'_edit_last','1'),(45,19,'_edit_lock','1635404642:1'),(46,21,'_edit_last','1'),(47,21,'_edit_lock','1531825748:1'),(84,27,'_menu_item_type','post_type'),(85,27,'_menu_item_menu_item_parent','0'),(86,27,'_menu_item_object_id','14'),(87,27,'_menu_item_object','page'),(88,27,'_menu_item_target',''),(89,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,27,'_menu_item_xfn',''),(91,27,'_menu_item_url',''),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','19'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(102,29,'_menu_item_type','post_type'),(103,29,'_menu_item_menu_item_parent','0'),(104,29,'_menu_item_object_id','12'),(105,29,'_menu_item_object','page'),(106,29,'_menu_item_target',''),(107,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,29,'_menu_item_xfn',''),(109,29,'_menu_item_url',''),(111,30,'_menu_item_type','post_type'),(112,30,'_menu_item_menu_item_parent','0'),(113,30,'_menu_item_object_id','21'),(114,30,'_menu_item_object','page'),(115,30,'_menu_item_target',''),(116,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,30,'_menu_item_xfn',''),(118,30,'_menu_item_url',''),(120,31,'_menu_item_type','post_type'),(121,31,'_menu_item_menu_item_parent','0'),(122,31,'_menu_item_object_id','17'),(123,31,'_menu_item_object','page'),(124,31,'_menu_item_target',''),(125,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,31,'_menu_item_xfn',''),(127,31,'_menu_item_url',''),(143,56,'_wp_attached_file','2015/11/Coimbathur-Building-Image.jpg'),(144,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2015/11/Coimbathur-Building-Image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Coimbathur-Building-Image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Coimbathur-Building-Image-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Coimbathur-Building-Image-600x270.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(145,62,'_wp_attached_file','2015/11/23.jpg'),(146,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/23.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"23-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(147,66,'_wp_attached_file','2015/11/30.jpg'),(148,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/30.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"30-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"30-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(149,69,'_wp_attached_file','2015/11/IMG_20170529_104617-300x225.jpg'),(150,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:225;s:4:\"file\";s:39:\"2015/11/IMG_20170529_104617-300x225.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"IMG_20170529_104617-300x225-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"IMG_20170529_104617-300x225-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(151,70,'_wp_attached_file','2015/11/6.jpg'),(152,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"6-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(153,74,'_wp_attached_file','2015/11/1.jpg'),(154,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(155,75,'_wp_attached_file','2015/11/2.jpg'),(156,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"2-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(157,76,'_wp_attached_file','2015/11/3.jpg'),(158,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"3-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(159,77,'_wp_attached_file','2015/11/4.jpg'),(160,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"4-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(161,78,'_wp_attached_file','2015/11/5.jpg'),(162,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"5-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(163,79,'_wp_attached_file','2015/11/7.jpg'),(164,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"7-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(165,80,'_wp_attached_file','2015/11/8.jpg'),(166,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"8-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(167,81,'_wp_attached_file','2015/11/9.jpg'),(168,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/9.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"9-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(169,82,'_wp_attached_file','2015/11/10.jpg'),(170,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/10.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"10-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(171,83,'_wp_attached_file','2015/11/11.jpg'),(172,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"11-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(173,84,'_wp_attached_file','2015/11/12.jpg'),(174,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"12-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(175,85,'_wp_attached_file','2015/11/13.jpg'),(176,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"13-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(177,86,'_wp_attached_file','2015/11/14.jpg'),(178,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"14-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(179,87,'_wp_attached_file','2015/11/15.jpg'),(180,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/15.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"15-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(181,88,'_wp_attached_file','2015/11/16.jpg'),(182,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/16.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"16-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(183,89,'_wp_attached_file','2015/11/17.jpg'),(184,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/17.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"17-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(185,90,'_wp_attached_file','2015/11/18.jpg'),(186,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/18.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"18-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(187,91,'_wp_attached_file','2015/11/19.jpg'),(188,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/19.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"19-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(189,92,'_wp_attached_file','2015/11/20.jpg'),(190,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/20.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"20-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"20-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(191,93,'_wp_attached_file','2015/11/21.jpg'),(192,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"21-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(193,94,'_wp_attached_file','2015/11/24.jpg'),(194,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/24.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"24-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(195,95,'_wp_attached_file','2015/11/25.jpg'),(196,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/25.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"25-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"25-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(197,96,'_wp_attached_file','2015/11/26.jpg'),(198,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/26.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"26-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"26-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(199,97,'_wp_attached_file','2015/11/27.jpg'),(200,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/27.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"27-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"27-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(201,98,'_wp_attached_file','2015/11/28.jpg'),(202,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/28.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"28-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"28-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(203,99,'_wp_attached_file','2015/11/29.jpg'),(204,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:14:\"2015/11/29.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"29-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"29-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(205,112,'_wp_attached_file','2015/11/Coimbathur-About-Us-.jpg'),(206,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2015/11/Coimbathur-About-Us-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Coimbathur-About-Us--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Coimbathur-About-Us--300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Coimbathur-About-Us--1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Coimbathur-About-Us--604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(207,118,'_wp_attached_file','2015/11/Untitled-design.jpg'),(208,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2015/11/Untitled-design.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Untitled-design-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Untitled-design-1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(209,122,'_wp_attached_file','2015/11/Untitled-design-1.jpg'),(210,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2015/11/Untitled-design-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-1024x478.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(211,124,'_wp_attached_file','2015/11/1900-1000.jpg'),(212,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2015/11/1900-1000.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"1900-1000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"1900-1000-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"1900-1000-1024x539.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"1900-1000-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(213,127,'_wp_attached_file','2015/11/1900-1000-1.jpg'),(214,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2015/11/1900-1000-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"1900-1000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"1900-1000-1-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1900-1000-1-1024x539.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"1900-1000-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(215,130,'_wp_attached_file','2015/11/1900-1000-2.jpg'),(216,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2015/11/1900-1000-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"1900-1000-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"1900-1000-2-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1900-1000-2-1024x539.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"1900-1000-2-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(217,132,'_wp_attached_file','2015/11/1900-1000-3.jpg'),(218,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2015/11/1900-1000-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"1900-1000-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"1900-1000-3-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1900-1000-3-1024x539.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"1900-1000-3-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(219,133,'_wp_attached_file','2015/11/Yoga.jpg'),(220,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:16:\"2015/11/Yoga.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Yoga-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Yoga-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Yoga-1024x539.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Yoga-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(221,135,'_wp_attached_file','2015/11/1900-1000-5.jpg'),(222,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2015/11/1900-1000-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"1900-1000-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"1900-1000-5-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1900-1000-5-1024x539.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"1900-1000-5-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(223,141,'_wp_attached_file','2015/11/1.png'),(224,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(225,142,'_wp_attached_file','2015/11/2.png'),(226,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"2-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(227,143,'_wp_attached_file','2015/11/3.png'),(228,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"3-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(229,144,'_wp_attached_file','2015/11/4.png'),(230,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"4-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(231,145,'_wp_attached_file','2015/11/5.png'),(232,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"5-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(233,146,'_wp_attached_file','2015/11/6.png'),(234,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"6-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(235,147,'_wp_attached_file','2015/11/7.png'),(236,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/7.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"7-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(237,148,'_wp_attached_file','2015/11/8.png'),(238,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:13:\"2015/11/8.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"8-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(239,150,'_wp_attached_file','2018/09/Basic-Banner.png'),(240,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:24:\"2018/09/Basic-Banner.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Basic-Banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Basic-Banner-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Basic-Banner-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Basic-Banner-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(241,151,'_wp_attached_file','2018/09/cropped-Basic-Banner.png'),(242,151,'_wp_attachment_context','custom-header'),(243,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:32:\"2018/09/cropped-Basic-Banner.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Basic-Banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-Basic-Banner-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"cropped-Basic-Banner-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Basic-Banner-604x230.png\";s:5:\"width\";i:604;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(244,151,'_wp_attachment_custom_header_last_used_twentythirteen','1538139569'),(245,151,'_wp_attachment_is_custom_header','twentythirteen'),(246,154,'_wp_attached_file','2015/11/2nd-annual-sports-meet-2018-19.jpg'),(247,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:42:\"2015/11/2nd-annual-sports-meet-2018-19.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"2nd-annual-sports-meet-2018-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"2nd-annual-sports-meet-2018-19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"2nd-annual-sports-meet-2018-19-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"2nd-annual-sports-meet-2018-19-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(248,156,'_wp_attached_file','2015/11/indoor-activities.jpg'),(249,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:29:\"2015/11/indoor-activities.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"indoor-activities-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"indoor-activities-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"indoor-activities-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"indoor-activities-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(250,157,'_wp_attached_file','2015/11/assembly.jpg'),(251,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:20:\"2015/11/assembly.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"assembly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"assembly-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"assembly-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"assembly-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(252,159,'_wp_attached_file','2015/11/games-@kovaichaitanya.jpg'),(253,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:33:\"2015/11/games-@kovaichaitanya.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"games-@kovaichaitanya-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"games-@kovaichaitanya-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"games-@kovaichaitanya-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"games-@kovaichaitanya-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(254,160,'_wp_attached_file','2015/11/PhotoGrid_1552971140901.jpg'),(255,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:35:\"2015/11/PhotoGrid_1552971140901.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"PhotoGrid_1552971140901-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"PhotoGrid_1552971140901-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"PhotoGrid_1552971140901-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"PhotoGrid_1552971140901-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(256,166,'_wp_attached_file','2015/11/Slide2.jpg'),(257,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2015/11/Slide2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Slide2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide2-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(258,167,'_wp_attached_file','2015/11/Slide3.jpg'),(259,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2015/11/Slide3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Slide3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide3-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(260,169,'_wp_attached_file','2015/11/Slide4.jpg'),(261,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2015/11/Slide4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Slide4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide4-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(262,170,'_wp_attached_file','2015/11/Slide5.jpg'),(263,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2015/11/Slide5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Slide5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide5-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(264,171,'_wp_attached_file','2015/11/Untitled-design-1.png'),(265,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:29:\"2015/11/Untitled-design-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(266,172,'_wp_attached_file','2015/11/Untitled-design.png'),(267,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:27:\"2015/11/Untitled-design.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Untitled-design-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(268,179,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-1.png'),(269,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2015/11/Coimbatore-1-Achivements-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-1-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(270,180,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-3.png'),(271,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2015/11/Coimbatore-1-Achivements-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-3-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-3-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(272,181,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-4.png'),(273,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2015/11/Coimbatore-1-Achivements-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-4-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-4-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(274,182,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-5.png'),(275,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2015/11/Coimbatore-1-Achivements-5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-5-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-5-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(276,183,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-6.png'),(277,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2015/11/Coimbatore-1-Achivements-6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-6-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-6-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(278,184,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-7.png'),(279,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2015/11/Coimbatore-1-Achivements-7.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-7-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-7-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(280,185,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-8.png'),(281,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2015/11/Coimbatore-1-Achivements-8.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-8-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-8-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(282,186,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-9.png'),(283,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2015/11/Coimbatore-1-Achivements-9.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-9-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Coimbatore-1-Achivements-9-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(284,187,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-10.png'),(285,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-10.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-10-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-10-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(286,192,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-11.png'),(287,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-11.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-11-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-11-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(288,193,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-12.png'),(289,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-12.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-12-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-12-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(290,194,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-13.png'),(291,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-13.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-13-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-13-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(292,195,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-14.png'),(293,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-14.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-14-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-14-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(294,196,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-15.png'),(295,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-15.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-15-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-15-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(296,197,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-16.png'),(297,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-16.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-16-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-16-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(298,198,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-17.png'),(299,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-17.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-17-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-17-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(300,199,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-18.png'),(301,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-18.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-18-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-18-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(302,200,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-19.png'),(303,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-19.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-19-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-19-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(304,201,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-20.png'),(305,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-20.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-20-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-20-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(306,202,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-21.png'),(307,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-21.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-21-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-21-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(308,203,'_wp_attached_file','2015/11/Coimbatore-1-Achivements-22.png'),(309,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:39:\"2015/11/Coimbatore-1-Achivements-22.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-22-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coimbatore-1-Achivements-22-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(310,206,'_edit_last','1'),(311,206,'_edit_lock','1666244377:1'),(312,208,'_edit_last','1'),(313,208,'_edit_lock','1625549475:1'),(314,210,'_menu_item_type','post_type'),(315,210,'_menu_item_menu_item_parent','0'),(316,210,'_menu_item_object_id','208'),(317,210,'_menu_item_object','page'),(318,210,'_menu_item_target',''),(319,210,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(320,210,'_menu_item_xfn',''),(321,210,'_menu_item_url',''),(323,211,'_menu_item_type','post_type'),(324,211,'_menu_item_menu_item_parent','27'),(325,211,'_menu_item_object_id','206'),(326,211,'_menu_item_object','page'),(327,211,'_menu_item_target',''),(328,211,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(329,211,'_menu_item_xfn',''),(330,211,'_menu_item_url',''),(332,212,'_wp_attached_file','2019/10/Transfer-Certificate.pdf'),(333,215,'_wp_attached_file','2019/10/Circulars-Primary.pdf'),(334,216,'_wp_attached_file','2019/10/Circulars-High-School.pdf'),(335,229,'_edit_last','1'),(336,229,'_edit_lock','1571466266:1'),(337,231,'_menu_item_type','post_type'),(338,231,'_menu_item_menu_item_parent','31'),(339,231,'_menu_item_object_id','229'),(340,231,'_menu_item_object','page'),(341,231,'_menu_item_target',''),(342,231,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(343,231,'_menu_item_xfn',''),(344,231,'_menu_item_url',''),(346,233,'_wp_attached_file','2019/10/Quiz-was-conducted-based-on-Green-India-Mission.jpg'),(347,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:59:\"2019/10/Quiz-was-conducted-based-on-Green-India-Mission.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Quiz-was-conducted-based-on-Green-India-Mission-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Quiz-was-conducted-based-on-Green-India-Mission-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Quiz-was-conducted-based-on-Green-India-Mission-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"Quiz-was-conducted-based-on-Green-India-Mission-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(348,236,'_wp_attached_file','2015/11/110.jpg'),(349,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/110.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"110-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"110-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(350,237,'_wp_attached_file','2015/11/22.jpg'),(351,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/22.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(352,238,'_wp_attached_file','2015/11/31.jpg'),(353,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/31.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"31-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(354,239,'_wp_attached_file','2015/11/41.jpg'),(355,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/41.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"41-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(356,240,'_wp_attached_file','2015/11/51.jpg'),(357,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/51.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"51-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(358,241,'_wp_attached_file','2015/11/61.jpg'),(359,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/61.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"61-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(360,242,'_wp_attached_file','2015/11/71.jpg'),(361,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/71.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"71-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"71-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(362,243,'_wp_attached_file','2015/11/81.jpg'),(363,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/81.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"81-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"81-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(364,244,'_wp_attached_file','2015/11/91.jpg'),(365,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/91.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"91-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"91-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(366,245,'_wp_attached_file','2015/11/101.jpg'),(367,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/101.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"101-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"101-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(368,246,'_wp_attached_file','2015/11/111.jpg'),(369,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/111.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(370,247,'_wp_attached_file','2015/11/121.jpg'),(371,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/121.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"121-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(372,250,'_wp_attached_file','2019/10/13.jpg'),(373,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/13.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(374,251,'_wp_attached_file','2019/10/14.jpg'),(375,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/14.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(376,252,'_wp_attached_file','2019/10/15.jpg'),(377,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/15.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(378,253,'_wp_attached_file','2019/10/16.jpg'),(379,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/16.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(380,254,'_wp_attached_file','2019/10/17.jpg'),(381,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/17.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(382,255,'_wp_attached_file','2019/10/18.jpg'),(383,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/18.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"18-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(384,256,'_wp_attached_file','2019/10/19.jpg'),(385,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/19.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(386,257,'_wp_attached_file','2019/10/20.jpg'),(387,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/20.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"20-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(388,258,'_wp_attached_file','2019/10/21.jpg'),(389,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(390,259,'_wp_attached_file','2019/10/22.jpg'),(391,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/22.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(392,260,'_wp_attached_file','2019/10/23.jpg'),(393,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/23.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(394,261,'_wp_attached_file','2019/10/24.jpg'),(395,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/24.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(396,265,'_edit_last','1'),(397,265,'_edit_lock','1635403321:1'),(398,267,'_edit_last','1'),(399,267,'_edit_lock','1625549543:1'),(427,273,'_menu_item_type','post_type'),(428,273,'_menu_item_menu_item_parent','27'),(429,273,'_menu_item_object_id','265'),(430,273,'_menu_item_object','page'),(431,273,'_menu_item_target',''),(432,273,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(433,273,'_menu_item_xfn',''),(434,273,'_menu_item_url',''),(436,274,'_menu_item_type','post_type'),(437,274,'_menu_item_menu_item_parent','210'),(438,274,'_menu_item_object_id','267'),(439,274,'_menu_item_object','page'),(440,274,'_menu_item_target',''),(441,274,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(442,274,'_menu_item_xfn',''),(443,274,'_menu_item_url',''),(445,275,'_edit_last','1'),(446,275,'_edit_lock','1571466946:1'),(447,277,'_menu_item_type','post_type'),(448,277,'_menu_item_menu_item_parent','27'),(449,277,'_menu_item_object_id','275'),(450,277,'_menu_item_object','page'),(451,277,'_menu_item_target',''),(452,277,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(453,277,'_menu_item_xfn',''),(454,277,'_menu_item_url',''),(456,278,'_edit_last','1'),(457,278,'_edit_lock','1664431079:1'),(458,280,'_edit_last','1'),(459,280,'_edit_lock','1664431033:1'),(460,282,'_menu_item_type','post_type'),(461,282,'_menu_item_menu_item_parent','277'),(462,282,'_menu_item_object_id','280'),(463,282,'_menu_item_object','page'),(464,282,'_menu_item_target',''),(465,282,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(466,282,'_menu_item_xfn',''),(467,282,'_menu_item_url',''),(469,283,'_menu_item_type','post_type'),(470,283,'_menu_item_menu_item_parent','277'),(471,283,'_menu_item_object_id','278'),(472,283,'_menu_item_object','page'),(473,283,'_menu_item_target',''),(474,283,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(475,283,'_menu_item_xfn',''),(476,283,'_menu_item_url',''),(478,284,'_wp_attached_file','2019/10/Annual-Report.pdf'),(479,289,'_wp_attached_file','2019/10/Annual-Report-2018-19.pdf'),(480,294,'_wp_attached_file','2015/11/Coimbatore-1.jpg'),(481,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:24:\"2015/11/Coimbatore-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Coimbatore-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Coimbatore-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(482,298,'_wp_attached_file','2015/11/Capture.jpg'),(483,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:946;s:6:\"height\";i:659;s:4:\"file\";s:19:\"2015/11/Capture.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Capture-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:9:\"Chaitanya\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1571491940;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:\"\";s:11:\"orientation\";i:0;}}'),(484,300,'_wp_attached_file','2015/11/Coimbatore-1-1.jpg'),(485,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:26:\"2015/11/Coimbatore-1-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Coimbatore-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Coimbatore-1-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(486,305,'_edit_last','1'),(487,305,'_edit_lock','1662803100:1'),(490,313,'_menu_item_type','post_type'),(491,313,'_menu_item_menu_item_parent','0'),(492,313,'_menu_item_object_id','305'),(493,313,'_menu_item_object','page'),(494,313,'_menu_item_target',''),(495,313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(496,313,'_menu_item_xfn',''),(497,313,'_menu_item_url',''),(499,315,'_wp_attached_file','2019/10/Non-Teaching-Staff.pdf'),(500,317,'_wp_attached_file','2019/10/Teaching-Staff.pdf'),(501,319,'_wp_attached_file','2019/10/Students-TC-List.pdf'),(502,327,'_edit_last','1'),(503,327,'_edit_lock','1571824584:1'),(504,330,'_wp_attached_file','2019/10/1.jpg'),(505,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/10/1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(506,331,'_wp_attached_file','2019/10/2.jpg'),(507,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/10/2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(508,332,'_wp_attached_file','2019/10/3.jpg'),(509,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/10/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(510,333,'_wp_attached_file','2019/10/8.jpg'),(511,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/10/8.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(512,334,'_wp_attached_file','2019/10/4.jpg'),(513,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/10/4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(514,335,'_wp_attached_file','2019/10/5.jpg'),(515,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/10/5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(516,336,'_wp_attached_file','2019/10/6.jpg'),(517,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/10/6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(518,337,'_wp_attached_file','2019/10/11.jpg'),(519,337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(520,339,'_wp_attached_file','2019/10/9.jpg'),(521,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2019/10/9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(522,340,'_wp_attached_file','2019/10/10.jpg'),(523,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2019/10/10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(524,343,'_menu_item_type','post_type'),(525,343,'_menu_item_menu_item_parent','426'),(526,343,'_menu_item_object_id','327'),(527,343,'_menu_item_object','page'),(528,343,'_menu_item_target',''),(529,343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(530,343,'_menu_item_xfn',''),(531,343,'_menu_item_url',''),(533,344,'_wp_attached_file','2015/11/Audio.png'),(534,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:17:\"2015/11/Audio.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Audio-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Audio-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Audio-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(535,345,'_wp_attached_file','2015/11/Lab.png'),(536,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2015/11/Lab.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Lab-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Lab-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"Lab-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(537,346,'_wp_attached_file','2015/11/Yoga.png'),(538,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:16:\"2015/11/Yoga.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Yoga-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Yoga-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Yoga-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(539,352,'_edit_last','1'),(540,352,'_edit_lock','1662802232:1'),(541,353,'_wp_attached_file','2021/07/Academic-Calender-2020-2021.pdf'),(542,355,'_edit_last','1'),(543,355,'_edit_lock','1625549244:1'),(544,356,'_wp_attached_file','2021/07/FEE-STRUCTURE.pdf'),(545,358,'_edit_last','1'),(546,358,'_edit_lock','1651828411:1'),(547,359,'_wp_attached_file','2021/07/NOC.pdf'),(548,362,'_wp_attached_file','2021/07/SMC.pdf'),(549,361,'_edit_last','1'),(550,361,'_edit_lock','1664431181:1'),(551,364,'_edit_last','1'),(552,364,'_edit_lock','1662802511:1'),(553,365,'_wp_attached_file','2021/07/Student-Strength-Details.pdf'),(554,367,'_edit_last','1'),(555,367,'_edit_lock','1664431118:1'),(556,368,'_wp_attached_file','2021/07/PTA-Members.pdf'),(557,370,'_wp_attached_file','2019/10/TC-DETAILS.pdf'),(558,372,'_wp_attached_file','2019/10/Teaching-Staff-Details.pdf'),(559,374,'_edit_last','1'),(560,374,'_edit_lock','1664348270:1'),(561,375,'_wp_attached_file','2021/07/Trust-Deed.pdf'),(562,377,'_menu_item_type','post_type'),(563,377,'_menu_item_menu_item_parent','426'),(564,377,'_menu_item_object_id','374'),(565,377,'_menu_item_object','page'),(566,377,'_menu_item_target',''),(567,377,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(568,377,'_menu_item_xfn',''),(569,377,'_menu_item_url',''),(571,378,'_menu_item_type','post_type'),(572,378,'_menu_item_menu_item_parent','27'),(573,378,'_menu_item_object_id','367'),(574,378,'_menu_item_object','page'),(575,378,'_menu_item_target',''),(576,378,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(577,378,'_menu_item_xfn',''),(578,378,'_menu_item_url',''),(580,379,'_menu_item_type','post_type'),(581,379,'_menu_item_menu_item_parent','27'),(582,379,'_menu_item_object_id','364'),(583,379,'_menu_item_object','page'),(584,379,'_menu_item_target',''),(585,379,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(586,379,'_menu_item_xfn',''),(587,379,'_menu_item_url',''),(589,380,'_menu_item_type','post_type'),(590,380,'_menu_item_menu_item_parent','27'),(591,380,'_menu_item_object_id','361'),(592,380,'_menu_item_object','page'),(593,380,'_menu_item_target',''),(594,380,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(595,380,'_menu_item_xfn',''),(596,380,'_menu_item_url',''),(598,381,'_menu_item_type','post_type'),(599,381,'_menu_item_menu_item_parent','426'),(600,381,'_menu_item_object_id','358'),(601,381,'_menu_item_object','page'),(602,381,'_menu_item_target',''),(603,381,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(604,381,'_menu_item_xfn',''),(605,381,'_menu_item_url',''),(607,382,'_menu_item_type','post_type'),(608,382,'_menu_item_menu_item_parent','27'),(609,382,'_menu_item_object_id','355'),(610,382,'_menu_item_object','page'),(611,382,'_menu_item_target',''),(612,382,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(613,382,'_menu_item_xfn',''),(614,382,'_menu_item_url',''),(616,383,'_menu_item_type','post_type'),(617,383,'_menu_item_menu_item_parent','27'),(618,383,'_menu_item_object_id','352'),(619,383,'_menu_item_object','page'),(620,383,'_menu_item_target',''),(621,383,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(622,383,'_menu_item_xfn',''),(623,383,'_menu_item_url',''),(625,385,'_wp_attached_file','2021/07/Building-Safety-Certificate.pdf'),(626,384,'_edit_last','1'),(627,384,'_edit_lock','1662802322:1'),(628,387,'_edit_last','1'),(629,387,'_edit_lock','1662802596:1'),(630,388,'_wp_attached_file','2021/07/DEO-Certificate.pdf'),(631,391,'_wp_attached_file','2021/07/Fire-Safety-Certificate.pdf'),(632,390,'_edit_last','1'),(633,390,'_edit_lock','1662802430:1'),(634,393,'_edit_last','1'),(635,393,'_edit_lock','1625550097:1'),(636,394,'_wp_attached_file','2021/07/Grant-Letter.pdf'),(637,397,'_edit_last','1'),(638,397,'_edit_lock','1664348197:1'),(639,398,'_wp_attached_file','2021/07/MANDATORY-PUBLIC-DISCLOSURE.pdf'),(640,400,'_edit_last','1'),(641,400,'_edit_lock','1664537479:1'),(642,401,'_wp_attached_file','2021/07/Sanitary-Certificate.pdf'),(643,403,'_menu_item_type','post_type'),(644,403,'_menu_item_menu_item_parent','426'),(645,403,'_menu_item_object_id','400'),(646,403,'_menu_item_object','page'),(647,403,'_menu_item_target',''),(648,403,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(649,403,'_menu_item_xfn',''),(650,403,'_menu_item_url',''),(652,404,'_menu_item_type','post_type'),(653,404,'_menu_item_menu_item_parent','426'),(654,404,'_menu_item_object_id','397'),(655,404,'_menu_item_object','page'),(656,404,'_menu_item_target',''),(657,404,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(658,404,'_menu_item_xfn',''),(659,404,'_menu_item_url',''),(661,405,'_menu_item_type','post_type'),(662,405,'_menu_item_menu_item_parent','426'),(663,405,'_menu_item_object_id','393'),(664,405,'_menu_item_object','page'),(665,405,'_menu_item_target',''),(666,405,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(667,405,'_menu_item_xfn',''),(668,405,'_menu_item_url',''),(670,406,'_menu_item_type','post_type'),(671,406,'_menu_item_menu_item_parent','426'),(672,406,'_menu_item_object_id','390'),(673,406,'_menu_item_object','page'),(674,406,'_menu_item_target',''),(675,406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(676,406,'_menu_item_xfn',''),(677,406,'_menu_item_url',''),(679,407,'_menu_item_type','post_type'),(680,407,'_menu_item_menu_item_parent','426'),(681,407,'_menu_item_object_id','387'),(682,407,'_menu_item_object','page'),(683,407,'_menu_item_target',''),(684,407,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(685,407,'_menu_item_xfn',''),(686,407,'_menu_item_url',''),(688,408,'_menu_item_type','post_type'),(689,408,'_menu_item_menu_item_parent','426'),(690,408,'_menu_item_object_id','384'),(691,408,'_menu_item_object','page'),(692,408,'_menu_item_target',''),(693,408,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(694,408,'_menu_item_xfn',''),(695,408,'_menu_item_url',''),(697,411,'_wp_attached_file','2015/11/Untitled-design1.jpg'),(698,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2015/11/Untitled-design1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Untitled-design1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Untitled-design1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Untitled-design1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(699,413,'_wp_attached_file','2015/11/Untitled-design-11.jpg'),(700,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2015/11/Untitled-design-11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(701,416,'_wp_attached_file','2015/11/Untitled-design-2.jpg'),(702,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2015/11/Untitled-design-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-2-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(703,417,'_wp_attached_file','2015/11/Untitled-design-3.jpg'),(704,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2015/11/Untitled-design-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-3-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(705,419,'_wp_attached_file','2015/11/Untitled-design-4.jpg'),(706,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2015/11/Untitled-design-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-4-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(707,420,'_wp_attached_file','2015/11/Untitled-design-5.jpg'),(708,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2015/11/Untitled-design-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(709,424,'_edit_last','1'),(710,424,'_edit_lock','1635309184:1'),(711,426,'_menu_item_type','post_type'),(712,426,'_menu_item_menu_item_parent','0'),(713,426,'_menu_item_object_id','424'),(714,426,'_menu_item_object','page'),(715,426,'_menu_item_target',''),(716,426,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(717,426,'_menu_item_xfn',''),(718,426,'_menu_item_url',''),(720,427,'_wp_attached_file','2021/07/Fire-Safety-Certificate-21-22.pdf'),(721,429,'_wp_attached_file','2019/10/Non-Teaching-Staff1.pdf'),(722,431,'_wp_attached_file','2019/10/Teaching-Staff-Details1.pdf'),(723,433,'_wp_attached_file','2021/07/Mandatory-Public-Disclosure.pdf'),(724,435,'_wp_attached_file','2021/07/Sanitary-Certificate-21-22.pdf'),(725,437,'_wp_attached_file','2021/07/Student-Strength-Details1.pdf'),(726,439,'_wp_attached_file','2019/10/Teaching-Staff-Details2.pdf'),(727,442,'_wp_attached_file','2021/07/PTA-Members1.pdf'),(728,444,'_wp_attached_file','2019/10/ANNUAL-REPORT-2020-21.pdf'),(729,446,'_wp_attached_file','2015/11/112.jpg'),(730,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/112.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"112-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"112-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(731,447,'_wp_attached_file','2015/11/210.jpg'),(732,447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/210.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"210-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(733,448,'_wp_attached_file','2015/11/32.jpg'),(734,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/32.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"32-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(735,449,'_wp_attached_file','2015/11/42.jpg'),(736,449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/42.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"42-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(737,450,'_wp_attached_file','2015/11/52.jpg'),(738,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/52.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"52-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"52-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(739,451,'_wp_attached_file','2015/11/62.jpg'),(740,451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/62.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"62-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"62-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(741,454,'_wp_attached_file','2019/10/Circular-High-School.pdf'),(742,455,'_wp_attached_file','2019/10/Circular-Pre-Primary.pdf'),(743,457,'_edit_last','1'),(744,457,'_edit_lock','1635745783:1'),(745,459,'_menu_item_type','post_type'),(746,459,'_menu_item_menu_item_parent','31'),(747,459,'_menu_item_object_id','457'),(748,459,'_menu_item_object','page'),(749,459,'_menu_item_target',''),(750,459,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(751,459,'_menu_item_xfn',''),(752,459,'_menu_item_url',''),(754,460,'_wp_attached_file','2021/11/VID-20211029-WA0009.mp4'),(755,460,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:7176580;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:34;s:16:\"length_formatted\";s:4:\"0:34\";s:5:\"width\";i:640;s:6:\"height\";i:368;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'),(756,461,'_wp_attached_file','2021/11/1.jpg'),(757,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2021/11/1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(758,462,'_wp_attached_file','2021/11/2.jpg'),(759,462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2021/11/2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(760,465,'_wp_attached_file','2021/11/3.jpg'),(761,465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2021/11/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(762,466,'_wp_attached_file','2021/11/4.jpg'),(763,466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2021/11/4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(764,467,'_wp_attached_file','2021/11/VID-20211029-WA0010.mp4'),(765,467,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:11951215;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:81;s:16:\"length_formatted\";s:4:\"1:21\";s:5:\"width\";i:640;s:6:\"height\";i:352;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'),(766,468,'_wp_attached_file','2021/11/5.jpg'),(767,468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2021/11/5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(768,469,'_wp_attached_file','2021/11/6.jpg'),(769,469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2021/11/6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(770,472,'_wp_attached_file','2021/07/DEO-Certificate1.pdf'),(771,474,'_wp_attached_file','2021/07/Mandatory-Disclosure.pdf'),(772,477,'_wp_attached_file','2019/10/Circulars.pdf'),(773,480,'_wp_attached_file','2015/11/171.jpg'),(774,480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/171.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"171-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"171-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(775,481,'_wp_attached_file','2015/11/181.jpg'),(776,481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/181.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"181-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"181-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(777,482,'_wp_attached_file','2015/11/191.jpg'),(778,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/191.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"191-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"191-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(779,483,'_wp_attached_file','2015/11/201.jpg'),(780,483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/201.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"201-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(781,484,'_wp_attached_file','2015/11/211.jpg'),(782,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/211.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"211-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(783,485,'_wp_attached_file','2015/11/221.jpg'),(784,485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/221.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"221-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"221-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(785,490,'_wp_attached_file','2015/11/113.jpg'),(786,490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/113.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"113-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"113-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(787,491,'_wp_attached_file','2015/11/212.jpg'),(788,491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/212.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"212-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(789,492,'_wp_attached_file','2015/11/33.jpg'),(790,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/33.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"33-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(791,493,'_wp_attached_file','2015/11/43.jpg'),(792,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/43.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"43-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"43-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(793,496,'_wp_attached_file','2021/07/NO-OBJECTION-CERTIFICATE-.pdf'),(798,501,'_wp_attached_file','2015/11/114.jpg'),(799,501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/114.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"114-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(800,502,'_wp_attached_file','2015/11/213.jpg'),(801,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/213.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"213-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"213-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(802,503,'_wp_attached_file','2015/11/34.jpg'),(803,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/34.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"34-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(804,504,'_wp_attached_file','2015/11/44.jpg'),(805,504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/44.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"44-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"44-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(806,505,'_wp_attached_file','2015/11/53.jpg'),(807,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/53.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"53-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"53-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(808,506,'_wp_attached_file','2015/11/63.jpg'),(809,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/63.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"63-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"63-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(810,507,'_wp_attached_file','2015/11/72.jpg'),(811,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/72.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"72-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"72-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(812,508,'_wp_attached_file','2015/11/82.jpg'),(813,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/82.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"82-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"82-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(814,509,'_wp_attached_file','2015/11/92.jpg'),(815,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2015/11/92.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"92-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"92-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(816,510,'_wp_attached_file','2015/11/102.jpg'),(817,510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/102.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"102-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"102-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(818,511,'_wp_attached_file','2015/11/115.jpg'),(819,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/115.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"115-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"115-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(820,512,'_wp_attached_file','2015/11/122.jpg'),(821,512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/122.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"122-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"122-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(822,513,'_wp_attached_file','2015/11/131.jpg'),(823,513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/131.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"131-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"131-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(824,514,'_wp_attached_file','2015/11/141.jpg'),(825,514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2015/11/141.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"141-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(826,518,'_wp_attached_file','2015/11/Coim-1.jpg'),(827,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2015/11/Coim-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Coim-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Coim-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Coim-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(828,521,'_wp_attached_file','2021/07/Academic-Calendar-2022-23.pdf'),(829,523,'_wp_attached_file','2021/07/BUILDING-SAFETY-CERTIFICATE.pdf'),(830,525,'_wp_attached_file','2021/07/Fire-Safety-Certificate1.pdf'),(831,527,'_wp_attached_file','2021/07/OASIS-STRENGTH-22-23.pdf'),(832,529,'_wp_attached_file','2021/07/CEO-CERTIFICATE.pdf'),(833,531,'_wp_attached_file','2019/10/Untitled-design.jpg'),(834,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:27:\"2019/10/Untitled-design.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Untitled-design-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(835,536,'_wp_attached_file','2021/07/Mandatory-Public-Disclosure1.pdf'),(836,538,'_wp_attached_file','2021/07/TRUST-DEED.pdf'),(837,540,'_wp_attached_file','2019/10/NON-TEACHINF-STAFF.pdf'),(838,542,'_wp_attached_file','2019/10/TEACHING-STAFF.pdf'),(839,544,'_wp_attached_file','2021/07/PTA.pdf'),(840,546,'_wp_attached_file','2021/07/SMC-SARAS.pdf'),(841,548,'_wp_attached_file','2021/07/Sanitary-Certificate-2022-2023.pdf'),(842,551,'_wp_attached_file','2019/10/Circular-1.pdf'),(843,554,'_wp_attached_file','2019/10/Circular-2.pdf'),(844,555,'_wp_attached_file','2019/10/Circular-3.pdf'),(845,556,'_wp_attached_file','2019/10/Circular-4.pdf'),(846,557,'_wp_attached_file','2019/10/Circular-5.pdf'),(847,558,'_wp_attached_file','2019/10/Circular-6.pdf'),(848,560,'_wp_attached_file','2019/10/Circular-7.pdf'),(849,561,'_wp_attached_file','2019/10/Circular-8.pdf'),(850,562,'_wp_attached_file','2019/10/Circular-9.pdf'),(851,563,'_wp_attached_file','2019/10/Circular-10.pdf'),(852,564,'_wp_attached_file','2019/10/Circular-11.pdf'),(853,565,'_wp_attached_file','2019/10/Circular-14.pdf'); /*!40000 ALTER TABLE `scspostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scsposts` -- DROP TABLE IF EXISTS `scsposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scsposts` ( `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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=567 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scsposts` -- LOCK TABLES `scsposts` WRITE; /*!40000 ALTER TABLE `scsposts` DISABLE KEYS */; INSERT INTO `scsposts` VALUES (12,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg\" alt=\"1900-1000 (1)\" width=\"1900\" height=\"1000\" /></a>\r\n\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','publish','closed','closed','','admissions','','','2019-04-04 11:11:58','2019-04-04 05:41:58','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=12',0,'page','',0),(13,1,'2015-11-14 17:57:42','2015-11-14 12:27:42','Admissions','Admissions','','inherit','closed','closed','','12-revision-v1','','','2015-11-14 17:57:42','2015-11-14 12:27:42','',12,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/12-revision-v1/',0,'revision','',0),(14,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus :</strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\" target=\"_blank\">\r\n</a>\r\n<p style=\"text-align: center;\"> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Audio.png\"><img class=\"alignnone size-full wp-image-344\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Audio.png\" alt=\"Audio\" width=\"400\" height=\"280\" /></a></p>\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory:</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3.jpg\" target=\"_blank\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Lab.png\" target=\"_blank\"><img class=\"alignnone wp-image-345 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Lab.png\" alt=\"Lab\" width=\"400\" height=\"280\" /></a></p>\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.png\" target=\"_blank\"><img class=\"alignnone wp-image-346 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.png\" alt=\"Yoga\" width=\"400\" height=\"280\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','publish','closed','closed','','academics','','','2019-10-30 11:38:26','2019-10-30 06:08:26','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=14',0,'page','',0),(15,1,'2015-11-14 17:58:04','2015-11-14 12:28:04','','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:04','2015-11-14 12:28:04','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(16,1,'2015-11-14 17:58:16','2015-11-14 12:28:16','Academics','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 17:58:16','2015-11-14 12:28:16','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(17,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','<ul>\r\n <li><strong>Tamilnadu Day :</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coim-1.jpg\"><img class=\"alignnone size-full wp-image-518\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coim-1.jpg\" alt=\"Coim-1\" width=\"800\" height=\"400\" /></a>\r\n<ul>\r\n <li><strong>INTSO Prize Distribution :</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-501 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/114.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-502 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/213.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-503 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/34.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-504 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/44.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/53.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-505 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/53.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-506 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/63.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-507 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/72.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-508 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/82.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-509 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/92.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-510 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/102.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-511 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/115.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-512 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/122.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/131.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-513 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/131.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/141.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-514 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/141.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>Swimming Championship 2021 held in Tirunelveli</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-490 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-491 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-492 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-493 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>UPPER PRIMARY BACK TO SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-480 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-481 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>LOWER PRIMARY PROJECT DAY – TYPES OF HOUSES</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-483 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>KARTHIGAI DEEPAM AT SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-485 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-484 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>Class - X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','publish','closed','closed','','news-events','','','2022-07-20 10:06:25','2022-07-20 04:36:25','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=17',0,'page','',0),(18,1,'2015-11-14 17:58:36','2015-11-14 12:28:36','News & Events','News & Events','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 17:58:36','2015-11-14 12:28:36','',17,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/17-revision-v1/',0,'revision','',0),(19,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements:</u></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><b>2020-2021 Achievements</b></span><b> </b><b>:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-446 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-447 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-448 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-449 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-450 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-451 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>HAMAM GATEWAY :</strong></span>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing, and group dance was organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Self Defence - World Record Attempt :</strong></span>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and an excellent trophy as well.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>International Yoga Day :</strong></span>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students, as well as teachers, practice various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Mother India - Rally :</strong></span>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>KAT Exam :</strong></span>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Silambam :</strong></span>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Karate :</strong></span>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Swimming :</strong></span>\r\n\r\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Independence Day :</strong></span>\r\n\r\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>GAJSMA :</strong></span>\r\n\r\nGAJSMA 2019, International Abacus Competition held in Dubai.  16 Students participated in that competition. All the 16 participants bagged 1<sup>st</sup>, 2<sup>nd</sup> and 3<sup>rd</sup> prizes in the world level competition. It’s a pride moment for us. A few more feathers added to the crown.','Achievements','','publish','closed','closed','','achievements','','','2021-10-28 12:34:01','2021-10-28 07:04:01','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=19',0,'page','',0),(20,1,'2015-11-14 17:59:00','2015-11-14 12:29:00','Achievements','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 17:59:00','2015-11-14 12:29:00','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(21,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Sri Chaitanya Techno School,\r\n<p class=\"xs-mb-0\">Door No:79, Athipalayam Road,</p>\r\n<p class=\"xs-mb-0\">Near JAS College Of Education, Chinnavedampatti,</p>\r\nCoimbatore – 641049,\r\n\r\nTamil Nadu,\r\n\r\nEmail :- coimbatore@srichaitanyaschool.net\r\n\r\nPhone : 073388 56991 / 073388 56449','Contact Us','','publish','closed','closed','','contact-us','','','2018-07-17 16:41:09','2018-07-17 11:11:09','',0,'http://localhost/srichaitanyaschoolmadhurawada/?page_id=21',0,'page','',0),(22,1,'2015-11-14 17:59:21','2015-11-14 12:29:21','Contact Us','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-14 17:59:21','2015-11-14 12:29:21','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/21-revision-v1/',0,'revision','',0),(27,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','27','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=27',13,'nav_menu_item','',0),(28,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','28','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=28',24,'nav_menu_item','',0),(29,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','29','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=29',12,'nav_menu_item','',0),(30,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','30','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=30',30,'nav_menu_item','',0),(31,1,'2015-11-14 18:02:44','2015-11-14 12:32:44',' ','','','publish','closed','closed','','31','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://localhost/srichaitanyaschoolmadhurawada/?p=31',25,'nav_menu_item','',0),(36,1,'2015-11-14 19:00:54','2015-11-14 13:30:54','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:00:54','2015-11-14 13:30:54','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(37,1,'2015-11-14 19:01:28','2015-11-14 13:31:28',' \r\n\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-14 19:01:28','2015-11-14 13:31:28','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/14-revision-v1/',0,'revision','',0),(38,1,'2015-11-14 19:01:52','2015-11-14 13:31:52','AcademicNATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:01:52','2015-11-14 13:31:52','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 19:02:04','2015-11-14 13:32:04','NATIONAL TALENT SEARCH EXAMINATION (NTSE)\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\nNASA-Ames Space Settlement Contest 2014\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\nIndian National Junior Science Olympiad (INJSO) - 2014\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\nIAO (Indian Astronomy Olympiad)\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\nINDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\nAMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nA.S.RAO OLYMPIAD RESULT\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\nINTSO RESULT-2014Sri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.Unified council (NSTSE) Olympiad 2014\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\nNSO & IMO - 2014\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\nINCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\nInternational Junior Science Olympiad (IJSO) - 2013Sri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-14 19:02:04','2015-11-14 13:32:04','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/14/19-revision-v1/',0,'revision','',0),(42,1,'2015-11-17 12:43:46','2015-11-17 07:13:46','<strong>STAR KIDS : The Philosophy</strong>\r\n<div class=\"acordian_text\">\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">Children, properly guided and mentored in the initial years grow to become useful productive and responsible citizens just the way <strong>acorns grow into mighty oaks</strong>and with<strong>pruning saplings grow to yield better fruit</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Sound fostering of an individual in the foundational stages of school goes a long way in preparing the child to take on the challenges of learning and draw with joy from the wealth of knowledge, technology, world view and social values</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids believes that a race well begun is already half won; thus the Pre-primary Package is an integral part of its iconic group of institutions set to lay a sure foundation for a good number of achievers at the school and plus 2 level</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"preprimary_right_text1\"><strong>Foundational principles of Star Kids</strong></div>\r\n<table class=\"preprimary_table\" border=\"0\" width=\"480\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"19\" height=\"51\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td width=\"481\">The years from 2 to 5 are very significant for physical and mental growth, establishing the following:</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"35\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Better development of all senses and their coordination</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Growth of the child\'s ability for verbal communication and the fast replacement of gestures</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"47\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Independent control over challenges of everyday living and less of parental control</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"34\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Awareness towards the world outside; less of awareness turned inwards</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"48\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>The power to retain and assimilate facts and the skill to conceptualize, explore and grow; less of responding to the immediate present</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"67\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>During these years the child into a fast growing individual, forever energetic, active, curious explorer, organizing information and inputs from the world and thirsting for more stimuli</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"78\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>There is greater control and coordination over gross and fine physical skills and coordination, exploring in response to the demand to know, understand, express and move to physical and psychological fullness</td>\r\n</tr>\r\n<tr>\r\n<td width=\"19\" height=\"25\"><img src=\"http://srichaitanyaschool.net/images/dot1.gif\" alt=\"\" width=\"10\" height=\"10\" /></td>\r\n<td>Star Kids strives to nurture this growth and transformation during the period from Nursery through Upper Kindergarten. Star Kids guides the child towards systematic learning through exploration, offers space for physical activity and reinforces individual and group experiences</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n ','Academics','','inherit','closed','closed','','14-revision-v1','','','2015-11-17 12:43:46','2015-11-17 07:13:46','',14,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/14-revision-v1/',0,'revision','',0),(43,1,'2021-10-28 12:33:55','2021-10-28 07:03:55','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements:</u></strong>\n\n<span style=\"text-decoration: underline;\"><b>2020-2021 Achievements :</b></span>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-446 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-447 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-448 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-449 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-450 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-451 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\n<ul>\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\n</ul>\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\n<ul>\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\n</ul>\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\n<ul>\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\n</ul>\n<ul>\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\n</ul>\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\n<ul>\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\n</ul>\n<ul>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\n</ul>\n<strong><u>A.S.rao olympiad final test result</u></strong>\n<ul>\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\n</ul>\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\n<ul>\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\n</ul>\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\n<ul>\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\n</ul>\n<strong><u>CBSE:</u></strong>\n<ul>\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\n <li>Overall <strong>CGPA 9.1</strong></li>\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\n <li>Overall Pass <strong>100% </strong></li>\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\n</ul>\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\n\n<span style=\"text-decoration: underline;\"><strong>HAMAM GATEWAY :</strong></span>\n\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing, and group dance was organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\n\n<span style=\"text-decoration: underline;\"><strong>Self Defence - World Record Attempt :</strong></span>\n\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and an excellent trophy as well.\n\n<span style=\"text-decoration: underline;\"><strong>International Yoga Day :</strong></span>\n\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students, as well as teachers, practice various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\n\n<span style=\"text-decoration: underline;\"><strong>Mother India - Rally :</strong></span>\n\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\n\n<span style=\"text-decoration: underline;\"><strong>KAT Exam :</strong></span>\n\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\n\n<span style=\"text-decoration: underline;\"><strong>Silambam :</strong></span>\n\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\n\n<span style=\"text-decoration: underline;\"><strong>Karate :</strong></span>\n\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\n\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\n\n<span style=\"text-decoration: underline;\"><strong>Swimming :</strong></span>\n\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\n\n<span style=\"text-decoration: underline;\"><strong>Independence Day :</strong></span>\n\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.\n\n<span style=\"text-decoration: underline;\"><strong>GAJSMA :</strong></span>\n\nGAJSMA 2019, International Abacus Competition held in Dubai.  16 Students participated in that competition. All the 16 participants bagged 1<sup>st</sup>, 2<sup>nd</sup> and 3<sup>rd</sup> prizes in the world level competition. It’s a pride moment for us. A few more feathers added to the crown.','Achievements','','inherit','closed','closed','','19-autosave-v1','','','2021-10-28 12:33:55','2021-10-28 07:03:55','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-autosave-v1/',0,'revision','',0),(44,1,'2015-11-17 12:58:27','2015-11-17 07:28:27','<strong>NATIONAL TALENT SEARCH EXAMINATION (NTSE)</strong>\r\n<h5>First Level – A.P:2014</h5>\r\n<ul>\r\n <li>142 out of 312 selections to 2nd Stage from AP are from Sri Chaitanya (46%).</li>\r\n <li>In AP the largest no. of selections are from Sri Chaitanya only.</li>\r\n <li>In Open Category it secured 28 (60%) Ranks below 10th Rank and 61 (54%) Ranks below 10th Rank in all categories from the state. The ranks include 1st, 1st, 2nd, 2nd, 3rd, 3rd, 4th, 5th, 5th, 5th, 5th, 5th…</li>\r\n <li>No other organization secured so many selections as Sri Chaitanya.</li>\r\n</ul>\r\n<strong>NASA-Ames Space Settlement Contest 2014</strong>\r\n<ul>\r\n <li>Sri Chaitanya School creates history by bagging a record of 13 prizes in NASA-Ames Space Settlement Contest 2014. A total of 55 projects were selected from India, of which 21 projects are from Andhra Pradesh – Sri Chaitanya accounts for 13 Projects (62%).</li>\r\n</ul>\r\n<strong>Indian National Junior Science Olympiad (INJSO) - 2014</strong>\r\n<ul>\r\n <li>All India level total No. of selections into Orientation-cum-Selection Camp (OCSC): 21.</li>\r\n <li>In AP State total no.of selections are 9</li>\r\n <li>Sri Chaitanyas\' total no. of selections into OCSC: 4 (44%).</li>\r\n</ul>\r\n<strong>IAO (Indian Astronomy Olympiad)</strong>\r\n<ul>\r\n <li>All India level total No. of selections: 21 students.</li>\r\n <li>From AP State total no. of selections: 8</li>\r\n <li>Total no. of Students Selected from Sri Chaitanya: 3 (38%).</li>\r\n</ul>\r\n<strong>INDIAN NATIONAL MATHEMATICAL OLYMPIAD (INMO) (3RD STAGE)</strong>\r\n<ul>\r\n <li>From School level 2 students got selected in A.P. Out of which 1 student (50%) is from Sri Chaitanya.</li>\r\n <li>Never before in Olympiad history has a student got selection to both INMO and JSO. This record has been achieved by a Sri Chaitanya student this year.</li>\r\n</ul>\r\n<strong>AMTI (Association of Mathematics Teachers of India) OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>All India best ranks: 1, 3, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 10, 10….</li>\r\n <li>In all India level total no. of ranks secured by Sri Chaitanya: 28 ranks.</li>\r\n <li>We achieved the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>A.S.RAO OLYMPIAD RESULT</strong>\r\n<ul>\r\n <li>State level best ranks: 1st, 2nd, 3rd, 3rd, 3rd, 6th, 6th, 7th, 7th, 10th ............etc.</li>\r\n <li>Sri Chaitanya bagged total 31 ranks</li>\r\n <li>We secured the highest number of ranks & highest percentage of ranks from a single institution in India.</li>\r\n</ul>\r\n<strong>INTSO RESULT-2014</strong>\r\n\r\nSri Chaitanya bags 10 out of 16 First Ranks, 9 out of 16 Second Ranks & 11 out of 16 Third Ranks at All India level. Achieves 16 out of the total 32 Special Glory Prizes at All India level. Sri Chaitanya Students comprise 307 out of total 500 Prize Winners at All India level. 1580 out of 3000 Medal Winners at All India level are from Sri Chaitanya only.\r\n\r\n<strong>Unified council (NSTSE) Olympiad 2014</strong>\r\n<ul>\r\n <li>All India level best ranks are: 1st & 3rd ranks.</li>\r\n <li>Total no. of ranks achieved by Sri Chaitanya in Top 100: 18</li>\r\n</ul>\r\n<strong>NSO & IMO - 2014</strong>\r\n<h5>NSO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 1609</li>\r\n <li>Total number of students got selected in to second level: 120</li>\r\n</ul>\r\n<h5>IMO:</h5>\r\n<ul>\r\n <li>Total number of students appeared: 2976</li>\r\n <li>Total number of students got selected in to second level: 258</li>\r\n</ul>\r\n<strong>INCREDIBLE SUCCESS IN AP STATE SSC RESULTS - 2013</strong>\r\n<ul>\r\n <li>95 students of Sri Chaitanya Techno School got 10/10 GPA.</li>\r\n <li>In AP no other institution got these many no. of 10/10 GPA.</li>\r\n <li>1115 students of Sri Chaitanya Techno School got 9.8 GPA.</li>\r\n <li>In AP no other institution got these many no.of 9.8 GPA</li>\r\n <li>Sri Chaitanya Techno School Overall GPA 8.7</li>\r\n <li>Sri Chaitanya Techno School Overall pass 99.65%</li>\r\n <li>GPA 9.7 & above students: 2627</li>\r\n <li>GPA 9.5 & above students: 4142</li>\r\n <li>GPA 9.3 & above students: 5484</li>\r\n <li>GPA 9.2 & above students: 6632</li>\r\n <li>GPA 9.0 & above students: 7623</li>\r\n <li>Total no. of A1 Grade In Maths: 9573</li>\r\n <li>Total no. of A1 Grade In Science: 7030</li>\r\n</ul>\r\n<strong>International Junior Science Olympiad (IJSO) - 2013</strong>\r\n\r\nSri Chaitanya Students strike 3-Gold & 1-Silver Medals in the IJSO-2013. In IJSO (International Junior Science Olympiad) which was held at Pune from 3-12-13 to 12-12-13 where 270 students from 48 countries participated, Sri Chaitanya students bagged THREE GOLD MEDALS & ONE SILVER MEDAL. It gives us immense pleasure to declare that other than Sri Chaitanya Techno School no other single institution in the world got such a fabulous achievement till today.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-11-17 12:58:27','2015-11-17 07:28:27','',19,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/19-revision-v1/',0,'revision','',0),(45,1,'2018-07-07 15:54:41','2018-07-07 10:24:41','Sri Chaitanya Techno School\n<p class=\"xs-mb-0\">Door No:79, Athipalayam Road,</p>\n<p class=\"xs-mb-0\">Near JAS College Of Education, Chinnavedampatti</p>\nCoimbatore – Email :- madhurawada@srichaitanyaschool.net\n\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-autosave-v1','','','2018-07-07 15:54:41','2018-07-07 10:24:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-autosave-v1/',0,'revision','',0),(46,1,'2015-11-17 13:12:41','2015-11-17 07:42:41','Contact Us\r\n\r\nOpp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:12:41','2015-11-17 07:42:41','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(47,1,'2015-11-17 13:14:05','2015-11-17 07:44:05','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam - 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799\r\n\r\n ','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-11-17 13:14:05','2015-11-17 07:44:05','',21,'http://localhost/srichaitanyaschoolmadhurawada/index.php/2015/11/17/21-revision-v1/',0,'revision','',0),(50,1,'2015-12-04 00:47:35','2015-12-03 19:17:35','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious AchievementS 2014 – 15</u></strong>\r\n\r\n<strong><u>Incredible Success in 10<sup>th</sup> class results</u></strong>\r\n\r\n<strong><u>AP SSC </u></strong>\r\n<ul>\r\n <li><strong>888</strong> students got <strong>10/10 GPA.    2173</strong> students secured  <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.81          </strong>Overall Pass <strong>99.7%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>67526            </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>12571</strong></li>\r\n <li>of <strong>A </strong>Grades in English: <strong>13505</strong> <strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>8591</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>TS SSC </u></strong>\r\n<ul>\r\n <li><strong>158</strong> students got <strong>10/10 GPA.    447</strong> students secured <strong>9.8 GPA</strong> & above</li>\r\n <li>Overall <strong>GPA 8.8          </strong>Overall Pass <strong>98%</strong></li>\r\n <li>of <strong>A</strong> Grades : <strong>21641           </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Maths: <strong>3516</strong></li>\r\n <li>of <strong>A </strong>Grades in English:<strong> 4081 </strong><strong>• </strong>No<strong>. </strong>of <strong>A </strong>Grades in Science: <strong>2606</strong></li>\r\n</ul>\r\n<strong><u>ICSE</u></strong>\r\n<ul>\r\n <li>Our best marks out of 600 are: <strong>556 (</strong>Including District.<strong> 1<sup>ST</sup>).<sup> </sup></strong></li>\r\n <li>OVER-ALL CAMPUS AVG. MARK: <strong>80.6%.</strong></li>\r\n <li><strong>51%</strong> of students got<strong> distinction</strong></li>\r\n <li>OVERALL PASS: <strong>100%</strong> with <strong>first class</strong> (<strong>60%</strong> marks )</li>\r\n <li>For the last <strong>THREE YEARS</strong> Sri Chaitanya Techno School, <strong>Gangavathi </strong>is the only school secured <strong>1st RANK with 100% PASS in Koppal District.</strong></li>\r\n</ul>\r\n<strong><u>KARNATAKA:</u></strong>\r\n<ul>\r\n <li>HIGHEST SCORE   : <strong>615/ 625 (98.4%) State 8<sup>th</sup> mark</strong></li>\r\n <li>NO. OF STUDENTS GOT <strong>DISTINCTION </strong>  : <strong>74(30%)</strong> STUDENTS</li>\r\n <li>11 students got more than <strong>600 marks</strong></li>\r\n <li>Total students who got : <strong>A+</strong> Grades : <strong>42</strong> & <strong>A </strong>Grades : <strong>57</strong></li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n \r\n\r\n<strong><u>OLYMPIAD EXAMS</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>Second level 2014</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School students achieved <strong>26</strong> scholarships out of <strong>48</strong> announced in AP & TS combined.</li>\r\n <li>From Karnataka <strong>6</strong> students from our 2<sup>nd</sup> batch of 10<sup>th</sup> got scholarships.</li>\r\n</ul>\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level 2015</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE 2014 from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) 2014 held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest 2015</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and</li>\r\n</ul>\r\n3<sup>rd</sup> Prize for <strong>4</strong> Projects.\r\n<ul>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>a.s.rao olympiad final test result</u></strong>\r\n\r\nFrom Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.\r\n<ul>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>IAPT (Indian Association of Physics Teachers) – School Result (KRT)</u></strong>\r\n<ul>\r\n <li>In <strong>NSEJS</strong> which was conducted jointly by <strong>IAPT & HBCSE we won State 1<sup>st</sup> Mark & 4 students (80%) </strong>of <strong>Sri Chaitanya </strong>stormed into <strong>Top 5 Positions</strong>.</li>\r\n <li>In <strong>Karnataka State,</strong> <strong>Sri Chaitanya</strong> secured <strong>6 </strong>selections <strong>(40%)</strong> out of <strong>15</strong></li>\r\n <li><strong>4</strong> of our students are in top <strong>5 (1<sup>st</sup> ,2<sup>nd</sup>,4<sup>th</sup> & 5<sup>th</sup> Positions)</strong></li>\r\n</ul>\r\n<strong> </strong><strong><u>Indian National Junior Science Olympiad (INJSO) – School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>6 </strong>selections <strong>(67%)</strong> out of <strong>9 </strong>announced which is the highest number of selections from a Single institution.</li>\r\n</ul>\r\n<strong><u>Indian National Astronomy Olympiad (INAO) - School Result (AP & TS)</u></strong>\r\n<ul>\r\n <li>From <strong>AP & TS</strong> -<strong> Sri Chaitanya</strong> bagged <strong>3 </strong>selections out of <strong>3</strong> announced <strong>(100%)</strong>.</li>\r\n</ul>\r\n<strong><u>AMTI (</u></strong><strong><u>Association of Mathematics Teachers of India) olympiad result</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School secured <strong>All India 1st Rank & 45% Ranks </strong>in AMTI Olympiad final results of 2014. Sri Chaitanya achieved all positions in <strong>Top 10.</strong></li>\r\n <li>No other school in India is any closer to this achievement of Sri Chaitanya.</li>\r\n</ul>\r\n<strong><u>INTSO RESULT-2015 – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n <li>No other school got these many number of ranks & prize money.</li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2015-12-04 00:47:35','2015-12-03 19:17:35','',19,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/19-revision-v1/',0,'revision','',0),(51,1,'2015-12-04 00:52:46','2015-12-03 19:22:46','','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:52:46','2015-12-03 19:22:46','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(52,1,'2015-12-04 00:55:39','2015-12-03 19:25:39','Opp:CMR Gardens,\r\n\r\nMadhurawada,\r\n\r\nVisakhapatnam – 530048\r\n\r\nEmail :- madhurawada@srichaitanyaschool.net\r\n\r\nPH :- 8008777799','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2015-12-04 00:55:39','2015-12-03 19:25:39','',21,'http://124.124.124.54/srichaitanyaschoolmadhurawada.net/index.php/2015/12/04/21-revision-v1/',0,'revision','',0),(55,1,'2018-07-07 15:56:38','2018-07-07 10:26:38','Sri Chaitanya Techno School\r\n<p class=\"xs-mb-0\">Door No:79, Athipalayam Road,</p>\r\n<p class=\"xs-mb-0\">Near JAS College Of Education, Chinnavedampatti,</p>\r\nCoimbatore – 641049,\r\n\r\nTamil Nadu,\r\n\r\nEmail :- coimbatore@srichaitanyaschool.net\r\n\r\nPhone : 073388 56991 / 073388 56449','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2018-07-07 15:56:38','2018-07-07 10:26:38','',21,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/21-revision-v1/',0,'revision','',0),(56,1,'2018-07-07 16:04:34','2018-07-07 10:34:34','','Coimbathur Building Image','','inherit','open','closed','','coimbathur-building-image','','','2018-07-07 16:04:34','2018-07-07 10:34:34','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-Building-Image.jpg',0,'attachment','image/jpeg',0),(61,1,'2018-07-07 18:08:50','2018-07-07 12:38:50','<strong>Sri Chaitanya</strong>: The Masters of Education\n\n \n<p style=\"text-align: center;\"></p>\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\nAdmission is left entirely to the discretion of the Principal.\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-autosave-v1','','','2018-07-07 18:08:50','2018-07-07 12:38:50','',12,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/12-autosave-v1/',0,'revision','',0),(62,1,'2018-07-07 16:13:18','2018-07-07 10:43:18','','23','','inherit','open','closed','','23','','','2018-07-07 16:13:18','2018-07-07 10:43:18','',12,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/23.jpg',0,'attachment','image/jpeg',0),(63,1,'2018-07-07 16:13:34','2018-07-07 10:43:34','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/23.jpg\"><img class=\"alignnone size-medium wp-image-62\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-07-07 16:13:34','2018-07-07 10:43:34','',12,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/12-revision-v1/',0,'revision','',0),(65,1,'2018-07-07 16:16:45','2018-07-07 10:46:45','<strong>Mid Schooling: I</strong>nitiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n \r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617.jpg\"><img class=\"size-medium wp-image-83 aligncenter\" src=\"http://srichaitanyatechnoschoolmangalore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\" alt=\"IMG_20170529_104617\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-07-07 16:16:45','2018-07-07 10:46:45','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/14-revision-v1/',0,'revision','',0),(66,1,'2018-07-07 16:17:31','2018-07-07 10:47:31','','30','','inherit','open','closed','','30-2','','','2018-07-07 16:17:31','2018-07-07 10:47:31','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/30.jpg',0,'attachment','image/jpeg',0),(68,1,'2018-07-07 16:17:59','2018-07-07 10:47:59','<strong>Mid Schooling: I</strong>nitiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/30.jpg\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6.png\"><img class=\"size-medium wp-image-101 aligncenter\" src=\"http://srichaitanyatechnoschoolsalem.net/wp-content/uploads/2015/11/Student-life-6-300x210.png\" alt=\"Student life (6)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-07-07 16:17:59','2018-07-07 10:47:59','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/14-revision-v1/',0,'revision','',0),(69,1,'2018-07-07 16:19:04','2018-07-07 10:49:04','','IMG_20170529_104617-300x225','','inherit','open','closed','','img_20170529_104617-300x225','','','2018-07-07 16:19:04','2018-07-07 10:49:04','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg',0,'attachment','image/jpeg',0),(70,1,'2018-07-07 16:19:52','2018-07-07 10:49:52','','6','','inherit','open','closed','','6','','','2018-07-07 16:19:52','2018-07-07 10:49:52','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg',0,'attachment','image/jpeg',0),(71,1,'2018-07-07 16:20:22','2018-07-07 10:50:22','<strong>Mid Schooling: I</strong>nitiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/30.jpg\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\"><img class=\"size-medium wp-image-69 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225-300x225.jpg\" alt=\"IMG_20170529_104617-300x225\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-07-07 16:20:22','2018-07-07 10:50:22','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/14-revision-v1/',0,'revision','',0),(72,1,'2018-07-07 16:22:28','2018-07-07 10:52:28','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/30.jpg\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/30-300x210.jpg\" alt=\"30\" width=\"300\" height=\"210\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\"><img class=\"size-medium wp-image-69 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225-300x225.jpg\" alt=\"IMG_20170529_104617-300x225\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-07-07 16:22:28','2018-07-07 10:52:28','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/14-revision-v1/',0,'revision','',0),(73,1,'2018-07-07 16:25:38','2018-07-07 10:55:38','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>','Achievements','','inherit','closed','closed','','19-revision-v1','','','2018-07-07 16:25:38','2018-07-07 10:55:38','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/19-revision-v1/',0,'revision','',0),(74,1,'2018-07-07 16:28:54','2018-07-07 10:58:54','','1','','inherit','open','closed','','1','','','2018-07-07 16:28:54','2018-07-07 10:58:54','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg',0,'attachment','image/jpeg',0),(75,1,'2018-07-07 16:28:55','2018-07-07 10:58:55','','2','','inherit','open','closed','','2','','','2018-07-07 16:28:55','2018-07-07 10:58:55','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.jpg',0,'attachment','image/jpeg',0),(76,1,'2018-07-07 16:28:56','2018-07-07 10:58:56','','3','','inherit','open','closed','','3','','','2018-07-07 16:28:56','2018-07-07 10:58:56','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg',0,'attachment','image/jpeg',0),(77,1,'2018-07-07 16:28:58','2018-07-07 10:58:58','','4','','inherit','open','closed','','4','','','2018-07-07 16:28:58','2018-07-07 10:58:58','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg',0,'attachment','image/jpeg',0),(78,1,'2018-07-07 16:28:59','2018-07-07 10:58:59','','5','','inherit','open','closed','','5','','','2018-07-07 16:28:59','2018-07-07 10:58:59','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg',0,'attachment','image/jpeg',0),(79,1,'2018-07-07 16:29:00','2018-07-07 10:59:00','','7','','inherit','open','closed','','7','','','2018-07-07 16:29:00','2018-07-07 10:59:00','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg',0,'attachment','image/jpeg',0),(80,1,'2018-07-07 16:29:02','2018-07-07 10:59:02','','8','','inherit','open','closed','','8','','','2018-07-07 16:29:02','2018-07-07 10:59:02','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg',0,'attachment','image/jpeg',0),(81,1,'2018-07-07 16:29:03','2018-07-07 10:59:03','','9','','inherit','open','closed','','9','','','2018-07-07 16:29:03','2018-07-07 10:59:03','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg',0,'attachment','image/jpeg',0),(82,1,'2018-07-07 16:29:04','2018-07-07 10:59:04','','10','','inherit','open','closed','','10','','','2018-07-07 16:29:04','2018-07-07 10:59:04','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg',0,'attachment','image/jpeg',0),(83,1,'2018-07-07 16:29:06','2018-07-07 10:59:06','','11','','inherit','open','closed','','11','','','2018-07-07 16:29:06','2018-07-07 10:59:06','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg',0,'attachment','image/jpeg',0),(84,1,'2018-07-07 16:29:07','2018-07-07 10:59:07','','12','','inherit','open','closed','','12','','','2018-07-07 16:29:07','2018-07-07 10:59:07','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg',0,'attachment','image/jpeg',0),(85,1,'2018-07-07 16:29:08','2018-07-07 10:59:08','','13','','inherit','open','closed','','13','','','2018-07-07 16:29:08','2018-07-07 10:59:08','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg',0,'attachment','image/jpeg',0),(86,1,'2018-07-07 16:29:10','2018-07-07 10:59:10','','14','','inherit','open','closed','','14','','','2018-07-07 16:29:10','2018-07-07 10:59:10','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg',0,'attachment','image/jpeg',0),(87,1,'2018-07-07 16:29:11','2018-07-07 10:59:11','','15','','inherit','open','closed','','15','','','2018-07-07 16:29:11','2018-07-07 10:59:11','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg',0,'attachment','image/jpeg',0),(88,1,'2018-07-07 16:29:12','2018-07-07 10:59:12','','16','','inherit','open','closed','','16','','','2018-07-07 16:29:12','2018-07-07 10:59:12','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg',0,'attachment','image/jpeg',0),(89,1,'2018-07-07 16:29:13','2018-07-07 10:59:13','','17','','inherit','open','closed','','17','','','2018-07-07 16:29:13','2018-07-07 10:59:13','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg',0,'attachment','image/jpeg',0),(90,1,'2018-07-07 16:29:15','2018-07-07 10:59:15','','18','','inherit','open','closed','','18','','','2018-07-07 16:29:15','2018-07-07 10:59:15','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg',0,'attachment','image/jpeg',0),(91,1,'2018-07-07 16:29:16','2018-07-07 10:59:16','','19','','inherit','open','closed','','19','','','2018-07-07 16:29:16','2018-07-07 10:59:16','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg',0,'attachment','image/jpeg',0),(92,1,'2018-07-07 16:29:17','2018-07-07 10:59:17','','20','','inherit','open','closed','','20','','','2018-07-07 16:29:17','2018-07-07 10:59:17','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg',0,'attachment','image/jpeg',0),(93,1,'2018-07-07 16:29:19','2018-07-07 10:59:19','','21','','inherit','open','closed','','21','','','2018-07-07 16:29:19','2018-07-07 10:59:19','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg',0,'attachment','image/jpeg',0),(94,1,'2018-07-07 16:29:20','2018-07-07 10:59:20','','24','','inherit','open','closed','','24','','','2018-07-07 16:29:20','2018-07-07 10:59:20','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg',0,'attachment','image/jpeg',0),(95,1,'2018-07-07 16:29:22','2018-07-07 10:59:22','','25','','inherit','open','closed','','25','','','2018-07-07 16:29:22','2018-07-07 10:59:22','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg',0,'attachment','image/jpeg',0),(96,1,'2018-07-07 16:29:23','2018-07-07 10:59:23','','26','','inherit','open','closed','','26-2','','','2018-07-07 16:29:23','2018-07-07 10:59:23','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg',0,'attachment','image/jpeg',0),(97,1,'2018-07-07 16:29:24','2018-07-07 10:59:24','','27','','inherit','open','closed','','27-2','','','2018-07-07 16:29:24','2018-07-07 10:59:24','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg',0,'attachment','image/jpeg',0),(98,1,'2018-07-07 16:29:26','2018-07-07 10:59:26','','28','','inherit','open','closed','','28-2','','','2018-07-07 16:29:26','2018-07-07 10:59:26','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg',0,'attachment','image/jpeg',0),(99,1,'2018-07-07 16:29:27','2018-07-07 10:59:27','','29','','inherit','open','closed','','29-2','','','2018-07-07 16:29:27','2018-07-07 10:59:27','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg',0,'attachment','image/jpeg',0),(100,1,'2022-07-20 10:04:33','2022-07-20 04:34:33',' \n<ul>\n <li><strong>INTSO Prize Distribution :</strong></li>\n</ul>\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-501 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/114.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-502 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/213.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-503 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/34.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-504 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/44.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/53.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-505 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/53.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-506 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/63.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-507 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/72.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-508 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/82.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-509 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/92.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-510 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/102.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-511 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/115.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-512 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/122.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/131.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-513 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/131.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/141.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-514 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/141.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\n<ul>\n <li><strong>Swimming Championship 2021 held in Tirunelveli</strong></li>\n</ul>\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-490 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-491 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-492 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-493 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n<ul>\n <li><strong>UPPER PRIMARY BACK TO SCHOOL</strong></li>\n</ul>\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-480 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-481 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\n<ul>\n <li><strong>LOWER PRIMARY PROJECT DAY – TYPES OF HOUSES</strong></li>\n</ul>\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-483 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\n<ul>\n <li><strong>KARTHIGAI DEEPAM AT SCHOOL</strong></li>\n</ul>\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-485 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-484 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\n<ul>\n <li><strong>Class - X Result</strong></li>\n</ul>\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\n\n<ul>\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\n</ul>\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\n<ul>\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\n</ul>\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\n\n \n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\n<ul>\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\n</ul>\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\n<ul>\n <li><strong>Independence Day </strong></li>\n</ul>\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\n\n<strong>Costume Contest Competition :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\n\n<strong>Children\'s Day Celebrations :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\n\n<strong>Independence Day Celebrations :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\n\n<strong>Onam Celebrations :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\n\n<strong>International Yoga Day :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n<strong>Other Celebrations :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\n\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\n\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-autosave-v1','','','2022-07-20 10:04:33','2022-07-20 04:34:33','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/17-autosave-v1/',0,'revision','',0),(101,1,'2018-07-07 16:32:22','2018-07-07 11:02:22','News & Events\r\n\r\nYouth Foundation Real Hero Award\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-07-07 16:32:22','2018-07-07 11:02:22','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/17-revision-v1/',0,'revision','',0),(102,1,'2018-07-07 16:33:07','2018-07-07 11:03:07','<strong>Youth Foundation Real Hero Award</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-07-07 16:33:07','2018-07-07 11:03:07','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/17-revision-v1/',0,'revision','',0),(103,1,'2018-07-07 16:35:28','2018-07-07 11:05:28','<strong>Youth Foundation Real Hero Award</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition</strong>\r\n\r\n \r\n\r\n ','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-07-07 16:35:28','2018-07-07 11:05:28','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/17-revision-v1/',0,'revision','',0),(104,1,'2018-07-07 16:45:24','2018-07-07 11:15:24','<strong>Youth Foundation Real Hero Award</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n<strong>Independence Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-07-07 16:45:24','2018-07-07 11:15:24','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/17-revision-v1/',0,'revision','',0),(105,1,'2018-07-07 16:46:30','2018-07-07 11:16:30','<strong>Youth Foundation Real Hero Award</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-07-07 16:46:30','2018-07-07 11:16:30','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/17-revision-v1/',0,'revision','',0),(111,1,'2018-07-07 17:07:16','2018-07-07 11:37:16','Sri Chaitanya Techno School,\r\n<p class=\"xs-mb-0\">Door No:79, Athipalayam Road,</p>\r\n<p class=\"xs-mb-0\">Near JAS College Of Education, Chinnavedampatti,</p>\r\nCoimbatore – 641049,\r\n\r\nTamil Nadu,\r\n\r\nEmail :- coimbatore@srichaitanyaschool.net\r\n\r\nPhone : 073388 56991 / 073388 56449','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2018-07-07 17:07:16','2018-07-07 11:37:16','',21,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/21-revision-v1/',0,'revision','',0),(112,1,'2018-07-07 17:45:02','2018-07-07 12:15:02','','Coimbathur About Us','','inherit','open','closed','','coimbathur-about-us','','','2018-07-07 17:45:02','2018-07-07 12:15:02','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg',0,'attachment','image/jpeg',0),(118,1,'2018-07-07 17:54:48','2018-07-07 12:24:48','','Untitled design','','inherit','open','closed','','untitled-design','','','2018-07-07 17:54:48','2018-07-07 12:24:48','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.jpg',0,'attachment','image/jpeg',0),(120,1,'2018-07-07 17:56:37','2018-07-07 12:26:37','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/23.jpg\"><img class=\"wp-image-62 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/23-300x210.jpg\" alt=\"23\" width=\"495\" height=\"294\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-07-07 17:56:37','2018-07-07 12:26:37','',12,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/12-revision-v1/',0,'revision','',0),(121,1,'2018-07-07 17:57:32','2018-07-07 12:27:32','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\"><img class=\"alignnone size-medium wp-image-112\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us--300x100.jpg\" alt=\"Coimbathur About Us\" width=\"300\" height=\"100\" /></a></p>\r\n<p style=\"text-align: center;\"></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-07-07 17:57:32','2018-07-07 12:27:32','',12,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/12-revision-v1/',0,'revision','',0),(122,1,'2018-07-07 17:59:46','2018-07-07 12:29:46','','Untitled design (1)','','inherit','open','closed','','untitled-design-1','','','2018-07-07 17:59:46','2018-07-07 12:29:46','',12,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.jpg',0,'attachment','image/jpeg',0),(123,1,'2018-07-07 18:00:00','2018-07-07 12:30:00','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.jpg\"><img class=\"alignnone size-medium wp-image-122\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x140.jpg\" alt=\"Untitled design (1)\" width=\"300\" height=\"140\" /></a></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-07-07 18:00:00','2018-07-07 12:30:00','',12,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/12-revision-v1/',0,'revision','',0),(124,1,'2018-07-07 18:04:56','2018-07-07 12:34:56','','1900-1000','','inherit','open','closed','','1900-1000','','','2018-07-07 18:04:56','2018-07-07 12:34:56','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000.jpg',0,'attachment','image/jpeg',0),(127,1,'2018-07-07 18:08:54','2018-07-07 12:38:54','','1900-1000 (1)','','inherit','open','closed','','1900-1000-1','','','2018-07-07 18:08:54','2018-07-07 12:38:54','',12,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg',0,'attachment','image/jpeg',0),(128,1,'2018-07-07 18:09:15','2018-07-07 12:39:15','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg\"><img class=\"alignnone size-full wp-image-127\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg\" alt=\"1900-1000 (1)\" width=\"1900\" height=\"1000\" /></a>\r\n<p style=\"text-align: center;\"></p>\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-07-07 18:09:15','2018-07-07 12:39:15','',12,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/12-revision-v1/',0,'revision','',0),(129,1,'2018-07-07 18:09:21','2018-07-07 12:39:21','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg\"><img class=\"alignnone size-full wp-image-127\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg\" alt=\"1900-1000 (1)\" width=\"1900\" height=\"1000\" /></a>\r\n\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2018-07-07 18:09:21','2018-07-07 12:39:21','',12,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/12-revision-v1/',0,'revision','',0),(130,1,'2018-07-07 18:11:35','2018-07-07 12:41:35','','1900-1000 (2)','','inherit','open','closed','','1900-1000-2','','','2018-07-07 18:11:35','2018-07-07 12:41:35','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg',0,'attachment','image/jpeg',0),(131,1,'2018-07-07 18:11:55','2018-07-07 12:41:55','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\"><img class=\"alignnone size-large wp-image-130\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2-1024x539.jpg\" alt=\"1900-1000 (2)\" width=\"604\" height=\"318\" /></a>\r\n\r\n \r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225.jpg\"><img class=\"size-medium wp-image-69 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/IMG_20170529_104617-300x225-300x225.jpg\" alt=\"IMG_20170529_104617-300x225\" width=\"300\" height=\"225\" /></a>\r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-07-07 18:11:55','2018-07-07 12:41:55','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/14-revision-v1/',0,'revision','',0),(132,1,'2018-07-07 18:13:49','2018-07-07 12:43:49','','1900-1000 (3)','','inherit','open','closed','','1900-1000-3','','','2018-07-07 18:13:49','2018-07-07 12:43:49','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3.jpg',0,'attachment','image/jpeg',0),(133,1,'2018-07-07 18:17:52','2018-07-07 12:47:52','','Yoga','','inherit','open','closed','','yoga','','','2018-07-07 18:17:52','2018-07-07 12:47:52','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg',0,'attachment','image/jpeg',0),(134,1,'2018-07-07 18:18:06','2018-07-07 12:48:06','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\"><img class=\"size-large wp-image-130 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2-1024x539.jpg\" alt=\"1900-1000 (2)\" width=\"604\" height=\"318\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3.jpg\"><img class=\"size-large wp-image-132 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3-1024x539.jpg\" alt=\"1900-1000 (3)\" width=\"604\" height=\"318\" /></a>\r\n\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg\"><img class=\"size-large wp-image-133 aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga-1024x539.jpg\" alt=\"Yoga\" width=\"604\" height=\"318\" /></a>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2018-07-07 18:18:06','2018-07-07 12:48:06','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/07/07/14-revision-v1/',0,'revision','',0),(135,1,'2018-07-07 18:20:49','2018-07-07 12:50:49','','1900-1000 (5)','','inherit','open','closed','','1900-1000-5','','','2018-07-07 18:20:49','2018-07-07 12:50:49','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-5.jpg',0,'attachment','image/jpeg',0),(141,1,'2018-09-28 18:26:49','2018-09-28 12:56:49','','1','','inherit','open','closed','','1-2','','','2018-09-28 18:26:49','2018-09-28 12:56:49','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png',0,'attachment','image/png',0),(142,1,'2018-09-28 18:26:50','2018-09-28 12:56:50','','2','','inherit','open','closed','','2-2','','','2018-09-28 18:26:50','2018-09-28 12:56:50','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png',0,'attachment','image/png',0),(143,1,'2018-09-28 18:26:51','2018-09-28 12:56:51','','3','','inherit','open','closed','','3-2','','','2018-09-28 18:26:51','2018-09-28 12:56:51','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png',0,'attachment','image/png',0),(144,1,'2018-09-28 18:26:52','2018-09-28 12:56:52','','4','','inherit','open','closed','','4-2','','','2018-09-28 18:26:52','2018-09-28 12:56:52','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png',0,'attachment','image/png',0),(145,1,'2018-09-28 18:26:54','2018-09-28 12:56:54','','5','','inherit','open','closed','','5-2','','','2018-09-28 18:26:54','2018-09-28 12:56:54','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png',0,'attachment','image/png',0),(146,1,'2018-09-28 18:26:54','2018-09-28 12:56:54','','6','','inherit','open','closed','','6-2','','','2018-09-28 18:26:54','2018-09-28 12:56:54','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png',0,'attachment','image/png',0),(147,1,'2018-09-28 18:26:55','2018-09-28 12:56:55','','7','','inherit','open','closed','','7-2','','','2018-09-28 18:26:55','2018-09-28 12:56:55','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png',0,'attachment','image/png',0),(148,1,'2018-09-28 18:26:56','2018-09-28 12:56:56','','8','','inherit','open','closed','','8-2','','','2018-09-28 18:26:56','2018-09-28 12:56:56','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png',0,'attachment','image/png',0),(149,1,'2018-09-28 18:28:37','2018-09-28 12:58:37','<strong>Youth Foundation Real Hero Award</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2018-09-28 18:28:37','2018-09-28 12:58:37','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2018/09/28/17-revision-v1/',0,'revision','',0),(150,1,'2018-09-28 18:29:07','2018-09-28 12:59:07','','Basic Banner','','inherit','open','closed','','basic-banner','','','2018-09-28 18:29:07','2018-09-28 12:59:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2018/09/Basic-Banner.png',0,'attachment','image/png',0),(151,1,'2018-09-28 18:29:12','2018-09-28 12:59:12','http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2018/09/cropped-Basic-Banner.png','cropped-Basic-Banner.png','','inherit','open','closed','','cropped-basic-banner-png','','','2018-09-28 18:29:12','2018-09-28 12:59:12','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2018/09/cropped-Basic-Banner.png',0,'attachment','image/png',0),(154,1,'2019-04-02 16:28:12','2019-04-02 10:58:12','','2nd annual sports meet 2018-19','','inherit','open','closed','','2nd-annual-sports-meet-2018-19','','','2019-04-02 16:28:12','2019-04-02 10:58:12','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg',0,'attachment','image/jpeg',0),(155,1,'2019-04-02 16:29:11','2019-04-02 10:59:11','<strong>Youth Foundation Real Hero Award</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-medium wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-300x300.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: center;\"></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 16:29:11','2019-04-02 10:59:11','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(156,1,'2019-04-02 16:31:15','2019-04-02 11:01:15','','indoor activities','','inherit','open','closed','','indoor-activities','','','2019-04-02 16:31:15','2019-04-02 11:01:15','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg',0,'attachment','image/jpeg',0),(157,1,'2019-04-02 16:31:43','2019-04-02 11:01:43','','assembly','','inherit','open','closed','','assembly','','','2019-04-02 16:31:43','2019-04-02 11:01:43','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg',0,'attachment','image/jpeg',0),(158,1,'2019-04-02 16:32:13','2019-04-02 11:02:13','<strong>Youth Foundation Real Hero Award</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-medium wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-300x300.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: center;\"></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 16:32:13','2019-04-02 11:02:13','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(159,1,'2019-04-02 16:35:47','2019-04-02 11:05:47','','games @kovaichaitanya','','inherit','open','closed','','games-kovaichaitanya','','','2019-04-02 16:35:47','2019-04-02 11:05:47','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg',0,'attachment','image/jpeg',0),(160,1,'2019-04-02 16:36:10','2019-04-02 11:06:10','','PhotoGrid_1552971140901','','inherit','open','closed','','photogrid_1552971140901','','','2019-04-02 16:36:10','2019-04-02 11:06:10','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg',0,'attachment','image/jpeg',0),(161,1,'2019-04-02 16:36:34','2019-04-02 11:06:34','<strong>Youth Foundation Real Hero Award</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-medium wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-300x300.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 16:36:34','2019-04-02 11:06:34','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(162,1,'2019-04-02 16:38:16','2019-04-02 11:08:16','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-medium wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-300x300.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 16:38:16','2019-04-02 11:08:16','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(163,1,'2019-04-02 16:38:49','2019-04-02 11:08:49','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-300x300.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 16:38:49','2019-04-02 11:08:49','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(164,1,'2019-04-02 16:42:48','2019-04-02 11:12:48','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 16:42:48','2019-04-02 11:12:48','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(165,1,'2019-04-02 16:43:14','2019-04-02 11:13:14','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 16:43:14','2019-04-02 11:13:14','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(166,1,'2019-04-02 16:46:56','2019-04-02 11:16:56','','Slide2','','inherit','open','closed','','slide2','','','2019-04-02 16:46:56','2019-04-02 11:16:56','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Slide2.jpg',0,'attachment','image/jpeg',0),(167,1,'2019-04-02 16:47:17','2019-04-02 11:17:17','','Slide3','','inherit','open','closed','','slide3','','','2019-04-02 16:47:17','2019-04-02 11:17:17','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Slide3.jpg',0,'attachment','image/jpeg',0),(168,1,'2019-04-02 16:57:01','2019-04-02 11:27:01','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Slide2.jpg\"><img class=\"alignnone size-medium wp-image-166\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Slide2-300x225.jpg\" alt=\"Slide2\" width=\"300\" height=\"225\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Slide3.jpg\"><img class=\"alignnone size-medium wp-image-167\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Slide3-300x225.jpg\" alt=\"Slide3\" width=\"300\" height=\"225\" /></a></p>\r\n<p style=\"text-align: left;\"></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 16:57:01','2019-04-02 11:27:01','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(169,1,'2019-04-02 16:58:07','2019-04-02 11:28:07','','Slide4','','inherit','open','closed','','slide4','','','2019-04-02 16:58:07','2019-04-02 11:28:07','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Slide4.jpg',0,'attachment','image/jpeg',0),(170,1,'2019-04-02 16:58:21','2019-04-02 11:28:21','','Slide5','','inherit','open','closed','','slide5','','','2019-04-02 16:58:21','2019-04-02 11:28:21','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Slide5.jpg',0,'attachment','image/jpeg',0),(171,1,'2019-04-02 17:01:52','2019-04-02 11:31:52','','Untitled design (1)','','inherit','open','closed','','untitled-design-1-2','','','2019-04-02 17:01:52','2019-04-02 11:31:52','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png',0,'attachment','image/png',0),(172,1,'2019-04-02 17:02:10','2019-04-02 11:32:10','','Untitled design','','inherit','open','closed','','untitled-design-2','','','2019-04-02 17:02:10','2019-04-02 11:32:10','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png',0,'attachment','image/png',0),(173,1,'2019-04-02 17:02:20','2019-04-02 11:32:20','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\"><img class=\"alignnone size-medium wp-image-171\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\"><img class=\"alignnone size-medium wp-image-172\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 17:02:20','2019-04-02 11:32:20','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(174,1,'2019-04-02 17:24:23','2019-04-02 11:54:23','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-02 17:24:23','2019-04-02 11:54:23','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/02/17-revision-v1/',0,'revision','',0),(175,1,'2019-04-04 10:48:51','2019-04-04 05:18:51','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\"><img class=\"alignnone size-medium wp-image-172\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\" rel=\"attachment wp-att-172\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-04 10:48:51','2019-04-04 05:18:51','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/04/17-revision-v1/',0,'revision','',0),(176,1,'2019-04-04 10:49:41','2019-04-04 05:19:41','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\"><img class=\"alignnone size-medium wp-image-99\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\"><img class=\"alignnone size-medium wp-image-98\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\"><img class=\"alignnone size-medium wp-image-86\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\"><img class=\"alignnone size-medium wp-image-81\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\"><img class=\"alignnone size-medium wp-image-172\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\" rel=\"attachment wp-att-172\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-04 10:49:41','2019-04-04 05:19:41','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/04/17-revision-v1/',0,'revision','',0),(177,1,'2019-04-04 10:53:16','2019-04-04 05:23:16','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\"><img class=\"alignnone size-medium wp-image-85\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\"><img class=\"alignnone size-medium wp-image-78\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\"><img class=\"alignnone size-medium wp-image-74\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\"><img class=\"alignnone size-medium wp-image-82\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\"><img class=\"alignnone size-medium wp-image-70\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\"><img class=\"alignnone size-medium wp-image-97\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\"><img class=\"alignnone size-medium wp-image-96\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\"><img class=\"alignnone size-medium wp-image-95\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\"><img class=\"alignnone size-medium wp-image-94\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\"><img class=\"alignnone size-medium wp-image-88\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\"><img class=\"alignnone size-medium wp-image-87\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\"><img class=\"alignnone size-medium wp-image-83\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\"><img class=\"alignnone size-medium wp-image-80\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\"><img class=\"alignnone size-medium wp-image-76\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\"><img class=\"alignnone size-medium wp-image-77\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\"><img class=\"alignnone size-medium wp-image-79\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\"><img class=\"alignnone size-medium wp-image-172\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\" rel=\"attachment wp-att-172\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-04 10:53:16','2019-04-04 05:23:16','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/04/17-revision-v1/',0,'revision','',0),(178,1,'2019-04-04 10:58:07','2019-04-04 05:28:07','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\"><img class=\"alignnone size-medium wp-image-141\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /> </a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\"><img class=\"alignnone size-medium wp-image-142\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\"><img class=\"alignnone size-medium wp-image-143\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\"><img class=\"alignnone size-medium wp-image-145\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\"><img class=\"alignnone size-medium wp-image-146\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\"><img class=\"alignnone size-medium wp-image-147\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\"><img class=\"alignnone size-medium wp-image-148\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\"><img class=\"alignnone size-large wp-image-154\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\"><img class=\"alignnone size-medium wp-image-160\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\"><img class=\"alignnone size-medium wp-image-156\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\"><img class=\"alignnone size-medium wp-image-172\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\" rel=\"attachment wp-att-172\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-04 10:58:07','2019-04-04 05:28:07','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/04/17-revision-v1/',0,'revision','',0),(179,1,'2019-04-04 11:03:17','2019-04-04 05:33:17','','Coimbatore-1 Achivements 1','','inherit','open','closed','','coimbatore-1-achivements-1','','','2019-04-04 11:03:17','2019-04-04 05:33:17','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-1.png',0,'attachment','image/png',0),(180,1,'2019-04-04 11:05:14','2019-04-04 05:35:14','','Coimbatore-1 Achivements 3','','inherit','open','closed','','coimbatore-1-achivements-3','','','2019-04-04 11:05:14','2019-04-04 05:35:14','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png',0,'attachment','image/png',0),(181,1,'2019-04-04 11:05:15','2019-04-04 05:35:15','','Coimbatore-1 Achivements 4','','inherit','open','closed','','coimbatore-1-achivements-4','','','2019-04-04 11:05:15','2019-04-04 05:35:15','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png',0,'attachment','image/png',0),(182,1,'2019-04-04 11:06:55','2019-04-04 05:36:55','','Coimbatore-1 Achivements 5','','inherit','open','closed','','coimbatore-1-achivements-5','','','2019-04-04 11:06:55','2019-04-04 05:36:55','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png',0,'attachment','image/png',0),(183,1,'2019-04-04 11:07:25','2019-04-04 05:37:25','','Coimbatore-1 Achivements 6','','inherit','open','closed','','coimbatore-1-achivements-6','','','2019-04-04 11:07:25','2019-04-04 05:37:25','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png',0,'attachment','image/png',0),(184,1,'2019-04-04 11:08:01','2019-04-04 05:38:01','','Coimbatore-1 Achivements 7','','inherit','open','closed','','coimbatore-1-achivements-7','','','2019-04-04 11:08:01','2019-04-04 05:38:01','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png',0,'attachment','image/png',0),(185,1,'2019-04-04 11:08:02','2019-04-04 05:38:02','','Coimbatore-1 Achivements 8','','inherit','open','closed','','coimbatore-1-achivements-8','','','2019-04-04 11:08:02','2019-04-04 05:38:02','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png',0,'attachment','image/png',0),(186,1,'2019-04-04 11:08:41','2019-04-04 05:38:41','','Coimbatore-1 Achivements 9','','inherit','open','closed','','coimbatore-1-achivements-9','','','2019-04-04 11:08:41','2019-04-04 05:38:41','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png',0,'attachment','image/png',0),(187,1,'2019-04-04 11:08:42','2019-04-04 05:38:42','','Coimbatore-1 Achivements 10','','inherit','open','closed','','coimbatore-1-achivements-10','','','2019-04-04 11:08:42','2019-04-04 05:38:42','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png',0,'attachment','image/png',0),(188,1,'2019-04-04 11:09:33','2019-04-04 05:39:33','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\"></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-04 11:09:33','2019-04-04 05:39:33','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/04/17-revision-v1/',0,'revision','',0),(190,1,'2019-04-04 11:11:25','2019-04-04 05:41:25','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>For IIT JEE/AIEEE/EAMCET/AIIMS/AFMC exam preparations trained faculty has been appointed. The faculty works as a team to give intensive coaching in Maths, Physics, Chemistry & Biology to students of MID LEVEL.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-130 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2-1024x539.jpg\" alt=\"1900-1000 (2)\" width=\"604\" height=\"318\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-132 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3-1024x539.jpg\" alt=\"1900-1000 (3)\" width=\"604\" height=\"318\" /></a>\r\n\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-133 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga-1024x539.jpg\" alt=\"Yoga\" width=\"604\" height=\"318\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-04-04 11:11:25','2019-04-04 05:41:25','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/04/14-revision-v1/',0,'revision','',0),(191,1,'2019-04-04 11:11:58','2019-04-04 05:41:58','<strong>Sri Chaitanya</strong>: The Masters of Education\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-127 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-1.jpg\" alt=\"1900-1000 (1)\" width=\"1900\" height=\"1000\" /></a>\r\n\r\nAsia\'s largest educational institution is espoused to the task of making professionals out of students with an uncanny magic touch. Students graduating from Sri Chaitanya Schools and Colleges (10+2) do not chase jobs but chase careers. The students are fostered to blend into any professional sphere they wish to make a career in. The secret behind the cent percent success rate of Sri Chaitanya is in churning out professional careers in a prolific measure year after year for about a quarter century lies in the unchallenged commitment to make lives of even average students better, academically.\r\n<p style=\"text-align: justify;\">Students of Sri Chaitanya are intellectually and rationally equipped to apply their aptitude and clear the toughest of entrance tests like IIT, AFMC, Civil Services, Defence Services, CA, AIMS, JIPMER, EAMCET and National Level, and International Level Olympiads ( AMTI , INMO, IAPT, IAO, NTSE, RMO etc.) without much ado</p>\r\nAdmission is left entirely to the discretion of the Principal.\r\n<p style=\"text-align: justify;\">Parents seeking admission for their child/children, must forward to the Principal an application form correctly filled in and signed by the Parent or Guardian, together with a copy of the Birth Certificate and Transfer Certificate from the School last attended.</p>\r\n<p style=\"text-align: justify;\">If seats are available admissions are made on merit after having an oral test by the individual subject teachers’ in the presence of principal.</p>\r\nThe selected candidates can have the application form, from the Principal’s Office.','Admissions','','inherit','closed','closed','','12-revision-v1','','','2019-04-04 11:11:58','2019-04-04 05:41:58','',12,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/04/12-revision-v1/',0,'revision','',0),(192,1,'2019-04-04 11:12:38','2019-04-04 05:42:38','','Coimbatore-1 Achivements 11','','inherit','open','closed','','coimbatore-1-achivements-11','','','2019-04-04 11:12:38','2019-04-04 05:42:38','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png',0,'attachment','image/png',0),(193,1,'2019-04-04 11:12:39','2019-04-04 05:42:39','','Coimbatore-1 Achivements 12','','inherit','open','closed','','coimbatore-1-achivements-12','','','2019-04-04 11:12:39','2019-04-04 05:42:39','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png',0,'attachment','image/png',0),(194,1,'2019-04-04 11:13:19','2019-04-04 05:43:19','','Coimbatore-1 Achivements 13','','inherit','open','closed','','coimbatore-1-achivements-13','','','2019-04-04 11:13:19','2019-04-04 05:43:19','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png',0,'attachment','image/png',0),(195,1,'2019-04-04 11:13:20','2019-04-04 05:43:20','','Coimbatore-1 Achivements 14','','inherit','open','closed','','coimbatore-1-achivements-14','','','2019-04-04 11:13:20','2019-04-04 05:43:20','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png',0,'attachment','image/png',0),(196,1,'2019-04-04 11:13:21','2019-04-04 05:43:21','','Coimbatore-1 Achivements 15','','inherit','open','closed','','coimbatore-1-achivements-15','','','2019-04-04 11:13:21','2019-04-04 05:43:21','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png',0,'attachment','image/png',0),(197,1,'2019-04-04 11:13:22','2019-04-04 05:43:22','','Coimbatore-1 Achivements 16','','inherit','open','closed','','coimbatore-1-achivements-16','','','2019-04-04 11:13:22','2019-04-04 05:43:22','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png',0,'attachment','image/png',0),(198,1,'2019-04-04 11:14:27','2019-04-04 05:44:27','','Coimbatore-1 Achivements 17','','inherit','open','closed','','coimbatore-1-achivements-17','','','2019-04-04 11:14:27','2019-04-04 05:44:27','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png',0,'attachment','image/png',0),(199,1,'2019-04-04 11:14:28','2019-04-04 05:44:28','','Coimbatore-1 Achivements 18','','inherit','open','closed','','coimbatore-1-achivements-18','','','2019-04-04 11:14:28','2019-04-04 05:44:28','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png',0,'attachment','image/png',0),(200,1,'2019-04-04 11:14:29','2019-04-04 05:44:29','','Coimbatore-1 Achivements 19','','inherit','open','closed','','coimbatore-1-achivements-19','','','2019-04-04 11:14:29','2019-04-04 05:44:29','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png',0,'attachment','image/png',0),(201,1,'2019-04-04 11:14:30','2019-04-04 05:44:30','','Coimbatore-1 Achivements 20','','inherit','open','closed','','coimbatore-1-achivements-20','','','2019-04-04 11:14:30','2019-04-04 05:44:30','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png',0,'attachment','image/png',0),(202,1,'2019-04-04 11:14:31','2019-04-04 05:44:31','','Coimbatore-1 Achivements 21','','inherit','open','closed','','coimbatore-1-achivements-21','','','2019-04-04 11:14:31','2019-04-04 05:44:31','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png',0,'attachment','image/png',0),(203,1,'2019-04-04 11:14:32','2019-04-04 05:44:32','','Coimbatore-1 Achivements 22','','inherit','open','closed','','coimbatore-1-achivements-22','','','2019-04-04 11:14:32','2019-04-04 05:44:32','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png',0,'attachment','image/png',0),(204,1,'2019-04-04 11:15:50','2019-04-04 05:45:50','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-04-04 11:15:50','2019-04-04 05:45:50','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/04/04/17-revision-v1/',0,'revision','',0),(206,1,'2019-10-17 11:35:57','2019-10-17 06:05:57','<span style=\"color: #800080;\"><strong>Circulars for the Academic Year 2022-2023</strong></span>\r\n<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-1.pdf\" target=\"_blank\">Circular-1</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-2.pdf\" target=\"_blank\">Circular-2</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-3.pdf\" target=\"_blank\">Circular-3</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-4.pdf\" target=\"_blank\">Circular-4</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-5.pdf\" target=\"_blank\">Circular-5</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-6.pdf\" target=\"_blank\">Circular-6</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-7.pdf\" target=\"_blank\">Circular-7</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-8.pdf\" target=\"_blank\">Circular-8</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-9.pdf\" target=\"_blank\">Circular-9</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-10.pdf\" target=\"_blank\">Circular-10</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-11.pdf\" target=\"_blank\">Circular-11</a></strong></li>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-14.pdf\" target=\"_blank\">Circular-14</a></strong></li>\r\n</ul>','Circulars','','publish','closed','closed','','circulars','','','2022-10-20 11:09:37','2022-10-20 05:39:37','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=206',0,'page','',0),(207,1,'2019-10-17 11:35:57','2019-10-17 06:05:57','','Circulars','','inherit','closed','closed','','206-revision-v1','','','2019-10-17 11:35:57','2019-10-17 06:05:57','',206,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/206-revision-v1/',0,'revision','',0),(208,1,'2019-10-17 11:36:57','2019-10-17 06:06:57','<ul>\r\n <li><span style=\"color: #993300;\"><strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Transfer-Certificate.pdf\" target=\"_blank\">Transfer-Certificate</a></strong></span></li>\r\n</ul>','Transfer Certificate','','publish','closed','closed','','transfer-certificate','','','2019-10-21 13:01:29','2019-10-21 07:31:29','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=208',0,'page','',0),(209,1,'2019-10-17 11:36:57','2019-10-17 06:06:57','','Transfer certificate','','inherit','closed','closed','','208-revision-v1','','','2019-10-17 11:36:57','2019-10-17 06:06:57','',208,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/208-revision-v1/',0,'revision','',0),(210,1,'2019-10-17 11:37:31','2019-10-17 06:07:31',' ','','','publish','closed','closed','','210','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=210',28,'nav_menu_item','',0),(211,1,'2019-10-17 11:37:30','2019-10-17 06:07:30',' ','','','publish','closed','closed','','211','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=211',15,'nav_menu_item','',0),(212,1,'2019-10-17 11:53:40','2019-10-17 06:23:40','','Transfer-Certificate','','inherit','open','closed','','transfer-certificate-2','','','2019-10-17 11:53:40','2019-10-17 06:23:40','',208,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Transfer-Certificate.pdf',0,'attachment','application/pdf',0),(213,1,'2019-10-17 11:54:52','2019-10-17 06:24:52','<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Transfer-Certificate.pdf\" target=\"_blank\">Transfer-Certificate</a>','Transfer certificate','','inherit','closed','closed','','208-revision-v1','','','2019-10-17 11:54:52','2019-10-17 06:24:52','',208,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/208-revision-v1/',0,'revision','',0),(214,1,'2019-10-17 11:55:02','2019-10-17 06:25:02','<strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Transfer-Certificate.pdf\" target=\"_blank\">Transfer-Certificate</a></strong>','Transfer certificate','','inherit','closed','closed','','208-revision-v1','','','2019-10-17 11:55:02','2019-10-17 06:25:02','',208,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/208-revision-v1/',0,'revision','',0),(215,1,'2019-10-17 11:55:51','2019-10-17 06:25:51','','Circulars-Primary','','inherit','open','closed','','circulars-primary','','','2019-10-17 11:55:51','2019-10-17 06:25:51','',206,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars-Primary.pdf',0,'attachment','application/pdf',0),(216,1,'2019-10-17 11:56:34','2019-10-17 06:26:34','','Circulars-High School','','inherit','open','closed','','circulars-high-school','','','2019-10-17 11:56:34','2019-10-17 06:26:34','',206,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars-High-School.pdf',0,'attachment','application/pdf',0),(217,1,'2022-10-20 11:08:36','2022-10-20 05:38:36','<span style=\"color: #800080;\"><strong>Circulars for the Academic Year 2022-2023</strong></span>\n<ul>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-1.pdf\" target=\"_blank\">Circular-1</a></strong></li>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-2.pdf\" target=\"_blank\">Circular-2</a></strong></li>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-3.pdf\" target=\"_blank\">Circular-3</a></strong></li>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-4.pdf\" target=\"_blank\">Circular-4</a></strong></li>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-5.pdf\" target=\"_blank\">Circular-5</a></strong></li>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-6.pdf\" target=\"_blank\">Circular-6</a></strong></li>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-7.pdf\" target=\"_blank\">Circular-7</a></strong></li>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-8.pdf\" target=\"_blank\">Circular-8</a></strong></li>\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-9.pdf\">Circular-9</a></strong></li>\n</ul>','Circulars','','inherit','closed','closed','','206-autosave-v1','','','2022-10-20 11:08:36','2022-10-20 05:38:36','',206,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/206-autosave-v1/',0,'revision','',0),(218,1,'2019-10-17 11:56:55','2019-10-17 06:26:55','<span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars-Primary.pdf\" target=\"_blank\">Circulars-Primary</a></strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars-High-School.pdf\" target=\"_blank\">Circulars-High School</a></strong></span>\r\n\r\n ','Circulars','','inherit','closed','closed','','206-revision-v1','','','2019-10-17 11:56:55','2019-10-17 06:26:55','',206,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/206-revision-v1/',0,'revision','',0),(219,1,'2019-10-17 11:57:30','2019-10-17 06:27:30','<span style=\"color: #993300;\"><strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars-Primary.pdf\" target=\"_blank\">Circulars-Primary</a></strong></span>\r\n\r\n<span style=\"color: #993300;\"><strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars-High-School.pdf\" target=\"_blank\">Circulars-High School</a></strong></span>\r\n\r\n ','Circulars','','inherit','closed','closed','','206-revision-v1','','','2019-10-17 11:57:30','2019-10-17 06:27:30','',206,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/206-revision-v1/',0,'revision','',0),(220,1,'2019-10-17 11:57:46','2019-10-17 06:27:46','<span style=\"color: #993300;\"><strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Transfer-Certificate.pdf\" target=\"_blank\">Transfer-Certificate</a></strong></span>','Transfer certificate','','inherit','closed','closed','','208-revision-v1','','','2019-10-17 11:57:46','2019-10-17 06:27:46','',208,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/208-revision-v1/',0,'revision','',0),(221,1,'2019-10-17 12:05:37','2019-10-17 06:35:37','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<strong>HAMAM GATEWAY :</strong>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing and group dance were organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<strong>Self Defence - World Record Attempt :</strong>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and excellent trophy as well.\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students as well as teachers practices various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-17 12:05:37','2019-10-17 06:35:37','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/19-revision-v1/',0,'revision','',0),(222,1,'2019-10-17 12:11:15','2019-10-17 06:41:15','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<strong>HAMAM GATEWAY :</strong>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing and group dance were organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<strong>Self Defence - World Record Attempt :</strong>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and excellent trophy as well.\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students as well as teachers practices various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<strong>Mother India - Rally :</strong>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<strong>KAT Exam :</strong>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<strong>Silambam :</strong>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<strong>Karate :</strong>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n \r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-17 12:11:15','2019-10-17 06:41:15','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/19-revision-v1/',0,'revision','',0),(223,1,'2019-10-17 12:11:24','2019-10-17 06:41:24','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<strong>HAMAM GATEWAY :</strong>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing and group dance were organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<strong>Self Defence - World Record Attempt :</strong>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and excellent trophy as well.\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students as well as teachers practices various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<strong>Mother India - Rally :</strong>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<strong>KAT Exam :</strong>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<strong>Silambam :</strong>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<strong>Karate :</strong>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-17 12:11:24','2019-10-17 06:41:24','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/19-revision-v1/',0,'revision','',0),(224,1,'2019-10-17 12:20:14','2019-10-17 06:50:14','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<strong>HAMAM GATEWAY :</strong>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing and group dance were organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<strong>Self Defence - World Record Attempt :</strong>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and excellent trophy as well.\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students as well as teachers practices various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<strong>Mother India - Rally :</strong>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<strong>KAT Exam :</strong>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<strong>Silambam :</strong>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<strong>Karate :</strong>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n<strong>Swimming :</strong>\r\n\r\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\r\n\r\n<strong>Independence Day :</strong>\r\n\r\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-17 12:20:14','2019-10-17 06:50:14','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/19-revision-v1/',0,'revision','',0),(225,1,'2019-10-17 12:21:27','2019-10-17 06:51:27','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<strong>HAMAM GATEWAY :</strong>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing and group dance were organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<strong>Self Defence - World Record Attempt :</strong>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and excellent trophy as well.\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students as well as teachers practices various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<strong>Mother India - Rally :</strong>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<strong>KAT Exam :</strong>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<strong>Silambam :</strong>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<strong>Karate :</strong>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n<strong>Swimming :</strong>\r\n\r\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\r\n\r\n<strong>Independence Day :</strong>\r\n\r\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.\r\n\r\n<strong>GAJSMA :</strong>\r\n\r\nGAJSMA 2019, International Abacus Competition held in Dubai.  16 Students participated in that competition. All the 16 participants bagged 1<sup>st</sup>, 2<sup>nd</sup> and 3<sup>rd</sup> prizes in the world level competition. It’s a pride moment for us. Few more feathers added to the crown.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-17 12:21:27','2019-10-17 06:51:27','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/19-revision-v1/',0,'revision','',0),(226,1,'2019-10-17 12:23:29','2019-10-17 06:53:29','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<strong>HAMAM GATEWAY :</strong>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing, and group dance was organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<strong>Self Defence - World Record Attempt :</strong>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and an excellent trophy as well.\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students, as well as teachers, practice various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<strong>Mother India - Rally :</strong>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<strong>KAT Exam :</strong>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<strong>Silambam :</strong>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<strong>Karate :</strong>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n<strong>Swimming :</strong>\r\n\r\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\r\n\r\n<strong>Independence Day :</strong>\r\n\r\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.\r\n\r\n<strong>GAJSMA :</strong>\r\n\r\nGAJSMA 2019, International Abacus Competition held in Dubai.  16 Students participated in that competition. All the 16 participants bagged 1<sup>st</sup>, 2<sup>nd</sup> and 3<sup>rd</sup> prizes in the world level competition. It’s a pride moment for us. A few more feathers added to the crown.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-17 12:23:29','2019-10-17 06:53:29','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/19-revision-v1/',0,'revision','',0),(227,1,'2019-10-17 12:24:49','2019-10-17 06:54:49','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>HAMAM GATEWAY :</strong></span>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing, and group dance was organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Self Defence - World Record Attempt :</strong></span>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and an excellent trophy as well.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>International Yoga Day :</strong></span>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students, as well as teachers, practice various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Mother India - Rally :</strong></span>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>KAT Exam :</strong></span>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Silambam :</strong></span>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Karate :</strong></span>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Swimming :</strong></span>\r\n\r\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Independence Day :</strong></span>\r\n\r\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>GAJSMA :</strong></span>\r\n\r\nGAJSMA 2019, International Abacus Competition held in Dubai.  16 Students participated in that competition. All the 16 participants bagged 1<sup>st</sup>, 2<sup>nd</sup> and 3<sup>rd</sup> prizes in the world level competition. It’s a pride moment for us. A few more feathers added to the crown.\r\n\r\n ','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-17 12:24:49','2019-10-17 06:54:49','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/19-revision-v1/',0,'revision','',0),(228,1,'2019-10-17 12:25:39','2019-10-17 06:55:39','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>HAMAM GATEWAY :</strong></span>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing, and group dance was organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Self Defence - World Record Attempt :</strong></span>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and an excellent trophy as well.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>International Yoga Day :</strong></span>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students, as well as teachers, practice various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Mother India - Rally :</strong></span>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>KAT Exam :</strong></span>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Silambam :</strong></span>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Karate :</strong></span>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Swimming :</strong></span>\r\n\r\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Independence Day :</strong></span>\r\n\r\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>GAJSMA :</strong></span>\r\n\r\nGAJSMA 2019, International Abacus Competition held in Dubai.  16 Students participated in that competition. All the 16 participants bagged 1<sup>st</sup>, 2<sup>nd</sup> and 3<sup>rd</sup> prizes in the world level competition. It’s a pride moment for us. A few more feathers added to the crown.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2019-10-17 12:25:39','2019-10-17 06:55:39','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/19-revision-v1/',0,'revision','',0),(229,1,'2019-10-17 12:59:04','2019-10-17 07:29:04','<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-250 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/13.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-253 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/16.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-251 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/14.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-252 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/15.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-254 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/17.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-255 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/18.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-257 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/20.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-258 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-256 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/19.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-259 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-260 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-261 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>','Swatch Bharat','','publish','closed','closed','','swatch-bharat','','','2019-10-19 11:43:21','2019-10-19 06:13:21','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=229',0,'page','',0),(230,1,'2019-10-17 12:59:04','2019-10-17 07:29:04','','Swatch Bharat','','inherit','closed','closed','','229-revision-v1','','','2019-10-17 12:59:04','2019-10-17 07:29:04','',229,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/229-revision-v1/',0,'revision','',0),(231,1,'2019-10-17 12:59:46','2019-10-17 07:29:46',' ','','','publish','closed','closed','','231','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=231',27,'nav_menu_item','',0),(233,1,'2019-10-17 13:04:21','2019-10-17 07:34:21','','Quiz was conducted based on Green India Mission','','inherit','open','closed','','quiz-was-conducted-based-on-green-india-mission','','','2019-10-17 13:04:21','2019-10-17 07:34:21','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Quiz-was-conducted-based-on-Green-India-Mission.jpg',0,'attachment','image/jpeg',0),(234,1,'2019-10-17 13:05:15','2019-10-17 07:35:15','<strong>Quiz was conducted based on Green India Mission :</strong>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Quiz-was-conducted-based-on-Green-India-Mission.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-233\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Quiz-was-conducted-based-on-Green-India-Mission.jpg\" alt=\"Quiz was conducted based on Green India Mission\" width=\"1040\" height=\"780\" /></a>','Swatch Bharat','','inherit','closed','closed','','229-revision-v1','','','2019-10-17 13:05:15','2019-10-17 07:35:15','',229,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/229-revision-v1/',0,'revision','',0),(235,1,'2019-10-17 13:05:25','2019-10-17 07:35:25','<strong>Quiz was conducted based on Green India Mission :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Quiz-was-conducted-based-on-Green-India-Mission.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-233\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Quiz-was-conducted-based-on-Green-India-Mission.jpg\" alt=\"Quiz was conducted based on Green India Mission\" width=\"1040\" height=\"780\" /></a>','Swatch Bharat','','inherit','closed','closed','','229-revision-v1','','','2019-10-17 13:05:25','2019-10-17 07:35:25','',229,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/229-revision-v1/',0,'revision','',0),(236,1,'2019-10-17 14:44:50','2019-10-17 09:14:50','','1','','inherit','open','closed','','1-3','','','2019-10-17 14:44:50','2019-10-17 09:14:50','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg',0,'attachment','image/jpeg',0),(237,1,'2019-10-17 14:44:51','2019-10-17 09:14:51','','2','','inherit','open','closed','','2-3','','','2019-10-17 14:44:51','2019-10-17 09:14:51','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg',0,'attachment','image/jpeg',0),(238,1,'2019-10-17 14:45:36','2019-10-17 09:15:36','','3','','inherit','open','closed','','3-3','','','2019-10-17 14:45:36','2019-10-17 09:15:36','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg',0,'attachment','image/jpeg',0),(239,1,'2019-10-17 14:45:36','2019-10-17 09:15:36','','4','','inherit','open','closed','','4-3','','','2019-10-17 14:45:36','2019-10-17 09:15:36','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg',0,'attachment','image/jpeg',0),(240,1,'2019-10-17 14:46:35','2019-10-17 09:16:35','','5','','inherit','open','closed','','5-3','','','2019-10-17 14:46:35','2019-10-17 09:16:35','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg',0,'attachment','image/jpeg',0),(241,1,'2019-10-17 14:46:35','2019-10-17 09:16:35','','6','','inherit','open','closed','','6-3','','','2019-10-17 14:46:35','2019-10-17 09:16:35','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg',0,'attachment','image/jpeg',0),(242,1,'2019-10-17 14:47:15','2019-10-17 09:17:15','','7','','inherit','open','closed','','7-3','','','2019-10-17 14:47:15','2019-10-17 09:17:15','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg',0,'attachment','image/jpeg',0),(243,1,'2019-10-17 14:47:15','2019-10-17 09:17:15','','8','','inherit','open','closed','','8-3','','','2019-10-17 14:47:15','2019-10-17 09:17:15','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg',0,'attachment','image/jpeg',0),(244,1,'2019-10-17 14:47:52','2019-10-17 09:17:52','','9','','inherit','open','closed','','9-2','','','2019-10-17 14:47:52','2019-10-17 09:17:52','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg',0,'attachment','image/jpeg',0),(245,1,'2019-10-17 14:47:53','2019-10-17 09:17:53','','10','','inherit','open','closed','','10-2','','','2019-10-17 14:47:53','2019-10-17 09:17:53','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg',0,'attachment','image/jpeg',0),(246,1,'2019-10-17 14:48:32','2019-10-17 09:18:32','','11','','inherit','open','closed','','11-2','','','2019-10-17 14:48:32','2019-10-17 09:18:32','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg',0,'attachment','image/jpeg',0),(247,1,'2019-10-17 14:48:33','2019-10-17 09:18:33','','12','','inherit','open','closed','','12-2','','','2019-10-17 14:48:33','2019-10-17 09:18:33','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg',0,'attachment','image/jpeg',0),(248,1,'2019-10-17 14:49:22','2019-10-17 09:19:22','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games,Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-17 14:49:22','2019-10-17 09:19:22','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/17-revision-v1/',0,'revision','',0),(249,1,'2019-10-17 14:50:38','2019-10-17 09:20:38','<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2019-10-17 14:50:38','2019-10-17 09:20:38','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/17/17-revision-v1/',0,'revision','',0),(250,1,'2019-10-19 11:21:23','2019-10-19 05:51:23','','13','','inherit','open','closed','','13-2','','','2019-10-19 11:21:23','2019-10-19 05:51:23','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/13.jpg',0,'attachment','image/jpeg',0),(251,1,'2019-10-19 11:21:25','2019-10-19 05:51:25','','14','','inherit','open','closed','','14-2','','','2019-10-19 11:21:25','2019-10-19 05:51:25','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/14.jpg',0,'attachment','image/jpeg',0),(252,1,'2019-10-19 11:21:26','2019-10-19 05:51:26','','15','','inherit','open','closed','','15-2','','','2019-10-19 11:21:26','2019-10-19 05:51:26','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/15.jpg',0,'attachment','image/jpeg',0),(253,1,'2019-10-19 11:21:27','2019-10-19 05:51:27','','16','','inherit','open','closed','','16-2','','','2019-10-19 11:21:27','2019-10-19 05:51:27','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/16.jpg',0,'attachment','image/jpeg',0),(254,1,'2019-10-19 11:23:08','2019-10-19 05:53:08','','17','','inherit','open','closed','','17-2','','','2019-10-19 11:23:08','2019-10-19 05:53:08','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/17.jpg',0,'attachment','image/jpeg',0),(255,1,'2019-10-19 11:23:09','2019-10-19 05:53:09','','18','','inherit','open','closed','','18-2','','','2019-10-19 11:23:09','2019-10-19 05:53:09','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/18.jpg',0,'attachment','image/jpeg',0),(256,1,'2019-10-19 11:23:10','2019-10-19 05:53:10','','19','','inherit','open','closed','','19-2','','','2019-10-19 11:23:10','2019-10-19 05:53:10','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/19.jpg',0,'attachment','image/jpeg',0),(257,1,'2019-10-19 11:23:11','2019-10-19 05:53:11','','20','','inherit','open','closed','','20-2','','','2019-10-19 11:23:11','2019-10-19 05:53:11','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/20.jpg',0,'attachment','image/jpeg',0),(258,1,'2019-10-19 11:40:45','2019-10-19 06:10:45','','21','','inherit','open','closed','','21-2','','','2019-10-19 11:40:45','2019-10-19 06:10:45','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/21.jpg',0,'attachment','image/jpeg',0),(259,1,'2019-10-19 11:40:46','2019-10-19 06:10:46','','22','','inherit','open','closed','','22','','','2019-10-19 11:40:46','2019-10-19 06:10:46','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/22.jpg',0,'attachment','image/jpeg',0),(260,1,'2019-10-19 11:40:46','2019-10-19 06:10:46','','23','','inherit','open','closed','','23-2','','','2019-10-19 11:40:46','2019-10-19 06:10:46','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/23.jpg',0,'attachment','image/jpeg',0),(261,1,'2019-10-19 11:40:47','2019-10-19 06:10:47','','24','','inherit','open','closed','','24-2','','','2019-10-19 11:40:47','2019-10-19 06:10:47','',229,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/24.jpg',0,'attachment','image/jpeg',0),(262,1,'2019-10-19 11:43:14','2019-10-19 06:13:14','<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-250 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/13.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-253 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/16.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-251 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/14.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-252 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/15.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-254 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/17.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-255 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/18.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-257 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/20.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-258 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/21.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-256 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/19.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-259 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/22.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/23.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-260 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/23.jpg\" alt=\"23\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-261 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/24.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a>','Swatch Bharat','','inherit','closed','closed','','229-revision-v1','','','2019-10-19 11:43:14','2019-10-19 06:13:14','',229,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/229-revision-v1/',0,'revision','',0),(263,1,'2019-10-19 11:49:34','2019-10-19 06:19:34','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus </strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-130 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2-1024x539.jpg\" alt=\"1900-1000 (2)\" width=\"604\" height=\"318\" /></a>\r\n\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-132 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3-1024x539.jpg\" alt=\"1900-1000 (3)\" width=\"604\" height=\"318\" /></a>\r\n\r\n \r\n\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-133 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga-1024x539.jpg\" alt=\"Yoga\" width=\"604\" height=\"318\" /></a>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-10-19 11:49:34','2019-10-19 06:19:34','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/14-revision-v1/',0,'revision','',0),(265,1,'2019-10-19 11:57:12','2019-10-19 06:27:12','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/ANNUAL-REPORT-2020-21.pdf\" target=\"_blank\">ANNUAL REPORT 2020-21</a></strong></li>\r\n</ul>','Annual Report','','publish','closed','closed','','annual-report','','','2021-10-28 12:12:01','2021-10-28 06:42:01','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=265',0,'page','',0),(266,1,'2019-10-19 11:57:12','2019-10-19 06:27:12','','Annual Report','','inherit','closed','closed','','265-revision-v1','','','2019-10-19 11:57:12','2019-10-19 06:27:12','',265,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/265-revision-v1/',0,'revision','',0),(267,1,'2019-10-19 11:59:10','2019-10-19 06:29:10','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/TC-DETAILS.pdf\" target=\"_blank\">TC DETAILS</a></strong></li>\r\n</ul>','Transfer Certificate Issued Students List','','publish','closed','closed','','transfer-certificate-issued-students-list','','','2021-07-06 11:02:22','2021-07-06 05:32:22','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=267',0,'page','',0),(268,1,'2019-10-19 11:58:27','2019-10-19 06:28:27','<span style=\"color: #993300;\"><strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Transfer-Certificate.pdf\" target=\"_blank\">Transfer-Certificate</a></strong></span>','Transfer Certificate','','inherit','closed','closed','','208-revision-v1','','','2019-10-19 11:58:27','2019-10-19 06:28:27','',208,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/208-revision-v1/',0,'revision','',0),(269,1,'2019-10-19 11:59:10','2019-10-19 06:29:10','','Transfer Certificate Issued Students List','','inherit','closed','closed','','267-revision-v1','','','2019-10-19 11:59:10','2019-10-19 06:29:10','',267,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/267-revision-v1/',0,'revision','',0),(273,1,'2019-10-19 12:07:30','2019-10-19 06:37:30',' ','','','publish','closed','closed','','273','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=273',17,'nav_menu_item','',0),(274,1,'2019-10-19 12:07:30','2019-10-19 06:37:30',' ','','','publish','closed','closed','','274','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=274',29,'nav_menu_item','',0),(275,1,'2019-10-19 12:08:03','2019-10-19 06:38:03','','Staff Details','','publish','closed','closed','','staff-details','','','2019-10-19 12:08:03','2019-10-19 06:38:03','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=275',0,'page','',0),(276,1,'2019-10-19 12:08:03','2019-10-19 06:38:03','','Staff Details','','inherit','closed','closed','','275-revision-v1','','','2019-10-19 12:08:03','2019-10-19 06:38:03','',275,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/275-revision-v1/',0,'revision','',0),(277,1,'2019-10-19 12:08:34','2019-10-19 06:38:34',' ','','','publish','closed','closed','','277','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=277',19,'nav_menu_item','',0),(278,1,'2019-10-19 12:23:38','2019-10-19 06:53:38','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/TEACHING-STAFF.pdf\" target=\"_blank\">TEACHING STAFF</a></strong></span></li>\r\n</ul>','Teaching Staff','','publish','closed','closed','','teaching-staff','','','2022-09-29 11:27:59','2022-09-29 05:57:59','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=278',0,'page','',0),(279,1,'2019-10-19 12:23:38','2019-10-19 06:53:38','','Teaching Staff','','inherit','closed','closed','','278-revision-v1','','','2019-10-19 12:23:38','2019-10-19 06:53:38','',278,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/278-revision-v1/',0,'revision','',0),(280,1,'2019-10-19 12:23:53','2019-10-19 06:53:53','<ul>\r\n <li><span style=\"color: #339966;\"><strong><a style=\"color: #339966;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/NON-TEACHINF-STAFF.pdf\" target=\"_blank\">NON TEACHINF STAFF</a></strong></span></li>\r\n</ul>','Non Teaching Staff','','publish','closed','closed','','administration-staff','','','2022-09-29 11:27:13','2022-09-29 05:57:13','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=280',0,'page','',0),(281,1,'2019-10-19 12:23:53','2019-10-19 06:53:53','','Administration Staff','','inherit','closed','closed','','280-revision-v1','','','2019-10-19 12:23:53','2019-10-19 06:53:53','',280,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/280-revision-v1/',0,'revision','',0),(282,1,'2019-10-19 12:31:53','2019-10-19 07:01:53',' ','','','publish','closed','closed','','282','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=282',21,'nav_menu_item','',0),(283,1,'2019-10-19 12:31:51','2019-10-19 07:01:51',' ','','','publish','closed','closed','','283','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=283',20,'nav_menu_item','',0),(284,1,'2019-10-19 12:44:25','2019-10-19 07:14:25','','Annual Report','','inherit','open','closed','','annual-report-2','','','2019-10-19 12:44:25','2019-10-19 07:14:25','',265,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Annual-Report.pdf',0,'attachment','application/pdf',0),(285,1,'2019-10-19 12:44:45','2019-10-19 07:14:45','<strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Annual-Report.pdf\">Annual Report</a></strong>','Annual Report','','inherit','closed','closed','','265-revision-v1','','','2019-10-19 12:44:45','2019-10-19 07:14:45','',265,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/265-revision-v1/',0,'revision','',0),(287,1,'2019-10-19 12:45:43','2019-10-19 07:15:43','<strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Annual-Report.pdf\">Annual Report</a> 2018-19</strong>','Annual Report','','inherit','closed','closed','','265-revision-v1','','','2019-10-19 12:45:43','2019-10-19 07:15:43','',265,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/265-revision-v1/',0,'revision','',0),(289,1,'2019-10-19 12:46:55','2019-10-19 07:16:55','','Annual Report 2018-19','','inherit','open','closed','','annual-report-2018-19','','','2019-10-19 12:46:55','2019-10-19 07:16:55','',265,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Annual-Report-2018-19.pdf',0,'attachment','application/pdf',0),(290,1,'2019-10-19 12:46:58','2019-10-19 07:16:58','<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Annual-Report-2018-19.pdf\">Annual Report 2018-19</a>','Annual Report','','inherit','closed','closed','','265-autosave-v1','','','2019-10-19 12:46:58','2019-10-19 07:16:58','',265,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/265-autosave-v1/',0,'revision','',0),(291,1,'2019-10-19 12:47:06','2019-10-19 07:17:06','<strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Annual-Report-2018-19.pdf\" target=\"_blank\">Annual Report 2018-19</a></strong>','Annual Report','','inherit','closed','closed','','265-revision-v1','','','2019-10-19 12:47:06','2019-10-19 07:17:06','',265,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/265-revision-v1/',0,'revision','',0),(294,1,'2019-10-19 13:11:06','2019-10-19 07:41:06','','Coimbatore-1','','inherit','open','closed','','coimbatore-1','','','2019-10-19 13:11:06','2019-10-19 07:41:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg',0,'attachment','image/jpeg',0),(298,1,'2019-10-19 14:50:19','2019-10-19 09:20:19','','Capture','','inherit','open','closed','','capture','','','2019-10-19 14:50:19','2019-10-19 09:20:19','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Capture.jpg',0,'attachment','image/jpeg',0),(300,1,'2019-10-19 14:51:11','2019-10-19 09:21:11','','Coimbatore-1 (1)','','inherit','open','closed','','coimbatore-1-1','','','2019-10-19 14:51:11','2019-10-19 09:21:11','',0,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg',0,'attachment','image/jpeg',0),(305,1,'2019-10-19 15:16:18','2019-10-19 09:46:18','<p class=\"entry-header\"><strong>Principal’s Message :  </strong></p>\r\n<p class=\"entry-header\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg\" target=\"_blank\">\r\n</a></p>\r\n<p class=\"entry-header\"><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Untitled-design.jpg\" target=\"_blank\"><img class=\"wp-image-531 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Untitled-design.jpg\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a></strong></p>\r\n<p class=\"entry-header\" style=\"text-align: center;\"><strong>     Dr. Gladis Diana Sivakumar ( Principal )</strong></p>\r\n<p class=\"entry-header\"><strong>Sri Chaitanya educational institutions</strong>, a proven leader in the field of education, has become the first choice of parents who look ahead to have the way for a bright future of their children.</p>\r\n<p class=\"entry-header\">With the motto “intelligence re-definedâ€, aimed at creating a society of intellectual individuals by providing best quality education. At <strong>Sri Chaitanya,</strong> education is child friendly, with integrated curriculum, specially designed after thorough research for overall development of child. Keeping mind, a study that says, “Maximum human brain development takes place between conception to 7 years of age; which are generally called formative years, <strong>Sri Chaitanya </strong>Emphasize in guiding the child to use tiny brain in order to improve thinking and analytical skills.</p>\r\n<p class=\"entry-header\">Childhood is an important period of human growth and development. Every child by birth possesses his full educational potential, to which an appropriate educational environment is necessary to encourage the child to grow and develop in an optimal manner. SCTS stimulates an appreciation and love for children and love for children and to provide a new but small world – a world known as the STAR KIDS where children could play with others of their own age group and experience their first gentle taste of independence.</p>\r\n\r\n<h6 class=\"entry-header\"><strong>History :</strong></h6>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-112 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" alt=\"Coimbathur About Us\" width=\"1200\" height=\"400\" /></a>\r\n\r\n<strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n\r\nThere are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\n<strong>Flight through time</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\n<strong>Legend of Sri Chaitanya – The Mentors</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n<h5>Our Vision And Mission :</h5>\r\n<strong>Mission:</strong>\r\n\r\n<strong>Sri Chaitanya School</strong> aims at engaging students in tackling real-world problems. The education they receive revolves around the holistic development of the students. The school aims to be an institution of excellence, dedicated to producing leaders of the future. It is a perfect blend of academic syllabus and extra -curricular activities. The spirit of Sri Chaitanya School is to make every child a competitive and a complete person through the integrated programme.\r\n\r\n<strong>Vision:</strong>\r\n\r\nTo fulfill the vision, Sri Chaitanya Educational Institutions provide a platform to every student to discover and realise his/her potential.\r\n\r\n<em>To understand and implement the core essentials of life through:</em>\r\n<ul>\r\n <li>Morals : The ability to discriminate between the right and the wrong</li>\r\n <li>Values : The unique beliefs and feelings of an individual</li>\r\n <li>Ethics : The principles of behavior</li>\r\n <li>Problem-solving techniques : The skill of resolving difficulties</li>\r\n <li>Positive attitude: The highest form of a healthy personality</li>\r\n</ul>\r\n<strong>Philosophy:</strong>\r\n\r\nAt Sri Chaitanya our mission, through the combined effort of staff, parents and students community is:\r\n<ul>\r\n <li>To provide students with a foundation in basic skills,</li>\r\n <li>To foster a positive work ethic,</li>\r\n <li>To create an environment that harbors tolerance & respect for each other</li>\r\n <li>To spark an attitude of inquiry and an enthusiasm for learning that will enable our children to become productive and responsible citizens.</li>\r\n</ul>\r\n<strong>Giving Students the global edge</strong>\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.','About Us','','publish','closed','closed','','about-us-2','','','2022-09-10 15:14:59','2022-09-10 09:44:59','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=305',0,'page','',0),(306,1,'2019-10-19 15:05:29','2019-10-19 09:35:29','','About 123','','inherit','closed','closed','','305-revision-v1','','','2019-10-19 15:05:29','2019-10-19 09:35:29','',305,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/305-revision-v1/',0,'revision','',0),(307,1,'2019-10-19 15:09:10','2019-10-19 09:39:10','<p class=\"entry-header\"><strong>Principal’s Message :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg\" target=\"_blank\">\r\n</a></p>\r\n<p class=\"entry-header\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" target=\"_blank\"><img class=\"wp-image-300 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" alt=\"Coimbatore-1 (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p class=\"entry-header\"><strong>                              Mrs. Malathiraja ( Principal )</strong></p>\r\n<p class=\"entry-header\"><strong>Sri Chaitanya educational institutions</strong>, a proven leader in the field of education, has become the first choice of parents who look ahead to have the way for a bright future of their children.</p>\r\n<p class=\"entry-header\">With the motto “intelligence re-definedâ€, aimed at creating a society of intellectual individuals by providing best quality education. At <strong>Sri Chaitanya,</strong> education is child friendly, with integrated curriculum, specially designed after thorough research for overall development of child. Keeping mind, a study that says, “Maximum human brain development takes place between conception to 7 years of age; which are generally called formative years, <strong>Sri chaitanya </strong>Emphasize in guiding the child to use tiny brain in order to improve thinking and analytical skills.</p>\r\n<p class=\"entry-header\">Childhood is an important period of human growth and development. Every child by birth possesses his full educational potential, to which an appropriate educational environment is necessary to encourage the child to grow and develop in an optimal manner. SCTS stimulates an appreciation and love for children and love for children and to provide a new but small world – a world known as the STAR KIDS where children could play with others of their own age group and experience their first gentle taste of independence.</p>\r\n\r\n<h6 class=\"entry-header\"><strong>History :</strong></h6>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-118 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.jpg\" alt=\"Untitled design\" width=\"1900\" height=\"400\" /></a>\r\n\r\n ','About 123','','inherit','closed','closed','','305-revision-v1','','','2019-10-19 15:09:10','2019-10-19 09:39:10','',305,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/305-revision-v1/',0,'revision','',0),(308,1,'2019-10-19 15:10:23','2019-10-19 09:40:23','<p class=\"entry-header\"><strong>Principal’s Message :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg\" target=\"_blank\">\r\n</a></p>\r\n<p class=\"entry-header\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" target=\"_blank\"><img class=\"wp-image-300 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" alt=\"Coimbatore-1 (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p class=\"entry-header\"><strong>                              Mrs. Malathiraja ( Principal )</strong></p>\r\n<p class=\"entry-header\"><strong>Sri Chaitanya educational institutions</strong>, a proven leader in the field of education, has become the first choice of parents who look ahead to have the way for a bright future of their children.</p>\r\n<p class=\"entry-header\">With the motto “intelligence re-definedâ€, aimed at creating a society of intellectual individuals by providing best quality education. At <strong>Sri Chaitanya,</strong> education is child friendly, with integrated curriculum, specially designed after thorough research for overall development of child. Keeping mind, a study that says, “Maximum human brain development takes place between conception to 7 years of age; which are generally called formative years, <strong>Sri chaitanya </strong>Emphasize in guiding the child to use tiny brain in order to improve thinking and analytical skills.</p>\r\n<p class=\"entry-header\">Childhood is an important period of human growth and development. Every child by birth possesses his full educational potential, to which an appropriate educational environment is necessary to encourage the child to grow and develop in an optimal manner. SCTS stimulates an appreciation and love for children and love for children and to provide a new but small world – a world known as the STAR KIDS where children could play with others of their own age group and experience their first gentle taste of independence.</p>\r\n\r\n<h6 class=\"entry-header\"><strong>History :</strong></h6>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-112 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" alt=\"Coimbathur About Us\" width=\"1200\" height=\"400\" /></a>\r\n\r\n \r\n\r\n ','About 123','','inherit','closed','closed','','305-revision-v1','','','2019-10-19 15:10:23','2019-10-19 09:40:23','',305,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/305-revision-v1/',0,'revision','',0),(309,1,'2019-10-19 15:10:56','2019-10-19 09:40:56','<p class=\"entry-header\"><strong>Principal’s Message :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg\" target=\"_blank\">\r\n</a></p>\r\n<p class=\"entry-header\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" target=\"_blank\"><img class=\"wp-image-300 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" alt=\"Coimbatore-1 (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p class=\"entry-header\"><strong>                              Mrs. Malathiraja ( Principal )</strong></p>\r\n<p class=\"entry-header\"><strong>Sri Chaitanya educational institutions</strong>, a proven leader in the field of education, has become the first choice of parents who look ahead to have the way for a bright future of their children.</p>\r\n<p class=\"entry-header\">With the motto “intelligence re-definedâ€, aimed at creating a society of intellectual individuals by providing best quality education. At <strong>Sri Chaitanya,</strong> education is child friendly, with integrated curriculum, specially designed after thorough research for overall development of child. Keeping mind, a study that says, “Maximum human brain development takes place between conception to 7 years of age; which are generally called formative years, <strong>Sri chaitanya </strong>Emphasize in guiding the child to use tiny brain in order to improve thinking and analytical skills.</p>\r\n<p class=\"entry-header\">Childhood is an important period of human growth and development. Every child by birth possesses his full educational potential, to which an appropriate educational environment is necessary to encourage the child to grow and develop in an optimal manner. SCTS stimulates an appreciation and love for children and love for children and to provide a new but small world – a world known as the STAR KIDS where children could play with others of their own age group and experience their first gentle taste of independence.</p>\r\n\r\n<h6 class=\"entry-header\"><strong>History :</strong></h6>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-112 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" alt=\"Coimbathur About Us\" width=\"1200\" height=\"400\" /></a>\r\n\r\n<strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n\r\n \r\n\r\n \r\n\r\n ','About 123','','inherit','closed','closed','','305-revision-v1','','','2019-10-19 15:10:56','2019-10-19 09:40:56','',305,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/305-revision-v1/',0,'revision','',0),(310,1,'2019-10-19 15:11:58','2019-10-19 09:41:58','<p class=\"entry-header\"><strong>Principal’s Message :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg\" target=\"_blank\">\r\n</a></p>\r\n<p class=\"entry-header\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" target=\"_blank\"><img class=\"wp-image-300 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" alt=\"Coimbatore-1 (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p class=\"entry-header\"><strong>                              Mrs. Malathiraja ( Principal )</strong></p>\r\n<p class=\"entry-header\"><strong>Sri Chaitanya educational institutions</strong>, a proven leader in the field of education, has become the first choice of parents who look ahead to have the way for a bright future of their children.</p>\r\n<p class=\"entry-header\">With the motto “intelligence re-definedâ€, aimed at creating a society of intellectual individuals by providing best quality education. At <strong>Sri Chaitanya,</strong> education is child friendly, with integrated curriculum, specially designed after thorough research for overall development of child. Keeping mind, a study that says, “Maximum human brain development takes place between conception to 7 years of age; which are generally called formative years, <strong>Sri chaitanya </strong>Emphasize in guiding the child to use tiny brain in order to improve thinking and analytical skills.</p>\r\n<p class=\"entry-header\">Childhood is an important period of human growth and development. Every child by birth possesses his full educational potential, to which an appropriate educational environment is necessary to encourage the child to grow and develop in an optimal manner. SCTS stimulates an appreciation and love for children and love for children and to provide a new but small world – a world known as the STAR KIDS where children could play with others of their own age group and experience their first gentle taste of independence.</p>\r\n\r\n<h6 class=\"entry-header\"><strong>History :</strong></h6>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-112 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" alt=\"Coimbathur About Us\" width=\"1200\" height=\"400\" /></a>\r\n\r\n<strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n\r\nThere are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\n<strong>Flight through time</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\n<strong>Legend of Sri Chaitanya – The Mentors</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n\r\n \r\n\r\n ','About 123','','inherit','closed','closed','','305-revision-v1','','','2019-10-19 15:11:58','2019-10-19 09:41:58','',305,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/305-revision-v1/',0,'revision','',0),(311,1,'2019-10-19 15:15:52','2019-10-19 09:45:52','<p class=\"entry-header\"><strong>Principal’s Message :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg\" target=\"_blank\">\r\n</a></p>\r\n<p class=\"entry-header\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" target=\"_blank\"><img class=\"wp-image-300 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" alt=\"Coimbatore-1 (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p class=\"entry-header\"><strong>                              Mrs. Malathiraja ( Principal )</strong></p>\r\n<p class=\"entry-header\"><strong>Sri Chaitanya educational institutions</strong>, a proven leader in the field of education, has become the first choice of parents who look ahead to have the way for a bright future of their children.</p>\r\n<p class=\"entry-header\">With the motto “intelligence re-definedâ€, aimed at creating a society of intellectual individuals by providing best quality education. At <strong>Sri Chaitanya,</strong> education is child friendly, with integrated curriculum, specially designed after thorough research for overall development of child. Keeping mind, a study that says, “Maximum human brain development takes place between conception to 7 years of age; which are generally called formative years, <strong>Sri chaitanya </strong>Emphasize in guiding the child to use tiny brain in order to improve thinking and analytical skills.</p>\r\n<p class=\"entry-header\">Childhood is an important period of human growth and development. Every child by birth possesses his full educational potential, to which an appropriate educational environment is necessary to encourage the child to grow and develop in an optimal manner. SCTS stimulates an appreciation and love for children and love for children and to provide a new but small world – a world known as the STAR KIDS where children could play with others of their own age group and experience their first gentle taste of independence.</p>\r\n\r\n<h6 class=\"entry-header\"><strong>History :</strong></h6>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-112 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" alt=\"Coimbathur About Us\" width=\"1200\" height=\"400\" /></a>\r\n\r\n<strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n\r\nThere are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\n<strong>Flight through time</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\n<strong>Legend of Sri Chaitanya – The Mentors</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n<h5>Our Vision And Mission :</h5>\r\n<strong>Mission:</strong>\r\n\r\n<strong>Sri Chaitanya School</strong> aims at engaging students in tackling real-world problems. The education they receive revolves around the holistic development of the students. The school aims to be an institution of excellence, dedicated to producing leaders of the future. It is a perfect blend of academic syllabus and extra -curricular activities. The spirit of Sri Chaitanya School is to make every child a competitive and a complete person through the integrated programme.\r\n\r\n<strong>Vision:</strong>\r\n\r\nTo fulfill the vision, Sri Chaitanya Educational Institutions provide a platform to every student to discover and realise his/her potential.\r\n\r\n<em>To understand and implement the core essentials of life through:</em>\r\n<ul>\r\n <li>Morals : The ability to discriminate between the right and the wrong</li>\r\n <li>Values : The unique beliefs and feelings of an individual</li>\r\n <li>Ethics : The principles of behavior</li>\r\n <li>Problem-solving techniques : The skill of resolving difficulties</li>\r\n <li>Positive attitude: The highest form of a healthy personality</li>\r\n</ul>\r\n<strong>Philosophy:</strong>\r\n\r\nAt Sri Chaitanya our mission, through the combined effort of staff, parents and students community is:\r\n<ul>\r\n <li>To provide students with a foundation in basic skills,</li>\r\n <li>To foster a positive work ethic,</li>\r\n <li>To create an environment that harbors tolerance & respect for each other</li>\r\n <li>To spark an attitude of inquiry and an enthusiasm for learning that will enable our children to become productive and responsible citizens.</li>\r\n</ul>\r\n<strong>Giving Students the global edge</strong>\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.','About 123','','inherit','closed','closed','','305-revision-v1','','','2019-10-19 15:15:52','2019-10-19 09:45:52','',305,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/305-revision-v1/',0,'revision','',0),(312,1,'2019-10-19 15:17:25','2019-10-19 09:47:25','<p class=\"entry-header\"><strong>Principal’s Message :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg\" target=\"_blank\">\r\n</a></p>\r\n<p class=\"entry-header\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" target=\"_blank\"><img class=\"wp-image-300 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" alt=\"Coimbatore-1 (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p class=\"entry-header\"><strong>                              Mrs. Malathiraja ( Principal )</strong></p>\r\n<p class=\"entry-header\"><strong>Sri Chaitanya educational institutions</strong>, a proven leader in the field of education, has become the first choice of parents who look ahead to have the way for a bright future of their children.</p>\r\n<p class=\"entry-header\">With the motto “intelligence re-definedâ€, aimed at creating a society of intellectual individuals by providing best quality education. At <strong>Sri Chaitanya,</strong> education is child friendly, with integrated curriculum, specially designed after thorough research for overall development of child. Keeping mind, a study that says, “Maximum human brain development takes place between conception to 7 years of age; which are generally called formative years, <strong>Sri chaitanya </strong>Emphasize in guiding the child to use tiny brain in order to improve thinking and analytical skills.</p>\r\n<p class=\"entry-header\">Childhood is an important period of human growth and development. Every child by birth possesses his full educational potential, to which an appropriate educational environment is necessary to encourage the child to grow and develop in an optimal manner. SCTS stimulates an appreciation and love for children and love for children and to provide a new but small world – a world known as the STAR KIDS where children could play with others of their own age group and experience their first gentle taste of independence.</p>\r\n\r\n<h6 class=\"entry-header\"><strong>History :</strong></h6>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-112 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" alt=\"Coimbathur About Us\" width=\"1200\" height=\"400\" /></a>\r\n\r\n<strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n\r\nThere are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\n<strong>Flight through time</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\n<strong>Legend of Sri Chaitanya – The Mentors</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n<h5>Our Vision And Mission :</h5>\r\n<strong>Mission:</strong>\r\n\r\n<strong>Sri Chaitanya School</strong> aims at engaging students in tackling real-world problems. The education they receive revolves around the holistic development of the students. The school aims to be an institution of excellence, dedicated to producing leaders of the future. It is a perfect blend of academic syllabus and extra -curricular activities. The spirit of Sri Chaitanya School is to make every child a competitive and a complete person through the integrated programme.\r\n\r\n<strong>Vision:</strong>\r\n\r\nTo fulfill the vision, Sri Chaitanya Educational Institutions provide a platform to every student to discover and realise his/her potential.\r\n\r\n<em>To understand and implement the core essentials of life through:</em>\r\n<ul>\r\n <li>Morals : The ability to discriminate between the right and the wrong</li>\r\n <li>Values : The unique beliefs and feelings of an individual</li>\r\n <li>Ethics : The principles of behavior</li>\r\n <li>Problem-solving techniques : The skill of resolving difficulties</li>\r\n <li>Positive attitude: The highest form of a healthy personality</li>\r\n</ul>\r\n<strong>Philosophy:</strong>\r\n\r\nAt Sri Chaitanya our mission, through the combined effort of staff, parents and students community is:\r\n<ul>\r\n <li>To provide students with a foundation in basic skills,</li>\r\n <li>To foster a positive work ethic,</li>\r\n <li>To create an environment that harbors tolerance & respect for each other</li>\r\n <li>To spark an attitude of inquiry and an enthusiasm for learning that will enable our children to become productive and responsible citizens.</li>\r\n</ul>\r\n<strong>Giving Students the global edge</strong>\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.','About Us','','inherit','closed','closed','','305-revision-v1','','','2019-10-19 15:17:25','2019-10-19 09:47:25','',305,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/305-revision-v1/',0,'revision','',0),(313,1,'2019-10-19 15:18:18','2019-10-19 09:48:18',' ','','','publish','closed','closed','','313','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=313',1,'nav_menu_item','',0),(314,1,'2019-10-19 15:35:46','2019-10-19 10:05:46','','Non Teaching Staff','','inherit','closed','closed','','280-revision-v1','','','2019-10-19 15:35:46','2019-10-19 10:05:46','',280,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/280-revision-v1/',0,'revision','',0),(315,1,'2019-10-19 15:36:06','2019-10-19 10:06:06','','Non Teaching Staff','','inherit','open','closed','','non-teaching-staff','','','2019-10-19 15:36:06','2019-10-19 10:06:06','',280,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Non-Teaching-Staff.pdf',0,'attachment','application/pdf',0),(316,1,'2019-10-19 15:36:23','2019-10-19 10:06:23','<strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Non-Teaching-Staff.pdf\">Non-Teaching Staff</a></strong>','Non Teaching Staff','','inherit','closed','closed','','280-revision-v1','','','2019-10-19 15:36:23','2019-10-19 10:06:23','',280,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/280-revision-v1/',0,'revision','',0),(317,1,'2019-10-19 16:08:41','2019-10-19 10:38:41','','Teaching Staff','','inherit','open','closed','','teaching-staff-2','','','2019-10-19 16:08:41','2019-10-19 10:38:41','',278,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff.pdf',0,'attachment','application/pdf',0),(318,1,'2019-10-19 16:08:54','2019-10-19 10:38:54','<strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff.pdf\" target=\"_blank\">Teaching Staff</a></strong>','Teaching Staff','','inherit','closed','closed','','278-revision-v1','','','2019-10-19 16:08:54','2019-10-19 10:38:54','',278,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/19/278-revision-v1/',0,'revision','',0),(319,1,'2019-10-21 12:54:52','2019-10-21 07:24:52','','Students TC List','','inherit','open','closed','','students-tc-list','','','2019-10-21 12:54:52','2019-10-21 07:24:52','',267,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Students-TC-List.pdf',0,'attachment','application/pdf',0),(320,1,'2019-10-21 12:55:38','2019-10-21 07:25:38','<strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Students-TC-List.pdf\" target=\"_blank\">Students TC List</a></strong>','Transfer Certificate Issued Students List','','inherit','closed','closed','','267-revision-v1','','','2019-10-21 12:55:38','2019-10-21 07:25:38','',267,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/21/267-revision-v1/',0,'revision','',0),(321,1,'2019-10-21 12:56:24','2019-10-21 07:26:24','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Students-TC-List.pdf\" target=\"_blank\">Students TC List</a></strong></li>\r\n</ul>','Transfer Certificate Issued Students List','','inherit','closed','closed','','267-revision-v1','','','2019-10-21 12:56:24','2019-10-21 07:26:24','',267,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/21/267-revision-v1/',0,'revision','',0),(322,1,'2019-10-21 12:57:00','2019-10-21 07:27:00','<ul>\r\n <li><span style=\"color: #993300;\"><strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars-Primary.pdf\" target=\"_blank\">Circulars-Primary</a></strong></span></li>\r\n <li><span style=\"color: #993300;\"><strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars-High-School.pdf\" target=\"_blank\">Circulars-High School</a></strong></span></li>\r\n</ul>\r\n ','Circulars','','inherit','closed','closed','','206-revision-v1','','','2019-10-21 12:57:00','2019-10-21 07:27:00','',206,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/21/206-revision-v1/',0,'revision','',0),(323,1,'2019-10-21 12:59:00','2019-10-21 07:29:00','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Annual-Report-2018-19.pdf\" target=\"_blank\">Annual Report 2018-19</a></strong></li>\r\n</ul>','Annual Report','','inherit','closed','closed','','265-revision-v1','','','2019-10-21 12:59:00','2019-10-21 07:29:00','',265,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/21/265-revision-v1/',0,'revision','',0),(324,1,'2019-10-21 12:59:16','2019-10-21 07:29:16','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff.pdf\" target=\"_blank\">Teaching Staff</a></strong></li>\r\n</ul>','Teaching Staff','','inherit','closed','closed','','278-revision-v1','','','2019-10-21 12:59:16','2019-10-21 07:29:16','',278,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/21/278-revision-v1/',0,'revision','',0),(325,1,'2019-10-21 12:59:29','2019-10-21 07:29:29','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Non-Teaching-Staff.pdf\">Non-Teaching Staff</a></strong></li>\r\n</ul>','Non Teaching Staff','','inherit','closed','closed','','280-revision-v1','','','2019-10-21 12:59:29','2019-10-21 07:29:29','',280,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/21/280-revision-v1/',0,'revision','',0),(326,1,'2019-10-21 13:01:05','2019-10-21 07:31:05','<ul>\r\n <li><span style=\"color: #993300;\"><strong><a style=\"color: #993300;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Transfer-Certificate.pdf\" target=\"_blank\">Transfer-Certificate</a></strong></span></li>\r\n</ul>','Transfer Certificate','','inherit','closed','closed','','208-revision-v1','','','2019-10-21 13:01:05','2019-10-21 07:31:05','',208,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/21/208-revision-v1/',0,'revision','',0),(327,1,'2019-10-23 13:10:37','2019-10-23 07:40:37','<strong>School Building :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-330 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-331 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Class Rooms & Library :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-332 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-333 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Laboratories : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-334 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-335 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-336 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-337 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Play Ground :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-339 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-340 \" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>','Infrastructure','','publish','closed','closed','','school-infrastructure','','','2019-10-23 15:28:44','2019-10-23 09:58:44','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=327',0,'page','',0),(328,1,'2019-10-23 13:10:37','2019-10-23 07:40:37','','School Infrastructure','','inherit','closed','closed','','327-revision-v1','','','2019-10-23 13:10:37','2019-10-23 07:40:37','',327,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/23/327-revision-v1/',0,'revision','',0),(329,1,'2019-10-23 15:25:46','2019-10-23 09:55:46','<strong>School Building :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-330 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-331 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Class Rooms & Library :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-332 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-333 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Laboratories : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-334 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-335 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-336 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-337 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Play Ground :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-339 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-340 \" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>','School Infrastructure','','inherit','closed','closed','','327-autosave-v1','','','2019-10-23 15:25:46','2019-10-23 09:55:46','',327,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/23/327-autosave-v1/',0,'revision','',0),(330,1,'2019-10-23 15:08:24','2019-10-23 09:38:24','','1','','inherit','open','closed','','1-4','','','2019-10-23 15:08:24','2019-10-23 09:38:24','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg',0,'attachment','image/jpeg',0),(331,1,'2019-10-23 15:08:25','2019-10-23 09:38:25','','2','','inherit','open','closed','','2-4','','','2019-10-23 15:08:25','2019-10-23 09:38:25','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg',0,'attachment','image/jpeg',0),(332,1,'2019-10-23 15:10:29','2019-10-23 09:40:29','','3','','inherit','open','closed','','3-4','','','2019-10-23 15:10:29','2019-10-23 09:40:29','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg',0,'attachment','image/jpeg',0),(333,1,'2019-10-23 15:10:30','2019-10-23 09:40:30','','8','','inherit','open','closed','','8-4','','','2019-10-23 15:10:30','2019-10-23 09:40:30','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg',0,'attachment','image/jpeg',0),(334,1,'2019-10-23 15:17:36','2019-10-23 09:47:36','','4','','inherit','open','closed','','4-4','','','2019-10-23 15:17:36','2019-10-23 09:47:36','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg',0,'attachment','image/jpeg',0),(335,1,'2019-10-23 15:17:36','2019-10-23 09:47:36','','5','','inherit','open','closed','','5-4','','','2019-10-23 15:17:36','2019-10-23 09:47:36','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg',0,'attachment','image/jpeg',0),(336,1,'2019-10-23 15:17:37','2019-10-23 09:47:37','','6','','inherit','open','closed','','6-4','','','2019-10-23 15:17:37','2019-10-23 09:47:37','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg',0,'attachment','image/jpeg',0),(337,1,'2019-10-23 15:23:38','2019-10-23 09:53:38','','11','','inherit','open','closed','','11-3','','','2019-10-23 15:23:38','2019-10-23 09:53:38','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg',0,'attachment','image/jpeg',0),(338,1,'2019-10-23 15:24:15','2019-10-23 09:54:15','<strong>School Building :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-330 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-331 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Class Rooms & Library :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-332 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-333 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Laboratories : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-334 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-335 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-336 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-337 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n \r\n\r\n ','School Infrastructure','','inherit','closed','closed','','327-revision-v1','','','2019-10-23 15:24:15','2019-10-23 09:54:15','',327,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/23/327-revision-v1/',0,'revision','',0),(339,1,'2019-10-23 15:25:06','2019-10-23 09:55:06','','9','','inherit','open','closed','','9-3','','','2019-10-23 15:25:06','2019-10-23 09:55:06','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg',0,'attachment','image/jpeg',0),(340,1,'2019-10-23 15:25:06','2019-10-23 09:55:06','','10','','inherit','open','closed','','10-3','','','2019-10-23 15:25:06','2019-10-23 09:55:06','',327,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg',0,'attachment','image/jpeg',0),(341,1,'2019-10-23 15:25:43','2019-10-23 09:55:43','<strong>School Building :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-330 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-331 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Class Rooms & Library :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-332 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-333 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Laboratories : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-334 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-335 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-336 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-337 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Play Ground :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-339 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-340 \" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>','School Infrastructure','','inherit','closed','closed','','327-revision-v1','','','2019-10-23 15:25:43','2019-10-23 09:55:43','',327,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/23/327-revision-v1/',0,'revision','',0),(342,1,'2019-10-23 15:28:44','2019-10-23 09:58:44','<strong>School Building :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-330 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-331 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Class Rooms & Library :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-332 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-333 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/8.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Laboratories : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-334 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-335 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-336 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-337 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/11.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Play Ground :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-339 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/9.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-340 \" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/10.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>','Infrastructure','','inherit','closed','closed','','327-revision-v1','','','2019-10-23 15:28:44','2019-10-23 09:58:44','',327,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/23/327-revision-v1/',0,'revision','',0),(343,1,'2019-10-23 15:29:27','2019-10-23 09:59:27',' ','','','publish','closed','closed','','343','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=343',4,'nav_menu_item','',0),(344,1,'2019-10-23 15:48:59','2019-10-23 10:18:59','','Audio','','inherit','open','closed','','audio','','','2019-10-23 15:48:59','2019-10-23 10:18:59','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Audio.png',0,'attachment','image/png',0),(345,1,'2019-10-23 15:51:39','2019-10-23 10:21:39','','Lab','','inherit','open','closed','','lab','','','2019-10-23 15:51:39','2019-10-23 10:21:39','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Lab.png',0,'attachment','image/png',0),(346,1,'2019-10-23 15:52:19','2019-10-23 10:22:19','','Yoga','','inherit','open','closed','','yoga-2','','','2019-10-23 15:52:19','2019-10-23 10:22:19','',14,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.png',0,'attachment','image/png',0),(347,1,'2019-10-23 15:55:51','2019-10-23 10:25:51','<strong>Mid Schooling: </strong>Initiating a Scholastic Renaissance\r\n\r\n<strong>Sri Chaitanya</strong>: The Masters of Education\r\n<p style=\"text-align: justify;\">Sri Chaitanya School offers co-education to students from LKG to Grade X. The School is affiliated to the Central Board of Mid Education, (CBSE). Mid level of school is the decisive phase in the scholastic preference of a student. Children study various subjects by scrutinizing and not by scanning as at the Primary level. Each concept in every topic of the respective subjects is analyzed and examined in the class-room by the student under the teaching and supervision of the teacher.</p>\r\n<p style=\"text-align: justify;\">Sri Chaitanya has proffered a 360° turnaround to the conventional teaching-learning methodology. The improved approach is to tackle the issue at the core level in order to introduce a fresh and novel learning methodology. SCTS believes that every subject is significant in carving a different field altogether and contributing to life and career in equal measures. It is then up to the discretion of the students, under the guidance of the teacher, to choose a career in any subject / field depending on their strengths and weaknesses, besides opportunities to grow. At Sri Chaitanya Techno Schools, students are groomed for a professional career.</p>\r\n<strong>Choosing a Career without Flipping a Coin</strong>\r\n<p style=\"text-align: justify;\">SCTS curriculum clears the mist that stands between the student and the subject. Students then grasp all subjects likewise with clarity. The scenario now becomes comprehensive because all subjects excite the mind. In the same positive way the result is that, career decisions are deferred to a later point of time with thorough comprehension of all the subjects</p>\r\n<strong> </strong><strong>Syllabus :</strong>\r\n\r\n<strong> CBSE</strong> syllabus:\r\n<ul>\r\n <li>We have an integrated syllabus which is framed based on Syllabus prescribed by NCERT and CBSE Board.</li>\r\n <li>We are aiming to cover the syllabus in a ideal way by integrating the concepts from all the Boards’ syllabi in a chronological order without repetition and interception of topics.</li>\r\n <li>The school has adopted the methods of formative teaching along with the CCE (Continuous Comprehensive Evaluation) in better and spirit.</li>\r\n</ul>\r\n<strong>Audio-visual aids:</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-2.jpg\" target=\"_blank\">\r\n</a>\r\n<p style=\"text-align: center;\"> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Audio.png\"><img class=\"alignnone size-full wp-image-344\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Audio.png\" alt=\"Audio\" width=\"400\" height=\"280\" /></a></p>\r\nIntegration of audiovisual teaching with the conventional teaching is an important feature of Sri Chaitanya Techno School Teaching system.\r\n\r\n<strong>Projects :</strong>\r\n\r\nProject-based learning offers a wide range of benefits to both students and teachers. For students, benefits of project-based learning include\r\n<ul>\r\n <li>Increased attendance, growth in self-reliance, and improved attitudes toward learning</li>\r\n <li>Academic gains equal to or better than those generated by other models, with students involved in projects taking greater responsibility for their own learning than during more traditional classroom activities.</li>\r\n <li>Opportunities to develop complex skills, such as higher-order thinking, problem-solving, collaborating, and communicating</li>\r\n <li>Access to a broader range of learning opportunities in the classroom, providing a strategy for engaging culturally diverse learners</li>\r\n</ul>\r\n<strong>Laboratory:</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1900-1000-3.jpg\" target=\"_blank\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Lab.png\" target=\"_blank\"><img class=\"alignnone wp-image-345 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Lab.png\" alt=\"Lab\" width=\"400\" height=\"280\" /></a></p>\r\nBy doing the experiments’ in the Laboratory students will develop the subject knowledge and understanding and also, intellectual abilities, practical skills like data recording and analyzing skills and experimental design – problem solving and analyzing skills, transferable skills.\r\n\r\n<strong>Yoga :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.jpg\" target=\"_blank\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.png\" target=\"_blank\"><img class=\"alignnone wp-image-346 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Yoga.png\" alt=\"Yoga\" width=\"400\" height=\"280\" /></a></p>\r\n<p style=\"text-align: justify;\">Health and wellness, and character education are common themes in all schools today; all are focusing on educating the whole child, mind, body and spirit. Yoga, by nature, supports this learning. In SCTS we are following the same</p>\r\nBenefits of yoga to support the education of the whole child:\r\n<ul>\r\n <li>Provides students healthy ways to express and balance their emotions</li>\r\n <li>Promotes a more relaxed, comfortable state of being - the perfect state for teaching and learning</li>\r\n <li>Encourages community and connectedness within the classroom</li>\r\n <li>Helps to create an atmosphere of confidence, enthusiasm and non-competitiveness where everyone can succeed</li>\r\n <li>Eases anxiety and tension (such as pre-test or performance jitters)</li>\r\n <li>Enhances focus, concentration, comprehension and memory</li>\r\n <li>Provides opportunities for reflection, patience and insight, reducing impulsivity and reactivity</li>\r\n <li>Supports social and emotional learning</li>\r\n <li>Improves listening skills</li>\r\n <li>Enhances organizational and communication skills</li>\r\n <li>Improves mind/body awareness and connection</li>\r\n <li>Improves confidence and self-esteem</li>\r\n <li>Encourages respect for oneself and others</li>\r\n <li>Creates a calm, harmonious classroom</li>\r\n</ul>\r\n<strong>Language club :</strong>\r\n\r\nThe Language club in the school is mainly focus on enriching the knowledge and global skills of the students by\r\n<ul>\r\n <li>Improve pronunciation</li>\r\n <li>Develop fluency in speaking and conversation</li>\r\n <li>Build vocabulary</li>\r\n <li>Learn essential grammar</li>\r\n <li>Improve reading and writing skills</li>\r\n</ul>\r\n<strong>SMART Living Programme :</strong>\r\n\r\n<strong>OBJECTIVE:</strong> The “<strong>SMART </strong><strong>LIVINGâ€</strong> Programme (<strong>S</strong>elf discipline, <strong>M</strong>oral values, <strong>A</strong>wareness on health, <strong>R</strong>esponsible towards society, <strong>T</strong>echnological advancement ) is a step towards our goal of imparting PERSONALITY DEVELOPMENT & VALUE EDUCATION to our student community, and thus serving our society as a whole.\r\n\r\n<strong>HIGHLIGHTS:</strong>\r\n<ul>\r\n <li><strong>“Today’s children are tomorrow’s citizens.†</strong>So, moulding our children today, igniting them with PERSONAL VALUES like <strong>Self Discipline, Moral Values, Health Awareness, Economic Awareness, Awareness on Indian Heritage, Good habits, Responsible towards Society, Benefits of yoga & meditation </strong>, are the ways and means aiming to create an <em>‘All-round Development’</em> among students.</li>\r\n <li><strong>“SMART </strong><strong>LIVING</strong> Programme<strong>†</strong>is an attempt to prepare our future generations to cope with the challenges and changing realities of today and tomorrow.</li>\r\n <li><strong>“Value cannot be forced but be imparted through education.†</strong>So, through this programme we are trying to ‘<em>combine Knowledge, Discipline & Values’</em> which can create a <em>Responsible-Disciplined- knowledgeable- moral society</em>. This is a step forward in implementing our commitment towards the society.</li>\r\n <li>The <strong>SMART </strong><strong>LIVING</strong> programme is a blue print which enables our school to create a structure for Value Education and Personality Development combined with Knowledge and Wisdom.</li>\r\n <li><strong>Every month, </strong>we will be concentrating on a particular topic related either to the personal development or issues related to social awareness that are having an impact in the students’ lives.</li>\r\n</ul>','Academics','','inherit','closed','closed','','14-revision-v1','','','2019-10-23 15:55:51','2019-10-23 10:25:51','',14,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/23/14-revision-v1/',0,'revision','',0),(350,1,'2019-10-30 11:32:53','2019-10-30 06:02:53','<p class=\"entry-header\"><strong>Principal’s Message :</strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1.jpg\" target=\"_blank\">\r\n</a></p>\r\n<p class=\"entry-header\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" target=\"_blank\"><img class=\"wp-image-300 size-full aligncenter\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-1.jpg\" alt=\"Coimbatore-1 (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p class=\"entry-header\"><strong>                              Mrs. Malathiraja ( Principal )</strong></p>\r\n<p class=\"entry-header\"><strong>Sri Chaitanya educational institutions</strong>, a proven leader in the field of education, has become the first choice of parents who look ahead to have the way for a bright future of their children.</p>\r\n<p class=\"entry-header\">With the motto “intelligence re-definedâ€, aimed at creating a society of intellectual individuals by providing best quality education. At <strong>Sri Chaitanya,</strong> education is child friendly, with integrated curriculum, specially designed after thorough research for overall development of child. Keeping mind, a study that says, “Maximum human brain development takes place between conception to 7 years of age; which are generally called formative years, <strong>Sri Chaitanya </strong>Emphasize in guiding the child to use tiny brain in order to improve thinking and analytical skills.</p>\r\n<p class=\"entry-header\">Childhood is an important period of human growth and development. Every child by birth possesses his full educational potential, to which an appropriate educational environment is necessary to encourage the child to grow and develop in an optimal manner. SCTS stimulates an appreciation and love for children and love for children and to provide a new but small world – a world known as the STAR KIDS where children could play with others of their own age group and experience their first gentle taste of independence.</p>\r\n\r\n<h6 class=\"entry-header\"><strong>History :</strong></h6>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-112 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbathur-About-Us-.jpg\" alt=\"Coimbathur About Us\" width=\"1200\" height=\"400\" /></a>\r\n\r\n<strong>Welcome the Masters of Education with a truly Global Vision Sri Chaitanya</strong>\r\n\r\nThere are some moments in life that one forgets. But for Sri Chaitanya every moment over the past 25 years has been memorable and cherished. Every year has not been a mere milestone but has hoisted another flag fluttering to mark educational conquest in the sands of time.\r\n\r\n<strong>Flight through time</strong>\r\n\r\nSri Chaitanya first surfaced on the academic horizon in the Autumn of the 20th century and has progressed in a wink to the Spring of the 21st century in all dimensions earning itself the sobriquet : Asia’s largest educational group. The past two and a half decades witnessed Sri Chaitanya striding across the sands of education like a Colossus with academic programmes that sent students to the nation’s premier engineering and medical colleges in a torrential flow. It proved one thing : Sri Chaitanya is unstoppable at any level of scholastic activity. The manner in which the institution has weaved the academic programmes into the educational texture is sheer magic and part of academic folklore.\r\n\r\n<strong>Legend of Sri Chaitanya – The Mentors</strong>\r\n\r\nThe inception of Sri Chaitanya was a vision of Sri <strong class=\"strong\">Dr. B. S. Rao</strong> and Smt. <strong class=\"strong\">Dr. Jhansi Lakshmi Bai,</strong> a handsome couple, who had been enjoying an immensely successful medical practice abroad. The transition from the field of medicine to education was swift and smooth. As professionals they were on a mission : to groom students of their home town in Andhra Pradesh, and change their mindset from settling for a mediocre career to aspiring for a professional career in premier engineering and medical institutions at the national level : and to transform mere participants to winners.\r\n\r\nAt the point of inception they set no boundaries for themselves : neither academic nor geographical. Their vision was to equip the students +2 of their state, academically, to make a mark in the prestigious professional institutions and bring forth their inherent talent and skills that would catapult them across the national frontiers to become global players.\r\n<h5>Our Vision And Mission :</h5>\r\n<strong>Mission:</strong>\r\n\r\n<strong>Sri Chaitanya School</strong> aims at engaging students in tackling real-world problems. The education they receive revolves around the holistic development of the students. The school aims to be an institution of excellence, dedicated to producing leaders of the future. It is a perfect blend of academic syllabus and extra -curricular activities. The spirit of Sri Chaitanya School is to make every child a competitive and a complete person through the integrated programme.\r\n\r\n<strong>Vision:</strong>\r\n\r\nTo fulfill the vision, Sri Chaitanya Educational Institutions provide a platform to every student to discover and realise his/her potential.\r\n\r\n<em>To understand and implement the core essentials of life through:</em>\r\n<ul>\r\n <li>Morals : The ability to discriminate between the right and the wrong</li>\r\n <li>Values : The unique beliefs and feelings of an individual</li>\r\n <li>Ethics : The principles of behavior</li>\r\n <li>Problem-solving techniques : The skill of resolving difficulties</li>\r\n <li>Positive attitude: The highest form of a healthy personality</li>\r\n</ul>\r\n<strong>Philosophy:</strong>\r\n\r\nAt Sri Chaitanya our mission, through the combined effort of staff, parents and students community is:\r\n<ul>\r\n <li>To provide students with a foundation in basic skills,</li>\r\n <li>To foster a positive work ethic,</li>\r\n <li>To create an environment that harbors tolerance & respect for each other</li>\r\n <li>To spark an attitude of inquiry and an enthusiasm for learning that will enable our children to become productive and responsible citizens.</li>\r\n</ul>\r\n<strong>Giving Students the global edge</strong>\r\n\r\nOver the years Sri Chaitanya branched across the length and breadth of not only the state but beyond it. Thanks to their efficient academic and administrative squad, Sri Chaitanya is now a trusted house hold name across the country. The growth has been not uni but multi dimensional. The expansion of their educational services has touched the root level of education with the institution of <strong class=\"strong\">Sri Chaitanya Techno Schools</strong> and <strong class=\"strong\">Star Kids. Sri Chaitanya International Olympiad School,</strong> at Vijayawada was initiated to give students the International edge. Students at the Secondary School Level would be given orientation to ETS Tests like SAT, TOEFL, IELTS etc. so that it would not be a hindrance for them to pursue education abroad, in the future. This move spoke volumes about their earnest zeal and industry towards the student community.\r\n\r\nThe <strong class=\"strong\">second generation of directors</strong> stepped in to support the founding directors of Sri Chaitanya and in no time set it on the fast track. The group now enjoys the perfect blend of wisdom and innovation. Thinking ahead of times is what they believe in. Customizing intellectual property is facilitating them relocate students from the unenviable situation of ordinary to the coveted education of the highest standard in premier national and state based professional institutions.','About Us','','inherit','closed','closed','','305-revision-v1','','','2019-10-30 11:32:53','2019-10-30 06:02:53','',305,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2019/10/30/305-revision-v1/',0,'revision','',0),(352,1,'2021-07-06 10:56:10','2021-07-06 05:26:10','<ul>\r\n <li><span style=\"color: #008000;\"><strong><a style=\"color: #008000;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Academic-Calendar-2022-23.pdf\" target=\"_blank\">Academic Calendar 2022-23</a></strong></span></li>\r\n</ul>','Academic Calendar','','publish','closed','closed','','academic-calendar','','','2022-09-10 15:00:31','2022-09-10 09:30:31','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=352',0,'page','',0),(353,1,'2021-07-06 10:55:50','2021-07-06 05:25:50','','Academic Calender 2020-2021','','inherit','open','closed','','academic-calender-2020-2021','','','2021-07-06 10:55:50','2021-07-06 05:25:50','',352,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Academic-Calender-2020-2021.pdf',0,'attachment','application/pdf',0),(354,1,'2021-07-06 10:56:10','2021-07-06 05:26:10','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Academic-Calender-2020-2021.pdf\" target=\"_blank\">Academic Calendar 2020-2021</a></strong></li>\r\n</ul>','Academic Calendar','','inherit','closed','closed','','352-revision-v1','','','2021-07-06 10:56:10','2021-07-06 05:26:10','',352,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/352-revision-v1/',0,'revision','',0),(355,1,'2021-07-06 10:57:24','2021-07-06 05:27:24','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/FEE-STRUCTURE.pdf\" target=\"_blank\">FEE STRUCTURE</a></strong></li>\r\n</ul>','Fee Structure','','publish','closed','closed','','fee-structure','','','2021-07-06 10:57:24','2021-07-06 05:27:24','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=355',0,'page','',0),(356,1,'2021-07-06 10:57:16','2021-07-06 05:27:16','','FEE STRUCTURE','','inherit','open','closed','','fee-structure','','','2021-07-06 10:57:16','2021-07-06 05:27:16','',355,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/FEE-STRUCTURE.pdf',0,'attachment','application/pdf',0),(357,1,'2021-07-06 10:57:24','2021-07-06 05:27:24','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/FEE-STRUCTURE.pdf\" target=\"_blank\">FEE STRUCTURE</a></strong></li>\r\n</ul>','Fee Structure','','inherit','closed','closed','','355-revision-v1','','','2021-07-06 10:57:24','2021-07-06 05:27:24','',355,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/355-revision-v1/',0,'revision','',0),(358,1,'2021-07-06 10:57:57','2021-07-06 05:27:57','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/NO-OBJECTION-CERTIFICATE-.pdf\" target=\"_blank\">NO OBJECTION CERTIFICATE</a></strong></li>\r\n</ul>','NOC','','publish','closed','closed','','noc','','','2022-05-06 14:43:31','2022-05-06 09:13:31','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=358',0,'page','',0),(359,1,'2021-07-06 10:57:45','2021-07-06 05:27:45','','NOC','','inherit','open','closed','','noc','','','2021-07-06 10:57:45','2021-07-06 05:27:45','',358,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/NOC.pdf',0,'attachment','application/pdf',0),(360,1,'2021-07-06 10:57:57','2021-07-06 05:27:57','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/NOC.pdf\" target=\"_blank\">NOC</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','358-revision-v1','','','2021-07-06 10:57:57','2021-07-06 05:27:57','',358,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/358-revision-v1/',0,'revision','',0),(361,1,'2021-07-06 10:59:09','2021-07-06 05:29:09','<ul>\r\n <li><strong><span style=\"color: #800000;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/SMC-SARAS.pdf\" target=\"_blank\">SMC SARAS</a></span></strong></li>\r\n</ul>','School Management Committee','','publish','closed','closed','','school-management-committee','','','2022-09-29 11:29:41','2022-09-29 05:59:41','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=361',0,'page','',0),(362,1,'2021-07-06 10:59:02','2021-07-06 05:29:02','','SMC','','inherit','open','closed','','smc','','','2021-07-06 10:59:02','2021-07-06 05:29:02','',361,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/SMC.pdf',0,'attachment','application/pdf',0),(363,1,'2021-07-06 10:59:09','2021-07-06 05:29:09','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/SMC.pdf\" target=\"_blank\">SMC</a></strong></li>\r\n</ul>','School Management Committee','','inherit','closed','closed','','361-revision-v1','','','2021-07-06 10:59:09','2021-07-06 05:29:09','',361,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/361-revision-v1/',0,'revision','',0),(364,1,'2021-07-06 11:00:07','2021-07-06 05:30:07','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/OASIS-STRENGTH-22-23.pdf\" target=\"_blank\">OASIS STRENGTH 22-23</a></strong></span></li>\r\n</ul>','Student Strength Details','','publish','closed','closed','','student-strength-details','','','2022-09-10 15:05:11','2022-09-10 09:35:11','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=364',0,'page','',0),(365,1,'2021-07-06 10:59:59','2021-07-06 05:29:59','','Student Strength Details','','inherit','open','closed','','student-strength-details','','','2021-07-06 10:59:59','2021-07-06 05:29:59','',364,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Student-Strength-Details.pdf',0,'attachment','application/pdf',0),(366,1,'2021-07-06 11:00:07','2021-07-06 05:30:07','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Student-Strength-Details.pdf\" target=\"_blank\">Student Strength Details</a></strong></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','364-revision-v1','','','2021-07-06 11:00:07','2021-07-06 05:30:07','',364,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/364-revision-v1/',0,'revision','',0),(367,1,'2021-07-06 11:00:36','2021-07-06 05:30:36','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/PTA.pdf\" target=\"_blank\">PTA</a></strong></span></li>\r\n</ul>','PTA Members','','publish','closed','closed','','pta-members','','','2022-09-29 11:28:38','2022-09-29 05:58:38','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=367',0,'page','',0),(368,1,'2021-07-06 11:00:28','2021-07-06 05:30:28','','PTA Members','','inherit','open','closed','','pta-members','','','2021-07-06 11:00:28','2021-07-06 05:30:28','',367,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/PTA-Members.pdf',0,'attachment','application/pdf',0),(369,1,'2021-07-06 11:00:36','2021-07-06 05:30:36','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/PTA-Members.pdf\" target=\"_blank\">PTA Members</a></strong></li>\r\n</ul>','PTA Members','','inherit','closed','closed','','367-revision-v1','','','2021-07-06 11:00:36','2021-07-06 05:30:36','',367,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/367-revision-v1/',0,'revision','',0),(370,1,'2021-07-06 11:02:14','2021-07-06 05:32:14','','TC DETAILS','','inherit','open','closed','','tc-details','','','2021-07-06 11:02:14','2021-07-06 05:32:14','',267,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/TC-DETAILS.pdf',0,'attachment','application/pdf',0),(371,1,'2021-07-06 11:02:22','2021-07-06 05:32:22','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/TC-DETAILS.pdf\" target=\"_blank\">TC DETAILS</a></strong></li>\r\n</ul>','Transfer Certificate Issued Students List','','inherit','closed','closed','','267-revision-v1','','','2021-07-06 11:02:22','2021-07-06 05:32:22','',267,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/267-revision-v1/',0,'revision','',0),(372,1,'2021-07-06 11:02:57','2021-07-06 05:32:57','','Teaching Staff Details','','inherit','open','closed','','teaching-staff-details','','','2021-07-06 11:02:57','2021-07-06 05:32:57','',278,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff-Details.pdf',0,'attachment','application/pdf',0),(373,1,'2021-07-06 11:03:10','2021-07-06 05:33:10','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff-Details.pdf\" target=\"_blank\">Teaching Staff Details</a></strong></li>\r\n</ul>','Teaching Staff','','inherit','closed','closed','','278-revision-v1','','','2021-07-06 11:03:10','2021-07-06 05:33:10','',278,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/278-revision-v1/',0,'revision','',0),(374,1,'2021-07-06 11:03:53','2021-07-06 05:33:53','<ul>\r\n <li><span style=\"color: #003366;\"><strong><a style=\"color: #003366;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/TRUST-DEED.pdf\" target=\"_blank\">TRUST DEED</a></strong></span></li>\r\n</ul>','Trust Deed','','publish','closed','closed','','trust-deed','','','2022-09-28 12:27:49','2022-09-28 06:57:49','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=374',0,'page','',0),(375,1,'2021-07-06 11:03:45','2021-07-06 05:33:45','','Trust Deed','','inherit','open','closed','','trust-deed','','','2021-07-06 11:03:45','2021-07-06 05:33:45','',374,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Trust-Deed.pdf',0,'attachment','application/pdf',0),(376,1,'2021-07-06 11:03:53','2021-07-06 05:33:53','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Trust-Deed.pdf\" target=\"_blank\">Trust Deed</a></strong></li>\r\n</ul>','Trust Deed','','inherit','closed','closed','','374-revision-v1','','','2021-07-06 11:03:53','2021-07-06 05:33:53','',374,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/374-revision-v1/',0,'revision','',0),(377,1,'2021-07-06 11:05:56','2021-07-06 05:35:56',' ','','','publish','closed','closed','','377','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=377',11,'nav_menu_item','',0),(378,1,'2021-07-06 11:05:57','2021-07-06 05:35:57',' ','','','publish','closed','closed','','378','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=378',23,'nav_menu_item','',0),(379,1,'2021-07-06 11:05:57','2021-07-06 05:35:57',' ','','','publish','closed','closed','','379','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=379',18,'nav_menu_item','',0),(380,1,'2021-07-06 11:05:57','2021-07-06 05:35:57',' ','','','publish','closed','closed','','380','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=380',22,'nav_menu_item','',0),(381,1,'2021-07-06 11:05:56','2021-07-06 05:35:56',' ','','','publish','closed','closed','','381','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=381',6,'nav_menu_item','',0),(382,1,'2021-07-06 11:05:56','2021-07-06 05:35:56',' ','','','publish','closed','closed','','382','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=382',16,'nav_menu_item','',0),(383,1,'2021-07-06 11:05:56','2021-07-06 05:35:56',' ','','','publish','closed','closed','','383','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=383',14,'nav_menu_item','',0),(384,1,'2021-07-06 11:09:53','2021-07-06 05:39:53','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/BUILDING-SAFETY-CERTIFICATE.pdf\" target=\"_blank\">BUILDING SAFETY CERTIFICATE</a></strong></span></li>\r\n</ul>','Building Safety Certificate','','publish','closed','closed','','building-safety-certificate','','','2022-09-10 15:02:01','2022-09-10 09:32:01','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=384',0,'page','',0),(385,1,'2021-07-06 11:09:41','2021-07-06 05:39:41','','Building Safety Certificate','','inherit','open','closed','','building-safety-certificate','','','2021-07-06 11:09:41','2021-07-06 05:39:41','',384,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(386,1,'2021-07-06 11:09:53','2021-07-06 05:39:53','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Building-Safety-Certificate.pdf\" target=\"_blank\">Building Safety Certificate</a></strong></li>\r\n</ul>','Building Safety Certificate','','inherit','closed','closed','','384-revision-v1','','','2021-07-06 11:09:53','2021-07-06 05:39:53','',384,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/384-revision-v1/',0,'revision','',0),(387,1,'2021-07-06 11:10:30','2021-07-06 05:40:30','<ul>\r\n <li><span style=\"color: #ffcc00;\"><strong><a style=\"color: #ffcc00;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/CEO-CERTIFICATE.pdf\" target=\"_blank\">CEO CERTIFICATE</a></strong></span></li>\r\n</ul>','DEO Certificate','','publish','closed','closed','','deo-certificate','','','2022-09-10 15:06:35','2022-09-10 09:36:35','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=387',0,'page','',0),(388,1,'2021-07-06 11:10:22','2021-07-06 05:40:22','','DEO Certificate','','inherit','open','closed','','deo-certificate','','','2021-07-06 11:10:22','2021-07-06 05:40:22','',387,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/DEO-Certificate.pdf',0,'attachment','application/pdf',0),(389,1,'2021-07-06 11:10:30','2021-07-06 05:40:30','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/DEO-Certificate.pdf\" target=\"_blank\">DEO Certificate</a></strong></li>\r\n</ul>','DEO Certificate','','inherit','closed','closed','','387-revision-v1','','','2021-07-06 11:10:30','2021-07-06 05:40:30','',387,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/387-revision-v1/',0,'revision','',0),(390,1,'2021-07-06 11:11:03','2021-07-06 05:41:03','<ul>\r\n <li><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Fire-Safety-Certificate1.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','publish','closed','closed','','fire-safety-certificate','','','2022-09-10 15:03:50','2022-09-10 09:33:50','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=390',0,'page','',0),(391,1,'2021-07-06 11:10:54','2021-07-06 05:40:54','','Fire Safety Certificate','','inherit','open','closed','','fire-safety-certificate','','','2021-07-06 11:10:54','2021-07-06 05:40:54','',390,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf',0,'attachment','application/pdf',0),(392,1,'2021-07-06 11:11:03','2021-07-06 05:41:03','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Fire-Safety-Certificate.pdf\" target=\"_blank\">Fire Safety Certificate</a></strong></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','390-revision-v1','','','2021-07-06 11:11:03','2021-07-06 05:41:03','',390,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/390-revision-v1/',0,'revision','',0),(393,1,'2021-07-06 11:11:37','2021-07-06 05:41:37','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Grant-Letter.pdf\" target=\"_blank\">Grant Letter</a></strong></li>\r\n</ul>','Affiliation Grant Letter','','publish','closed','closed','','affiliation-grant-letter','','','2021-07-06 11:11:37','2021-07-06 05:41:37','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=393',0,'page','',0),(394,1,'2021-07-06 11:11:30','2021-07-06 05:41:30','','Grant Letter','','inherit','open','closed','','grant-letter','','','2021-07-06 11:11:30','2021-07-06 05:41:30','',393,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Grant-Letter.pdf',0,'attachment','application/pdf',0),(395,1,'2021-07-06 11:11:37','2021-07-06 05:41:37','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Grant-Letter.pdf\" target=\"_blank\">Grant Letter</a></strong></li>\r\n</ul>','Affiliation Grant Letter','','inherit','closed','closed','','393-revision-v1','','','2021-07-06 11:11:37','2021-07-06 05:41:37','',393,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/393-revision-v1/',0,'revision','',0),(396,1,'2021-07-06 11:12:44','2021-07-06 05:42:44','','DEO Certificate','','inherit','closed','closed','','387-revision-v1','','','2021-07-06 11:12:44','2021-07-06 05:42:44','',387,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/387-revision-v1/',0,'revision','',0),(397,1,'2021-07-06 11:13:27','2021-07-06 05:43:27','<ul>\r\n <li><span style=\"color: #99cc00;\"><strong><a style=\"color: #99cc00;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure1.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','publish','closed','closed','','mandatory-public-disclosure','','','2022-09-28 12:26:36','2022-09-28 06:56:36','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=397',0,'page','',0),(398,1,'2021-07-06 11:13:19','2021-07-06 05:43:19','','MANDATORY PUBLIC DISCLOSURE','','inherit','open','closed','','mandatory-public-disclosure','','','2021-07-06 11:13:19','2021-07-06 05:43:19','',397,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/MANDATORY-PUBLIC-DISCLOSURE.pdf',0,'attachment','application/pdf',0),(399,1,'2021-07-06 11:13:27','2021-07-06 05:43:27','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/MANDATORY-PUBLIC-DISCLOSURE.pdf\" target=\"_blank\">MANDATORY PUBLIC DISCLOSURE</a></strong></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','397-revision-v1','','','2021-07-06 11:13:27','2021-07-06 05:43:27','',397,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/397-revision-v1/',0,'revision','',0),(400,1,'2021-07-06 11:14:28','2021-07-06 05:44:28','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Sanitary-Certificate-2022-2023.pdf\" target=\"_blank\">Sanitary Certificate 2022-2023</a></strong></li>\r\n</ul>','Sanitary Certificate','','publish','closed','closed','','sanitary-certificate','','','2022-09-30 17:01:18','2022-09-30 11:31:18','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=400',0,'page','',0),(401,1,'2021-07-06 11:14:06','2021-07-06 05:44:06','','Sanitary Certificate','','inherit','open','closed','','sanitary-certificate','','','2021-07-06 11:14:06','2021-07-06 05:44:06','',400,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Sanitary-Certificate.pdf',0,'attachment','application/pdf',0),(402,1,'2021-07-06 11:14:28','2021-07-06 05:44:28','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Sanitary-Certificate.pdf\" target=\"_blank\">Sanitary Certificate</a></strong></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','400-revision-v1','','','2021-07-06 11:14:28','2021-07-06 05:44:28','',400,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/07/06/400-revision-v1/',0,'revision','',0),(403,1,'2021-07-06 11:17:53','2021-07-06 05:47:53',' ','','','publish','closed','closed','','403','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=403',10,'nav_menu_item','',0),(404,1,'2021-07-06 11:17:52','2021-07-06 05:47:52',' ','','','publish','closed','closed','','404','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=404',3,'nav_menu_item','',0),(405,1,'2021-07-06 11:17:52','2021-07-06 05:47:52',' ','','','publish','closed','closed','','405','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=405',5,'nav_menu_item','',0),(406,1,'2021-07-06 11:17:53','2021-07-06 05:47:53',' ','','','publish','closed','closed','','406','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=406',9,'nav_menu_item','',0),(407,1,'2021-07-06 11:17:52','2021-07-06 05:47:52',' ','','','publish','closed','closed','','407','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=407',7,'nav_menu_item','',0),(408,1,'2021-07-06 11:17:52','2021-07-06 05:47:52',' ','','','publish','closed','closed','','408','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=408',8,'nav_menu_item','',0),(411,1,'2021-08-21 10:12:51','2021-08-21 04:42:51','','Untitled design','','inherit','open','closed','','untitled-design-3','','','2021-08-21 10:12:51','2021-08-21 04:42:51','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg',0,'attachment','image/jpeg',0),(412,1,'2021-08-21 10:15:19','2021-08-21 04:45:19','<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n \r\n\r\n<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-08-21 10:15:19','2021-08-21 04:45:19','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/08/21/17-revision-v1/',0,'revision','',0),(413,1,'2021-08-21 10:16:48','2021-08-21 04:46:48','','Untitled design (1)','','inherit','open','closed','','untitled-design-1-3','','','2021-08-21 10:16:48','2021-08-21 04:46:48','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg',0,'attachment','image/jpeg',0),(414,1,'2021-08-21 10:18:17','2021-08-21 04:48:17','<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\"><img class=\"size-full wp-image-413\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-08-21 10:18:17','2021-08-21 04:48:17','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/08/21/17-revision-v1/',0,'revision','',0),(415,1,'2021-08-21 10:20:08','2021-08-21 04:50:08','<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-08-21 10:20:08','2021-08-21 04:50:08','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/08/21/17-revision-v1/',0,'revision','',0),(416,1,'2021-08-21 10:32:40','2021-08-21 05:02:40','','Untitled design (2)','','inherit','open','closed','','untitled-design-2-2','','','2021-08-21 10:32:40','2021-08-21 05:02:40','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg',0,'attachment','image/jpeg',0),(417,1,'2021-08-21 10:34:00','2021-08-21 05:04:00','','Untitled design (3)','','inherit','open','closed','','untitled-design-3-2','','','2021-08-21 10:34:00','2021-08-21 05:04:00','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg',0,'attachment','image/jpeg',0),(418,1,'2021-08-21 10:34:19','2021-08-21 05:04:19','<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level-1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-08-21 10:34:19','2021-08-21 05:04:19','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/08/21/17-revision-v1/',0,'revision','',0),(419,1,'2021-08-21 10:46:10','2021-08-21 05:16:10','','Untitled design (4)','','inherit','open','closed','','untitled-design-4','','','2021-08-21 10:46:10','2021-08-21 05:16:10','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg',0,'attachment','image/jpeg',0),(420,1,'2021-08-21 10:46:55','2021-08-21 05:16:55','','Untitled design (5)','','inherit','open','closed','','untitled-design-5','','','2021-08-21 10:46:55','2021-08-21 05:16:55','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg',0,'attachment','image/jpeg',0),(421,1,'2021-08-21 10:47:31','2021-08-21 05:17:31','<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level-1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level-2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-08-21 10:47:31','2021-08-21 05:17:31','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/08/21/17-revision-v1/',0,'revision','',0),(422,1,'2021-08-21 11:00:27','2021-08-21 05:30:27','<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-08-21 11:00:27','2021-08-21 05:30:27','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/08/21/17-revision-v1/',0,'revision','',0),(424,1,'2021-10-27 10:03:03','2021-10-27 04:33:03','','Public Disclosure','','publish','closed','closed','','public-disclosure','','','2021-10-27 10:03:03','2021-10-27 04:33:03','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=424',0,'page','',0),(425,1,'2021-10-27 10:03:03','2021-10-27 04:33:03','','Public Disclosure','','inherit','closed','closed','','424-revision-v1','','','2021-10-27 10:03:03','2021-10-27 04:33:03','',424,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/27/424-revision-v1/',0,'revision','',0),(426,1,'2021-10-27 10:04:13','2021-10-27 04:34:13',' ','','','publish','closed','closed','','426','','','2021-11-01 11:05:06','2021-11-01 05:35:06','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=426',2,'nav_menu_item','',0),(427,1,'2021-10-27 13:19:38','2021-10-27 07:49:38','','Fire Safety Certificate 21-22','','inherit','open','closed','','fire-safety-certificate-21-22','','','2021-10-27 13:19:38','2021-10-27 07:49:38','',390,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Fire-Safety-Certificate-21-22.pdf',0,'attachment','application/pdf',0),(428,1,'2021-10-27 13:19:51','2021-10-27 07:49:51','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Fire-Safety-Certificate-21-22.pdf\" target=\"_blank\">Fire Safety Certificate 21-22</a></strong></span></li>\r\n</ul>','Fire Safety Certificate','','inherit','closed','closed','','390-revision-v1','','','2021-10-27 13:19:51','2021-10-27 07:49:51','',390,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/27/390-revision-v1/',0,'revision','',0),(429,1,'2021-10-27 13:20:13','2021-10-27 07:50:13','','Non-Teaching Staff','','inherit','open','closed','','non-teaching-staff-2','','','2021-10-27 13:20:13','2021-10-27 07:50:13','',280,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Non-Teaching-Staff1.pdf',0,'attachment','application/pdf',0),(430,1,'2021-10-27 13:20:22','2021-10-27 07:50:22','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Non-Teaching-Staff1.pdf\" target=\"_blank\">Non-Teaching Staff</a></strong></li>\r\n</ul>','Non Teaching Staff','','inherit','closed','closed','','280-revision-v1','','','2021-10-27 13:20:22','2021-10-27 07:50:22','',280,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/27/280-revision-v1/',0,'revision','',0),(431,1,'2021-10-27 13:20:49','2021-10-27 07:50:49','','Teaching Staff Details','','inherit','open','closed','','teaching-staff-details-2','','','2021-10-27 13:20:49','2021-10-27 07:50:49','',278,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff-Details1.pdf',0,'attachment','application/pdf',0),(432,1,'2021-10-27 13:21:01','2021-10-27 07:51:01','<ul>\r\n <li><span style=\"color: #808000;\"><strong><a style=\"color: #808000;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff-Details1.pdf\" target=\"_blank\">Teaching Staff Details</a></strong></span></li>\r\n</ul>','Teaching Staff','','inherit','closed','closed','','278-revision-v1','','','2021-10-27 13:21:01','2021-10-27 07:51:01','',278,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/27/278-revision-v1/',0,'revision','',0),(433,1,'2021-10-27 13:21:43','2021-10-27 07:51:43','','Mandatory Public Disclosure','','inherit','open','closed','','mandatory-public-disclosure-2','','','2021-10-27 13:21:43','2021-10-27 07:51:43','',397,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure.pdf',0,'attachment','application/pdf',0),(434,1,'2021-10-27 13:21:55','2021-10-27 07:51:55','<ul>\r\n <li><span style=\"color: #00ffff;\"><strong><a style=\"color: #00ffff;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Mandatory-Public-Disclosure.pdf\" target=\"_blank\">Mandatory Public Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','397-revision-v1','','','2021-10-27 13:21:55','2021-10-27 07:51:55','',397,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/27/397-revision-v1/',0,'revision','',0),(435,1,'2021-10-27 13:22:27','2021-10-27 07:52:27','','Sanitary Certificate 21-22','','inherit','open','closed','','sanitary-certificate-21-22','','','2021-10-27 13:22:27','2021-10-27 07:52:27','',400,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Sanitary-Certificate-21-22.pdf',0,'attachment','application/pdf',0),(436,1,'2021-10-27 13:22:38','2021-10-27 07:52:38','<ul>\r\n <li><span style=\"color: #800080;\"><strong><a style=\"color: #800080;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Sanitary-Certificate-21-22.pdf\" target=\"_blank\">Sanitary Certificate 21-22</a></strong></span></li>\r\n</ul>','Sanitary Certificate','','inherit','closed','closed','','400-revision-v1','','','2021-10-27 13:22:38','2021-10-27 07:52:38','',400,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/27/400-revision-v1/',0,'revision','',0),(437,1,'2021-10-27 13:23:01','2021-10-27 07:53:01','','Student Strength Details','','inherit','open','closed','','student-strength-details-2','','','2021-10-27 13:23:01','2021-10-27 07:53:01','',364,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Student-Strength-Details1.pdf',0,'attachment','application/pdf',0),(438,1,'2021-10-27 13:23:18','2021-10-27 07:53:18','<ul>\r\n <li><span style=\"color: #ff9900;\"><strong><a style=\"color: #ff9900;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Student-Strength-Details1.pdf\" target=\"_blank\">Student Strength Details</a></strong></span></li>\r\n</ul>','Student Strength Details','','inherit','closed','closed','','364-revision-v1','','','2021-10-27 13:23:18','2021-10-27 07:53:18','',364,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/27/364-revision-v1/',0,'revision','',0),(439,1,'2021-10-28 11:20:19','2021-10-28 05:50:19','','Teaching Staff Details','','inherit','open','closed','','teaching-staff-details-3','','','2021-10-28 11:20:19','2021-10-28 05:50:19','',278,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff-Details2.pdf',0,'attachment','application/pdf',0),(440,1,'2021-10-28 11:20:21','2021-10-28 05:50:21','<ul>\n <li><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff-Details2.pdf\">Teaching Staff Details</a></li>\n</ul>','Teaching Staff','','inherit','closed','closed','','278-autosave-v1','','','2021-10-28 11:20:21','2021-10-28 05:50:21','',278,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/28/278-autosave-v1/',0,'revision','',0),(441,1,'2021-10-28 11:20:30','2021-10-28 05:50:30','<ul>\r\n <li><span style=\"color: #ff6600;\"><strong><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Teaching-Staff-Details2.pdf\" target=\"_blank\">Teaching Staff Details</a></strong></span></li>\r\n</ul>','Teaching Staff','','inherit','closed','closed','','278-revision-v1','','','2021-10-28 11:20:30','2021-10-28 05:50:30','',278,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/28/278-revision-v1/',0,'revision','',0),(442,1,'2021-10-28 11:21:02','2021-10-28 05:51:02','','PTA Members','','inherit','open','closed','','pta-members-2','','','2021-10-28 11:21:02','2021-10-28 05:51:02','',367,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/PTA-Members1.pdf',0,'attachment','application/pdf',0),(443,1,'2021-10-28 11:21:13','2021-10-28 05:51:13','<ul>\r\n <li><span style=\"color: #ff00ff;\"><strong><a style=\"color: #ff00ff;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/PTA-Members1.pdf\" target=\"_blank\">PTA Members</a></strong></span></li>\r\n</ul>','PTA Members','','inherit','closed','closed','','367-revision-v1','','','2021-10-28 11:21:13','2021-10-28 05:51:13','',367,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/28/367-revision-v1/',0,'revision','',0),(444,1,'2021-10-28 12:11:53','2021-10-28 06:41:53','','ANNUAL REPORT 2020-21','','inherit','open','closed','','annual-report-2020-21','','','2021-10-28 12:11:53','2021-10-28 06:41:53','',265,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/ANNUAL-REPORT-2020-21.pdf',0,'attachment','application/pdf',0),(445,1,'2021-10-28 12:12:01','2021-10-28 06:42:01','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/ANNUAL-REPORT-2020-21.pdf\" target=\"_blank\">ANNUAL REPORT 2020-21</a></strong></li>\r\n</ul>','Annual Report','','inherit','closed','closed','','265-revision-v1','','','2021-10-28 12:12:01','2021-10-28 06:42:01','',265,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/28/265-revision-v1/',0,'revision','',0),(446,1,'2021-10-28 12:19:14','2021-10-28 06:49:14','','1','','inherit','open','closed','','1-5','','','2021-10-28 12:19:14','2021-10-28 06:49:14','',19,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg',0,'attachment','image/jpeg',0),(447,1,'2021-10-28 12:19:53','2021-10-28 06:49:53','','2','','inherit','open','closed','','2-5','','','2021-10-28 12:19:53','2021-10-28 06:49:53','',19,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg',0,'attachment','image/jpeg',0),(448,1,'2021-10-28 12:20:20','2021-10-28 06:50:20','','3','','inherit','open','closed','','3-5','','','2021-10-28 12:20:20','2021-10-28 06:50:20','',19,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg',0,'attachment','image/jpeg',0),(449,1,'2021-10-28 12:20:37','2021-10-28 06:50:37','','4','','inherit','open','closed','','4-5','','','2021-10-28 12:20:37','2021-10-28 06:50:37','',19,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg',0,'attachment','image/jpeg',0),(450,1,'2021-10-28 12:20:57','2021-10-28 06:50:57','','5','','inherit','open','closed','','5-5','','','2021-10-28 12:20:57','2021-10-28 06:50:57','',19,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg',0,'attachment','image/jpeg',0),(451,1,'2021-10-28 12:21:14','2021-10-28 06:51:14','','6','','inherit','open','closed','','6-5','','','2021-10-28 12:21:14','2021-10-28 06:51:14','',19,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg',0,'attachment','image/jpeg',0),(452,1,'2021-10-28 12:21:33','2021-10-28 06:51:33','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements</u></strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-446 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-447 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-448 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-449 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-450 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-451 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>HAMAM GATEWAY :</strong></span>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing, and group dance was organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Self Defence - World Record Attempt :</strong></span>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and an excellent trophy as well.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>International Yoga Day :</strong></span>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students, as well as teachers, practice various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Mother India - Rally :</strong></span>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>KAT Exam :</strong></span>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Silambam :</strong></span>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Karate :</strong></span>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Swimming :</strong></span>\r\n\r\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Independence Day :</strong></span>\r\n\r\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>GAJSMA :</strong></span>\r\n\r\nGAJSMA 2019, International Abacus Competition held in Dubai.  16 Students participated in that competition. All the 16 participants bagged 1<sup>st</sup>, 2<sup>nd</sup> and 3<sup>rd</sup> prizes in the world level competition. It’s a pride moment for us. A few more feathers added to the crown.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2021-10-28 12:21:33','2021-10-28 06:51:33','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/28/19-revision-v1/',0,'revision','',0),(453,1,'2021-10-28 12:34:01','2021-10-28 07:04:01','<strong><u>Sri Chaitanya’s</u></strong> <strong><u>Glorious Achievements:</u></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><b>2020-2021 Achievements</b></span><b> </b><b>:</b>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-446 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/112.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-447 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/210.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-448 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/32.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-449 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/42.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-450 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/52.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-451 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/62.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong><u>NTSE (National Talent Search Examination) </u></strong><strong><u>first level</u></strong>\r\n<ul>\r\n <li>In Andhra Pradesh - Sri Chaitanya bagged <strong>94</strong> selections out of <strong>144 (65%).</strong></li>\r\n <li>In Telangana - Sri Chaitanya bagged <strong>50</strong> selections out of <strong>126 (40%).</strong></li>\r\n <li>Both states combined Sri Chaitanya bagged <strong>144 (53%)</strong>. This is the highest number and the highest percentage of selections from a single institution.</li>\r\n <li>Three students secured state <strong>1<sup>st</sup></strong> ranks with <strong>136</strong> marks, of which all three are from Sri Chaitanya alone.</li>\r\n <li>The School also secured all positions in <strong>Top 10.</strong></li>\r\n <li>In Karnataka State - Sri Chaitanya Techno School bagged <strong>15 </strong>selections in NTSE from its <strong>second batch of 10<sup>th</sup></strong></li>\r\n</ul>\r\n<strong><u>IJSO (International Junior Science Olympiad)</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya created history in the prestigious <strong>International Junior Science Olympiad (IJSO) held at Argentina. </strong></li>\r\n <li>Out of <strong>198 students from 32 countries </strong>where <strong>19 gold medals are announced,</strong> <strong>India bagged 6 gold medals</strong> out of which <strong>2 gold medals are won by Sri Chaitanya School</strong> and became the only winner from South India.</li>\r\n</ul>\r\n<strong><u>NASA-Ames Space Settlement Contest</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya School created history by bagging <strong>14</strong> prizes in the International Level.</li>\r\n <li>Total no. of projects selected from Sri Chaitanya: <strong>14 </strong>& Total no. of Participants:<strong> 101</strong>.</li>\r\n <li>We got worldwide - 1<sup>st</sup> prize for <strong>2</strong> projects , 2<sup>nd</sup> Prize for <strong>2</strong> projects and   3<sup>rd</sup> Prize for <strong>4</strong> Projects.</li>\r\n <li>In terms of number of participants and number of projects for the second consecutive year, <strong>Sri Chaitanya</strong> proved to be <strong>World No.1.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>Not only in India but also in International level no other single institute secured these many number of winning projects.</li>\r\n</ul>\r\n<strong><u>RMO (Regional Mathematical Olympiad)</u></strong>\r\n<ul>\r\n <li>In RMO which was conducted jointly by National Board for Higher Mathematics and HBCSE, <strong>Sri Chaitanya</strong> secured <strong>5 Selections.</strong></li>\r\n</ul>\r\n<ul>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 02.  <strong>Sri Chaitanya </strong>got <strong>1</strong> selection (<strong>50%</strong>)</li>\r\n <li>In RMO – T which was conducted jointly by National Board for Higher Mathematics and HBCSE, we secured <strong>20 </strong>Selections (<strong>72%</strong>)</li>\r\n <li>From class <strong>9<sup>th</sup></strong> total selection announced: 05.  <strong>Sri Chaitanya</strong> got <strong>5</strong> selections (<strong>100%</strong>)</li>\r\n <li><strong>7 </strong>Selections below <strong>Top 10 (70 %) </strong>are from <strong>Sri Chaitanya</strong> alone.</li>\r\n</ul>\r\n<strong><u>A.S.rao olympiad final test result</u></strong>\r\n<ul>\r\n <li>From Telangana & Andhra Pradesh <strong>Sri Chaitanya</strong> Secured <strong>State 1<sup>st</sup> Rank</strong>.</li>\r\n <li><strong>Three</strong> State Best Ranks in <strong>Top 5</strong></li>\r\n <li><strong>Five State</strong> Best Ranks in <strong>Top 10</strong></li>\r\n <li>Overall Sri Chaitanya secured <strong>50%</strong> of Ranks</li>\r\n <li>No other school got these many no. of ranks/Selections in AP & TS</li>\r\n</ul>\r\n<strong><u>INTSO RESULT – FINAL LEVEL</u></strong>\r\n<ul>\r\n <li>Sri Chaitanya bagged <strong>7 </strong>out of <strong>16 First Ranks</strong>, <strong>8 </strong>out of <strong>16 Second Ranks</strong> & <strong>12</strong> out of <strong>16 Third Ranks</strong> at All India level.</li>\r\n <li>Achieved <strong>419 Gold Medals</strong> out of <strong>825</strong> & <strong>1163 Silver Medals</strong> out of <strong>3320</strong> at All India level.</li>\r\n <li><strong>1635</strong> out of <strong>4225</strong> Medal Winners at All India level are from Sri Chaitanya only.</li>\r\n</ul>\r\n<strong><u>Dream Scholars League – Mathematics Olympiad</u></strong>\r\n<ul>\r\n <li><strong>4 </strong>students of <strong>Our School</strong> achieved <strong>2<sup>nd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>3 </strong>students achieved <strong>3<sup>rd</sup> Rank</strong> at All India Level</li>\r\n <li><strong>19 </strong>students of <strong>Sri Chaitanya</strong> secured Below<strong> 5<sup>th</sup> Rank </strong>at All India Level</li>\r\n <li>All India <strong>2<sup>nd</sup> & 3<sup>rd</sup></strong> Rank students are going to be awarded with prize money of <strong>Rs. 7 Lakh</strong> & <strong>Rs.5 Lakh</strong> each. And a total of <strong>Rs.43 Lakh</strong> worth prize money will be awarded to these winners.</li>\r\n</ul>\r\n<strong><u>CBSE:</u></strong>\r\n<ul>\r\n <li><strong>446</strong> students got <strong>10/10 CGPA. </strong></li>\r\n <li>Overall <strong>CGPA 9.1</strong></li>\r\n <li>of <strong>A</strong> Grades: <strong>1541</strong></li>\r\n <li>Overall Pass <strong>100% </strong></li>\r\n <li>of students got above <strong>9.0 CGPA</strong> – <strong>1095</strong></li>\r\n <li>Total <strong>10/10</strong> in all subjects: <strong>3686</strong></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Achievements 2018-19 :</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>HAMAM GATEWAY :</strong></span>\r\n\r\nThe Elite Circle organized ‘Hamam Gateway 2018’ as inter school literary and cultural meet for students from LKG to Grade 9 was conducted at Codissia. Twenty-one competition including drawing, coloring, caption writing, essay, thirukkural writing, and group dance was organized under four groups. All the students including KG participated in all the competitions and secured 5 feet trophy and certificates for the marvelous performance rendered by our children.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Self Defence - World Record Attempt :</strong></span>\r\n\r\nA self defence world record was attempted by the Chaitanyans on 23<sup>rd</sup> October 2018. Students from Grade 3 to 9 participated in the attempt in order to make them more self-reliant. The training would give a lot of confidence to the children. The authorities observed the attempt via online and officially awarded the school after final scrutiny. In that attempt, totally 612 schools had participated, the world record had been successfully achieved by our school. We got 3000 cash award and an excellent trophy as well.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>International Yoga Day :</strong></span>\r\n\r\n4<sup>th</sup> International Yoga day was celebrated on 21<sup>st</sup> June 2018. This year, the theme was ‘Yoga for Peace’. Prime Minister Narendra Modi while addressing the United Nations in 2014, had suggested that June 21 be celebrated as the International Yoga day globally. As a part of yoga celebration in our school, all the students, as well as teachers, practice various asanas including Surya Namaskara under the guidance of Mrs. Nithya mam, yoga in charge of our school. It helps the students to develop their physical, mental, social and spiritual health. When the body is physically healthy, then the mind will be clear and focused.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Mother India - Rally :</strong></span>\r\n\r\nRegarding the smart living program of the month of August 2018, on the topic Mother India we had conducted a Rally in Coimbatore city. We started the Rally from Women Polytechnic college and ended at VOC Park. Students from Grade 6 to 9 actively participated and various slogans were proposed by the students.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>KAT Exam :</strong></span>\r\n\r\nTo enhance the logical, analytical and applicative skills of the students KAT examination was conducted at our campus. In that 55 students were selected in our campus.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Silambam :</strong></span>\r\n\r\nSASF conducted 2<sup>nd</sup> South Asian Silambam Championship 2018 Bharanidharan S of grade C3 received a silver bronze medal in Long Stick Fight Event.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Karate :</strong></span>\r\n\r\n9<sup>th</sup> IMGKA International Karate Championship was conducted in Ipoh, Malaysia from 3<sup>rd</sup> May to 5<sup>th</sup> May. Prajesh Raghav K of C2 participated and secured 1<sup>st</sup> place in Kata and received a Gold medal.\r\n\r\nAdithya Public Hr. Sec. School, Coimbatore conducted an open karate championship on 04.08.2019 at Adithya International school – Athipalayam. In that district-level tournament our school students got overall championship trophy. Deviesh of Grade 9 got 2 gold and silver medals, Kishore of Grade 9 got silver and bronze medals, Raghav of Grade 9 got a silver medal.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Swimming :</strong></span>\r\n\r\nMadurai District Amateur swimming association conducted a state-level swimming competition, In that event, our school student KABILAN of grade 3 won 3 gold medals in different categories. He also won the Championship trophy.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Independence Day :</strong></span>\r\n\r\nIndependence Day celebration has started with Thamizh Thaai Vaalthu and followed by a welcome speech. The Programme started with good thought. The speech on the importance of Independence day had made a great impact among students. The amazing facts as usual awestruck with new information. The dance & patriotic song also made the students feel the real patriotism within. Finally, Vice Principal mam Ms.Mageshwari gave a motivational speech to the students which were really an inspiration to them. The programme ended up with a vote of thanks, and we sang National Anthem at the end. In the evening, Primary kids did the formation of the India map with the strength of 738 was exciting. It was continued by 50 meters flag rally.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>GAJSMA :</strong></span>\r\n\r\nGAJSMA 2019, International Abacus Competition held in Dubai.  16 Students participated in that competition. All the 16 participants bagged 1<sup>st</sup>, 2<sup>nd</sup> and 3<sup>rd</sup> prizes in the world level competition. It’s a pride moment for us. A few more feathers added to the crown.','Achievements','','inherit','closed','closed','','19-revision-v1','','','2021-10-28 12:34:01','2021-10-28 07:04:01','',19,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/10/28/19-revision-v1/',0,'revision','',0),(454,1,'2021-11-01 11:01:55','2021-11-01 05:31:55','','Circular High School','','inherit','open','closed','','circular-high-school','','','2021-11-01 11:01:55','2021-11-01 05:31:55','',206,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-High-School.pdf',0,'attachment','application/pdf',0),(455,1,'2021-11-01 11:02:14','2021-11-01 05:32:14','','Circular Pre Primary','','inherit','open','closed','','circular-pre-primary','','','2021-11-01 11:02:14','2021-11-01 05:32:14','',206,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-Pre-Primary.pdf',0,'attachment','application/pdf',0),(456,1,'2021-11-01 11:03:21','2021-11-01 05:33:21','<ul>\r\n <li><span style=\"color: #008000;\"><strong><a style=\"color: #008000;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-High-School.pdf\" target=\"_blank\">Circular High School</a></strong></span></li>\r\n <li><strong><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-Pre-Primary.pdf\" target=\"_blank\">Circular Pre Primary</a></span></strong></li>\r\n</ul>','Circulars','','inherit','closed','closed','','206-revision-v1','','','2021-11-01 11:03:21','2021-11-01 05:33:21','',206,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/01/206-revision-v1/',0,'revision','',0),(457,1,'2021-11-01 11:04:39','2021-11-01 05:34:39','<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-461 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-462 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"368\" mp4=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/VID-20211029-WA0009.mp4\"][/video]\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-465 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-466 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"352\" mp4=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/VID-20211029-WA0010.mp4\"][/video]\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-468 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-469 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>','EK BHARAT SHRESTHA BHARAT','','publish','closed','closed','','ek-bharat-shrestha-bharat','','','2021-11-01 11:19:42','2021-11-01 05:49:42','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?page_id=457',0,'page','',0),(458,1,'2021-11-01 11:04:39','2021-11-01 05:34:39','','EK BHARAT SHRESTHA BHARAT','','inherit','closed','closed','','457-revision-v1','','','2021-11-01 11:04:39','2021-11-01 05:34:39','',457,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/01/457-revision-v1/',0,'revision','',0),(459,1,'2021-11-01 11:05:07','2021-11-01 05:35:07',' ','','','publish','closed','closed','','459','','','2021-11-01 11:05:07','2021-11-01 05:35:07','',0,'http://srichaitanyatechnoschoolcoimbatore.net/?p=459',26,'nav_menu_item','',0),(460,1,'2021-11-01 11:16:08','2021-11-01 05:46:08','','VID-20211029-WA0009','','inherit','open','closed','','vid-20211029-wa0009','','','2021-11-01 11:16:08','2021-11-01 05:46:08','',457,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/VID-20211029-WA0009.mp4',0,'attachment','video/mp4',0),(461,1,'2021-11-01 11:16:28','2021-11-01 05:46:28','','1','','inherit','open','closed','','1-6','','','2021-11-01 11:16:28','2021-11-01 05:46:28','',457,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg',0,'attachment','image/jpeg',0),(462,1,'2021-11-01 11:16:44','2021-11-01 05:46:44','','2','','inherit','open','closed','','2-6','','','2021-11-01 11:16:44','2021-11-01 05:46:44','',457,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg',0,'attachment','image/jpeg',0),(463,1,'2021-11-01 11:18:35','2021-11-01 05:48:35','<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-461 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-462 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\n\n[video width=\"640\" height=\"368\" mp4=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/VID-20211029-WA0009.mp4\"][/video]\n\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-465 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-466 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>','EK BHARAT SHRESTHA BHARAT','','inherit','closed','closed','','457-autosave-v1','','','2021-11-01 11:18:35','2021-11-01 05:48:35','',457,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/01/457-autosave-v1/',0,'revision','',0),(464,1,'2021-11-01 11:17:34','2021-11-01 05:47:34','<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-461 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-462 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"368\" mp4=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/VID-20211029-WA0009.mp4\"][/video]','EK BHARAT SHRESTHA BHARAT','','inherit','closed','closed','','457-revision-v1','','','2021-11-01 11:17:34','2021-11-01 05:47:34','',457,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/01/457-revision-v1/',0,'revision','',0),(465,1,'2021-11-01 11:18:07','2021-11-01 05:48:07','','3','','inherit','open','closed','','3-6','','','2021-11-01 11:18:07','2021-11-01 05:48:07','',457,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/3.jpg',0,'attachment','image/jpeg',0),(466,1,'2021-11-01 11:18:22','2021-11-01 05:48:22','','4','','inherit','open','closed','','4-6','','','2021-11-01 11:18:22','2021-11-01 05:48:22','',457,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/4.jpg',0,'attachment','image/jpeg',0),(467,1,'2021-11-01 11:18:48','2021-11-01 05:48:48','','VID-20211029-WA0010','','inherit','open','closed','','vid-20211029-wa0010','','','2021-11-01 11:18:48','2021-11-01 05:48:48','',457,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/VID-20211029-WA0010.mp4',0,'attachment','video/mp4',0),(468,1,'2021-11-01 11:19:17','2021-11-01 05:49:17','','5','','inherit','open','closed','','5-6','','','2021-11-01 11:19:17','2021-11-01 05:49:17','',457,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/5.jpg',0,'attachment','image/jpeg',0),(469,1,'2021-11-01 11:19:32','2021-11-01 05:49:32','','6','','inherit','open','closed','','6-6','','','2021-11-01 11:19:32','2021-11-01 05:49:32','',457,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/6.jpg',0,'attachment','image/jpeg',0),(470,1,'2021-11-01 11:19:42','2021-11-01 05:49:42','<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-461 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/1.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-462 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/2.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"368\" mp4=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/VID-20211029-WA0009.mp4\"][/video]\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-465 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/3.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-466 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/4.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n[video width=\"640\" height=\"352\" mp4=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/VID-20211029-WA0010.mp4\"][/video]\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-468 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/5.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-469 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/11/6.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>','EK BHARAT SHRESTHA BHARAT','','inherit','closed','closed','','457-revision-v1','','','2021-11-01 11:19:42','2021-11-01 05:49:42','',457,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/01/457-revision-v1/',0,'revision','',0),(472,1,'2021-11-08 10:11:06','2021-11-08 04:41:06','','DEO Certificate','','inherit','open','closed','','deo-certificate-2','','','2021-11-08 10:11:06','2021-11-08 04:41:06','',387,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/DEO-Certificate1.pdf',0,'attachment','application/pdf',0),(473,1,'2021-11-08 10:11:22','2021-11-08 04:41:22','<ul>\r\n <li><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/DEO-Certificate1.pdf\" target=\"_blank\">DEO Certificate</a></strong></span></li>\r\n</ul>','DEO Certificate','','inherit','closed','closed','','387-revision-v1','','','2021-11-08 10:11:22','2021-11-08 04:41:22','',387,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/08/387-revision-v1/',0,'revision','',0),(474,1,'2021-11-08 10:11:41','2021-11-08 04:41:41','','Mandatory Disclosure','','inherit','open','closed','','mandatory-disclosure','','','2021-11-08 10:11:41','2021-11-08 04:41:41','',397,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Mandatory-Disclosure.pdf',0,'attachment','application/pdf',0),(475,1,'2021-11-08 10:11:57','2021-11-08 04:41:57','<ul>\r\n <li><span style=\"color: #00ffff;\"><strong><a style=\"color: #00ffff;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/Mandatory-Disclosure.pdf\" target=\"_blank\">Mandatory Disclosure</a></strong></span></li>\r\n</ul>','Mandatory Public Disclosure','','inherit','closed','closed','','397-revision-v1','','','2021-11-08 10:11:57','2021-11-08 04:41:57','',397,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/08/397-revision-v1/',0,'revision','',0),(477,1,'2021-11-25 12:30:35','2021-11-25 07:00:35','','Circulars','','inherit','open','closed','','circulars-2','','','2021-11-25 12:30:35','2021-11-25 07:00:35','',206,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars.pdf',0,'attachment','application/pdf',0),(478,1,'2021-11-25 12:31:26','2021-11-25 07:01:26','<ul>\r\n <li><strong><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circulars.pdf\" target=\"_blank\">Circulars</a></span></strong></li>\r\n <li><span style=\"color: #999999;\"><strong><a style=\"color: #999999;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-High-School.pdf\" target=\"_blank\">Circular High School</a></strong></span></li>\r\n <li><span style=\"color: #008000;\"><strong><a style=\"color: #008000;\" href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2019/10/Circular-Pre-Primary.pdf\" target=\"_blank\">Circular Pre Primary</a></strong></span></li>\r\n</ul>','Circulars','','inherit','closed','closed','','206-revision-v1','','','2021-11-25 12:31:26','2021-11-25 07:01:26','',206,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/25/206-revision-v1/',0,'revision','',0); INSERT INTO `scsposts` VALUES (479,1,'2021-11-25 12:33:47','2021-11-25 07:03:47','<ul>\r\n <li><strong>UPPER PRIMARY BACK TO SCHOOL</strong></li>\r\n</ul>\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li><strong>LOWER PRIMARY PROJECT DAY – TYPES OF HOUSES</strong></li>\r\n</ul>\r\n \r\n\r\n \r\n<ul>\r\n <li><strong>KARTHIGAI DEEPAM AT SCHOOL</strong></li>\r\n</ul>\r\n \r\n\r\n \r\n<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-11-25 12:33:47','2021-11-25 07:03:47','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/25/17-revision-v1/',0,'revision','',0),(480,1,'2021-11-25 12:39:26','2021-11-25 07:09:26','','17','','inherit','open','closed','','17-3','','','2021-11-25 12:39:26','2021-11-25 07:09:26','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg',0,'attachment','image/jpeg',0),(481,1,'2021-11-25 12:39:41','2021-11-25 07:09:41','','18','','inherit','open','closed','','18-3','','','2021-11-25 12:39:41','2021-11-25 07:09:41','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg',0,'attachment','image/jpeg',0),(482,1,'2021-11-25 12:40:07','2021-11-25 07:10:07','','19','','inherit','open','closed','','19-3','','','2021-11-25 12:40:07','2021-11-25 07:10:07','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg',0,'attachment','image/jpeg',0),(483,1,'2021-11-25 12:40:08','2021-11-25 07:10:08','','20','','inherit','open','closed','','20-3','','','2021-11-25 12:40:08','2021-11-25 07:10:08','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg',0,'attachment','image/jpeg',0),(484,1,'2021-11-25 12:40:48','2021-11-25 07:10:48','','21','','inherit','open','closed','','21-3','','','2021-11-25 12:40:48','2021-11-25 07:10:48','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg',0,'attachment','image/jpeg',0),(485,1,'2021-11-25 12:40:49','2021-11-25 07:10:49','','22','','inherit','open','closed','','22-2','','','2021-11-25 12:40:49','2021-11-25 07:10:49','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg',0,'attachment','image/jpeg',0),(486,1,'2021-11-25 12:41:54','2021-11-25 07:11:54','<ul>\r\n <li><strong>UPPER PRIMARY BACK TO SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-480 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-481 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>LOWER PRIMARY PROJECT DAY – TYPES OF HOUSES</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-483 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>KARTHIGAI DEEPAM AT SCHOOL</strong></li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-485 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-484 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-11-25 12:41:54','2021-11-25 07:11:54','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/25/17-revision-v1/',0,'revision','',0),(487,1,'2021-11-25 12:42:43','2021-11-25 07:12:43','<ul>\r\n <li><strong>UPPER PRIMARY BACK TO SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-480 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-481 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>LOWER PRIMARY PROJECT DAY – TYPES OF HOUSES</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-483 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>KARTHIGAI DEEPAM AT SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-485 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-484 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>Class X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-11-25 12:42:43','2021-11-25 07:12:43','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/25/17-revision-v1/',0,'revision','',0),(488,1,'2021-11-25 13:01:55','2021-11-25 07:31:55','<ul>\r\n <li><strong>UPPER PRIMARY BACK TO SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-480 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-481 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>LOWER PRIMARY PROJECT DAY – TYPES OF HOUSES</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-483 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>KARTHIGAI DEEPAM AT SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-485 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-484 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>Class - X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2021-11-25 13:01:55','2021-11-25 07:31:55','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2021/11/25/17-revision-v1/',0,'revision','',0),(490,1,'2022-01-05 10:54:19','2022-01-05 05:24:19','','1','','inherit','open','closed','','1-7','','','2022-01-05 10:54:19','2022-01-05 05:24:19','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg',0,'attachment','image/jpeg',0),(491,1,'2022-01-05 10:54:34','2022-01-05 05:24:34','','2','','inherit','open','closed','','2-7','','','2022-01-05 10:54:34','2022-01-05 05:24:34','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg',0,'attachment','image/jpeg',0),(492,1,'2022-01-05 10:54:52','2022-01-05 05:24:52','','3','','inherit','open','closed','','3-7','','','2022-01-05 10:54:52','2022-01-05 05:24:52','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg',0,'attachment','image/jpeg',0),(493,1,'2022-01-05 10:55:06','2022-01-05 05:25:06','','4','','inherit','open','closed','','4-7','','','2022-01-05 10:55:06','2022-01-05 05:25:06','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg',0,'attachment','image/jpeg',0),(494,1,'2022-01-05 10:55:33','2022-01-05 05:25:33','<ul>\r\n <li><strong>Swimming Championship 2021 held in Tirunelveli</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-490 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-491 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-492 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-493 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>UPPER PRIMARY BACK TO SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-480 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-481 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>LOWER PRIMARY PROJECT DAY – TYPES OF HOUSES</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-483 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>KARTHIGAI DEEPAM AT SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-485 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-484 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>Class - X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.png\" target=\"_blank\"><img class=\"alignnone wp-image-145 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.png\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.png\" target=\"_blank\"><img class=\"alignnone wp-image-146 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.png\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.png\" target=\"_blank\"><img class=\"alignnone wp-image-147 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.png\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.png\" target=\"_blank\"><img class=\"alignnone wp-image-148 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.png\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>2nd Annual Sports Meet 2018-19 :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-154 size-large\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2nd-annual-sports-meet-2018-19-1024x1024.jpg\" alt=\"2nd annual sports meet 2018-19\" width=\"604\" height=\"604\" /></a>\r\n<p style=\"text-align: left;\"><strong>Games, Indoor Activities & Assembly :</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-159 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/games-@kovaichaitanya-300x300.jpg\" alt=\"games @kovaichaitanya\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-160 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/PhotoGrid_1552971140901-300x300.jpg\" alt=\"PhotoGrid_1552971140901\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-156 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/indoor-activities-300x300.jpg\" alt=\"indoor activities\" width=\"300\" height=\"300\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/assembly-300x300.jpg\" alt=\"assembly\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2018-19</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design.png\" target=\"_blank\"><img class=\"alignnone wp-image-172 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-300x210.png\" alt=\"Untitled design\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1.png\" target=\"_blank\"><img class=\"alignnone wp-image-171 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-1-300x210.png\" alt=\"Untitled design (1)\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3.png\" target=\"_blank\"><img class=\"alignnone wp-image-180 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-3-300x210.png\" alt=\"Coimbatore-1 Achivements 3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4.png\" target=\"_blank\"><img class=\"alignnone wp-image-181 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-4-300x210.png\" alt=\"Coimbatore-1 Achivements 4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5.png\" target=\"_blank\"><img class=\"alignnone wp-image-182 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-5-300x210.png\" alt=\"Coimbatore-1 Achivements 5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6.png\" target=\"_blank\"><img class=\"alignnone wp-image-183 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-6-300x210.png\" alt=\"Coimbatore-1 Achivements 6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7.png\" target=\"_blank\"><img class=\"alignnone wp-image-184 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-7-300x210.png\" alt=\"Coimbatore-1 Achivements 7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8.png\" target=\"_blank\"><img class=\"alignnone wp-image-185 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-8-300x210.png\" alt=\"Coimbatore-1 Achivements 8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9.png\" target=\"_blank\"><img class=\"alignnone wp-image-186 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-9-300x210.png\" alt=\"Coimbatore-1 Achivements 9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10.png\" target=\"_blank\"><img class=\"alignnone wp-image-187 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-10-300x210.png\" alt=\"Coimbatore-1 Achivements 10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11.png\" target=\"_blank\"><img class=\"alignnone wp-image-192 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-11-300x210.png\" alt=\"Coimbatore-1 Achivements 11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12.png\" target=\"_blank\"><img class=\"alignnone wp-image-193 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-12-300x210.png\" alt=\"Coimbatore-1 Achivements 12\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13.png\" target=\"_blank\"><img class=\"alignnone wp-image-194 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-13-300x210.png\" alt=\"Coimbatore-1 Achivements 13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14.png\" target=\"_blank\"><img class=\"alignnone wp-image-195 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-14-300x210.png\" alt=\"Coimbatore-1 Achivements 14\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15.png\" target=\"_blank\"><img class=\"alignnone wp-image-196 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-15-300x210.png\" alt=\"Coimbatore-1 Achivements 15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16.png\" target=\"_blank\"><img class=\"alignnone wp-image-197 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-16-300x210.png\" alt=\"Coimbatore-1 Achivements 16\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17.png\" target=\"_blank\"><img class=\"alignnone wp-image-198 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-17-300x210.png\" alt=\"Coimbatore-1 Achivements 17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18.png\" target=\"_blank\"><img class=\"alignnone wp-image-199 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-18-300x210.png\" alt=\"Coimbatore-1 Achivements 18\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19.png\" target=\"_blank\"><img class=\"alignnone wp-image-200 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-19-300x210.png\" alt=\"Coimbatore-1 Achivements 19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20.png\" target=\"_blank\"><img class=\"alignnone wp-image-201 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-20-300x210.png\" alt=\"Coimbatore-1 Achivements 20\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21.png\" target=\"_blank\"><img class=\"alignnone wp-image-202 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-21-300x210.png\" alt=\"Coimbatore-1 Achivements 21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22.png\" target=\"_blank\"><img class=\"alignnone wp-image-203 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Coimbatore-1-Achivements-22-300x210.png\" alt=\"Coimbatore-1 Achivements 22\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><strong>Students Achievements: 2019-20</strong></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-236 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/110.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-237 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/22.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-238 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/31.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-239 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/41.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-240 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/51.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-241 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/61.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-242 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/71.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-243 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/81.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-244 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/91.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-245 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/101.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-246 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/111.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-247 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/121.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a></p>','News & Events','','inherit','closed','closed','','17-revision-v1','','','2022-01-05 10:55:33','2022-01-05 05:25:33','',17,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2022/01/05/17-revision-v1/',0,'revision','',0),(496,1,'2022-05-06 14:42:24','2022-05-06 09:12:24','','NO OBJECTION CERTIFICATE','','inherit','open','closed','','no-objection-certificate','','','2022-05-06 14:42:24','2022-05-06 09:12:24','',358,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/NO-OBJECTION-CERTIFICATE-.pdf',0,'attachment','application/pdf',0),(497,1,'2022-05-06 14:42:42','2022-05-06 09:12:42','<ul>\r\n <li><strong><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2021/07/NO-OBJECTION-CERTIFICATE-.pdf\" target=\"_blank\">NO OBJECTION CERTIFICATE</a></strong></li>\r\n</ul>','NOC','','inherit','closed','closed','','358-revision-v1','','','2022-05-06 14:42:42','2022-05-06 09:12:42','',358,'http://srichaitanyatechnoschoolcoimbatore.net/index.php/2022/05/06/358-revision-v1/',0,'revision','',0),(501,1,'2022-06-23 10:23:55','2022-06-23 04:53:55','','1','','inherit','open','closed','','1-8','','','2022-06-23 10:23:55','2022-06-23 04:53:55','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/114.jpg',0,'attachment','image/jpeg',0),(502,1,'2022-06-23 10:25:25','2022-06-23 04:55:25','','2','','inherit','open','closed','','2-8','','','2022-06-23 10:25:25','2022-06-23 04:55:25','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/213.jpg',0,'attachment','image/jpeg',0),(503,1,'2022-06-23 10:25:44','2022-06-23 04:55:44','','3','','inherit','open','closed','','3-8','','','2022-06-23 10:25:44','2022-06-23 04:55:44','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/34.jpg',0,'attachment','image/jpeg',0),(504,1,'2022-06-23 10:26:34','2022-06-23 04:56:34','','4','','inherit','open','closed','','4-8','','','2022-06-23 10:26:34','2022-06-23 04:56:34','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/44.jpg',0,'attachment','image/jpeg',0),(505,1,'2022-06-23 10:26:56','2022-06-23 04:56:56','','5','','inherit','open','closed','','5-7','','','2022-06-23 10:26:56','2022-06-23 04:56:56','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/53.jpg',0,'attachment','image/jpeg',0),(506,1,'2022-06-23 10:27:13','2022-06-23 04:57:13','','6','','inherit','open','closed','','6-7','','','2022-06-23 10:27:13','2022-06-23 04:57:13','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/63.jpg',0,'attachment','image/jpeg',0),(507,1,'2022-06-23 10:27:33','2022-06-23 04:57:33','','7','','inherit','open','closed','','7-4','','','2022-06-23 10:27:33','2022-06-23 04:57:33','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/72.jpg',0,'attachment','image/jpeg',0),(508,1,'2022-06-23 10:27:48','2022-06-23 04:57:48','','8','','inherit','open','closed','','8-5','','','2022-06-23 10:27:48','2022-06-23 04:57:48','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/82.jpg',0,'attachment','image/jpeg',0),(509,1,'2022-06-23 10:28:12','2022-06-23 04:58:12','','9','','inherit','open','closed','','9-4','','','2022-06-23 10:28:12','2022-06-23 04:58:12','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/92.jpg',0,'attachment','image/jpeg',0),(510,1,'2022-06-23 10:28:27','2022-06-23 04:58:27','','10','','inherit','open','closed','','10-4','','','2022-06-23 10:28:27','2022-06-23 04:58:27','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/102.jpg',0,'attachment','image/jpeg',0),(511,1,'2022-06-23 10:28:46','2022-06-23 04:58:46','','11','','inherit','open','closed','','11-4','','','2022-06-23 10:28:46','2022-06-23 04:58:46','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/115.jpg',0,'attachment','image/jpeg',0),(512,1,'2022-06-23 10:29:00','2022-06-23 04:59:00','','12','','inherit','open','closed','','12-3','','','2022-06-23 10:29:00','2022-06-23 04:59:00','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/122.jpg',0,'attachment','image/jpeg',0),(513,1,'2022-06-23 10:29:18','2022-06-23 04:59:18','','13','','inherit','open','closed','','13-3','','','2022-06-23 10:29:18','2022-06-23 04:59:18','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/131.jpg',0,'attachment','image/jpeg',0),(514,1,'2022-06-23 10:29:31','2022-06-23 04:59:31','','14','','inherit','open','closed','','14-3','','','2022-06-23 10:29:31','2022-06-23 04:59:31','',17,'http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/141.jpg',0,'attachment','image/jpeg',0),(515,1,'2022-06-23 10:30:05','2022-06-23 05:00:05','<strong>Activities : </strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/114.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-501 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/114.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/213.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-502 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/213.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/34.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-503 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/34.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/44.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-504 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/44.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/53.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-505 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/53.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/63.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-506 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/63.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/72.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-507 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/72.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/82.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-508 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/82.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/92.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-509 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/92.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/102.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-510 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/102.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/115.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-511 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/115.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/122.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-512 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/122.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/131.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-513 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/131.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/141.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-514 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/141.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>Swimming Championship 2021 held in Tirunelveli</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-490 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/113.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-491 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/212.jpg\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-492 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/33.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-493 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/43.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>UPPER PRIMARY BACK TO SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-480 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/171.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-481 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/181.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>LOWER PRIMARY PROJECT DAY – TYPES OF HOUSES</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/191.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-483 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/201.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>KARTHIGAI DEEPAM AT SCHOOL</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-485 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/221.jpg\" alt=\"22\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-484 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/211.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a>\r\n<ul>\r\n <li><strong>Class - X Result</strong></li>\r\n</ul>\r\n<p style=\"text-align: right;\"><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" target=\"_blank\"><img class=\"aligncenter wp-image-411 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design1.jpg\" alt=\"Untitled design\" width=\"800\" height=\"800\" /></a></p>\r\n\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>INTSO</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-413 size-full\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-11.jpg\" alt=\"Untitled design (1)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 1</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\"><img class=\"aligncenter size-full wp-image-416\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-2.jpg\" alt=\"Untitled design (2)\" width=\"800\" height=\"800\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\"><img class=\"aligncenter size-full wp-image-417\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-3.jpg\" alt=\"Untitled design (3)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li style=\"text-align: left;\"><strong>NTSE Level - 2</strong></li>\r\n</ul>\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\"><img class=\"aligncenter size-full wp-image-419\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-4.jpg\" alt=\"Untitled design (4)\" width=\"800\" height=\"800\" /></a>\r\n<ul>\r\n <li><strong>Independence Day </strong></li>\r\n</ul>\r\n<img class=\"aligncenter size-full wp-image-420\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/Untitled-design-5.jpg\" alt=\"Untitled design (5)\" width=\"800\" height=\"800\" /><strong>Youth Foundation Real Hero Award :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-99 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/29-300x210.jpg\" alt=\"29\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-98 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/28-300x210.jpg\" alt=\"28\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Costume Contest Competition :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-86 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/14-300x210.jpg\" alt=\"14\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-81 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/9-300x210.jpg\" alt=\"9\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Children\'s Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-85 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/13-300x210.jpg\" alt=\"13\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Independence Day Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-90 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/18-300x210.jpg\" alt=\"18\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Onam Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-91 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/19-300x210.jpg\" alt=\"19\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-93 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/21-300x210.jpg\" alt=\"21\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-78 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/5-300x210.jpg\" alt=\"5\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-74 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.jpg\" alt=\"1\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>International Yoga Day :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-82 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/10-300x210.jpg\" alt=\"10\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-70 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/6-300x210.jpg\" alt=\"6\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>Other Celebrations :</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-97 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/27-300x210.jpg\" alt=\"27\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-96 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/26-300x210.jpg\" alt=\"26\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-95 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/25-300x210.jpg\" alt=\"25\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-94 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/24-300x210.jpg\" alt=\"24\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-92 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/20-300x210.jpg\" alt=\"20\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/17-300x210.jpg\" alt=\"17\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-88 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/16-300x210.jpg\" alt=\"16\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-87 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/15-300x210.jpg\" alt=\"15\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/12-300x210.jpg\" alt=\"12\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-83 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/11-300x210.jpg\" alt=\"11\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/8-300x210.jpg\" alt=\"8\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-76 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.jpg\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-77 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.jpg\" alt=\"4\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-79 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/7-300x210.jpg\" alt=\"7\" width=\"300\" height=\"210\" /></a>\r\n\r\n<strong>SCIENCE & MATH LAB INAUGURATION:</strong>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1.png\" target=\"_blank\"><img class=\"alignnone wp-image-141 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/1-300x210.png\" alt=\"1\" width=\"300\" height=\"210\" /></a><a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2.png\" target=\"_blank\"><img class=\"alignnone wp-image-142 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/2-300x210.png\" alt=\"2\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3.png\" target=\"_blank\"><img class=\"alignnone wp-image-143 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/3-300x210.png\" alt=\"3\" width=\"300\" height=\"210\" /></a> <a href=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4.png\" target=\"_blank\"><img class=\"alignnone wp-image-144 size-medium\" src=\"http://srichaitanyatechnoschoolcoimbatore.net/wp-content/uploads/2015/11/4-300x210.png\" alt=\"4\" width=\"300\" height=\"210\" /></a>\r\n\r\n<a href=\"